Trace number 3483823

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
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.08 1203.64

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.3281
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.43/2.37	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.43/2.37	c INFO: solving HOME/instance-3483823-1307747010.cnf
0.43/2.37	c INFO: computing task features
1.19/3.13	c INFO: computed variable-clause graph statistics
1.19/3.16	c INFO: computed clause balance statistics
4.90/6.85	c INFO: computed variable balance statistics
7.59/9.52	c INFO: computed small-clause counts
7.59/9.54	c INFO: computed Horn-clause counts
10.70/12.60	c INFO: computed variable graph statistics
10.70/12.60	c INFO: collected features for HOME/instance-3483823-1307747010.cnf in 10.21 s
10.70/12.61	c INFO: running lingeling-276@0 for 582 with 1189 remaining (b = 0.56)
595.56/599.29	c INFO: running cryptominisat-2.9.0@0 for 605 with 605 remaining (b = 0.51)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3483823-1307747010/watcher-3483823-1307747010 -o /tmp/evaluation-result-3483823-1307747010/solver-3483823-1307747010 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483823-1307747010.cnf -seed 1543104379 -budget 1200 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.08 1.02 1.01 2/185 12313
/proc/meminfo: memFree=31855748/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=11804 CPUtime=0 cores=4,6
/proc/12313/stat : 12313 (runsolver) S 12309 12313 12251 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 1 0 886300090 12087296 55 33554432000 4194304 5436572 140734685955376 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699199166 0 0 17 4 0 0 0
/proc/12313/statm: 2951 55 36 304 0 2643 0

[startup+0.0938151 s]
/proc/loadavg: 1.08 1.02 1.01 2/185 12313
/proc/meminfo: memFree=31855748/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=15776 CPUtime=0 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 928 0 0 0 0 0 0 0 17 0 1 0 886300090 16154624 807 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/12313/statm: 3944 807 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.100811 s]
/proc/loadavg: 1.08 1.02 1.01 2/185 12313
/proc/meminfo: memFree=31855748/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=15776 CPUtime=0 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 936 0 0 0 0 0 0 0 17 0 1 0 886300090 16154624 814 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/12313/statm: 3944 814 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.30084 s]
/proc/loadavg: 1.08 1.02 1.01 2/185 12313
/proc/meminfo: memFree=31855748/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=34424 CPUtime=0.05 cores=4,6
/proc/12313/stat : 12313 (python) D 12309 12313 12251 0 -1 4202496 1553 0 0 0 3 2 0 0 16 0 1 0 886300090 35250176 1388 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272684901 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12313/statm: 8606 1388 448 364 0 944 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34424

[startup+0.700707 s]
/proc/loadavg: 1.08 1.02 1.01 2/185 12313
/proc/meminfo: memFree=31855748/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=135748 CPUtime=0.21 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 5970 932 1 0 13 8 0 0 17 0 1 0 886300090 139005952 4148 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272685061 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/12313/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135748

[startup+1.50656 s]
/proc/loadavg: 1.08 1.02 1.01 2/186 12328
/proc/meminfo: memFree=31815156/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=135748 CPUtime=0.24 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 5971 932 1 0 15 9 0 0 15 0 1 0 886300090 139005952 4148 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272685061 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/12313/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 135748

[startup+3.10028 s]
/proc/loadavg: 1.08 1.02 1.01 6/187 12331
/proc/meminfo: memFree=31706656/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=325412 CPUtime=1.19 cores=4,6
/proc/12313/stat : 12313 (python) R 12309 12313 12251 0 -1 4202496 26475 932 1 0 101 18 0 0 16 0 1 0 886300090 333221888 18446 33554432000 4194304 5683644 140733370688560 18446744073709551615 47831032059514 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12313/statm: 81353 18446 1812 364 0 17277 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 325412
heavy processes:

[startup+6.3007 s]
/proc/loadavg: 1.55 1.12 1.04 6/191 12344
/proc/meminfo: memFree=31332884/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=327056 CPUtime=4.4 cores=4,6
/proc/12313/stat : 12313 (python) R 12309 12313 12251 0 -1 4202496 27183 932 1 0 421 19 0 0 21 0 1 0 886300090 334905344 19149 33554432000 4194304 5683644 140733370688560 18446744073709551615 4562916 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12313/statm: 81764 19149 1826 364 0 17688 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 327056
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 1.83 1.18 1.06 6/191 12344
/proc/meminfo: memFree=31332320/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=333428 CPUtime=10.7 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 27471 932 1 0 1051 19 0 0 25 0 2 0 886300090 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 83357 18220 1867 364 0 19275 0
Current children cumulated CPU time (s) 10.7
Current children cumulated vsize (KiB) 333428

[startup+25.5003 s]
/proc/loadavg: 2.53 1.37 1.12 6/197 12351
/proc/meminfo: memFree=31299416/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=333428 CPUtime=10.7 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 27471 932 1 0 1051 19 0 0 25 0 2 0 886300090 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 83357 18220 1867 364 0 19275 0
[pid=12345] ppid=12313 vsize=323184 CPUtime=0.01 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 883 0 0 0 0 1 0 0 18 0 1 0 886301351 330940416 16725 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709135 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12345/statm: 80796 16725 376 364 0 16714 0
[pid=12347] ppid=12345 vsize=21472 CPUtime=12.82 cores=4,6
/proc/12347/stat : 12347 (lingeling) R 12345 12347 12347 0 -1 4202496 8829 0 0 0 1282 0 0 0 25 0 1 0 886301351 21987328 4538 33554432000 4194304 4352236 140737090231376 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/12347/statm: 5368 4538 129 39 0 4448 0
[pid=12313/tid=12346] ppid=12309 vsize=333428 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 2 0 886301351 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.53
Current children cumulated vsize (KiB) 678084

[startup+51.1007 s]
/proc/loadavg: 3.44 1.67 1.23 6/200 12357
/proc/meminfo: memFree=31258276/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=333428 CPUtime=10.7 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 27471 932 1 0 1051 19 0 0 25 0 2 0 886300090 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 83357 18220 1867 364 0 19275 0
[pid=12345] ppid=12313 vsize=323184 CPUtime=0.03 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 895 0 0 0 1 2 0 0 18 0 1 0 886301351 330940416 16725 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709135 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12345/statm: 80796 16725 376 364 0 16714 0
[pid=12347] ppid=12345 vsize=22144 CPUtime=38.29 cores=4,6
/proc/12347/stat : 12347 (lingeling) R 12345 12347 12347 0 -1 4202496 9482 0 0 0 3829 0 0 0 25 0 1 0 886301351 22675456 4706 33554432000 4194304 4352236 140737090231376 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/12347/statm: 5536 4706 129 39 0 4616 0
[pid=12313/tid=12346] ppid=12309 vsize=333428 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 2 0 886301351 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.02
Current children cumulated vsize (KiB) 678756

[startup+102.301 s]
/proc/loadavg: 4.43 2.21 1.43 6/200 12405
/proc/meminfo: memFree=30695280/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=333428 CPUtime=10.7 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 27471 932 1 0 1051 19 0 0 25 0 2 0 886300090 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 83357 18220 1867 364 0 19275 0
[pid=12345] ppid=12313 vsize=323184 CPUtime=0.1 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 919 0 0 0 6 4 0 0 18 0 1 0 886301351 330940416 16725 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709135 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12345/statm: 80796 16725 376 364 0 16714 0
[pid=12347] ppid=12345 vsize=24448 CPUtime=89.23 cores=4,6
/proc/12347/stat : 12347 (lingeling) R 12345 12347 12347 0 -1 4202496 10061 0 0 0 8921 2 0 0 25 0 1 0 886301351 25034752 5282 33554432000 4194304 4352236 140737090231376 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/12347/statm: 6112 5282 129 39 0 5192 0
[pid=12313/tid=12346] ppid=12309 vsize=333428 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 2 0 886301351 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (KiB) 681060

[startup+162.301 s]
/proc/loadavg: 4.86 2.73 1.66 6/204 12410
/proc/meminfo: memFree=30360948/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=333428 CPUtime=10.7 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 27471 932 1 0 1051 19 0 0 25 0 2 0 886300090 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 83357 18220 1867 364 0 19275 0
[pid=12345] ppid=12313 vsize=323184 CPUtime=0.19 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 943 0 0 0 10 9 0 0 18 0 1 0 886301351 330940416 16725 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709135 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12345/statm: 80796 16725 376 364 0 16714 0
[pid=12347] ppid=12345 vsize=24448 CPUtime=148.9 cores=4,6
/proc/12347/stat : 12347 (lingeling) R 12345 12347 12347 0 -1 4202496 10297 0 0 0 14888 2 0 0 25 0 1 0 886301351 25034752 5282 33554432000 4194304 4352236 140737090231376 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/12347/statm: 6112 5282 129 39 0 5192 0
[pid=12313/tid=12346] ppid=12309 vsize=333428 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 2 0 886301351 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 159.79
Current children cumulated vsize (KiB) 681060

[startup+222.301 s]
/proc/loadavg: 5.05 3.18 1.88 6/207 12415
/proc/meminfo: memFree=30254216/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=333428 CPUtime=10.7 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 27471 932 1 0 1051 19 0 0 25 0 2 0 886300090 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 83357 18220 1867 364 0 19275 0
[pid=12345] ppid=12313 vsize=323184 CPUtime=0.27 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 961 0 0 0 14 13 0 0 18 0 1 0 886301351 330940416 16725 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709135 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12345/statm: 80796 16725 376 364 0 16714 0
[pid=12347] ppid=12345 vsize=25968 CPUtime=208.58 cores=4,6
/proc/12347/stat : 12347 (lingeling) R 12345 12347 12347 0 -1 4202496 10678 0 0 0 20856 2 0 0 25 0 1 0 886301351 26591232 5662 33554432000 4194304 4352236 140737090231376 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/12347/statm: 6492 5662 129 39 0 5572 0
[pid=12313/tid=12346] ppid=12309 vsize=333428 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 2 0 886301351 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 219.55
Current children cumulated vsize (KiB) 682580

[startup+282.3 s]
/proc/loadavg: 5.02 3.51 2.07 6/207 12463
/proc/meminfo: memFree=30472988/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=333428 CPUtime=10.7 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 27471 932 1 0 1051 19 0 0 25 0 2 0 886300090 341430272 18220 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 83357 18220 1867 364 0 19275 0
[pid=12345] ppid=12313 vsize=323184 CPUtime=0.34 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 966 0 0 0 17 17 0 0 18 0 1 0 886301351 330940416 16725 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709135 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12345/statm: 80796 16725 376 364 0 16714 0
[pid=12347] ppid=12345 vsize=26996 CPUtime=268.24 cores=4,6
/proc/12347/stat : 12347 (lingeling) R 12345 12347 12347 0 -1 4202496 11170 0 0 0 26820 4 0 0 25 0 1 0 886301351 27643904 5919 33554432000 4194304 4352236 140737090231376 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/12347/statm: 6749 5919 129 39 0 5829 0
[pid=12313/tid=12346] ppid=12309 vsize=333428 CPUtime=0 cores=4,6

################
# More data... #
################

[pid=12473] ppid=12313 vsize=333440 CPUtime=0.49 cores=4,6
/proc/12473/stat : 12473 (python) S 12313 12313 12251 0 -1 4202560 998 0 0 0 27 22 0 0 15 0 1 0 886360019 341442560 16723 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709190 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12473/statm: 83360 16723 370 364 0 19275 0
[pid=12475] ppid=12473 vsize=405488 CPUtime=342.67 cores=4,6
/proc/12475/stat : 12475 (cryptominisat-2) R 12473 12475 12475 0 -1 4202496 271035 0 0 0 34212 55 0 0 25 0 1 0 886360020 415219712 86574 33554432000 4194304 4677096 140735798905568 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12475/statm: 101372 86574 393 118 0 96331 0
[pid=12313/tid=12346] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 3 0 886301351 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
[pid=12313/tid=12474] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12474/stat : 12474 (python) S 12309 12313 12251 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886360019 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 938.83
Current children cumulated vsize (KiB) 1453784

[startup+1002.3 s]
/proc/loadavg: 5.11 4.92 3.66 6/215 12490
/proc/meminfo: memFree=29800272/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=343684 CPUtime=10.71 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 28292 932 1 0 1052 19 0 0 19 0 3 0 886300090 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 85921 18227 1870 364 0 21836 0
[pid=12345] ppid=12313 vsize=333428 CPUtime=0.77 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 1189 0 0 0 39 38 0 0 19 0 2 0 886301351 341430272 16768 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12345/statm: 83357 16768 414 364 0 19275 0
[pid=12347] ppid=12345 vsize=37744 CPUtime=584.19 cores=4,6
/proc/12347/stat : 12347 (lingeling) T 12345 12347 12347 0 -1 4202496 16654 0 0 0 58414 5 0 0 25 0 1 0 886301351 38649856 8606 33554432000 4194304 4352236 140737090231376 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/12347/statm: 9436 8606 129 39 0 8516 0
[pid=12345/tid=12472] ppid=12313 vsize=333428 CPUtime=0 cores=4,6
/proc/12345/task/12472/stat : 12472 (python) S 12313 12313 12251 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886360019 341430272 16768 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 514 18446604453882840128 0 0 -1 6 0 0 0
[pid=12473] ppid=12313 vsize=333440 CPUtime=0.56 cores=4,6
/proc/12473/stat : 12473 (python) S 12313 12313 12251 0 -1 4202560 998 0 0 0 30 26 0 0 15 0 1 0 886360019 341442560 16723 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709190 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12473/statm: 83360 16723 370 364 0 19275 0
[pid=12475] ppid=12473 vsize=430480 CPUtime=402.63 cores=4,6
/proc/12475/stat : 12475 (cryptominisat-2) R 12473 12475 12475 0 -1 4202496 302936 0 0 0 40199 64 0 0 25 0 1 0 886360020 440811520 89126 33554432000 4194304 4677096 140735798905568 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12475/statm: 107620 89126 393 118 0 102579 0
[pid=12313/tid=12346] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 3 0 886301351 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
[pid=12313/tid=12474] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12474/stat : 12474 (python) S 12309 12313 12251 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886360019 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 998.86
Current children cumulated vsize (KiB) 1478776

[startup+1062.3 s]
/proc/loadavg: 5.11 4.95 3.74 6/215 12491
/proc/meminfo: memFree=29849936/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=343684 CPUtime=10.71 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 28292 932 1 0 1052 19 0 0 19 0 3 0 886300090 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 85921 18227 1870 364 0 21836 0
[pid=12345] ppid=12313 vsize=333428 CPUtime=0.77 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 1189 0 0 0 39 38 0 0 19 0 2 0 886301351 341430272 16768 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12345/statm: 83357 16768 414 364 0 19275 0
[pid=12347] ppid=12345 vsize=37744 CPUtime=584.19 cores=4,6
/proc/12347/stat : 12347 (lingeling) T 12345 12347 12347 0 -1 4202496 16654 0 0 0 58414 5 0 0 25 0 1 0 886301351 38649856 8606 33554432000 4194304 4352236 140737090231376 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/12347/statm: 9436 8606 129 39 0 8516 0
[pid=12345/tid=12472] ppid=12313 vsize=333428 CPUtime=0 cores=4,6
/proc/12345/task/12472/stat : 12472 (python) S 12313 12313 12251 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886360019 341430272 16768 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 514 18446604453882840128 0 0 -1 6 0 0 0
[pid=12473] ppid=12313 vsize=333440 CPUtime=0.65 cores=4,6
/proc/12473/stat : 12473 (python) S 12313 12313 12251 0 -1 4202560 998 0 0 0 35 30 0 0 15 0 1 0 886360019 341442560 16723 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709190 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12473/statm: 83360 16723 370 364 0 19275 0
[pid=12475] ppid=12473 vsize=355204 CPUtime=462.59 cores=4,6
/proc/12475/stat : 12475 (cryptominisat-2) R 12473 12475 12475 0 -1 4202496 338462 0 0 0 46187 72 0 0 25 0 1 0 886360020 363728896 77822 33554432000 4194304 4677096 140735798905568 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12475/statm: 88801 77822 393 118 0 83760 0
[pid=12313/tid=12346] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 3 0 886301351 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
[pid=12313/tid=12474] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12474/stat : 12474 (python) S 12309 12313 12251 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886360019 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1058.91
Current children cumulated vsize (KiB) 1403500

[startup+1122.3 s]
/proc/loadavg: 5.10 4.97 3.82 6/215 12493
/proc/meminfo: memFree=29749460/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=343684 CPUtime=10.71 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 28292 932 1 0 1052 19 0 0 19 0 3 0 886300090 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 85921 18227 1870 364 0 21836 0
[pid=12345] ppid=12313 vsize=333428 CPUtime=0.77 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 1189 0 0 0 39 38 0 0 19 0 2 0 886301351 341430272 16768 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12345/statm: 83357 16768 414 364 0 19275 0
[pid=12347] ppid=12345 vsize=37744 CPUtime=584.19 cores=4,6
/proc/12347/stat : 12347 (lingeling) T 12345 12347 12347 0 -1 4202496 16654 0 0 0 58414 5 0 0 25 0 1 0 886301351 38649856 8606 33554432000 4194304 4352236 140737090231376 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/12347/statm: 9436 8606 129 39 0 8516 0
[pid=12345/tid=12472] ppid=12313 vsize=333428 CPUtime=0 cores=4,6
/proc/12345/task/12472/stat : 12472 (python) S 12313 12313 12251 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886360019 341430272 16768 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 514 18446604453882840128 0 0 -1 6 0 0 0
[pid=12473] ppid=12313 vsize=333440 CPUtime=0.73 cores=4,6
/proc/12473/stat : 12473 (python) S 12313 12313 12251 0 -1 4202560 998 0 0 0 40 33 0 0 15 0 1 0 886360019 341442560 16723 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709190 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12473/statm: 83360 16723 370 364 0 19275 0
[pid=12475] ppid=12473 vsize=454836 CPUtime=522.34 cores=4,6
/proc/12475/stat : 12475 (cryptominisat-2) R 12473 12475 12475 0 -1 4202496 368687 0 0 0 52155 79 0 0 25 0 1 0 886360020 465752064 91860 33554432000 4194304 4677096 140735798905568 18446744073709551615 268272385726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12475/statm: 113709 91860 393 118 0 108668 0
[pid=12313/tid=12346] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 3 0 886301351 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
[pid=12313/tid=12474] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12474/stat : 12474 (python) S 12309 12313 12251 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886360019 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1118.74
Current children cumulated vsize (KiB) 1503132

[startup+1182.3 s]
/proc/loadavg: 5.10 4.99 3.90 7/215 12495
/proc/meminfo: memFree=29737384/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=343684 CPUtime=10.71 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 28292 932 1 0 1052 19 0 0 19 0 3 0 886300090 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 85921 18227 1870 364 0 21836 0
[pid=12345] ppid=12313 vsize=333428 CPUtime=0.77 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 1189 0 0 0 39 38 0 0 19 0 2 0 886301351 341430272 16768 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12345/statm: 83357 16768 414 364 0 19275 0
[pid=12347] ppid=12345 vsize=37744 CPUtime=584.19 cores=4,6
/proc/12347/stat : 12347 (lingeling) T 12345 12347 12347 0 -1 4202496 16654 0 0 0 58414 5 0 0 25 0 1 0 886301351 38649856 8606 33554432000 4194304 4352236 140737090231376 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/12347/statm: 9436 8606 129 39 0 8516 0
[pid=12345/tid=12472] ppid=12313 vsize=333428 CPUtime=0 cores=4,6
/proc/12345/task/12472/stat : 12472 (python) S 12313 12313 12251 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886360019 341430272 16768 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 514 18446604453882840128 0 0 -1 6 0 0 0
[pid=12473] ppid=12313 vsize=333440 CPUtime=0.8 cores=4,6
/proc/12473/stat : 12473 (python) S 12313 12313 12251 0 -1 4202560 998 0 0 0 43 37 0 0 15 0 1 0 886360019 341442560 16723 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709190 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12473/statm: 83360 16723 370 364 0 19275 0
[pid=12475] ppid=12473 vsize=476020 CPUtime=582.28 cores=4,6
/proc/12475/stat : 12475 (cryptominisat-2) R 12473 12475 12475 0 -1 4202496 398412 0 0 0 58143 85 0 0 25 0 1 0 886360020 487444480 94114 33554432000 4194304 4677096 140735798905568 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12475/statm: 119005 94114 393 118 0 113964 0
[pid=12313/tid=12346] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 3 0 886301351 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
[pid=12313/tid=12474] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12474/stat : 12474 (python) S 12309 12313 12251 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886360019 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1178.75
Current children cumulated vsize (KiB) 1524316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 4.98 4.97 3.92 4/205 12581
/proc/meminfo: memFree=31129848/32950928 swapFree=67048868/67111528
[pid=12313] ppid=12309 vsize=343684 CPUtime=10.71 cores=4,6
/proc/12313/stat : 12313 (python) S 12309 12313 12251 0 -1 4202496 28292 932 1 0 1052 19 0 0 19 0 3 0 886300090 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12313/statm: 85921 18227 1870 364 0 21836 0
[pid=12345] ppid=12313 vsize=333428 CPUtime=0.77 cores=4,6
/proc/12345/stat : 12345 (python) S 12313 12313 12251 0 -1 4202560 1189 0 0 0 39 38 0 0 19 0 2 0 886301351 341430272 16768 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12345/statm: 83357 16768 414 364 0 19275 0
[pid=12347] ppid=12345 vsize=37744 CPUtime=584.19 cores=4,6
/proc/12347/stat : 12347 (lingeling) T 12345 12347 12347 0 -1 4202496 16654 0 0 0 58414 5 0 0 25 0 1 0 886301351 38649856 8606 33554432000 4194304 4352236 140737090231376 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/12347/statm: 9436 8606 129 39 0 8516 0
[pid=12345/tid=12472] ppid=12313 vsize=333428 CPUtime=0 cores=4,6
/proc/12345/task/12472/stat : 12472 (python) S 12313 12313 12251 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886360019 341430272 16768 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 514 18446604453882840128 0 0 -1 6 0 0 0
[pid=12473] ppid=12313 vsize=333440 CPUtime=0.84 cores=4,6
/proc/12473/stat : 12473 (python) S 12313 12313 12251 0 -1 4202560 998 0 0 0 45 39 0 0 15 0 1 0 886360019 341442560 16723 33554432000 4194304 5683644 140733370688560 18446744073709551615 268272709190 0 0 16781312 514 9555811576536072452 0 0 17 4 0 0 0
/proc/12473/statm: 83360 16723 370 364 0 19275 0
[pid=12475] ppid=12473 vsize=395004 CPUtime=603.57 cores=4,6
/proc/12475/stat : 12475 (cryptominisat-2) R 12473 12475 12475 0 -1 4202496 408095 0 0 0 60267 90 0 0 25 0 1 0 886360020 404484096 89557 33554432000 4194304 4677096 140735798905568 18446744073709551615 4340162 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12475/statm: 98751 89557 393 118 0 93710 0
[pid=12313/tid=12346] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12346/stat : 12346 (python) S 12309 12313 12251 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 3 0 886301351 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
[pid=12313/tid=12474] ppid=12309 vsize=343684 CPUtime=0 cores=4,6
/proc/12313/task/12474/stat : 12474 (python) S 12309 12313 12251 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886360019 351932416 18227 33554432000 4194304 5683644 140733370688560 18446744073709551615 268284512689 0 0 16781312 2 18446604453883575040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1443300

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12313 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=524400
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=202969
# CPU time returned by wait4() is 10.7274
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.64
CPU time (s): 1200.08
CPU user time (s): 1198.17
CPU system time (s): 1.91
CPU usage (%): 99.7042
Max. virtual memory (cumulated for all children) (KiB): 1524316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5244
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29224
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13798
involuntary context switches= 69

runsolver used 1.9987 second user time and 4.53531 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-11 01:03:31
IDJOB=3483823
IDBENCH=20483
IDSOLVER=1976
FILE ID=node122/3483823-1307747010
RUNJOBID= node122-1307747010-12270
PBS_JOBID= 13550835
Free space on /tmp= 74100 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT07/industrial/crypto/mizh-sha0-36-2.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483823-1307747010/watcher-3483823-1307747010 -o /tmp/evaluation-result-3483823-1307747010/solver-3483823-1307747010 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483823-1307747010.cnf -seed 1543104379 -budget 1200

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

MD5SUM BENCH= 82bf685774b76ba263c886940c3aa94d
RANDOM SEED=1543104379

node122.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.820
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.64
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.820
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.75
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.820
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.820
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.83
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.820
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.820
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.75
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31858804 kB
Buffers:         92976 kB
Cached:         828128 kB
SwapCached:      14612 kB
Active:         392672 kB
Inactive:       549108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31858804 kB
SwapTotal:    67111528 kB
SwapFree:     67048868 kB
Dirty:          131788 kB
Writeback:           0 kB
AnonPages:       17616 kB
Mapped:           9016 kB
Slab:            85444 kB
PageTables:       5200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   372448 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= 73968 MiB
End job on node122 at 2011-06-11 01:23:39