Trace number 3285815

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
EBGlucose 1.0UNSAT 275.957 275.964

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.556
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.65	c ==============================================================================
0.00/0.65	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.65	c ==============================================================================
0.00/0.65	c |         0 | 1689184  4062497 |  506755       0        0     nan |  0.000 % |
0.99/1.09	c |         0 | 1596018  3866706 |      --       0       --      -- |     --   | -8260/1624
0.99/1.09	c ==============================================================================
0.99/1.09	c Result  :   #vars: 188863   #clauses: 1596018   #literals: 3866706
0.99/1.09	c CPU time:   0.990849 s
0.99/1.09	c ==============================================================================
1.78/1.80	c
1.78/1.80	c Starting glucose
1.78/1.80	c
1.78/1.81	
1.78/1.81	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.78/1.81	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.78/1.81	
1.78/1.81	c ============================[ Problem Statistics ]=============================
1.78/1.81	c |                                                                             |
1.78/1.81	c |  Number of variables:  188863                                               |
1.78/1.81	c |  Number of clauses:    1596018                                              |
2.26/2.30	c |  Parsing time:         0.46         s                                       |
275.87/275.94	c restarts              : 104
275.87/275.94	c nb ReduceDB           : 2
275.87/275.94	c nb learnts DL2        : 3648
275.87/275.94	c nb learnts size 2     : 611
275.87/275.94	c nb learnts size 1     : 80
275.87/275.94	c conflicts             : 46549          (170 /sec)
275.87/275.94	c decisions             : 575332         (0.88 % random) (2099 /sec)
275.87/275.94	c propagations          : 836970025      (3054263 /sec)
275.87/275.94	c conflict literals     : 86703022       (36.66 % deleted)
275.87/275.94	c Memory used           : 282.39 MB
275.87/275.94	c CPU time              : 274.033 s
275.87/275.94	
275.87/275.95	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285815-1303764036/watcher-3285815-1303764036 -o /tmp/evaluation-result-3285815-1303764036/solver-3285815-1303764036 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3285815-1303764036.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.09 2.35 3.19 4/180 8610
/proc/meminfo: memFree=17765548/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=0 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488002210 8912896 252 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 252 211 178 0 69 0

[startup+0.0193949 s]
/proc/loadavg: 1.09 2.35 3.19 4/180 8610
/proc/meminfo: memFree=17765548/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=0 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488002210 8912896 252 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100439 s]
/proc/loadavg: 1.09 2.35 3.19 4/180 8610
/proc/meminfo: memFree=17765548/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=0 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488002210 8912896 252 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300407 s]
/proc/loadavg: 1.09 2.35 3.19 4/180 8610
/proc/meminfo: memFree=17765548/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=0 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488002210 8912896 252 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700339 s]
/proc/loadavg: 1.09 2.35 3.19 4/180 8610
/proc/meminfo: memFree=17765548/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=0 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488002210 8912896 252 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5012 s]
/proc/loadavg: 1.09 2.35 3.19 5/186 8621
/proc/meminfo: memFree=17412456/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=0 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488002210 8912896 252 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 252 211 178 0 69 0
[pid=8612] ppid=8610 vsize=156384 CPUtime=1.49 cores=4,6
/proc/8612/stat : 8612 (SatELite_releas) R 8610 8610 7362 0 -1 4202496 55979 0 0 0 137 12 0 0 25 0 1 0 488002210 160137216 35327 33554432000 134512640 135144230 4293837072 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8612/statm: 39096 35327 90 155 0 38939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 165088

[startup+3.10091 s]
/proc/loadavg: 1.32 2.38 3.19 5/186 8622
/proc/meminfo: memFree=17321332/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=105148 CPUtime=1.27 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 24407 0 0 0 125 2 0 0 22 0 1 0 488002391 107671552 24347 33554432000 134512640 134556542 4286974800 18446744073709551615 134530024 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 26287 24347 206 11 0 25621 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 113852

[startup+6.30038 s]
/proc/loadavg: 1.32 2.38 3.19 5/194 8641
/proc/meminfo: memFree=16786916/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=108916 CPUtime=4.48 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 25403 0 0 0 445 3 0 0 25 0 1 0 488002391 111529984 25343 33554432000 134512640 134556542 4286974800 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 27229 25343 213 11 0 26563 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 117620

[startup+12.7003 s]
/proc/loadavg: 2.03 2.50 3.22 5/194 8641
/proc/meminfo: memFree=16190880/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=115004 CPUtime=10.88 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 26943 0 0 0 1085 3 0 0 25 0 1 0 488002391 117764096 26841 33554432000 134512640 134556542 4286974800 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 28751 26841 213 11 0 28085 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 123708

[startup+25.5072 s]
/proc/loadavg: 2.34 2.55 3.23 6/194 8642
/proc/meminfo: memFree=16139320/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=126832 CPUtime=23.68 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 29876 0 0 0 2365 3 0 0 25 0 1 0 488002391 129875968 29773 33554432000 134512640 134556542 4286974800 18446744073709551615 134529905 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 31708 29773 213 11 0 31042 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 135536

[startup+51.1009 s]
/proc/loadavg: 2.90 2.66 3.25 6/194 8643
/proc/meminfo: memFree=16024616/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=154996 CPUtime=49.28 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 36995 0 0 0 4924 4 0 0 25 0 1 0 488002391 158715904 36841 33554432000 134512640 134556542 4286974800 18446744073709551615 134531174 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 38749 36841 213 11 0 38083 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 163700

[startup+102.3 s]
/proc/loadavg: 3.60 2.88 3.29 5/194 8644
/proc/meminfo: memFree=15830408/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=222816 CPUtime=100.48 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 53961 0 0 0 10042 6 0 0 25 0 1 0 488002391 228163584 53740 33554432000 134512640 134556542 4286974800 18446744073709551615 134530185 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 55704 53740 213 11 0 55038 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 231520

[startup+162.301 s]
/proc/loadavg: 3.86 3.10 3.34 5/194 8645
/proc/meminfo: memFree=15675960/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=234132 CPUtime=160.48 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 56832 0 0 0 16041 7 0 0 25 0 1 0 488002391 239751168 56610 33554432000 134512640 134556542 4286974800 18446744073709551615 134536918 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 58533 56610 213 11 0 57867 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 242836

[startup+222.301 s]
/proc/loadavg: 3.95 3.26 3.38 6/194 8647
/proc/meminfo: memFree=15609584/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=269328 CPUtime=220.48 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 65630 0 0 0 22040 8 0 0 25 0 1 0 488002391 275791872 65406 33554432000 134512640 134556542 4286974800 18446744073709551615 134529980 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 67332 65406 213 11 0 66666 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 278032

Solver just ended. Dumping a history of the last processes samples

[startup+231.601 s]
/proc/loadavg: 3.95 3.27 3.38 5/194 8647
/proc/meminfo: memFree=15596184/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=283120 CPUtime=229.78 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 69098 0 0 0 22969 9 0 0 25 0 1 0 488002391 289914880 68874 33554432000 134512640 134556542 4286974800 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 70780 68874 213 11 0 70114 0
Current children cumulated CPU time (s) 231.57
Current children cumulated vsize (KiB) 291824

[startup+257.2 s]
/proc/loadavg: 3.97 3.33 3.39 5/194 8648
/proc/meminfo: memFree=15589728/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=288960 CPUtime=255.38 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 70550 0 0 0 25529 9 0 0 25 0 1 0 488002391 295895040 70326 33554432000 134512640 134556542 4286974800 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 72240 70326 213 11 0 71574 0
Current children cumulated CPU time (s) 257.17
Current children cumulated vsize (KiB) 297664

[startup+263.6 s]
/proc/loadavg: 3.97 3.35 3.40 5/194 8648
/proc/meminfo: memFree=15589848/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=289168 CPUtime=261.78 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 70571 0 0 0 26169 9 0 0 25 0 1 0 488002391 296108032 70347 33554432000 134512640 134556542 4286974800 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 72292 70347 213 11 0 71626 0
Current children cumulated CPU time (s) 263.57
Current children cumulated vsize (KiB) 297872

[startup+270.001 s]
/proc/loadavg: 3.97 3.36 3.40 5/194 8649
/proc/meminfo: memFree=15589716/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=289168 CPUtime=268.18 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 70571 0 0 0 26809 9 0 0 25 0 1 0 488002391 296108032 70347 33554432000 134512640 134556542 4286974800 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 72292 70347 213 11 0 71626 0
Current children cumulated CPU time (s) 269.97
Current children cumulated vsize (KiB) 297872

[startup+273.201 s]
/proc/loadavg: 3.98 3.37 3.41 5/194 8649
/proc/meminfo: memFree=15587856/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=289168 CPUtime=271.38 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 70571 0 0 0 27129 9 0 0 25 0 1 0 488002391 296108032 70347 33554432000 134512640 134556542 4286974800 18446744073709551615 134529926 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 72292 70347 213 11 0 71626 0
Current children cumulated CPU time (s) 273.17
Current children cumulated vsize (KiB) 297872

[startup+274.8 s]
/proc/loadavg: 3.98 3.37 3.41 5/194 8649
/proc/meminfo: memFree=15587236/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=289168 CPUtime=272.98 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 70571 0 0 0 27289 9 0 0 25 0 1 0 488002391 296108032 70347 33554432000 134512640 134556542 4286974800 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 72292 70347 213 11 0 71626 0
Current children cumulated CPU time (s) 274.77
Current children cumulated vsize (KiB) 297872

[startup+275.601 s]
/proc/loadavg: 3.98 3.37 3.41 5/194 8649
/proc/meminfo: memFree=15586616/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=289168 CPUtime=273.78 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 70571 0 0 0 27369 9 0 0 25 0 1 0 488002391 296108032 70347 33554432000 134512640 134556542 4286974800 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 72292 70347 213 11 0 71626 0
Current children cumulated CPU time (s) 275.57
Current children cumulated vsize (KiB) 297872

[startup+275.801 s]
/proc/loadavg: 3.98 3.37 3.41 5/194 8649
/proc/meminfo: memFree=15586616/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=289168 CPUtime=273.98 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 70571 0 0 0 27389 9 0 0 25 0 1 0 488002391 296108032 70347 33554432000 134512640 134556542 4286974800 18446744073709551615 134531684 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 72292 70347 213 11 0 71626 0
Current children cumulated CPU time (s) 275.77
Current children cumulated vsize (KiB) 297872

[startup+275.901 s]
/proc/loadavg: 3.98 3.37 3.41 5/194 8649
/proc/meminfo: memFree=15586616/32951124 swapFree=67111528/67111528
[pid=8610] ppid=8608 vsize=8704 CPUtime=1.79 cores=4,6
/proc/8610/stat : 8610 (ebglucose.sh) S 8608 8610 7362 0 -1 4202496 380 56213 0 0 0 0 165 14 18 0 1 0 488002210 8912896 255 33554432000 4194304 4922060 140735747809024 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8610/statm: 2176 255 211 178 0 69 0
[pid=8622] ppid=8610 vsize=289168 CPUtime=274.08 cores=4,6
/proc/8622/stat : 8622 (ebglucose_stati) R 8610 8610 7362 0 -1 4202496 70571 0 0 0 27399 9 0 0 25 0 1 0 488002391 296108032 70347 33554432000 134512640 134556542 4286974800 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8622/statm: 72292 70347 213 11 0 71626 0
Current children cumulated CPU time (s) 275.87
Current children cumulated vsize (KiB) 297872

Child status: 20
Real time (s): 275.964
CPU time (s): 275.957
CPU user time (s): 275.692
CPU system time (s): 0.264959
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 297872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.692
system time used= 0.264959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127389
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48
involuntary context switches= 308

runsolver used 0.45393 second user time and 1.04684 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-25 22:40:37
IDJOB=3285815
IDBENCH=82403
IDSOLVER=1652
FILE ID=node130/3285815-1303764036
RUNJOBID= node130-1303764036-8587
PBS_JOBID= 13157127
Free space on /tmp= 71612 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285815-1303764036/watcher-3285815-1303764036 -o /tmp/evaluation-result-3285815-1303764036/solver-3285815-1303764036 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3285815-1303764036.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1390543772

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17766068 kB
Buffers:       2103088 kB
Cached:       12453864 kB
SwapCached:          0 kB
Active:        6626844 kB
Inactive:      8005848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17766068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          172136 kB
Writeback:           0 kB
AnonPages:       74844 kB
Mapped:          14708 kB
Slab:           487360 kB
PageTables:       5196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   202208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71312 MiB
End job on node130 at 2011-04-25 22:45:13