Trace number 3321555

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-industrialUNSAT 1199.86 649.617

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.3907
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

0.37/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.66	c INFO: solving HOME/instance-3321555-1304345722.cnf
0.37/0.66	c INFO: computing task features
33.84/34.12	c INFO: computed variable-clause graph statistics
34.83/35.15	c INFO: computed clause balance statistics
151.04/151.31	c INFO: computed variable balance statistics
249.64/249.94	c INFO: computed small-clause counts
254.74/255.02	c INFO: computed Horn-clause counts
569.75/570.06	c INFO: computed variable graph statistics
569.75/570.09	c INFO: collected features for HOME/instance-3321555-1304345722.cnf in 567.68 s
569.86/570.12	c INFO: running lingeling-276@0 for 97 with 39430 remaining (b = 0.78)
569.86/570.17	c INFO: running lingeling-276@0 for 485 with 39430 remaining (b = 0.92)
569.95/570.21	c INFO: running precosat-570@0 for 97 with 39430 remaining (b = 0.62)
569.95/570.26	c INFO: running lingeling-276@0 for 97 with 39430 remaining (b = 0.43)
570.05/570.31	c INFO: running cryptominisat-2.9.0@0 for 582 with 39430 remaining (b = 0.50)
570.05/570.35	c INFO: running cryptominisat-2.9.0@0 for 1164 with 39430 remaining (b = 0.62)
570.14/570.40	c INFO: running precosat-570@0 for 194 with 39430 remaining (b = 0.26)
570.14/570.45	c INFO: running glucosER@0 for 194 with 39430 remaining (b = 0.16)
1199.48/649.31	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-3321555-1304345722/watcher-3321555-1304345722 -o /tmp/evaluation-result-3321555-1304345722/solver-3321555-1304345722 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321555-1304345722.cnf -seed 840589355 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.94 2.11 3.64 1/275 15018
/proc/meminfo: memFree=24312760/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=15752 CPUtime=0 cores=0-7
/proc/15018/stat : 15018 (python) S 15016 15018 14423 0 -1 4202496 840 0 0 0 0 0 0 0 20 0 1 0 526988972 16130048 723 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/15018/statm: 3938 723 334 364 0 425 0

[startup+0.0269909 s]
/proc/loadavg: 2.94 2.11 3.64 1/275 15018
/proc/meminfo: memFree=24312760/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=16392 CPUtime=0.01 cores=0-7
/proc/15018/stat : 15018 (python) S 15016 15018 14423 0 -1 4202496 1117 0 0 0 1 0 0 0 20 0 1 0 526988972 16785408 984 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039651173 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/15018/statm: 4098 984 409 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.100984 s]
/proc/loadavg: 2.94 2.11 3.64 1/275 15018
/proc/meminfo: memFree=24312760/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=91824 CPUtime=0.06 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 2678 0 0 0 4 2 0 0 17 0 1 0 526988972 94027776 2393 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039653376 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 22956 2393 755 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91824

[startup+0.30098 s]
/proc/loadavg: 2.94 2.11 3.64 1/275 15018
/proc/meminfo: memFree=24312760/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=135748 CPUtime=0.19 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 5961 933 1 0 14 5 0 0 18 0 1 0 526988972 139005952 4150 33554432000 4194304 5683644 140733918907968 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700902 s]
/proc/loadavg: 2.94 2.11 3.64 1/275 15018
/proc/meminfo: memFree=24312760/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=449228 CPUtime=0.44 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 25313 933 1 0 30 14 0 0 17 0 1 0 526988972 460009472 22995 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039655168 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 112307 23028 1758 364 0 48231 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 449228

[startup+1.50073 s]
/proc/loadavg: 2.94 2.11 3.64 2/276 15023
/proc/meminfo: memFree=24101952/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=500328 CPUtime=1.23 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 64766 933 1 0 102 21 0 0 18 0 1 0 526988972 512335872 62335 33554432000 4194304 5683644 140733918907968 18446744073709551615 4602993 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 125082 62336 1761 364 0 61006 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 500328

[startup+3.17343 s]
/proc/loadavg: 2.94 2.11 3.64 2/276 15023
/proc/meminfo: memFree=24101952/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=615376 CPUtime=2.91 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 93233 933 1 0 266 25 0 0 21 0 1 0 526988972 630145024 90802 33554432000 4194304 5683644 140733918907968 18446744073709551615 47385125720017 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 153844 90803 1761 364 0 89768 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 615376

[startup+6.30087 s]
/proc/loadavg: 3.03 2.14 3.64 2/276 15023
/proc/meminfo: memFree=23781936/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=828048 CPUtime=6.04 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 145800 933 1 0 573 31 0 0 25 0 1 0 526988972 847921152 143369 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039316165 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 207012 143369 1761 364 0 142936 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 828048

[startup+12.7007 s]
/proc/loadavg: 2.86 2.12 3.63 2/276 15023
/proc/meminfo: memFree=23339412/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1280376 CPUtime=12.43 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 253044 933 1 0 1197 46 0 0 25 0 1 0 526988972 1311105024 250613 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039316165 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 320094 250615 1761 364 0 256018 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1280376

[startup+25.5004 s]
/proc/loadavg: 2.45 2.06 3.59 2/276 15023
/proc/meminfo: memFree=22671776/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1955380 CPUtime=25.24 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 725493 933 1 0 2423 101 0 0 25 0 1 0 526988972 2002309120 425875 33554432000 4194304 5683644 140733918907968 18446744073709551615 47384955270778 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 488845 425877 1814 364 0 424769 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 1955380

[startup+51.1009 s]
/proc/loadavg: 1.95 1.98 3.52 2/276 15024
/proc/meminfo: memFree=22908068/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1664504 CPUtime=50.84 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 1095497 933 1 0 4942 142 0 0 25 0 1 0 526988972 1704452096 353509 33554432000 4194304 5683644 140733918907968 18446744073709551615 4531853 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 416126 353509 1826 364 0 352050 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1664504

[startup+102.301 s]
/proc/loadavg: 1.41 1.82 3.38 2/276 15025
/proc/meminfo: memFree=22907912/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1664504 CPUtime=102.04 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 1095497 933 1 0 10062 142 0 0 25 0 1 0 526988972 1704452096 353509 33554432000 4194304 5683644 140733918907968 18446744073709551615 47384954937179 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 416126 353509 1826 364 0 352050 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 1664504

[startup+162.301 s]
/proc/loadavg: 1.15 1.67 3.23 2/276 15027
/proc/meminfo: memFree=22908112/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1664504 CPUtime=162.04 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 1095498 933 1 0 16062 142 0 0 25 0 1 0 526988972 1704452096 353510 33554432000 4194304 5683644 140733918907968 18446744073709551615 47384955135072 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 416126 353510 1827 364 0 352050 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 1664504

[startup+222.3 s]
/proc/loadavg: 1.05 1.55 3.09 2/276 15028
/proc/meminfo: memFree=22908436/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1664504 CPUtime=222.04 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 1095498 933 1 0 22062 142 0 0 25 0 1 0 526988972 1704452096 353510 33554432000 4194304 5683644 140733918907968 18446744073709551615 47384954969079 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 416126 353510 1827 364 0 352050 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 1664504

[startup+282.301 s]
/proc/loadavg: 1.02 1.44 2.95 2/276 15030
/proc/meminfo: memFree=22908372/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1664504 CPUtime=282.04 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 1482576 933 1 0 28020 184 0 0 25 0 1 0 526988972 1704452096 353516 33554432000 4194304 5683644 140733918907968 18446744073709551615 47384954857600 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 416126 353516 1833 364 0 352050 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 1664504

[startup+342.301 s]
/proc/loadavg: 1.00 1.36 2.83 2/276 15032
/proc/meminfo: memFree=22908452/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1664504 CPUtime=342.04 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 1482576 933 1 0 34020 184 0 0 25 0 1 0 526988972 1704452096 353516 33554432000 4194304 5683644 140733918907968 18446744073709551615 47384954857600 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 416126 353516 1833 364 0 352050 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 1664504

[startup+402.301 s]
/proc/loadavg: 1.00 1.29 2.71 2/276 15033
/proc/meminfo: memFree=22908648/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1664504 CPUtime=402.05 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 1482576 933 1 0 40021 184 0 0 25 0 1 0 526988972 1704452096 353516 33554432000 4194304 5683644 140733918907968 18446744073709551615 47384954857600 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 416126 353516 1833 364 0 352050 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 1664504

[startup+462.3 s]
/proc/loadavg: 1.04 1.25 2.61 2/276 15035
/proc/meminfo: memFree=22908364/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1664504 CPUtime=462.06 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 1482576 933 1 0 46022 184 0 0 25 0 1 0 526988972 1704452096 353516 33554432000 4194304 5683644 140733918907968 18446744073709551615 47384954857612 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 416126 353516 1833 364 0 352050 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 1664504

[startup+522.301 s]
/proc/loadavg: 1.01 1.20 2.50 2/276 15036
/proc/meminfo: memFree=22908548/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1664504 CPUtime=522.05 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 1482576 933 1 0 52021 184 0 0 25 0 1 0 526988972 1704452096 353516 33554432000 4194304 5683644 140733918907968 18446744073709551615 47384954857600 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15018/statm: 416126 353516 1833 364 0 352050 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 1664504

[startup+582.311 s]
/proc/loadavg: 2.16 1.41 2.49 10/301 15065
/proc/meminfo: memFree=19307268/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1193472 CPUtime=570.21 cores=0-7
/proc/15018/stat : 15018 (python) S 15016 15018 14423 0 -1 4202496 1488477 933 1 0 56819 202 0 0 23 0 9 0 526988972 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15018/statm: 298368 198951 1889 364 0 234265 0
[pid=15041] ppid=15018 vsize=1045900 CPUtime=0.04 cores=0-7
/proc/15041/stat : 15041 (python) S 15018 15018 14423 0 -1 4202560 905 0 0 0 1 3 0 0 18 0 1 0 527045984 1071001600 197404 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675407 0 0 16781312 514 12131976116508262660 0 0 17 1 0 0 0
/proc/15041/statm: 261475 197404 376 364 0 197393 0
[pid=15043] ppid=15041 vsize=183224 CPUtime=12.14 cores=0-7

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

[pid=15018/tid=15060] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15060/stat : 15060 (python) S 15016 15018 14423 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 9 0 527046014 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 2 0 0 0
[pid=15018/tid=15063] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15063/stat : 15063 (python) S 15016 15018 14423 0 -1 4202560 29 933 0 0 0 0 0 0 23 0 9 0 527046019 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1162.77
Current children cumulated vsize (KiB) 15415368

[startup+647.801 s]
/proc/loadavg: 6.16 2.75 2.88 9/300 15067
/proc/meminfo: memFree=18776796/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1193472 CPUtime=570.21 cores=0-7
/proc/15018/stat : 15018 (python) S 15016 15018 14423 0 -1 4202496 1488477 933 1 0 56819 202 0 0 23 0 9 0 526988972 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15018/statm: 298368 198951 1889 364 0 234265 0
[pid=15041] ppid=15018 vsize=1045900 CPUtime=0.18 cores=0-7
/proc/15041/stat : 15041 (python) S 15018 15018 14423 0 -1 4202560 932 0 0 0 8 10 0 0 18 0 1 0 527045984 1071001600 197404 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675407 0 0 16781312 514 12131976116508262660 0 0 17 1 0 0 0
/proc/15041/statm: 261475 197404 376 364 0 197393 0
[pid=15043] ppid=15041 vsize=182948 CPUtime=77.63 cores=0-7
/proc/15043/stat : 15043 (lingeling) R 15041 15043 15043 0 -1 4202496 89994 0 0 0 7742 21 0 0 25 0 1 0 527045986 187338752 44907 33554432000 4194304 4352236 140736975434080 18446744073709551615 4208050 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/15043/statm: 45737 44907 129 39 0 44817 0
[pid=15044] ppid=15018 vsize=1056156 CPUtime=0.17 cores=0-7
/proc/15044/stat : 15044 (python) S 15018 15018 14423 0 -1 4202560 966 0 0 0 8 9 0 0 18 0 1 0 527045989 1081503744 197402 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262657 0 0 17 6 0 0 0
/proc/15044/statm: 264039 197402 370 364 0 199954 0
[pid=15046] ppid=15044 vsize=184084 CPUtime=77.57 cores=0-7
/proc/15046/stat : 15046 (lingeling) R 15044 15046 15046 0 -1 4202496 90314 0 0 0 7738 19 0 0 25 0 1 0 527045991 188502016 45191 33554432000 4194304 4352236 140736899820304 18446744073709551615 4278806 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15046/statm: 46021 45191 129 39 0 45101 0
[pid=15047] ppid=15018 vsize=1066412 CPUtime=0.18 cores=0-7
/proc/15047/stat : 15047 (python) S 15018 15018 14423 0 -1 4202560 931 0 0 0 8 10 0 0 18 0 1 0 527045994 1092005888 197406 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262660 0 0 17 1 0 0 0
/proc/15047/statm: 266603 197406 370 364 0 202515 0
[pid=15049] ppid=15047 vsize=953020 CPUtime=77.35 cores=0-7
/proc/15049/stat : 15049 (precosat) R 15047 15049 15049 0 -1 4202496 245213 0 0 0 7698 37 0 0 25 0 1 0 527045996 975892480 236789 33554432000 4194304 4890832 140735350528864 18446744073709551615 4238565 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/15049/statm: 238255 236789 86 171 0 238082 0
[pid=15050] ppid=15018 vsize=1076668 CPUtime=0.18 cores=0-7
/proc/15050/stat : 15050 (python) S 15018 15018 14423 0 -1 4202560 957 0 0 0 8 10 0 0 18 0 1 0 527045998 1102508032 197410 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262659 0 0 17 1 0 0 0
/proc/15050/statm: 269167 197410 370 364 0 205076 0
[pid=15052] ppid=15050 vsize=184960 CPUtime=77.49 cores=0-7
/proc/15052/stat : 15052 (lingeling) R 15050 15052 15052 0 -1 4202496 90438 0 0 0 7728 21 0 0 25 0 1 0 527046000 189399040 45410 33554432000 4194304 4352236 140733955679616 18446744073709551615 4281245 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15052/statm: 46240 45410 129 39 0 45320 0
[pid=15053] ppid=15018 vsize=1152460 CPUtime=0.18 cores=0-7
/proc/15053/stat : 15053 (python) S 15018 15018 14423 0 -1 4202560 968 0 0 0 8 10 0 0 15 0 1 0 527046003 1180119040 197416 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262660 0 0 17 1 0 0 0
/proc/15053/statm: 288115 197416 370 364 0 224021 0
[pid=15055] ppid=15053 vsize=1224840 CPUtime=77.43 cores=0-7
/proc/15055/stat : 15055 (cryptominisat-2) R 15053 15055 15055 0 -1 4202496 228937 0 0 0 7709 34 0 0 25 0 1 0 527046005 1254236160 219522 33554432000 4194304 4677096 140736766944016 18446744073709551615 212039352075 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15055/statm: 306210 219522 387 118 0 301169 0
[pid=15056] ppid=15018 vsize=1162716 CPUtime=0.18 cores=0-7
/proc/15056/stat : 15056 (python) S 15018 15018 14423 0 -1 4202560 983 0 0 0 8 10 0 0 15 0 1 0 527046008 1190621184 197420 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 6718169981634183428 0 0 17 1 0 0 0
/proc/15056/statm: 290679 197420 370 364 0 226582 0
[pid=15058] ppid=15056 vsize=1224836 CPUtime=76.51 cores=0-7
/proc/15058/stat : 15058 (cryptominisat-2) R 15056 15058 15058 0 -1 4202496 231856 0 0 0 7612 39 0 0 25 0 1 0 527046011 1254232064 222439 33554432000 4194304 4677096 140735787202128 18446744073709551615 4319407 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/15058/statm: 306209 222439 387 118 0 301168 0
[pid=15059] ppid=15018 vsize=1172972 CPUtime=0.18 cores=0-7
/proc/15059/stat : 15059 (python) S 15018 15018 14423 0 -1 4202560 971 0 0 0 8 10 0 0 18 0 1 0 527046012 1201123328 197424 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262660 0 0 17 1 0 0 0
/proc/15059/statm: 293243 197424 370 364 0 229143 0
[pid=15061] ppid=15059 vsize=933884 CPUtime=76.33 cores=0-7
/proc/15061/stat : 15061 (precosat) R 15059 15061 15061 0 -1 4202496 240298 0 0 0 7589 44 0 0 25 0 1 0 527046016 956297216 231957 33554432000 4194304 4890832 140735904243664 18446744073709551615 4238946 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/15061/statm: 233471 231957 86 171 0 233298 0
[pid=15062] ppid=15018 vsize=1183228 CPUtime=0.17 cores=0-7
/proc/15062/stat : 15062 (python) S 15018 15018 14423 0 -1 4202560 1023 0 0 0 9 8 0 0 18 0 1 0 527046017 1211625472 197434 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262660 0 0 17 2 0 0 0
/proc/15062/statm: 295807 197434 376 364 0 231704 0
[pid=15064] ppid=15062 vsize=548064 CPUtime=76.36 cores=0-7
/proc/15064/stat : 15064 (glucoser_static) R 15062 15064 15064 0 -1 4202496 129625 0 0 0 7614 22 0 0 25 0 1 0 527046019 561217536 129309 33554432000 134512640 134580299 4293603504 18446744073709551615 134543205 0 0 16781312 8388611 0 0 0 17 2 0 0 0
/proc/15064/statm: 137016 129309 243 17 0 136344 0
[pid=15018/tid=15042] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15042/stat : 15042 (python) S 15016 15018 14423 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 9 0 527045986 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 0 0 0 0
[pid=15018/tid=15045] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15045/stat : 15045 (python) S 15016 15018 14423 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 9 0 527045991 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 0 0 0 0
[pid=15018/tid=15048] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15048/stat : 15048 (python) S 15016 15018 14423 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 527045995 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 6 0 0 0
[pid=15018/tid=15051] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15051/stat : 15051 (python) S 15016 15018 14423 0 -1 4202560 19 933 0 0 0 0 0 0 18 0 9 0 527046000 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 5 0 0 0
[pid=15018/tid=15054] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15054/stat : 15054 (python) S 15016 15018 14423 0 -1 4202560 23 933 0 0 0 0 0 0 19 0 9 0 527046005 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 0 0 0 0
[pid=15018/tid=15057] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15057/stat : 15057 (python) S 15016 15018 14423 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 527046009 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 7 0 0 0
[pid=15018/tid=15060] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15060/stat : 15060 (python) S 15016 15018 14423 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 9 0 527046014 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 2 0 0 0
[pid=15018/tid=15063] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15063/stat : 15063 (python) S 15016 15018 14423 0 -1 4202560 29 933 0 0 0 0 0 0 23 0 9 0 527046019 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1188.3
Current children cumulated vsize (KiB) 15546620

[startup+648.601 s]
/proc/loadavg: 6.30 2.84 2.90 9/300 15067
/proc/meminfo: memFree=18775804/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1193472 CPUtime=570.21 cores=0-7
/proc/15018/stat : 15018 (python) S 15016 15018 14423 0 -1 4202496 1488477 933 1 0 56819 202 0 0 23 0 9 0 526988972 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15018/statm: 298368 198951 1889 364 0 234265 0
[pid=15041] ppid=15018 vsize=1045900 CPUtime=0.18 cores=0-7
/proc/15041/stat : 15041 (python) S 15018 15018 14423 0 -1 4202560 932 0 0 0 8 10 0 0 18 0 1 0 527045984 1071001600 197404 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675407 0 0 16781312 514 12131976116508262660 0 0 17 1 0 0 0
/proc/15041/statm: 261475 197404 376 364 0 197393 0
[pid=15043] ppid=15041 vsize=182948 CPUtime=78.43 cores=0-7
/proc/15043/stat : 15043 (lingeling) R 15041 15043 15043 0 -1 4202496 89994 0 0 0 7822 21 0 0 25 0 1 0 527045986 187338752 44907 33554432000 4194304 4352236 140736975434080 18446744073709551615 4278749 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/15043/statm: 45737 44907 129 39 0 44817 0
[pid=15044] ppid=15018 vsize=1056156 CPUtime=0.17 cores=0-7
/proc/15044/stat : 15044 (python) S 15018 15018 14423 0 -1 4202560 966 0 0 0 8 9 0 0 18 0 1 0 527045989 1081503744 197402 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262657 0 0 17 6 0 0 0
/proc/15044/statm: 264039 197402 370 364 0 199954 0
[pid=15046] ppid=15044 vsize=184084 CPUtime=78.37 cores=0-7
/proc/15046/stat : 15046 (lingeling) R 15044 15046 15046 0 -1 4202496 90314 0 0 0 7818 19 0 0 25 0 1 0 527045991 188502016 45191 33554432000 4194304 4352236 140736899820304 18446744073709551615 4281160 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15046/statm: 46021 45191 129 39 0 45101 0
[pid=15047] ppid=15018 vsize=1066412 CPUtime=0.18 cores=0-7
/proc/15047/stat : 15047 (python) S 15018 15018 14423 0 -1 4202560 931 0 0 0 8 10 0 0 18 0 1 0 527045994 1092005888 197406 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262660 0 0 17 1 0 0 0
/proc/15047/statm: 266603 197406 370 364 0 202515 0
[pid=15049] ppid=15047 vsize=953020 CPUtime=78.15 cores=0-7
/proc/15049/stat : 15049 (precosat) R 15047 15049 15049 0 -1 4202496 245213 0 0 0 7778 37 0 0 25 0 1 0 527045996 975892480 236789 33554432000 4194304 4890832 140735350528864 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/15049/statm: 238255 236789 86 171 0 238082 0
[pid=15050] ppid=15018 vsize=1076668 CPUtime=0.18 cores=0-7
/proc/15050/stat : 15050 (python) S 15018 15018 14423 0 -1 4202560 957 0 0 0 8 10 0 0 18 0 1 0 527045998 1102508032 197410 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262659 0 0 17 1 0 0 0
/proc/15050/statm: 269167 197410 370 364 0 205076 0
[pid=15052] ppid=15050 vsize=184960 CPUtime=78.29 cores=0-7
/proc/15052/stat : 15052 (lingeling) R 15050 15052 15052 0 -1 4202496 90438 0 0 0 7808 21 0 0 25 0 1 0 527046000 189399040 45410 33554432000 4194304 4352236 140733955679616 18446744073709551615 4281245 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/15052/statm: 46240 45410 129 39 0 45320 0
[pid=15053] ppid=15018 vsize=1152460 CPUtime=0.19 cores=0-7
/proc/15053/stat : 15053 (python) S 15018 15018 14423 0 -1 4202560 970 0 0 0 9 10 0 0 15 0 1 0 527046003 1180119040 197416 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262660 0 0 17 1 0 0 0
/proc/15053/statm: 288115 197416 370 364 0 224021 0
[pid=15055] ppid=15053 vsize=1224840 CPUtime=78.24 cores=0-7
/proc/15055/stat : 15055 (cryptominisat-2) R 15053 15055 15055 0 -1 4202496 229069 0 0 0 7789 35 0 0 25 0 1 0 527046005 1254236160 219654 33554432000 4194304 4677096 140736766944016 18446744073709551615 4336494 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15055/statm: 306210 219654 387 118 0 301169 0
[pid=15056] ppid=15018 vsize=1162716 CPUtime=0.18 cores=0-7
/proc/15056/stat : 15056 (python) S 15018 15018 14423 0 -1 4202560 983 0 0 0 8 10 0 0 15 0 1 0 527046008 1190621184 197420 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 6718169981634183428 0 0 17 1 0 0 0
/proc/15056/statm: 290679 197420 370 364 0 226582 0
[pid=15058] ppid=15056 vsize=1224836 CPUtime=77.29 cores=0-7
/proc/15058/stat : 15058 (cryptominisat-2) R 15056 15058 15058 0 -1 4202496 231977 0 0 0 7690 39 0 0 25 0 1 0 527046011 1254232064 222560 33554432000 4194304 4677096 140735787202128 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/15058/statm: 306209 222560 387 118 0 301168 0
[pid=15059] ppid=15018 vsize=1172972 CPUtime=0.18 cores=0-7
/proc/15059/stat : 15059 (python) S 15018 15018 14423 0 -1 4202560 971 0 0 0 8 10 0 0 18 0 1 0 527046012 1201123328 197424 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262660 0 0 17 1 0 0 0
/proc/15059/statm: 293243 197424 370 364 0 229143 0
[pid=15061] ppid=15059 vsize=933884 CPUtime=77.12 cores=0-7
/proc/15061/stat : 15061 (precosat) R 15059 15061 15061 0 -1 4202496 240298 0 0 0 7668 44 0 0 25 0 1 0 527046016 956297216 231957 33554432000 4194304 4890832 140735904243664 18446744073709551615 4238592 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/15061/statm: 233471 231957 86 171 0 233298 0
[pid=15062] ppid=15018 vsize=1183228 CPUtime=0.17 cores=0-7
/proc/15062/stat : 15062 (python) S 15018 15018 14423 0 -1 4202560 1023 0 0 0 9 8 0 0 18 0 1 0 527046017 1211625472 197434 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039675462 0 0 16781312 514 12131976116508262660 0 0 17 2 0 0 0
/proc/15062/statm: 295807 197434 376 364 0 231704 0
[pid=15064] ppid=15062 vsize=548064 CPUtime=77.16 cores=0-7
/proc/15064/stat : 15064 (glucoser_static) R 15062 15064 15064 0 -1 4202496 129625 0 0 0 7694 22 0 0 25 0 1 0 527046019 561217536 129309 33554432000 134512640 134580299 4293603504 18446744073709551615 134543243 0 0 16781312 8388611 0 0 0 17 2 0 0 0
/proc/15064/statm: 137016 129309 243 17 0 136344 0
[pid=15018/tid=15042] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15042/stat : 15042 (python) S 15016 15018 14423 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 9 0 527045986 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 0 0 0 0
[pid=15018/tid=15045] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15045/stat : 15045 (python) S 15016 15018 14423 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 9 0 527045991 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 0 0 0 0
[pid=15018/tid=15048] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15048/stat : 15048 (python) S 15016 15018 14423 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 527045995 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 6 0 0 0
[pid=15018/tid=15051] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15051/stat : 15051 (python) S 15016 15018 14423 0 -1 4202560 19 933 0 0 0 0 0 0 18 0 9 0 527046000 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 5 0 0 0
[pid=15018/tid=15054] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15054/stat : 15054 (python) S 15016 15018 14423 0 -1 4202560 23 933 0 0 0 0 0 0 19 0 9 0 527046005 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 0 0 0 0
[pid=15018/tid=15057] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15057/stat : 15057 (python) S 15016 15018 14423 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 527046009 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 7 0 0 0
[pid=15018/tid=15060] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15060/stat : 15060 (python) S 15016 15018 14423 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 9 0 527046014 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 2 0 0 0
[pid=15018/tid=15063] ppid=15016 vsize=1193472 CPUtime=0 cores=0-7
/proc/15018/task/15063/stat : 15063 (python) S 15016 15018 14423 0 -1 4202560 29 933 0 0 0 0 0 0 23 0 9 0 527046019 1222115328 198951 33554432000 4194304 5683644 140733918907968 18446744073709551615 212051478961 0 0 16781312 2 18446604453963584512 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1194.69
Current children cumulated vsize (KiB) 15546620

[startup+649.411 s]
/proc/loadavg: 6.30 2.84 2.90 2/286 15068
/proc/meminfo: memFree=23518528/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=1142144 CPUtime=1199.64 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202496 1555057 1356271 1 0 56825 207 62576 356 16 0 1 0 526988972 1169555456 198915 33554432000 4194304 5683644 140733918907968 18446744073709551615 212039310775 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15018/statm: 285536 198915 1873 364 0 221460 0
Current children cumulated CPU time (s) 1199.64
Current children cumulated vsize (KiB) 1142144

[startup+649.601 s]
/proc/loadavg: 6.30 2.84 2.90 2/286 15068
/proc/meminfo: memFree=23518528/32951124 swapFree=66779152/67111528
[pid=15018] ppid=15016 vsize=0 CPUtime=1199.83 cores=0-7
/proc/15018/stat : 15018 (python) R 15016 15018 14423 0 -1 4202500 1672757 1356271 1 0 56834 217 62576 356 16 0 1 0 526988972 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15018/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.83
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 649.617
CPU time (s): 1199.86
CPU user time (s): 1194.1
CPU system time (s): 5.75712
CPU usage (%): 184.703
Max. virtual memory (cumulated for all children) (KiB): 15546620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1194.1
system time used= 5.75712
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3029028
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= 3795
involuntary context switches= 4659

runsolver used 1.71374 second user time and 3.75743 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-02 16:15:27
IDJOB=3321555
IDBENCH=82364
IDSOLVER=1710
FILE ID=node146/3321555-1304345722
RUNJOBID= node146-1304337556-14437
PBS_JOBID= 13178039
Free space on /tmp= 73300 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321555-1304345722/watcher-3321555-1304345722 -o /tmp/evaluation-result-3321555-1304345722/solver-3321555-1304345722 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321555-1304345722.cnf -seed 840589355 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=840589355

node146.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.830
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.66
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24312916 kB
Buffers:        213796 kB
Cached:        1531588 kB
SwapCached:      35936 kB
Active:        6056852 kB
Inactive:      2239164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24312916 kB
SwapTotal:    67111528 kB
SwapFree:     66779152 kB
Dirty:          203208 kB
Writeback:           0 kB
AnonPages:     6515556 kB
Mapped:          21132 kB
Slab:           246908 kB
PageTables:      29452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 49312556 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= 73268 MiB
End job on node146 at 2011-05-02 16:26:17