Trace number 3385716

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)? (exit code) 626.19 214.622

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1396350646-062.SATISFIABLE.cnf
MD5SUM74a1475d318f4f1a9026a9771426aa49
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3385716-1305572521.cnf
0.35/0.67	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.68	c INFO: computed clause balance statistics
0.42/0.75	c INFO: computed variable balance statistics
0.42/0.79	c INFO: computed small-clause counts
0.42/0.79	c INFO: computed Horn-clause counts
0.42/0.79	c INFO: computed variable graph statistics
0.42/0.79	c INFO: collected features for HOME/instance-3385716-1305572521.cnf in 0.12 s
0.52/0.82	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
0.52/0.85	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.52/0.88	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.34)
0.67/0.91	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.31)
0.67/0.95	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.67/0.98	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.67/1.01	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
1.04/1.04	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.16)
1.04/1.05	Traceback (most recent call last):
1.04/1.05	  File "HOME/solve", line 33, in <module>
1.04/1.05	    plac.call(main)
1.04/1.05	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1.04/1.05	    cmd, result = parser_from(obj).consume(arglist)
1.04/1.05	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
1.04/1.05	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1.04/1.05	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1.04/1.05	    (_, answer, _) = solver(input_path, budget / cores, cores)
1.04/1.05	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
1.04/1.05	    process.die()
1.04/1.05	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
1.04/1.05	    os.kill(self._process.pid, signal.SIGUSR1)
1.04/1.05	OSError: [Errno 3] No such process

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.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-3385716-1305572521/watcher-3385716-1305572521 -o /tmp/evaluation-result-3385716-1305572521/solver-3385716-1305572521 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385716-1305572521.cnf -seed 1026843295 -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: 7.13 8.26 8.26 2/401 15481
/proc/meminfo: memFree=17839612/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=15768 CPUtime=0 cores=0-7
/proc/15481/stat : 15481 (python) R 15479 15481 15455 0 -1 4202496 845 0 0 0 0 0 0 0 17 0 1 0 668851772 16146432 729 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473967360 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15481/statm: 3942 729 334 364 0 429 0

[startup+0.052108 s]
/proc/loadavg: 7.13 8.26 8.26 2/401 15481
/proc/meminfo: memFree=17839612/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=23184 CPUtime=0.02 cores=0-7
/proc/15481/stat : 15481 (python) R 15479 15481 15455 0 -1 4202496 1323 0 0 0 2 0 0 0 17 0 1 0 668851772 23740416 1173 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15481/statm: 5796 1173 432 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23184

[startup+0.101104 s]
/proc/loadavg: 7.13 8.26 8.26 2/401 15481
/proc/meminfo: memFree=17839612/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=89768 CPUtime=0.06 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 2671 0 0 0 4 2 0 0 17 0 1 0 668851772 91922432 2388 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/15481/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.301075 s]
/proc/loadavg: 7.13 8.26 8.26 2/401 15481
/proc/meminfo: memFree=17839612/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=135752 CPUtime=0.17 cores=0-7
/proc/15481/stat : 15481 (python) R 15479 15481 15455 0 -1 4202496 5966 933 1 0 13 4 0 0 17 0 1 0 668851772 139010048 4152 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15481/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700996 s]
/proc/loadavg: 7.13 8.26 8.26 2/401 15481
/proc/meminfo: memFree=17839612/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=278528 CPUtime=0.42 cores=0-7
/proc/15481/stat : 15481 (python) R 15479 15481 15455 0 -1 4202496 9363 933 1 0 30 12 0 0 16 0 1 0 668851772 285212672 7030 33554432000 4194304 5683644 140734052953504 18446744073709551615 47789952172281 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15481/statm: 69632 7030 1826 364 0 5556 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278528

[startup+1.50078 s]
/proc/loadavg: 7.13 8.26 8.26 6/416 15506
/proc/meminfo: memFree=17798448/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=1.03 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 7979 1 0 63 15 23 2 23 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15495] ppid=15481 vsize=299600 CPUtime=0 cores=0-7
/proc/15495/stat : 15495 (python) S 15481 15481 15455 0 -1 4202560 750 0 0 0 0 0 0 0 16 0 1 0 668851861 306790400 5698 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 1275415900329050371 0 0 17 1 0 0 0
/proc/15495/statm: 74900 5698 348 364 0 10812 0
[pid=15497] ppid=15495 vsize=1900 CPUtime=0.6 cores=0-7
/proc/15497/stat : 15497 (march_hi) R 15495 15497 15497 0 -1 4202496 566 0 0 0 60 0 0 0 22 0 1 0 668851861 1945600 302 33554432000 4194304 4955518 140737002502400 18446744073709551615 4224679 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15497/statm: 475 302 106 186 0 288 0
[pid=15498] ppid=15481 vsize=309856 CPUtime=0 cores=0-7
/proc/15498/stat : 15498 (python) S 15481 15481 15455 0 -1 4202560 762 0 0 0 0 0 0 0 17 0 1 0 668851864 317292544 5702 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 13473622199248060673 0 0 17 1 0 0 0
/proc/15498/statm: 77464 5702 348 364 0 13373 0
[pid=15500] ppid=15498 vsize=1900 CPUtime=0.57 cores=0-7
/proc/15500/stat : 15500 (march_hi) R 15498 15500 15500 0 -1 4202496 566 0 0 0 57 0 0 0 23 0 1 0 668851864 1945600 300 33554432000 4194304 4955518 140735137847760 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15500/statm: 475 300 106 186 0 288 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 923296

[startup+3.10055 s]
/proc/loadavg: 7.13 8.26 8.26 4/408 15512
/proc/meminfo: memFree=17800016/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=1.03 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 7979 1 0 63 15 23 2 23 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15495] ppid=15481 vsize=299600 CPUtime=0 cores=0-7
/proc/15495/stat : 15495 (python) S 15481 15481 15455 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 668851861 306790400 5698 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 1275415900329050371 0 0 17 1 0 0 0
/proc/15495/statm: 74900 5698 348 364 0 10812 0
[pid=15497] ppid=15495 vsize=2440 CPUtime=2.2 cores=0-7
/proc/15497/stat : 15497 (march_hi) R 15495 15497 15497 0 -1 4202496 712 0 0 0 220 0 0 0 25 0 1 0 668851861 2498560 416 33554432000 4194304 4955518 140737002502400 18446744073709551615 4285374 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15497/statm: 610 416 106 186 0 423 0
[pid=15498] ppid=15481 vsize=309856 CPUtime=0 cores=0-7
/proc/15498/stat : 15498 (python) S 15481 15481 15455 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 668851864 317292544 5702 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 13473622199248060673 0 0 17 1 0 0 0
/proc/15498/statm: 77464 5702 348 364 0 13373 0
[pid=15500] ppid=15498 vsize=2440 CPUtime=2.17 cores=0-7
/proc/15500/stat : 15500 (march_hi) R 15498 15500 15500 0 -1 4202496 712 0 0 0 217 0 0 0 25 0 1 0 668851864 2498560 414 33554432000 4194304 4955518 140735137847760 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15500/statm: 610 414 106 186 0 423 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 825 0 0 0 0 0 0 0 15 0 1 0 668851877 359440384 5741 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 16904841747769557249 0 0 17 6 0 0 0
/proc/15510/statm: 87754 5741 354 364 0 23651 0
[pid=15512] ppid=15510 vsize=2212 CPUtime=2.04 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 698 0 0 0 204 0 0 0 25 0 1 0 668851877 2265088 394 33554432000 4194304 4955518 140736901330560 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 553 394 106 186 0 366 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 1277604

[startup+6.30093 s]
/proc/loadavg: 6.80 8.17 8.23 4/408 15512
/proc/meminfo: memFree=17799056/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=1.03 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 7979 1 0 63 15 23 2 23 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15495] ppid=15481 vsize=299600 CPUtime=0.01 cores=0-7
/proc/15495/stat : 15495 (python) S 15481 15481 15455 0 -1 4202560 905 0 0 0 0 1 0 0 15 0 1 0 668851861 306790400 5721 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 1275415900329050371 0 0 17 7 0 0 0
/proc/15495/statm: 74900 5721 371 364 0 10812 0
[pid=15497] ppid=15495 vsize=3292 CPUtime=5.4 cores=0-7
/proc/15497/stat : 15497 (march_hi) R 15495 15497 15497 0 -1 4202496 882 0 0 0 540 0 0 0 25 0 1 0 668851861 3371008 586 33554432000 4194304 4955518 140737002502400 18446744073709551615 4237830 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15497/statm: 823 586 106 186 0 636 0
[pid=15498] ppid=15481 vsize=309856 CPUtime=0.01 cores=0-7
/proc/15498/stat : 15498 (python) S 15481 15481 15455 0 -1 4202560 912 0 0 0 0 1 0 0 15 0 1 0 668851864 317292544 5725 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 13473622199248060673 0 0 17 1 0 0 0
/proc/15498/statm: 77464 5725 371 364 0 13373 0
[pid=15500] ppid=15498 vsize=3292 CPUtime=5.37 cores=0-7
/proc/15500/stat : 15500 (march_hi) R 15498 15500 15500 0 -1 4202496 881 0 0 0 537 0 0 0 25 0 1 0 668851864 3371008 583 33554432000 4194304 4955518 140735137847760 18446744073709551615 4235606 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15500/statm: 823 583 106 186 0 636 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.01 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 987 0 0 0 0 1 0 0 15 0 1 0 668851877 359440384 5763 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 2880721568579682561 0 0 17 6 0 0 0
/proc/15510/statm: 87754 5763 376 364 0 23651 0
[pid=15512] ppid=15510 vsize=3292 CPUtime=5.24 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 858 0 0 0 524 0 0 0 25 0 1 0 668851877 3371008 554 33554432000 4194304 4955518 140736901330560 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 823 554 106 186 0 636 0
Current children cumulated CPU time (s) 17.07
Current children cumulated vsize (KiB) 1280388

[startup+12.7008 s]
/proc/loadavg: 6.49 8.08 8.20 4/408 15512
/proc/meminfo: memFree=17796360/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=1.03 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 7979 1 0 63 15 23 2 23 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15495] ppid=15481 vsize=299600 CPUtime=0.03 cores=0-7
/proc/15495/stat : 15495 (python) S 15481 15481 15455 0 -1 4202560 907 0 0 0 1 2 0 0 15 0 1 0 668851861 306790400 5721 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 1275415900329050371 0 0 17 7 0 0 0
/proc/15495/statm: 74900 5721 371 364 0 10812 0
[pid=15497] ppid=15495 vsize=5372 CPUtime=11.8 cores=0-7
/proc/15497/stat : 15497 (march_hi) R 15495 15497 15497 0 -1 4202496 1227 0 0 0 1180 0 0 0 25 0 1 0 668851861 5500928 931 33554432000 4194304 4955518 140737002502400 18446744073709551615 4346397 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15497/statm: 1343 931 106 186 0 1156 0
[pid=15498] ppid=15481 vsize=309856 CPUtime=0.03 cores=0-7
/proc/15498/stat : 15498 (python) S 15481 15481 15455 0 -1 4202560 919 0 0 0 1 2 0 0 15 0 1 0 668851864 317292544 5725 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 13473622199248060673 0 0 17 1 0 0 0
/proc/15498/statm: 77464 5725 371 364 0 13373 0
[pid=15500] ppid=15498 vsize=5372 CPUtime=11.77 cores=0-7
/proc/15500/stat : 15500 (march_hi) R 15498 15500 15500 0 -1 4202496 1227 0 0 0 1177 0 0 0 25 0 1 0 668851864 5500928 929 33554432000 4194304 4955518 140735137847760 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15500/statm: 1343 929 106 186 0 1156 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.02 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 992 0 0 0 1 1 0 0 15 0 1 0 668851877 359440384 5764 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 16904841747769557249 0 0 17 6 0 0 0
/proc/15510/statm: 87754 5764 377 364 0 23651 0
[pid=15512] ppid=15510 vsize=5372 CPUtime=11.64 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 1188 0 0 0 1164 0 0 0 25 0 1 0 668851877 5500928 884 33554432000 4194304 4955518 140736901330560 18446744073709551615 4208585 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 1343 884 106 186 0 1156 0
Current children cumulated CPU time (s) 36.32
Current children cumulated vsize (KiB) 1286628

[startup+25.5006 s]
/proc/loadavg: 5.72 7.83 8.12 4/408 15513
/proc/meminfo: memFree=17790760/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=1.03 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 7979 1 0 63 15 23 2 23 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15495] ppid=15481 vsize=299600 CPUtime=0.06 cores=0-7
/proc/15495/stat : 15495 (python) S 15481 15481 15455 0 -1 4202560 910 0 0 0 3 3 0 0 15 0 1 0 668851861 306790400 5721 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 113979773381738755 0 0 17 7 0 0 0
/proc/15495/statm: 74900 5721 371 364 0 10812 0
[pid=15497] ppid=15495 vsize=7096 CPUtime=24.6 cores=0-7
/proc/15497/stat : 15497 (march_hi) R 15495 15497 15497 0 -1 4202496 1887 0 0 0 2460 0 0 0 25 0 1 0 668851861 7266304 1591 33554432000 4194304 4955518 140737002502400 18446744073709551615 4297568 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15497/statm: 1774 1591 106 186 0 1587 0
[pid=15498] ppid=15481 vsize=309856 CPUtime=0.06 cores=0-7
/proc/15498/stat : 15498 (python) S 15481 15481 15455 0 -1 4202560 925 0 0 0 3 3 0 0 15 0 1 0 668851864 317292544 5725 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 113979773381738753 0 0 17 1 0 0 0
/proc/15498/statm: 77464 5725 371 364 0 13373 0
[pid=15500] ppid=15498 vsize=7096 CPUtime=24.57 cores=0-7
/proc/15500/stat : 15500 (march_hi) R 15498 15500 15500 0 -1 4202496 1886 0 0 0 2457 0 0 0 25 0 1 0 668851864 7266304 1588 33554432000 4194304 4955518 140735137847760 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15500/statm: 1774 1588 106 186 0 1587 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.06 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 995 0 0 0 3 3 0 0 15 0 1 0 668851877 359440384 5764 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 16904841747769557249 0 0 17 4 0 0 0
/proc/15510/statm: 87754 5764 377 364 0 23651 0
[pid=15512] ppid=15510 vsize=7096 CPUtime=24.44 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 1813 0 0 0 2444 0 0 0 25 0 1 0 668851877 7266304 1509 33554432000 4194304 4955518 140736901330560 18446744073709551615 4313907 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 1774 1509 106 186 0 1587 0
Current children cumulated CPU time (s) 74.82
Current children cumulated vsize (KiB) 1291800

[startup+51.101 s]
/proc/loadavg: 4.79 7.45 7.98 4/408 15513
/proc/meminfo: memFree=17775536/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=1.03 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 7979 1 0 63 15 23 2 23 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15495] ppid=15481 vsize=299600 CPUtime=0.15 cores=0-7

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


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

[startup+179.101 s]
/proc/loadavg: 3.34 5.96 7.36 4/408 15520
/proc/meminfo: memFree=17705016/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=1.03 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 7979 1 0 63 15 23 2 23 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15495] ppid=15481 vsize=299600 CPUtime=0.54 cores=0-7
/proc/15495/stat : 15495 (python) S 15481 15481 15455 0 -1 4202560 963 0 0 0 28 26 0 0 15 0 1 0 668851861 306790400 5721 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 113979773381738755 0 0 17 7 0 0 0
/proc/15495/statm: 74900 5721 371 364 0 10812 0
[pid=15497] ppid=15495 vsize=42800 CPUtime=178.2 cores=0-7
/proc/15497/stat : 15497 (march_hi) R 15495 15497 15497 0 -1 4202496 9058 0 0 0 17819 1 0 0 25 0 1 0 668851861 43827200 8741 33554432000 4194304 4955518 140737002502400 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15497/statm: 10700 8741 106 186 0 10513 0
[pid=15498] ppid=15481 vsize=309856 CPUtime=0.53 cores=0-7
/proc/15498/stat : 15498 (python) S 15481 15481 15455 0 -1 4202560 973 0 0 0 28 25 0 0 15 0 1 0 668851864 317292544 5725 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 113979773381738753 0 0 17 7 0 0 0
/proc/15498/statm: 77464 5725 371 364 0 13373 0
[pid=15500] ppid=15498 vsize=42800 CPUtime=178.17 cores=0-7
/proc/15500/stat : 15500 (march_hi) R 15498 15500 15500 0 -1 4202496 9054 0 0 0 17816 1 0 0 25 0 1 0 668851864 43827200 8735 33554432000 4194304 4955518 140735137847760 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15500/statm: 10700 8735 106 186 0 10513 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.56 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 1050 0 0 0 29 27 0 0 15 0 1 0 668851877 359440384 5764 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 16904841747769557249 0 0 17 4 0 0 0
/proc/15510/statm: 87754 5764 377 364 0 23651 0
[pid=15512] ppid=15510 vsize=42800 CPUtime=178.04 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 8772 0 0 0 17803 1 0 0 25 0 1 0 668851877 43827200 8447 33554432000 4194304 4955518 140736901330560 18446744073709551615 4297313 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 10700 8447 106 186 0 10513 0
Current children cumulated CPU time (s) 537.07
Current children cumulated vsize (KiB) 1398912

[startup+191.901 s]
/proc/loadavg: 3.27 5.82 7.29 4/408 15520
/proc/meminfo: memFree=17698676/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=1.03 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 7979 1 0 63 15 23 2 23 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15495] ppid=15481 vsize=299600 CPUtime=0.58 cores=0-7
/proc/15495/stat : 15495 (python) S 15481 15481 15455 0 -1 4202560 966 0 0 0 31 27 0 0 15 0 1 0 668851861 306790400 5721 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 113979773381738755 0 0 17 7 0 0 0
/proc/15495/statm: 74900 5721 371 364 0 10812 0
[pid=15497] ppid=15495 vsize=42800 CPUtime=191 cores=0-7
/proc/15497/stat : 15497 (march_hi) R 15495 15497 15497 0 -1 4202496 9577 0 0 0 19099 1 0 0 25 0 1 0 668851861 43827200 9260 33554432000 4194304 4955518 140737002502400 18446744073709551615 4208693 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15497/statm: 10700 9260 106 186 0 10513 0
[pid=15498] ppid=15481 vsize=309856 CPUtime=0.58 cores=0-7
/proc/15498/stat : 15498 (python) S 15481 15481 15455 0 -1 4202560 977 0 0 0 31 27 0 0 15 0 1 0 668851864 317292544 5725 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 113979773381738753 0 0 17 7 0 0 0
/proc/15498/statm: 77464 5725 371 364 0 13373 0
[pid=15500] ppid=15498 vsize=42800 CPUtime=190.97 cores=0-7
/proc/15500/stat : 15500 (march_hi) R 15498 15500 15500 0 -1 4202496 9573 0 0 0 19096 1 0 0 25 0 1 0 668851864 43827200 9254 33554432000 4194304 4955518 140735137847760 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15500/statm: 10700 9254 106 186 0 10513 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.59 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 1053 0 0 0 31 28 0 0 15 0 1 0 668851877 359440384 5764 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 113979773381738753 0 0 17 4 0 0 0
/proc/15510/statm: 87754 5764 377 364 0 23651 0
[pid=15512] ppid=15510 vsize=42800 CPUtime=190.84 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 9298 0 0 0 19083 1 0 0 25 0 1 0 668851877 43827200 8973 33554432000 4194304 4955518 140736901330560 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 10700 8973 106 186 0 10513 0
Current children cumulated CPU time (s) 575.59
Current children cumulated vsize (KiB) 1398912

[startup+204.701 s]
/proc/loadavg: 3.30 5.74 7.25 4/408 15520
/proc/meminfo: memFree=17692336/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=1.03 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 7979 1 0 63 15 23 2 23 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15495] ppid=15481 vsize=299600 CPUtime=0.62 cores=0-7
/proc/15495/stat : 15495 (python) S 15481 15481 15455 0 -1 4202560 969 0 0 0 33 29 0 0 15 0 1 0 668851861 306790400 5721 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 1275415900329050371 0 0 17 7 0 0 0
/proc/15495/statm: 74900 5721 371 364 0 10812 0
[pid=15497] ppid=15495 vsize=42800 CPUtime=203.8 cores=0-7
/proc/15497/stat : 15497 (march_hi) R 15495 15497 15497 0 -1 4202496 10126 0 0 0 20379 1 0 0 25 0 1 0 668851861 43827200 9809 33554432000 4194304 4955518 140737002502400 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15497/statm: 10700 9809 106 186 0 10513 0
[pid=15498] ppid=15481 vsize=309856 CPUtime=0.62 cores=0-7
/proc/15498/stat : 15498 (python) S 15481 15481 15455 0 -1 4202560 982 0 0 0 33 29 0 0 15 0 1 0 668851864 317292544 5725 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 13473622199248060673 0 0 17 7 0 0 0
/proc/15498/statm: 77464 5725 371 364 0 13373 0
[pid=15500] ppid=15498 vsize=42800 CPUtime=203.78 cores=0-7
/proc/15500/stat : 15500 (march_hi) R 15498 15500 15500 0 -1 4202496 10120 0 0 0 20376 2 0 0 25 0 1 0 668851864 43827200 9801 33554432000 4194304 4955518 140735137847760 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15500/statm: 10700 9801 106 186 0 10513 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.63 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 1055 0 0 0 33 30 0 0 15 0 1 0 668851877 359440384 5764 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 113979773381738753 0 0 17 4 0 0 0
/proc/15510/statm: 87754 5764 377 364 0 23651 0
[pid=15512] ppid=15510 vsize=42800 CPUtime=203.64 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 9756 0 0 0 20363 1 0 0 25 0 1 0 668851877 43827200 9431 33554432000 4194304 4955518 140736901330560 18446744073709551615 4235634 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 10700 9431 106 186 0 10513 0
Current children cumulated CPU time (s) 614.12
Current children cumulated vsize (KiB) 1398912

[startup+211.101 s]
/proc/loadavg: 3.09 5.62 7.19 2/404 15522
/proc/meminfo: memFree=17776580/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=411.93 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 30762 1 0 63 15 41049 66 16 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.65 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 1056 0 0 0 34 31 0 0 15 0 1 0 668851877 359440384 5764 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 16904841747769557249 0 0 17 4 0 0 0
/proc/15510/statm: 87754 5764 377 364 0 23651 0
[pid=15512] ppid=15510 vsize=42800 CPUtime=210.05 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 10027 0 0 0 21004 1 0 0 25 0 1 0 668851877 43827200 9702 33554432000 4194304 4955518 140736901330560 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 10700 9702 106 186 0 10513 0
Current children cumulated CPU time (s) 622.63
Current children cumulated vsize (KiB) 703856

[startup+212.701 s]
/proc/loadavg: 3.09 5.62 7.19 2/404 15523
/proc/meminfo: memFree=17776580/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=411.93 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 30762 1 0 63 15 41049 66 16 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.66 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 1057 0 0 0 35 31 0 0 15 0 1 0 668851877 359440384 5764 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 113979773381738753 0 0 17 4 0 0 0
/proc/15510/statm: 87754 5764 377 364 0 23651 0
[pid=15512] ppid=15510 vsize=42800 CPUtime=211.64 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 10097 0 0 0 21163 1 0 0 25 0 1 0 668851877 43827200 9772 33554432000 4194304 4955518 140736901330560 18446744073709551615 4296828 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 10700 9772 106 186 0 10513 0
Current children cumulated CPU time (s) 624.23
Current children cumulated vsize (KiB) 703856

[startup+213.501 s]
/proc/loadavg: 3.09 5.62 7.19 2/404 15523
/proc/meminfo: memFree=17776332/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=411.93 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 30762 1 0 63 15 41049 66 16 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.66 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 1057 0 0 0 35 31 0 0 15 0 1 0 668851877 359440384 5764 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 16904841747769557249 0 0 17 4 0 0 0
/proc/15510/statm: 87754 5764 377 364 0 23651 0
[pid=15512] ppid=15510 vsize=42800 CPUtime=212.44 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 10130 0 0 0 21243 1 0 0 25 0 1 0 668851877 43827200 9805 33554432000 4194304 4955518 140736901330560 18446744073709551615 4296838 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 10700 9805 106 186 0 10513 0
Current children cumulated CPU time (s) 625.03
Current children cumulated vsize (KiB) 703856

[startup+214.3 s]
/proc/loadavg: 3.09 5.62 7.19 2/404 15523
/proc/meminfo: memFree=17776332/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=411.93 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 30762 1 0 63 15 41049 66 16 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.66 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 1057 0 0 0 35 31 0 0 15 0 1 0 668851877 359440384 5764 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 16904841747769557249 0 0 17 4 0 0 0
/proc/15510/statm: 87754 5764 377 364 0 23651 0
[pid=15512] ppid=15510 vsize=42800 CPUtime=213.24 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 10168 0 0 0 21323 1 0 0 25 0 1 0 668851877 43827200 9843 33554432000 4194304 4955518 140736901330560 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 10700 9843 106 186 0 10513 0
Current children cumulated CPU time (s) 625.83
Current children cumulated vsize (KiB) 703856

[startup+214.514 s]
/proc/loadavg: 3.09 5.62 7.19 2/404 15523
/proc/meminfo: memFree=17776208/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=411.93 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 30762 1 0 63 15 41049 66 16 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15510] ppid=15481 vsize=351016 CPUtime=0.66 cores=0-7
/proc/15510/stat : 15510 (python) S 15481 15481 15455 0 -1 4202560 1057 0 0 0 35 31 0 0 15 0 1 0 668851877 359440384 5764 33554432000 4194304 5683644 140734052953504 18446744073709551615 274473987654 0 0 16781312 514 16904841747769557249 0 0 17 4 0 0 0
/proc/15510/statm: 87754 5764 377 364 0 23651 0
[pid=15512] ppid=15510 vsize=42800 CPUtime=213.45 cores=0-7
/proc/15512/stat : 15512 (march_hi) R 15510 15512 15512 0 -1 4202496 10178 0 0 0 21344 1 0 0 25 0 1 0 668851877 43827200 9853 33554432000 4194304 4955518 140736901330560 18446744073709551615 4244920 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15512/statm: 10700 9853 106 186 0 10513 0
Current children cumulated CPU time (s) 626.04
Current children cumulated vsize (KiB) 703856

[startup+214.6 s]
/proc/loadavg: 3.09 5.62 7.19 2/404 15523
/proc/meminfo: memFree=17776208/32950928 swapFree=67042944/67111528
[pid=15481] ppid=15479 vsize=310040 CPUtime=411.93 cores=0-7
/proc/15481/stat : 15481 (python) S 15479 15481 15455 0 -1 4202496 15950 30762 1 0 63 15 41049 66 16 0 1 0 668851772 317480960 7262 33554432000 4194304 5683644 140734052953504 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/15481/statm: 77510 7262 1891 364 0 13407 0
[pid=15510] ppid=15481 vsize=0 CPUtime=214.2 cores=0-7
/proc/15510/stat : 15510 (python) Z 15481 15481 15455 0 -1 4202588 1310 10182 0 0 35 31 21352 2 16 0 2 0 668851877 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15510/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 626.13
Current children cumulated vsize (KiB) 310040

Child status: 1
Real time (s): 214.622
CPU time (s): 626.19
CPU user time (s): 625.028
CPU system time (s): 1.16182
CPU usage (%): 291.764
Max. virtual memory (cumulated for all children) (KiB): 1607056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 625.028
system time used= 1.16182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62387
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= 4317
involuntary context switches= 919

runsolver used 0.836872 second user time and 1.76573 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-16 21:02:01
IDJOB=3385716
IDBENCH=82981
IDSOLVER=1870
FILE ID=node125/3385716-1305572521
RUNJOBID= node125-1305572521-15469
PBS_JOBID= 13350156
Free space on /tmp= 73232 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1396350646-062.SATISFIABLE.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-3385716-1305572521/watcher-3385716-1305572521 -o /tmp/evaluation-result-3385716-1305572521/solver-3385716-1305572521 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385716-1305572521.cnf -seed 1026843295 -budget 40000 -cores 8

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

MD5SUM BENCH= 74a1475d318f4f1a9026a9771426aa49
RANDOM SEED=1026843295

node125.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	: 5266.55
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.84
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.74
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.74
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.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.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:     32950928 kB
MemFree:      17839768 kB
Buffers:        205756 kB
Cached:        1944236 kB
SwapCached:      55652 kB
Active:        7823312 kB
Inactive:      6946128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17839768 kB
SwapTotal:    67111528 kB
SwapFree:     67042944 kB
Dirty:           31944 kB
Writeback:           0 kB
AnonPages:    12563872 kB
Mapped:          36276 kB
Slab:           218452 kB
PageTables:      52368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99013844 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= 73200 MiB
End job on node125 at 2011-05-16 21:05:36