Trace number 3385732

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 39.8749 7.21087

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S804294807-063.UNKNOWN.cnf
MD5SUMb542abc79e1a870fc4bd1b25791c8222
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.32334
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.32/0.44	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.44	c INFO: solving HOME/instance-3385732-1305572652.cnf
0.32/0.44	c INFO: computing task features
0.32/0.45	c INFO: computed variable-clause graph statistics
0.32/0.45	c INFO: computed clause balance statistics
0.32/0.48	c INFO: computed variable balance statistics
0.42/0.50	c INFO: computed small-clause counts
0.42/0.50	c INFO: computed Horn-clause counts
0.42/0.50	c INFO: computed variable graph statistics
0.42/0.50	c INFO: collected features for HOME/instance-3385732-1305572652.cnf in 0.06 s
0.42/0.53	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.56)
0.42/0.56	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.28)
0.42/0.59	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.20)
0.52/0.63	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.28)
0.52/0.66	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.52/0.69	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.30)
0.60/0.73	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.60/0.76	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
39.19/7.19	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-3385732-1305572652/watcher-3385732-1305572652 -o /tmp/evaluation-result-3385732-1305572652/solver-3385732-1305572652 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385732-1305572652.cnf -seed 1236587773 -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: 9.41 9.18 9.10 4/323 19815
/proc/meminfo: memFree=25433848/32951124 swapFree=67083432/67111528
[pid=19815] ppid=19813 vsize=15916 CPUtime=0 cores=0-7
/proc/19815/stat : 19815 (python) R 19813 19815 19445 0 -1 4202496 958 0 0 0 0 0 0 0 25 0 1 0 747495781 16297984 835 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020395776 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/19815/statm: 3979 836 357 364 0 466 0

[startup+0.0504719 s]
/proc/loadavg: 9.41 9.18 9.10 4/323 19815
/proc/meminfo: memFree=25433848/32951124 swapFree=67083432/67111528
[pid=19815] ppid=19813 vsize=30116 CPUtime=0.03 cores=0-7
/proc/19815/stat : 19815 (python) S 19813 19815 19445 0 -1 4202496 1469 0 0 0 3 0 0 0 25 0 1 0 747495781 30838784 1309 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/19815/statm: 7529 1309 443 364 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30116

[startup+0.100463 s]
/proc/loadavg: 9.41 9.18 9.10 4/323 19815
/proc/meminfo: memFree=25433848/32951124 swapFree=67083432/67111528
[pid=19815] ppid=19813 vsize=104616 CPUtime=0.07 cores=0-7
/proc/19815/stat : 19815 (python) R 19813 19815 19445 0 -1 4202496 3150 0 0 0 5 2 0 0 25 0 1 0 747495781 107126784 2827 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020393984 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/19815/statm: 26154 2827 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300435 s]
/proc/loadavg: 9.41 9.18 9.10 4/323 19815
/proc/meminfo: memFree=25433848/32951124 swapFree=67083432/67111528
[pid=19815] ppid=19813 vsize=198920 CPUtime=0.24 cores=0-7
/proc/19815/stat : 19815 (python) R 19813 19815 19445 0 -1 4202496 7018 932 1 0 18 6 0 0 17 0 1 0 747495781 203694080 5053 33554432000 4194304 5683644 140735160932576 18446744073709551615 4417120 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/19815/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700316 s]
/proc/loadavg: 9.41 9.18 9.10 4/323 19815
/proc/meminfo: memFree=25433848/32951124 swapFree=67083432/67111528
[pid=19815] ppid=19813 vsize=340724 CPUtime=0.6 cores=0-7
/proc/19815/stat : 19815 (python) R 19813 19815 19445 0 -1 4202496 14161 932 1 0 51 9 0 0 25 0 7 0 747495781 348901376 7259 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020056615 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19815/statm: 85181 7259 1883 364 0 21084 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 340724

[startup+1.50117 s]
/proc/loadavg: 9.41 9.18 9.10 14/348 19844
/proc/meminfo: memFree=25375460/32951124 swapFree=67083432/67111528
[pid=19815] ppid=19813 vsize=361236 CPUtime=0.67 cores=0-7
/proc/19815/stat : 19815 (python) S 19813 19815 19445 0 -1 4202496 15763 932 1 0 57 10 0 0 25 0 9 0 747495781 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19815/statm: 90309 7290 1889 364 0 26206 0
[pid=19821] ppid=19815 vsize=278608 CPUtime=0 cores=0-7
/proc/19821/stat : 19821 (python) S 19815 19815 19445 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 1 0 747495835 285294592 5556 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416015 0 0 16781312 514 9031675212503973887 0 0 17 4 0 0 0
/proc/19821/statm: 69652 5556 347 364 0 5570 0
[pid=19823] ppid=19821 vsize=454892 CPUtime=0.94 cores=0-7
/proc/19823/stat : 19823 (TNM) R 19821 19823 19823 0 -1 4202496 413 0 0 0 94 0 0 0 21 0 1 0 747495835 465809408 150 33554432000 134512640 135008748 4286844160 18446744073709551615 134527546 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19823/statm: 113723 150 46 122 0 112623 0
[pid=19824] ppid=19815 vsize=289288 CPUtime=0 cores=0-7
/proc/19824/stat : 19824 (python) S 19815 19815 19445 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 747495838 296230912 5678 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 5990082177813938434 0 0 17 5 0 0 0
/proc/19824/statm: 72322 5678 348 364 0 8237 0
[pid=19826] ppid=19824 vsize=1808 CPUtime=0.62 cores=0-7
/proc/19826/stat : 19826 (march_hi) R 19824 19826 19826 0 -1 4202496 543 0 0 0 62 0 0 0 22 0 1 0 747495838 1851392 280 33554432000 4194304 4955518 140735804983840 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19826/statm: 452 280 104 186 0 265 0
[pid=19827] ppid=19815 vsize=299172 CPUtime=0 cores=0-7
/proc/19827/stat : 19827 (python) S 19815 19815 19445 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 747495841 306352128 5587 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 14649611457805648130 0 0 17 2 0 0 0
/proc/19827/statm: 74793 5587 348 364 0 10705 0
[pid=19829] ppid=19827 vsize=1808 CPUtime=0.89 cores=0-7
/proc/19829/stat : 19829 (march_hi) R 19827 19829 19829 0 -1 4202496 549 0 0 0 89 0 0 0 23 0 1 0 747495841 1851392 286 33554432000 4194304 4955518 140733985388624 18446744073709551615 4224654 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19829/statm: 452 286 104 186 0 265 0
[pid=19830] ppid=19815 vsize=309968 CPUtime=0 cores=0-7
/proc/19830/stat : 19830 (python) S 19815 19815 19445 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 747495844 317407232 5712 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 3684006072135155972 0 0 17 4 0 0 0
/proc/19830/statm: 77492 5712 348 364 0 13401 0
[pid=19832] ppid=19830 vsize=1808 CPUtime=0.86 cores=0-7
/proc/19832/stat : 19832 (march_hi) R 19830 19832 19832 0 -1 4202496 548 0 0 0 86 0 0 0 25 0 1 0 747495844 1851392 284 33554432000 4194304 4955518 140737263181088 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19832/statm: 452 284 104 186 0 265 0
[pid=19833] ppid=19815 vsize=320224 CPUtime=0 cores=0-7
/proc/19833/stat : 19833 (python) S 19815 19815 19445 0 -1 4202560 764 0 0 0 0 0 0 0 23 0 1 0 747495847 327909376 5716 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 400895412799537151 0 0 17 6 0 0 0
/proc/19833/statm: 80056 5716 348 364 0 15962 0
[pid=19835] ppid=19833 vsize=1017800 CPUtime=0.4 cores=0-7
/proc/19835/stat : 19835 (gnovelty+2) R 19833 19835 19835 0 -1 4202496 427 0 0 0 40 0 0 0 25 0 1 0 747495850 1042227200 162 33554432000 134512640 135663704 4291668944 18446744073709551615 134544370 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19835/statm: 254450 162 113 282 0 254166 0
[pid=19836] ppid=19815 vsize=330480 CPUtime=0 cores=0-7
/proc/19836/stat : 19836 (python) S 19815 19815 19445 0 -1 4202560 772 0 0 0 0 0 0 0 22 0 1 0 747495851 338411520 5720 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 6882674513335517443 0 0 17 2 0 0 0
/proc/19836/statm: 82620 5720 348 364 0 18523 0
[pid=19838] ppid=19836 vsize=1808 CPUtime=0.32 cores=0-7
/proc/19838/stat : 19838 (march_hi) R 19836 19838 19838 0 -1 4202496 540 0 0 0 32 0 0 0 25 0 1 0 747495853 1851392 275 33554432000 4194304 4955518 140733763535920 18446744073709551615 4290789 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19838/statm: 452 275 104 186 0 265 0
[pid=19839] ppid=19815 vsize=340736 CPUtime=0 cores=0-7
/proc/19839/stat : 19839 (python) S 19815 19815 19445 0 -1 4202560 785 0 0 0 0 0 0 0 18 0 1 0 747495854 348913664 5724 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 17782564288037093635 0 0 17 6 0 0 0
/proc/19839/statm: 85184 5724 348 364 0 21084 0
[pid=19841] ppid=19839 vsize=1808 CPUtime=0.3 cores=0-7
/proc/19841/stat : 19841 (march_hi) R 19839 19841 19841 0 -1 4202496 544 0 0 0 30 0 0 0 25 0 1 0 747495857 1851392 274 33554432000 4194304 4955518 140735656525136 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19841/statm: 452 274 104 186 0 265 0
[pid=19842] ppid=19815 vsize=350992 CPUtime=0 cores=0-7
/proc/19842/stat : 19842 (python) S 19815 19815 19445 0 -1 4202560 823 0 0 0 0 0 0 0 21 0 1 0 747495858 359415808 5751 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 1851863458492940546 0 0 17 6 0 0 0
/proc/19842/statm: 87748 5751 354 364 0 23645 0
[pid=19844] ppid=19842 vsize=1808 CPUtime=0.72 cores=0-7
/proc/19844/stat : 19844 (march_hi) R 19842 19844 19844 0 -1 4202496 552 0 0 0 72 0 0 0 25 0 1 0 747495858 1851392 280 33554432000 4194304 4955518 140736184494448 18446744073709551615 4227841 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19844/statm: 452 280 104 186 0 265 0
[pid=19815/tid=19822] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19822/stat : 19822 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 747495835 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19825] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19825/stat : 19825 (python) S 19813 19815 19445 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 747495838 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 2 0 0 0
[pid=19815/tid=19828] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19828/stat : 19828 (python) S 19813 19815 19445 0 -1 4202560 18 932 0 0 0 0 0 0 20 0 9 0 747495841 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19831] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19831/stat : 19831 (python) S 19813 19815 19445 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 747495844 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19834] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19834/stat : 19834 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 24 0 9 0 747495848 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19837] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19837/stat : 19837 (python) S 19813 19815 19445 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 9 0 747495851 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19840] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19840/stat : 19840 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 747495855 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19843] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19843/stat : 19843 (python) S 19813 19815 19445 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 747495858 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 4364244

[startup+3.10087 s]
/proc/loadavg: 9.41 9.18 9.10 12/348 19844
/proc/meminfo: memFree=25374220/32951124 swapFree=67083432/67111528
[pid=19815] ppid=19813 vsize=361236 CPUtime=0.67 cores=0-7
/proc/19815/stat : 19815 (python) S 19813 19815 19445 0 -1 4202496 15763 932 1 0 57 10 0 0 25 0 9 0 747495781 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19815/statm: 90309 7290 1889 364 0 26206 0
[pid=19821] ppid=19815 vsize=278608 CPUtime=0 cores=0-7
/proc/19821/stat : 19821 (python) S 19815 19815 19445 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 747495835 285294592 5563 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416015 0 0 16781312 514 9031675212503941380 0 0 17 4 0 0 0
/proc/19821/statm: 69652 5563 354 364 0 5570 0
[pid=19823] ppid=19821 vsize=454892 CPUtime=2.53 cores=0-7
/proc/19823/stat : 19823 (TNM) R 19821 19823 19823 0 -1 4202496 413 0 0 0 253 0 0 0 25 0 1 0 747495835 465809408 150 33554432000 134512640 135008748 4286844160 18446744073709551615 134529517 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19823/statm: 113723 150 46 122 0 112623 0
[pid=19824] ppid=19815 vsize=289288 CPUtime=0 cores=0-7
/proc/19824/stat : 19824 (python) S 19815 19815 19445 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 747495838 296230912 5678 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 5990082177813938434 0 0 17 5 0 0 0
/proc/19824/statm: 72322 5678 348 364 0 8237 0
[pid=19826] ppid=19824 vsize=1808 CPUtime=1.42 cores=0-7
/proc/19826/stat : 19826 (march_hi) R 19824 19826 19826 0 -1 4202496 551 0 0 0 142 0 0 0 25 0 1 0 747495838 1851392 288 33554432000 4194304 4955518 140735804983840 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19826/statm: 452 288 104 186 0 265 0
[pid=19827] ppid=19815 vsize=299172 CPUtime=0 cores=0-7
/proc/19827/stat : 19827 (python) S 19815 19815 19445 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 747495841 306352128 5587 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 14649611457805648130 0 0 17 2 0 0 0
/proc/19827/statm: 74793 5587 348 364 0 10705 0
[pid=19829] ppid=19827 vsize=1972 CPUtime=2.48 cores=0-7
/proc/19829/stat : 19829 (march_hi) R 19827 19829 19829 0 -1 4202496 563 0 0 0 248 0 0 0 25 0 1 0 747495841 2019328 300 33554432000 4194304 4955518 140733985388624 18446744073709551615 4238783 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19829/statm: 493 300 104 186 0 306 0
[pid=19830] ppid=19815 vsize=309968 CPUtime=0 cores=0-7
/proc/19830/stat : 19830 (python) S 19815 19815 19445 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 747495844 317407232 5712 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 3684006072135155972 0 0 17 4 0 0 0
/proc/19830/statm: 77492 5712 348 364 0 13401 0
[pid=19832] ppid=19830 vsize=1972 CPUtime=2.46 cores=0-7
/proc/19832/stat : 19832 (march_hi) R 19830 19832 19832 0 -1 4202496 563 0 0 0 246 0 0 0 25 0 1 0 747495844 2019328 299 33554432000 4194304 4955518 140737263181088 18446744073709551615 4314921 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19832/statm: 493 299 104 186 0 306 0
[pid=19833] ppid=19815 vsize=320224 CPUtime=0 cores=0-7
/proc/19833/stat : 19833 (python) S 19815 19815 19445 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 747495847 327909376 5716 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 400895412799504641 0 0 17 6 0 0 0
/proc/19833/statm: 80056 5716 348 364 0 15962 0
[pid=19835] ppid=19833 vsize=1017800 CPUtime=1.2 cores=0-7
/proc/19835/stat : 19835 (gnovelty+2) R 19833 19835 19835 0 -1 4202496 427 0 0 0 120 0 0 0 25 0 1 0 747495850 1042227200 162 33554432000 134512640 135663704 4291668944 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19835/statm: 254450 162 113 282 0 254166 0
[pid=19836] ppid=19815 vsize=330480 CPUtime=0 cores=0-7
/proc/19836/stat : 19836 (python) S 19815 19815 19445 0 -1 4202560 791 0 0 0 0 0 0 0 15 0 1 0 747495851 338411520 5720 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 6882674513335517443 0 0 17 2 0 0 0
/proc/19836/statm: 82620 5720 348 364 0 18523 0
[pid=19838] ppid=19836 vsize=1808 CPUtime=1.12 cores=0-7
/proc/19838/stat : 19838 (march_hi) R 19836 19838 19838 0 -1 4202496 551 0 0 0 112 0 0 0 25 0 1 0 747495853 1851392 286 33554432000 4194304 4955518 140733763535920 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19838/statm: 452 286 104 186 0 265 0
[pid=19839] ppid=19815 vsize=340736 CPUtime=0 cores=0-7
/proc/19839/stat : 19839 (python) S 19815 19815 19445 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 1 0 747495854 348913664 5724 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 17782564288037093635 0 0 17 6 0 0 0
/proc/19839/statm: 85184 5724 348 364 0 21084 0
[pid=19841] ppid=19839 vsize=1808 CPUtime=1.1 cores=0-7
/proc/19841/stat : 19841 (march_hi) R 19839 19841 19841 0 -1 4202496 555 0 0 0 110 0 0 0 25 0 1 0 747495857 1851392 285 33554432000 4194304 4955518 140735656525136 18446744073709551615 4261387 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19841/statm: 452 285 104 186 0 265 0
[pid=19842] ppid=19815 vsize=350992 CPUtime=0 cores=0-7
/proc/19842/stat : 19842 (python) S 19815 19815 19445 0 -1 4202560 828 0 0 0 0 0 0 0 15 0 1 0 747495858 359415808 5751 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 1851863458492940546 0 0 17 6 0 0 0
/proc/19842/statm: 87748 5751 354 364 0 23645 0
[pid=19844] ppid=19842 vsize=1972 CPUtime=2.31 cores=0-7
/proc/19844/stat : 19844 (march_hi) R 19842 19844 19844 0 -1 4202496 572 0 0 0 231 0 0 0 25 0 1 0 747495858 2019328 300 33554432000 4194304 4955518 140736184494448 18446744073709551615 4227518 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19844/statm: 493 300 104 186 0 306 0
[pid=19815/tid=19822] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19822/stat : 19822 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 747495835 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19825] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19825/stat : 19825 (python) S 19813 19815 19445 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 747495838 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 2 0 0 0
[pid=19815/tid=19828] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19828/stat : 19828 (python) S 19813 19815 19445 0 -1 4202560 18 932 0 0 0 0 0 0 20 0 9 0 747495841 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19831] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19831/stat : 19831 (python) S 19813 19815 19445 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 747495844 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19834] ppid=19813 vsize=361236 CPUtime=0 cores=0-7

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

/proc/19815/task/19828/stat : 19828 (python) S 19813 19815 19445 0 -1 4202560 18 932 0 0 0 0 0 0 20 0 9 0 747495841 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19831] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19831/stat : 19831 (python) S 19813 19815 19445 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 747495844 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19834] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19834/stat : 19834 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 24 0 9 0 747495848 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19837] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19837/stat : 19837 (python) S 19813 19815 19445 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 9 0 747495851 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19840] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19840/stat : 19840 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 747495855 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19843] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19843/stat : 19843 (python) S 19813 19815 19445 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 747495858 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34.38
Current children cumulated vsize (KiB) 4359312

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

[startup+6.70121 s]
/proc/loadavg: 9.54 9.21 9.11 16/348 19845
/proc/meminfo: memFree=25372128/32951124 swapFree=67083432/67111528
[pid=19815] ppid=19813 vsize=361236 CPUtime=0.67 cores=0-7
/proc/19815/stat : 19815 (python) S 19813 19815 19445 0 -1 4202496 15763 932 1 0 57 10 0 0 25 0 9 0 747495781 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19815/statm: 90309 7290 1889 364 0 26206 0
[pid=19821] ppid=19815 vsize=278608 CPUtime=0.01 cores=0-7
/proc/19821/stat : 19821 (python) S 19815 19815 19445 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 747495835 285294592 5586 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416015 0 0 16781312 514 9031675212503941380 0 0 17 4 0 0 0
/proc/19821/statm: 69652 5586 377 364 0 5570 0
[pid=19823] ppid=19821 vsize=454892 CPUtime=6.08 cores=0-7
/proc/19823/stat : 19823 (TNM) R 19821 19823 19823 0 -1 4202496 413 0 0 0 608 0 0 0 25 0 1 0 747495835 465809408 150 33554432000 134512640 135008748 4286844160 18446744073709551615 134527564 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19823/statm: 113723 150 46 122 0 112623 0
[pid=19824] ppid=19815 vsize=289288 CPUtime=0.01 cores=0-7
/proc/19824/stat : 19824 (python) S 19815 19815 19445 0 -1 4202560 902 0 0 0 1 0 0 0 15 0 1 0 747495838 296230912 5701 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 5990082177813938434 0 0 17 5 0 0 0
/proc/19824/statm: 72322 5701 371 364 0 8237 0
[pid=19826] ppid=19824 vsize=1972 CPUtime=3.21 cores=0-7
/proc/19826/stat : 19826 (march_hi) R 19824 19826 19826 0 -1 4202496 567 0 0 0 321 0 0 0 25 0 1 0 747495838 2019328 304 33554432000 4194304 4955518 140735804983840 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19826/statm: 493 304 104 186 0 306 0
[pid=19827] ppid=19815 vsize=299172 CPUtime=1.72 cores=0-7
/proc/19827/stat : 19827 (python) R 19815 19815 19445 0 -1 4202560 915 0 0 0 145 27 0 0 17 0 1 0 747495841 306352128 5610 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/19827/statm: 74793 5610 371 364 0 10705 0
[pid=19829] ppid=19827 vsize=0 CPUtime=4.34 cores=0-7
/proc/19829/stat : 19829 (march_hi) R 19827 19829 19829 0 -1 4202500 575 0 0 0 434 0 0 0 25 0 1 0 747495841 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19829/statm: 0 0 0 0 0 0 0
[pid=19830] ppid=19815 vsize=309968 CPUtime=1.7 cores=0-7
/proc/19830/stat : 19830 (python) R 19815 19815 19445 0 -1 4202560 945 0 0 0 144 26 0 0 17 0 1 0 747495844 317407232 5734 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/19830/statm: 77492 5734 370 364 0 13401 0
[pid=19832] ppid=19830 vsize=0 CPUtime=4.36 cores=0-7
/proc/19832/stat : 19832 (march_hi) R 19830 19832 19832 0 -1 4202500 575 0 0 0 436 0 0 0 25 0 1 0 747495844 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19832/statm: 0 0 0 0 0 0 0
[pid=19833] ppid=19815 vsize=320224 CPUtime=0 cores=0-7
/proc/19833/stat : 19833 (python) S 19815 19815 19445 0 -1 4202560 928 0 0 0 0 0 0 0 18 0 1 0 747495847 327909376 5739 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 400895412799504641 0 0 17 4 0 0 0
/proc/19833/statm: 80056 5739 371 364 0 15962 0
[pid=19835] ppid=19833 vsize=1017800 CPUtime=3 cores=0-7
/proc/19835/stat : 19835 (gnovelty+2) R 19833 19835 19835 0 -1 4202496 427 0 0 0 300 0 0 0 25 0 1 0 747495850 1042227200 162 33554432000 134512640 135663704 4291668944 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19835/statm: 254450 162 113 282 0 254166 0
[pid=19836] ppid=19815 vsize=330480 CPUtime=0.01 cores=0-7
/proc/19836/stat : 19836 (python) S 19815 19815 19445 0 -1 4202560 953 0 0 0 0 1 0 0 15 0 1 0 747495851 338411520 5743 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 6882674513335517443 0 0 17 4 0 0 0
/proc/19836/statm: 82620 5743 371 364 0 18523 0
[pid=19838] ppid=19836 vsize=1972 CPUtime=2.92 cores=0-7
/proc/19838/stat : 19838 (march_hi) R 19836 19838 19838 0 -1 4202496 568 0 0 0 292 0 0 0 25 0 1 0 747495853 2019328 303 33554432000 4194304 4955518 140733763535920 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19838/statm: 493 303 104 186 0 306 0
[pid=19839] ppid=19815 vsize=340736 CPUtime=0.01 cores=0-7
/proc/19839/stat : 19839 (python) S 19815 19815 19445 0 -1 4202560 960 0 0 0 1 0 0 0 15 0 1 0 747495854 348913664 5747 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 17782564288037093635 0 0 17 5 0 0 0
/proc/19839/statm: 85184 5747 371 364 0 21084 0
[pid=19841] ppid=19839 vsize=1972 CPUtime=2.88 cores=0-7
/proc/19841/stat : 19841 (march_hi) R 19839 19841 19841 0 -1 4202496 571 0 0 0 288 0 0 0 25 0 1 0 747495857 2019328 301 33554432000 4194304 4955518 140735656525136 18446744073709551615 4238968 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19841/statm: 493 301 104 186 0 306 0
[pid=19842] ppid=19815 vsize=350992 CPUtime=1.53 cores=0-7
/proc/19842/stat : 19842 (python) R 19815 19815 19445 0 -1 4202560 1001 0 0 0 130 23 0 0 17 0 1 0 747495858 359415808 5774 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19842/statm: 87748 5774 377 364 0 23645 0
[pid=19844] ppid=19842 vsize=0 CPUtime=4.34 cores=0-7
/proc/19844/stat : 19844 (march_hi) R 19842 19844 19844 0 -1 4202500 584 0 0 0 434 0 0 0 25 0 1 0 747495858 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19844/statm: 0 0 0 0 0 0 0
[pid=19815/tid=19822] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19822/stat : 19822 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 747495835 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19825] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19825/stat : 19825 (python) S 19813 19815 19445 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 747495838 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 2 0 0 0
[pid=19815/tid=19828] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19828/stat : 19828 (python) S 19813 19815 19445 0 -1 4202560 18 932 0 0 0 0 0 0 20 0 9 0 747495841 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19831] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19831/stat : 19831 (python) S 19813 19815 19445 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 747495844 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19834] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19834/stat : 19834 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 24 0 9 0 747495848 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19837] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19837/stat : 19837 (python) S 19813 19815 19445 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 9 0 747495851 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19840] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19840/stat : 19840 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 747495855 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19843] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19843/stat : 19843 (python) S 19813 19815 19445 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 747495858 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 36.79
Current children cumulated vsize (KiB) 4359312

[startup+7.10113 s]
/proc/loadavg: 9.54 9.21 9.11 16/348 19845
/proc/meminfo: memFree=25372128/32951124 swapFree=67083432/67111528
[pid=19815] ppid=19813 vsize=361236 CPUtime=0.67 cores=0-7
/proc/19815/stat : 19815 (python) S 19813 19815 19445 0 -1 4202496 15763 932 1 0 57 10 0 0 25 0 9 0 747495781 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19815/statm: 90309 7290 1889 364 0 26206 0
[pid=19821] ppid=19815 vsize=278608 CPUtime=0.01 cores=0-7
/proc/19821/stat : 19821 (python) S 19815 19815 19445 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 747495835 285294592 5586 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416015 0 0 16781312 514 9031675212503941380 0 0 17 4 0 0 0
/proc/19821/statm: 69652 5586 377 364 0 5570 0
[pid=19823] ppid=19821 vsize=454892 CPUtime=6.48 cores=0-7
/proc/19823/stat : 19823 (TNM) R 19821 19823 19823 0 -1 4202496 413 0 0 0 648 0 0 0 25 0 1 0 747495835 465809408 150 33554432000 134512640 135008748 4286844160 18446744073709551615 134527524 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19823/statm: 113723 150 46 122 0 112623 0
[pid=19824] ppid=19815 vsize=289288 CPUtime=0.01 cores=0-7
/proc/19824/stat : 19824 (python) S 19815 19815 19445 0 -1 4202560 903 0 0 0 1 0 0 0 15 0 1 0 747495838 296230912 5701 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 5990082177813938434 0 0 17 5 0 0 0
/proc/19824/statm: 72322 5701 371 364 0 8237 0
[pid=19826] ppid=19824 vsize=1972 CPUtime=3.41 cores=0-7
/proc/19826/stat : 19826 (march_hi) R 19824 19826 19826 0 -1 4202496 568 0 0 0 341 0 0 0 25 0 1 0 747495838 2019328 305 33554432000 4194304 4955518 140735804983840 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19826/statm: 493 305 104 186 0 306 0
[pid=19827] ppid=19815 vsize=299172 CPUtime=2.12 cores=0-7
/proc/19827/stat : 19827 (python) R 19815 19815 19445 0 -1 4202560 915 0 0 0 179 33 0 0 18 0 1 0 747495841 306352128 5610 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/19827/statm: 74793 5610 371 364 0 10705 0
[pid=19829] ppid=19827 vsize=0 CPUtime=4.34 cores=0-7
/proc/19829/stat : 19829 (march_hi) R 19827 19829 19829 0 -1 4202500 575 0 0 0 434 0 0 0 25 0 1 0 747495841 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19829/statm: 0 0 0 0 0 0 0
[pid=19830] ppid=19815 vsize=309968 CPUtime=2.1 cores=0-7
/proc/19830/stat : 19830 (python) R 19815 19815 19445 0 -1 4202560 945 0 0 0 179 31 0 0 18 0 1 0 747495844 317407232 5734 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/19830/statm: 77492 5734 370 364 0 13401 0
[pid=19832] ppid=19830 vsize=0 CPUtime=4.36 cores=0-7
/proc/19832/stat : 19832 (march_hi) R 19830 19832 19832 0 -1 4202500 575 0 0 0 436 0 0 0 25 0 1 0 747495844 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19832/statm: 0 0 0 0 0 0 0
[pid=19833] ppid=19815 vsize=320224 CPUtime=0 cores=0-7
/proc/19833/stat : 19833 (python) S 19815 19815 19445 0 -1 4202560 928 0 0 0 0 0 0 0 18 0 1 0 747495847 327909376 5739 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 400895412799504641 0 0 17 4 0 0 0
/proc/19833/statm: 80056 5739 371 364 0 15962 0
[pid=19835] ppid=19833 vsize=1017800 CPUtime=3.2 cores=0-7
/proc/19835/stat : 19835 (gnovelty+2) R 19833 19835 19835 0 -1 4202496 427 0 0 0 320 0 0 0 25 0 1 0 747495850 1042227200 162 33554432000 134512640 135663704 4291668944 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19835/statm: 254450 162 113 282 0 254166 0
[pid=19836] ppid=19815 vsize=330480 CPUtime=0.01 cores=0-7
/proc/19836/stat : 19836 (python) S 19815 19815 19445 0 -1 4202560 953 0 0 0 0 1 0 0 15 0 1 0 747495851 338411520 5743 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 6882674513335517443 0 0 17 4 0 0 0
/proc/19836/statm: 82620 5743 371 364 0 18523 0
[pid=19838] ppid=19836 vsize=1972 CPUtime=3.12 cores=0-7
/proc/19838/stat : 19838 (march_hi) R 19836 19838 19838 0 -1 4202496 569 0 0 0 312 0 0 0 25 0 1 0 747495853 2019328 304 33554432000 4194304 4955518 140733763535920 18446744073709551615 4238419 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19838/statm: 493 304 104 186 0 306 0
[pid=19839] ppid=19815 vsize=340736 CPUtime=0.01 cores=0-7
/proc/19839/stat : 19839 (python) S 19815 19815 19445 0 -1 4202560 960 0 0 0 1 0 0 0 15 0 1 0 747495854 348913664 5747 33554432000 4194304 5683644 140735160932576 18446744073709551615 260020416070 0 0 16781312 514 17782564288037093635 0 0 17 5 0 0 0
/proc/19839/statm: 85184 5747 371 364 0 21084 0
[pid=19841] ppid=19839 vsize=1972 CPUtime=3.08 cores=0-7
/proc/19841/stat : 19841 (march_hi) R 19839 19841 19841 0 -1 4202496 573 0 0 0 308 0 0 0 25 0 1 0 747495857 2019328 303 33554432000 4194304 4955518 140735656525136 18446744073709551615 4286801 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19841/statm: 493 303 104 186 0 306 0
[pid=19842] ppid=19815 vsize=350992 CPUtime=1.93 cores=0-7
/proc/19842/stat : 19842 (python) R 19815 19815 19445 0 -1 4202560 1001 0 0 0 165 28 0 0 18 0 1 0 747495858 359415808 5774 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19842/statm: 87748 5774 377 364 0 23645 0
[pid=19844] ppid=19842 vsize=0 CPUtime=4.34 cores=0-7
/proc/19844/stat : 19844 (march_hi) R 19842 19844 19844 0 -1 4202500 584 0 0 0 434 0 0 0 25 0 1 0 747495858 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/19844/statm: 0 0 0 0 0 0 0
[pid=19815/tid=19822] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19822/stat : 19822 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 747495835 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19825] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19825/stat : 19825 (python) S 19813 19815 19445 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 747495838 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 2 0 0 0
[pid=19815/tid=19828] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19828/stat : 19828 (python) S 19813 19815 19445 0 -1 4202560 18 932 0 0 0 0 0 0 20 0 9 0 747495841 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19831] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19831/stat : 19831 (python) S 19813 19815 19445 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 747495844 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 4 0 0 0
[pid=19815/tid=19834] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19834/stat : 19834 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 24 0 9 0 747495848 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19837] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19837/stat : 19837 (python) S 19813 19815 19445 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 9 0 747495851 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19840] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19840/stat : 19840 (python) S 19813 19815 19445 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 747495855 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
[pid=19815/tid=19843] ppid=19813 vsize=361236 CPUtime=0 cores=0-7
/proc/19815/task/19843/stat : 19843 (python) S 19813 19815 19445 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 747495858 369905664 7290 33554432000 4194304 5683644 140735160932576 18446744073709551615 260032219569 0 0 16781312 2 18446604453045363712 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39.19
Current children cumulated vsize (KiB) 4359312

[startup+7.20118 s]
/proc/loadavg: 9.54 9.21 9.11 16/348 19845
/proc/meminfo: memFree=25372128/32951124 swapFree=67083432/67111528
[pid=19815] ppid=19813 vsize=309908 CPUtime=39.84 cores=0-7
/proc/19815/stat : 19815 (python) R 19813 19815 19445 0 -1 4202496 19004 13668 1 0 58 10 3813 103 17 0 1 0 747495781 317345792 7255 33554432000 4194304 5683644 140735160932576 18446744073709551615 4501827 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19815/statm: 77477 7255 1874 364 0 13401 0
Current children cumulated CPU time (s) 39.84
Current children cumulated vsize (KiB) 309908

Child status: 0
Real time (s): 7.21087
CPU time (s): 39.8749
CPU user time (s): 38.7311
CPU system time (s): 1.14383
CPU usage (%): 552.983
Max. virtual memory (cumulated for all children) (KiB): 4365232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.7311
system time used= 1.14383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33826
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= 2931
involuntary context switches= 1803

runsolver used 0.026995 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-16 21:04:12
IDJOB=3385732
IDBENCH=82997
IDSOLVER=1870
FILE ID=node110/3385732-1305572652
RUNJOBID= node110-1305572593-19459
PBS_JOBID= 13350157
Free space on /tmp= 73504 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S804294807-063.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-3385732-1305572652/watcher-3385732-1305572652 -o /tmp/evaluation-result-3385732-1305572652/solver-3385732-1305572652 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385732-1305572652.cnf -seed 1236587773 -budget 40000 -cores 8

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

MD5SUM BENCH= b542abc79e1a870fc4bd1b25791c8222
RANDOM SEED=1236587773

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.76
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25433880 kB
Buffers:        288364 kB
Cached:        3253400 kB
SwapCached:       1416 kB
Active:        4019948 kB
Inactive:      3162348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25433880 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           33596 kB
Writeback:           4 kB
AnonPages:     3639684 kB
Mapped:          28488 kB
Slab:           239608 kB
PageTables:      27624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75930272 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= 73472 MiB
End job on node110 at 2011-05-16 21:04:19