Trace number 3378514

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-par-random (fixed)UNSAT 46.307 12.3028

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S659703274-054.UNKNOWN.cnf
MD5SUM7fa3ae3894a5c333ebdaa99700e2c639
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.2106
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.70	c INFO: solving HOME/instance-3378514-1305465992.cnf
0.37/0.70	c INFO: computing task features
0.37/0.71	c INFO: computed variable-clause graph statistics
0.37/0.71	c INFO: computed clause balance statistics
0.37/0.74	c INFO: computed variable balance statistics
0.37/0.76	c INFO: computed small-clause counts
0.37/0.76	c INFO: computed Horn-clause counts
0.37/0.76	c INFO: computed variable graph statistics
0.37/0.76	c INFO: collected features for HOME/instance-3378514-1305465992.cnf in 0.06 s
0.37/0.77	c INFO: running TNM@0 for 97 with 1199 remaining (b = 0.56)
0.37/0.78	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.41)
0.37/0.79	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.46)
0.47/0.80	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.33)
45.87/12.28	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: 961)

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-3378514-1305465992/watcher-3378514-1305465992 -o /tmp/evaluation-result-3378514-1305465992/solver-3378514-1305465992 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378514-1305465992.cnf -seed 173778446 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.20 8.20 8.01 6/432 23009
/proc/meminfo: memFree=18872800/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/23009/stat : 23009 (python) S 23007 23009 21694 0 -1 4202496 944 0 0 0 0 0 0 0 25 0 1 0 658201597 16289792 821 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/23009/statm: 3977 821 357 364 0 464 0

[startup+0.0856759 s]
/proc/loadavg: 8.20 8.20 8.01 6/432 23009
/proc/meminfo: memFree=18872800/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=54536 CPUtime=0.05 cores=0,2,4,6
/proc/23009/stat : 23009 (python) R 23007 23009 21694 0 -1 4202496 2043 0 0 0 4 1 0 0 25 0 1 0 658201597 55844864 1802 33554432000 4194304 5683644 140734993560144 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23009/statm: 13634 1805 492 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.100663 s]
/proc/loadavg: 8.20 8.20 8.01 6/432 23009
/proc/meminfo: memFree=18872800/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=87708 CPUtime=0.05 cores=0,2,4,6
/proc/23009/stat : 23009 (python) R 23007 23009 21694 0 -1 4202496 2638 0 0 0 4 1 0 0 25 0 1 0 658201597 89812992 2355 33554432000 4194304 5683644 140734993560144 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23009/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300606 s]
/proc/loadavg: 8.20 8.20 8.01 6/432 23009
/proc/meminfo: memFree=18872800/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/23009/stat : 23009 (python) S 23007 23009 21694 0 -1 4202496 5962 935 1 0 13 5 0 0 17 0 1 0 658201597 139005952 4151 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436013061 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 2
/proc/23009/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700542 s]
/proc/loadavg: 8.20 8.20 8.01 6/432 23009
/proc/meminfo: memFree=18872800/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=270760 CPUtime=0.37 cores=0,2,4,6
/proc/23009/stat : 23009 (python) S 23007 23009 21694 0 -1 4202496 8884 935 1 0 27 10 0 0 16 0 1 0 658201597 277258240 6647 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 2
/proc/23009/statm: 67690 6647 1713 364 0 5292 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 270760

[startup+1.50134 s]
/proc/loadavg: 8.02 8.16 8.00 10/445 23026
/proc/meminfo: memFree=18834132/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=320120 CPUtime=0.47 cores=0,2,4,6
/proc/23009/stat : 23009 (python) S 23007 23009 21694 0 -1 4202496 12127 935 1 0 36 11 0 0 22 0 5 0 658201597 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 2
/proc/23009/statm: 80030 7219 1873 364 0 15939 0
[pid=23015] ppid=23009 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/23015/stat : 23015 (python) S 23009 23009 21694 0 -1 4202560 705 0 0 0 0 0 0 0 18 0 1 0 658201674 285114368 5525 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037135 0 0 16781312 514 17442591169560182783 0 0 17 4 0 0 0
/proc/23015/statm: 69608 5525 347 364 0 5526 0
[pid=23017] ppid=23015 vsize=454896 CPUtime=0.72 cores=0,2,4,6
/proc/23017/stat : 23017 (TNM) R 23015 23017 23017 0 -1 4202496 415 0 0 0 72 0 0 0 21 0 1 0 658201675 465813504 151 33554432000 134512640 135008748 4289360880 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23017/statm: 113724 151 46 122 0 112624 0
[pid=23018] ppid=23009 vsize=289260 CPUtime=0 cores=0,2,4,6
/proc/23018/stat : 23018 (python) S 23009 23009 21694 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 658201675 296202240 5673 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 12213348777351676163 0 0 17 6 0 0 0
/proc/23018/statm: 72315 5673 348 364 0 8230 0
[pid=23020] ppid=23018 vsize=1808 CPUtime=0.71 cores=0,2,4,6
/proc/23020/stat : 23020 (march_hi) R 23018 23020 23020 0 -1 4202496 550 0 0 0 71 0 0 0 22 0 1 0 658201676 1851392 286 33554432000 4194304 4955518 140734666583344 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23020/statm: 452 286 104 186 0 265 0
[pid=23021] ppid=23009 vsize=299012 CPUtime=0 cores=0,2,4,6
/proc/23021/stat : 23021 (python) S 23009 23009 21694 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 658201676 306188288 5566 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 4448953079131275263 0 0 17 4 0 0 0
/proc/23021/statm: 74753 5566 348 364 0 10665 0
[pid=23023] ppid=23021 vsize=1808 CPUtime=0.7 cores=0,2,4,6
/proc/23023/stat : 23023 (march_hi) R 23021 23023 23023 0 -1 4202496 545 0 0 0 70 0 0 0 22 0 1 0 658201677 1851392 287 33554432000 4194304 4955518 140733748120064 18446744073709551615 4224665 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23023/statm: 452 287 104 186 0 265 0
[pid=23024] ppid=23009 vsize=309876 CPUtime=0 cores=0,2,4,6
/proc/23024/stat : 23024 (python) S 23009 23009 21694 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 658201677 317313024 5690 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 14062551413410464003 0 0 17 6 0 0 0
/proc/23024/statm: 77469 5690 348 364 0 13378 0
[pid=23026] ppid=23024 vsize=1808 CPUtime=0.67 cores=0,2,4,6
/proc/23026/stat : 23026 (march_hi) R 23024 23026 23026 0 -1 4202496 549 0 0 0 67 0 0 0 25 0 1 0 658201678 1851392 287 33554432000 4194304 4955518 140735213684080 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23026/statm: 452 287 104 186 0 265 0
[pid=23009/tid=23016] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23016/stat : 23016 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 4 0 0 0
[pid=23009/tid=23019] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23019/stat : 23019 (python) S 23007 23009 21694 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 2 0 0 0
[pid=23009/tid=23022] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23022/stat : 23022 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 658201676 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
[pid=23009/tid=23025] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23025/stat : 23025 (python) S 23007 23009 21694 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658201678 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 1957020

[startup+3.10104 s]
/proc/loadavg: 8.02 8.16 8.00 9/445 23026
/proc/meminfo: memFree=18832892/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=320120 CPUtime=0.47 cores=0,2,4,6
/proc/23009/stat : 23009 (python) S 23007 23009 21694 0 -1 4202496 12127 935 1 0 36 11 0 0 22 0 5 0 658201597 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 2
/proc/23009/statm: 80030 7219 1873 364 0 15939 0
[pid=23015] ppid=23009 vsize=278432 CPUtime=0 cores=0,2,4,6
/proc/23015/stat : 23015 (python) S 23009 23009 21694 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 658201674 285114368 5532 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037135 0 0 16781312 514 17442591169560150273 0 0 17 4 0 0 0
/proc/23015/statm: 69608 5532 354 364 0 5526 0
[pid=23017] ppid=23015 vsize=454896 CPUtime=2.32 cores=0,2,4,6
/proc/23017/stat : 23017 (TNM) R 23015 23017 23017 0 -1 4202496 415 0 0 0 232 0 0 0 25 0 1 0 658201675 465813504 151 33554432000 134512640 135008748 4289360880 18446744073709551615 134529468 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23017/statm: 113724 151 46 122 0 112624 0
[pid=23018] ppid=23009 vsize=289260 CPUtime=0 cores=0,2,4,6
/proc/23018/stat : 23018 (python) S 23009 23009 21694 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 658201675 296202240 5673 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 12213348777351676163 0 0 17 6 0 0 0
/proc/23018/statm: 72315 5673 348 364 0 8230 0
[pid=23020] ppid=23018 vsize=1940 CPUtime=2.31 cores=0,2,4,6
/proc/23020/stat : 23020 (march_hi) R 23018 23020 23020 0 -1 4202496 578 0 0 0 231 0 0 0 25 0 1 0 658201676 1986560 314 33554432000 4194304 4955518 140734666583344 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23020/statm: 485 314 104 186 0 298 0
[pid=23021] ppid=23009 vsize=299012 CPUtime=0 cores=0,2,4,6
/proc/23021/stat : 23021 (python) S 23009 23009 21694 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 658201676 306188288 5566 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 1210799800987910402 0 0 17 4 0 0 0
/proc/23021/statm: 74753 5566 348 364 0 10665 0
[pid=23023] ppid=23021 vsize=1940 CPUtime=2.3 cores=0,2,4,6
/proc/23023/stat : 23023 (march_hi) R 23021 23023 23023 0 -1 4202496 573 0 0 0 230 0 0 0 25 0 1 0 658201677 1986560 315 33554432000 4194304 4955518 140733748120064 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23023/statm: 485 315 104 186 0 298 0
[pid=23024] ppid=23009 vsize=309876 CPUtime=0 cores=0,2,4,6
/proc/23024/stat : 23024 (python) S 23009 23009 21694 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 658201677 317313024 5690 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 14062551413410464003 0 0 17 6 0 0 0
/proc/23024/statm: 77469 5690 348 364 0 13378 0
[pid=23026] ppid=23024 vsize=1940 CPUtime=2.25 cores=0,2,4,6
/proc/23026/stat : 23026 (march_hi) R 23024 23026 23026 0 -1 4202496 576 0 0 0 225 0 0 0 25 0 1 0 658201678 1986560 314 33554432000 4194304 4955518 140735213684080 18446744073709551615 4261351 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23026/statm: 485 314 104 186 0 298 0
[pid=23009/tid=23016] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23016/stat : 23016 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 4 0 0 0
[pid=23009/tid=23019] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23019/stat : 23019 (python) S 23007 23009 21694 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 2 0 0 0
[pid=23009/tid=23022] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23022/stat : 23022 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 658201676 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
[pid=23009/tid=23025] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23025/stat : 23025 (python) S 23007 23009 21694 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658201678 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.65
Current children cumulated vsize (KiB) 1957416

[startup+6.30043 s]
/proc/loadavg: 8.02 8.16 8.00 9/445 23027
/proc/meminfo: memFree=18830352/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=320120 CPUtime=0.47 cores=0,2,4,6
/proc/23009/stat : 23009 (python) S 23007 23009 21694 0 -1 4202496 12127 935 1 0 36 11 0 0 22 0 5 0 658201597 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 2
/proc/23009/statm: 80030 7219 1873 364 0 15939 0
[pid=23015] ppid=23009 vsize=278432 CPUtime=0.01 cores=0,2,4,6
/proc/23015/stat : 23015 (python) S 23009 23009 21694 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 1 0 658201674 285114368 5555 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037135 0 0 16781312 514 17442591169560150273 0 0 17 4 0 0 0
/proc/23015/statm: 69608 5555 377 364 0 5526 0
[pid=23017] ppid=23015 vsize=454896 CPUtime=5.52 cores=0,2,4,6
/proc/23017/stat : 23017 (TNM) R 23015 23017 23017 0 -1 4202496 415 0 0 0 552 0 0 0 25 0 1 0 658201675 465813504 151 33554432000 134512640 135008748 4289360880 18446744073709551615 134527477 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23017/statm: 113724 151 46 122 0 112624 0
[pid=23018] ppid=23009 vsize=289260 CPUtime=0.02 cores=0,2,4,6
/proc/23018/stat : 23018 (python) S 23009 23009 21694 0 -1 4202560 918 0 0 0 1 1 0 0 15 0 1 0 658201675 296202240 5696 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 12213348777351676163 0 0 17 2 0 0 0
/proc/23018/statm: 72315 5696 371 364 0 8230 0
[pid=23020] ppid=23018 vsize=2144 CPUtime=5.51 cores=0,2,4,6
/proc/23020/stat : 23020 (march_hi) R 23018 23020 23020 0 -1 4202496 629 0 0 0 551 0 0 0 25 0 1 0 658201676 2195456 365 33554432000 4194304 4955518 140734666583344 18446744073709551615 4346504 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23020/statm: 536 365 104 186 0 349 0
[pid=23021] ppid=23009 vsize=299144 CPUtime=0.02 cores=0,2,4,6
/proc/23021/stat : 23021 (python) S 23009 23009 21694 0 -1 4202560 903 0 0 0 1 1 0 0 15 0 1 0 658201676 306323456 5592 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 1210799800987910402 0 0 17 4 0 0 0
/proc/23021/statm: 74786 5592 373 364 0 10698 0
[pid=23023] ppid=23021 vsize=2144 CPUtime=5.45 cores=0,2,4,6
/proc/23023/stat : 23023 (march_hi) R 23021 23023 23023 0 -1 4202496 623 0 0 0 545 0 0 0 25 0 1 0 658201677 2195456 365 33554432000 4194304 4955518 140733748120064 18446744073709551615 4227651 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23023/statm: 536 365 104 186 0 349 0
[pid=23024] ppid=23009 vsize=309876 CPUtime=0.02 cores=0,2,4,6
/proc/23024/stat : 23024 (python) S 23009 23009 21694 0 -1 4202560 919 0 0 0 1 1 0 0 15 0 1 0 658201677 317313024 5713 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 14062551413410464003 0 0 17 6 0 0 0
/proc/23024/statm: 77469 5713 371 364 0 13378 0
[pid=23026] ppid=23024 vsize=2144 CPUtime=5.37 cores=0,2,4,6
/proc/23026/stat : 23026 (march_hi) R 23024 23026 23026 0 -1 4202496 625 0 0 0 537 0 0 0 25 0 1 0 658201678 2195456 363 33554432000 4194304 4955518 140735213684080 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23026/statm: 536 363 104 186 0 349 0
[pid=23009/tid=23016] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23016/stat : 23016 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 4 0 0 0
[pid=23009/tid=23019] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23019/stat : 23019 (python) S 23007 23009 21694 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 2 0 0 0
[pid=23009/tid=23022] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23022/stat : 23022 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 658201676 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
[pid=23009/tid=23025] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23025/stat : 23025 (python) S 23007 23009 21694 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658201678 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 1958160

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

[startup+9.50085 s]
/proc/loadavg: 8.02 8.16 8.00 10/445 23027
/proc/meminfo: memFree=18832576/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=320120 CPUtime=0.47 cores=0,2,4,6
/proc/23009/stat : 23009 (python) S 23007 23009 21694 0 -1 4202496 12127 935 1 0 36 11 0 0 22 0 5 0 658201597 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 2
/proc/23009/statm: 80030 7219 1873 364 0 15939 0
[pid=23015] ppid=23009 vsize=278432 CPUtime=0.01 cores=0,2,4,6
/proc/23015/stat : 23015 (python) S 23009 23009 21694 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 1 0 658201674 285114368 5555 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037135 0 0 16781312 514 17442591169560150273 0 0 17 4 0 0 0
/proc/23015/statm: 69608 5555 377 364 0 5526 0
[pid=23017] ppid=23015 vsize=454896 CPUtime=8.72 cores=0,2,4,6
/proc/23017/stat : 23017 (TNM) R 23015 23017 23017 0 -1 4202496 415 0 0 0 872 0 0 0 25 0 1 0 658201675 465813504 151 33554432000 134512640 135008748 4289360880 18446744073709551615 134529636 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23017/statm: 113724 151 46 122 0 112624 0
[pid=23018] ppid=23009 vsize=289260 CPUtime=0.02 cores=0,2,4,6
/proc/23018/stat : 23018 (python) S 23009 23009 21694 0 -1 4202560 922 0 0 0 1 1 0 0 15 0 1 0 658201675 296202240 5696 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 12213348777351676163 0 0 17 2 0 0 0
/proc/23018/statm: 72315 5696 371 364 0 8230 0
[pid=23020] ppid=23018 vsize=2396 CPUtime=8.7 cores=0,2,4,6
/proc/23020/stat : 23020 (march_hi) R 23018 23020 23020 0 -1 4202496 668 0 0 0 870 0 0 0 25 0 1 0 658201676 2453504 404 33554432000 4194304 4955518 140734666583344 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23020/statm: 599 404 104 186 0 412 0
[pid=23021] ppid=23009 vsize=299144 CPUtime=0.02 cores=0,2,4,6
/proc/23021/stat : 23021 (python) S 23009 23009 21694 0 -1 4202560 906 0 0 0 1 1 0 0 15 0 1 0 658201676 306323456 5592 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 1210799800987910402 0 0 17 4 0 0 0
/proc/23021/statm: 74786 5592 373 364 0 10698 0
[pid=23023] ppid=23021 vsize=2396 CPUtime=8.65 cores=0,2,4,6
/proc/23023/stat : 23023 (march_hi) R 23021 23023 23023 0 -1 4202496 663 0 0 0 865 0 0 0 25 0 1 0 658201677 2453504 405 33554432000 4194304 4955518 140733748120064 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23023/statm: 599 405 104 186 0 412 0
[pid=23024] ppid=23009 vsize=309876 CPUtime=0.02 cores=0,2,4,6
/proc/23024/stat : 23024 (python) S 23009 23009 21694 0 -1 4202560 923 0 0 0 1 1 0 0 15 0 1 0 658201677 317313024 5713 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 14062551413410464003 0 0 17 6 0 0 0
/proc/23024/statm: 77469 5713 371 364 0 13378 0
[pid=23026] ppid=23024 vsize=2396 CPUtime=8.52 cores=0,2,4,6
/proc/23026/stat : 23026 (march_hi) R 23024 23026 23026 0 -1 4202496 664 0 0 0 852 0 0 0 25 0 1 0 658201678 2453504 402 33554432000 4194304 4955518 140735213684080 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23026/statm: 599 402 104 186 0 412 0
[pid=23009/tid=23016] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23016/stat : 23016 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 4 0 0 0
[pid=23009/tid=23019] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23019/stat : 23019 (python) S 23007 23009 21694 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 2 0 0 0
[pid=23009/tid=23022] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23022/stat : 23022 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 658201676 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
[pid=23009/tid=23025] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23025/stat : 23025 (python) S 23007 23009 21694 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658201678 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35.13
Current children cumulated vsize (KiB) 1958916

[startup+11.1006 s]
/proc/loadavg: 8.42 8.24 8.02 14/417 23071
/proc/meminfo: memFree=18883580/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=320120 CPUtime=0.47 cores=0,2,4,6
/proc/23009/stat : 23009 (python) S 23007 23009 21694 0 -1 4202496 12127 935 1 0 36 11 0 0 22 0 5 0 658201597 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 2
/proc/23009/statm: 80030 7219 1873 364 0 15939 0
[pid=23015] ppid=23009 vsize=278432 CPUtime=0.02 cores=0,2,4,6
/proc/23015/stat : 23015 (python) S 23009 23009 21694 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 658201674 285114368 5555 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037135 0 0 16781312 514 1403205535460720897 0 0 17 0 0 0 0
/proc/23015/statm: 69608 5555 377 364 0 5526 0
[pid=23017] ppid=23015 vsize=454896 CPUtime=10.3 cores=0,2,4,6
/proc/23017/stat : 23017 (TNM) R 23015 23017 23017 0 -1 4202496 415 0 0 0 1030 0 0 0 25 0 1 0 658201675 465813504 151 33554432000 134512640 135008748 4289360880 18446744073709551615 134529690 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23017/statm: 113724 151 46 122 0 112624 0
[pid=23018] ppid=23009 vsize=289260 CPUtime=1.01 cores=0,2,4,6
/proc/23018/stat : 23018 (python) R 23009 23009 21694 0 -1 4202560 932 0 0 0 87 14 0 0 16 0 1 0 658201675 296202240 5696 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/23018/statm: 72315 5696 371 364 0 8230 0
[pid=23020] ppid=23018 vsize=0 CPUtime=9.3 cores=0,2,4,6
/proc/23020/stat : 23020 (march_hi) R 23018 23020 23020 0 -1 4202500 678 0 0 0 930 0 0 0 25 0 1 0 658201676 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23020/statm: 0 0 0 0 0 0 0
[pid=23021] ppid=23009 vsize=299144 CPUtime=0.97 cores=0,2,4,6
/proc/23021/stat : 23021 (python) R 23009 23009 21694 0 -1 4202560 911 0 0 0 83 14 0 0 16 0 1 0 658201676 306323456 5592 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/23021/statm: 74786 5592 373 364 0 10698 0
[pid=23023] ppid=23021 vsize=0 CPUtime=9.29 cores=0,2,4,6
/proc/23023/stat : 23023 (march_hi) R 23021 23023 23023 0 -1 4202500 673 0 0 0 929 0 0 0 25 0 1 0 658201677 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23023/statm: 0 0 0 0 0 0 0
[pid=23024] ppid=23009 vsize=309876 CPUtime=0.74 cores=0,2,4,6
/proc/23024/stat : 23024 (python) R 23009 23009 21694 0 -1 4202560 938 0 0 0 64 10 0 0 16 0 1 0 658201677 317313024 5713 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/23024/statm: 77469 5713 371 364 0 13378 0
[pid=23026] ppid=23024 vsize=0 CPUtime=9.37 cores=0,2,4,6
/proc/23026/stat : 23026 (march_hi) R 23024 23026 23026 0 -1 4202500 677 0 0 0 937 0 0 0 25 0 1 0 658201678 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/23026/statm: 0 0 0 0 0 0 0
[pid=23009/tid=23016] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23016/stat : 23016 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 4 0 0 0
[pid=23009/tid=23019] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23019/stat : 23019 (python) S 23007 23009 21694 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 2 0 0 0
[pid=23009/tid=23022] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23022/stat : 23022 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 658201676 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
[pid=23009/tid=23025] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23025/stat : 23025 (python) S 23007 23009 21694 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658201678 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 41.47
Current children cumulated vsize (KiB) 1951728

[startup+11.9014 s]
/proc/loadavg: 8.42 8.24 8.02 14/417 23071
/proc/meminfo: memFree=18883580/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=320120 CPUtime=0.47 cores=0,2,4,6
/proc/23009/stat : 23009 (python) S 23007 23009 21694 0 -1 4202496 12127 935 1 0 36 11 0 0 22 0 5 0 658201597 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 2
/proc/23009/statm: 80030 7219 1873 364 0 15939 0
[pid=23015] ppid=23009 vsize=278432 CPUtime=0.02 cores=0,2,4,6
/proc/23015/stat : 23015 (python) S 23009 23009 21694 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 658201674 285114368 5555 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037135 0 0 16781312 514 1403205535460720897 0 0 17 0 0 0 0
/proc/23015/statm: 69608 5555 377 364 0 5526 0
[pid=23017] ppid=23015 vsize=454896 CPUtime=11.1 cores=0,2,4,6
/proc/23017/stat : 23017 (TNM) R 23015 23017 23017 0 -1 4202496 415 0 0 0 1110 0 0 0 25 0 1 0 658201675 465813504 151 33554432000 134512640 135008748 4289360880 18446744073709551615 134529448 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23017/statm: 113724 151 46 122 0 112624 0
[pid=23018] ppid=23009 vsize=289260 CPUtime=1.82 cores=0,2,4,6
/proc/23018/stat : 23018 (python) R 23009 23009 21694 0 -1 4202560 932 0 0 0 158 24 0 0 17 0 1 0 658201675 296202240 5696 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/23018/statm: 72315 5696 371 364 0 8230 0
[pid=23020] ppid=23018 vsize=0 CPUtime=9.3 cores=0,2,4,6
/proc/23020/stat : 23020 (march_hi) R 23018 23020 23020 0 -1 4202500 678 0 0 0 930 0 0 0 25 0 1 0 658201676 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23020/statm: 0 0 0 0 0 0 0
[pid=23021] ppid=23009 vsize=299144 CPUtime=1.78 cores=0,2,4,6
/proc/23021/stat : 23021 (python) R 23009 23009 21694 0 -1 4202560 911 0 0 0 154 24 0 0 17 0 1 0 658201676 306323456 5592 33554432000 4194304 5683644 140734993560144 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/23021/statm: 74786 5592 373 364 0 10698 0
[pid=23023] ppid=23021 vsize=0 CPUtime=9.29 cores=0,2,4,6
/proc/23023/stat : 23023 (march_hi) R 23021 23023 23023 0 -1 4202500 673 0 0 0 929 0 0 0 25 0 1 0 658201677 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23023/statm: 0 0 0 0 0 0 0
[pid=23024] ppid=23009 vsize=309876 CPUtime=1.53 cores=0,2,4,6
/proc/23024/stat : 23024 (python) R 23009 23009 21694 0 -1 4202560 938 0 0 0 135 18 0 0 17 0 1 0 658201677 317313024 5713 33554432000 4194304 5683644 140734993560144 18446744073709551615 4960387 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/23024/statm: 77469 5713 371 364 0 13378 0
[pid=23026] ppid=23024 vsize=0 CPUtime=9.37 cores=0,2,4,6
/proc/23026/stat : 23026 (march_hi) R 23024 23026 23026 0 -1 4202500 677 0 0 0 937 0 0 0 25 0 1 0 658201678 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/23026/statm: 0 0 0 0 0 0 0
[pid=23009/tid=23016] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23016/stat : 23016 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 4 0 0 0
[pid=23009/tid=23019] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23019/stat : 23019 (python) S 23007 23009 21694 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 658201675 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 2 0 0 0
[pid=23009/tid=23022] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23022/stat : 23022 (python) S 23007 23009 21694 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 658201676 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
[pid=23009/tid=23025] ppid=23007 vsize=320120 CPUtime=0 cores=0,2,4,6
/proc/23009/task/23025/stat : 23025 (python) S 23007 23009 21694 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658201678 327802880 7219 33554432000 4194304 5683644 140734993560144 18446744073709551615 212447840689 0 0 16781312 2 18446604448574378432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 44.68
Current children cumulated vsize (KiB) 1951728

[startup+12.3013 s]
/proc/loadavg: 8.42 8.24 8.02 11/405 23103
/proc/meminfo: memFree=18897752/32951124 swapFree=57331800/67111528
[pid=23009] ppid=23007 vsize=0 CPUtime=46.28 cores=0,2,4,6
/proc/23009/stat : 23009 (python) R 23007 23009 21694 0 -1 4202500 16502 7431 1 0 38 11 4494 85 17 0 1 0 658201597 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 2
/proc/23009/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 12.3028
CPU time (s): 46.307
CPU user time (s): 45.3271
CPU system time (s): 0.979851
CPU usage (%): 376.392
Max. virtual memory (cumulated for all children) (KiB): 1958916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.3271
system time used= 0.979851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23933
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= 4635
involuntary context switches= 1922

runsolver used 0.06099 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 15:26:32
IDJOB=3378514
IDBENCH=82923
IDSOLVER=1859
FILE ID=node102/3378514-1305465992
RUNJOBID= node102-1305462764-21712
PBS_JOBID= 13324973
Free space on /tmp= 73580 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S659703274-054.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378514-1305465992/watcher-3378514-1305465992 -o /tmp/evaluation-result-3378514-1305465992/solver-3378514-1305465992 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378514-1305465992.cnf -seed 173778446 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7fa3ae3894a5c333ebdaa99700e2c639
RANDOM SEED=173778446

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.828
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.82
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.828
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:      18873080 kB
Buffers:         43580 kB
Cached:         767992 kB
SwapCached:      89980 kB
Active:        4580012 kB
Inactive:      9289280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18873080 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           31472 kB
Writeback:           0 kB
AnonPages:    12978972 kB
Mapped:          25988 kB
Slab:            65004 kB
PageTables:      77036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99479848 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= 73552 MiB
End job on node102 at 2011-05-15 15:26:45