Trace number 3386771

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 5000.04 4985.77

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1061710238-001.UNKNOWN.cnf
MD5SUM23ebfbdf095807765a162fcb1d02f57a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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.37/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.62	c INFO: solving HOME/instance-3386771-1305591683.cnf
0.37/0.62	c INFO: computing task features
0.37/0.64	c INFO: computed variable-clause graph statistics
0.37/0.64	c INFO: computed clause balance statistics
0.45/0.70	c INFO: computed variable balance statistics
0.45/0.74	c INFO: computed small-clause counts
0.45/0.74	c INFO: computed Horn-clause counts
0.45/0.74	c INFO: computed variable graph statistics
0.45/0.74	c INFO: collected features for HOME/instance-3386771-1305591683.cnf in 0.12 s
0.45/0.77	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
100.08/100.12	c INFO: running gnovelty+2@0 for 97 with 4900 remaining (b = 0.07)
198.66/198.48	c INFO: running march_hi@0 for 485 with 4802 remaining (b = 0.34)
687.56/685.93	c INFO: running march_hi@487 for 97 with 4315 remaining (b = 0.09)
783.78/781.80	c INFO: running march_hi@582 for 97 with 4219 remaining (b = 0.11)
882.70/880.45	c INFO: running march_hi@681 for 97 with 4120 remaining (b = 0.07)
978.73/976.11	c INFO: running march_hi@0 for 388 with 4024 remaining (b = 0.27)
1372.14/1368.54	c INFO: running march_hi@392 for 97 with 3632 remaining (b = 0.09)
1470.17/1466.25	c INFO: running march_hi@489 for 97 with 3535 remaining (b = 0.07)
1567.12/1562.80	c INFO: running march_hi@586 for 97 with 3438 remaining (b = 0.09)
1660.52/1655.91	c INFO: running march_hi@0 for 388 with 3345 remaining (b = 0.25)
2054.43/2048.51	c INFO: running march_hi@392 for 97 with 2952 remaining (b = 0.07)
2150.67/2144.40	c INFO: running march_hi@488 for 194 with 2857 remaining (b = 0.11)
2347.10/2340.30	c INFO: running march_hi@0 for 388 with 2661 remaining (b = 0.22)
2738.48/2730.68	c INFO: running march_hi@389 for 97 with 2271 remaining (b = 0.06)
2836.83/2828.78	c INFO: running kcnfs-2006@0 for 582 with 2173 remaining (b = 0.25)
3423.53/3413.64	c INFO: running march_hi@487 for 97 with 1588 remaining (b = 0.04)
3521.69/3511.59	c INFO: running march_hi@585 for 97 with 1490 remaining (b = 0.04)
3621.32/3610.99	c INFO: running march_hi@0 for 388 with 1391 remaining (b = 0.18)
4013.37/4002.02	c INFO: running march_hi@0 for 388 with 1000 remaining (b = 0.15)
4404.05/4391.89	c INFO: running march_hi@777 for 611 with 611 remaining (b = 0.19)

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-3386771-1305591683/watcher-3386771-1305591683 -o /tmp/evaluation-result-3386771-1305591683/solver-3386771-1305591683 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386771-1305591683.cnf -seed 1389877036 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 4.07 4.07 4.03 4/443 7708
/proc/meminfo: memFree=17257768/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/7708/stat : 7708 (python) R 7706 7708 7001 0 -1 4202496 859 0 0 0 0 0 0 0 17 0 1 0 670766163 16158720 741 33554432000 4194304 5683644 140736220616032 18446744073709551615 271550537360 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7708/statm: 3945 741 335 364 0 432 0

[startup+0.0625611 s]
/proc/loadavg: 4.07 4.07 4.03 4/443 7708
/proc/meminfo: memFree=17257768/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=30120 CPUtime=0.04 cores=0,2,4,6
/proc/7708/stat : 7708 (python) R 7706 7708 7001 0 -1 4202496 1515 0 0 0 3 1 0 0 17 0 1 0 670766163 30842880 1353 33554432000 4194304 5683644 140736220616032 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7708/statm: 7529 1352 443 364 0 899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30120

[startup+0.100554 s]
/proc/loadavg: 4.07 4.07 4.03 4/443 7708
/proc/meminfo: memFree=17257768/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=93964 CPUtime=0.05 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7706 7708 7001 0 -1 4202496 2696 0 0 0 4 1 0 0 17 0 1 0 670766163 96219136 2407 33554432000 4194304 5683644 140736220616032 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/7708/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300565 s]
/proc/loadavg: 4.07 4.07 4.03 4/443 7708
/proc/meminfo: memFree=17257768/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/7708/stat : 7708 (python) R 7706 7708 7001 0 -1 4202496 5971 935 1 0 13 4 0 0 17 0 1 0 670766163 139010048 4149 33554432000 4194304 5683644 140736220616032 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7708/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700507 s]
/proc/loadavg: 4.07 4.07 4.03 4/443 7708
/proc/meminfo: memFree=17257768/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=278500 CPUtime=0.45 cores=0,2,4,6
/proc/7708/stat : 7708 (python) R 7706 7708 7001 0 -1 4202496 9374 935 1 0 37 8 0 0 16 0 1 0 670766163 285184000 7032 33554432000 4194304 5683644 140736220616032 18446744073709551615 4571074 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7708/statm: 69625 7032 1826 364 0 5549 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278500

[startup+1.50035 s]
/proc/loadavg: 4.07 4.07 4.03 5/447 7716
/proc/meminfo: memFree=17232068/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=288768 CPUtime=0.53 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7706 7708 7001 0 -1 4202496 9812 935 1 0 45 8 0 0 17 0 2 0 670766163 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7708/statm: 72192 7085 1875 364 0 8110 0
[pid=7714] ppid=7708 vsize=278524 CPUtime=0 cores=0,2,4,6
/proc/7714/stat : 7714 (python) S 7708 7708 7001 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 670766240 285208576 5560 33554432000 4194304 5683644 140736220616032 18446744073709551615 271550557711 0 0 16781312 514 2703452531513622527 0 0 17 4 0 0 0
/proc/7714/statm: 69631 5560 354 364 0 5549 0
[pid=7716] ppid=7714 vsize=1017800 CPUtime=0.7 cores=0,2,4,6
/proc/7716/stat : 7716 (gnovelty+2) R 7714 7716 7716 0 -1 4202496 445 0 0 0 70 0 0 0 21 0 1 0 670766241 1042227200 180 33554432000 134512640 135663704 4287452096 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7716/statm: 254450 180 113 282 0 254166 0
[pid=7708/tid=7715] ppid=7706 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7715/stat : 7715 (python) S 7706 7708 7001 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 2 0 670766241 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1585092

[startup+3.10107 s]
/proc/loadavg: 4.07 4.07 4.03 5/447 7716
/proc/meminfo: memFree=17231200/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=288768 CPUtime=0.53 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7706 7708 7001 0 -1 4202496 9812 935 1 0 45 8 0 0 17 0 2 0 670766163 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7708/statm: 72192 7085 1875 364 0 8110 0
[pid=7714] ppid=7708 vsize=278524 CPUtime=0 cores=0,2,4,6
/proc/7714/stat : 7714 (python) S 7708 7708 7001 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 670766240 285208576 5560 33554432000 4194304 5683644 140736220616032 18446744073709551615 271550557711 0 0 16781312 514 2703452531513590018 0 0 17 4 0 0 0
/proc/7714/statm: 69631 5560 354 364 0 5549 0
[pid=7716] ppid=7714 vsize=1017800 CPUtime=2.3 cores=0,2,4,6
/proc/7716/stat : 7716 (gnovelty+2) R 7714 7716 7716 0 -1 4202496 445 0 0 0 230 0 0 0 25 0 1 0 670766241 1042227200 180 33554432000 134512640 135663704 4287452096 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7716/statm: 254450 180 113 282 0 254166 0
[pid=7708/tid=7715] ppid=7706 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7715/stat : 7715 (python) S 7706 7708 7001 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 2 0 670766241 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1585092

[startup+6.30049 s]
/proc/loadavg: 4.06 4.07 4.03 5/447 7716
/proc/meminfo: memFree=17229844/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=288768 CPUtime=0.53 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7706 7708 7001 0 -1 4202496 9812 935 1 0 45 8 0 0 17 0 2 0 670766163 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7708/statm: 72192 7085 1875 364 0 8110 0
[pid=7714] ppid=7708 vsize=278524 CPUtime=0.01 cores=0,2,4,6
/proc/7714/stat : 7714 (python) S 7708 7708 7001 0 -1 4202560 898 0 0 0 0 1 0 0 18 0 1 0 670766240 285208576 5583 33554432000 4194304 5683644 140736220616032 18446744073709551615 271550557711 0 0 16781312 514 2703452531513590018 0 0 17 6 0 0 0
/proc/7714/statm: 69631 5583 377 364 0 5549 0
[pid=7716] ppid=7714 vsize=1017800 CPUtime=5.5 cores=0,2,4,6
/proc/7716/stat : 7716 (gnovelty+2) R 7714 7716 7716 0 -1 4202496 445 0 0 0 550 0 0 0 25 0 1 0 670766241 1042227200 180 33554432000 134512640 135663704 4287452096 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7716/statm: 254450 180 113 282 0 254166 0
[pid=7708/tid=7715] ppid=7706 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7715/stat : 7715 (python) S 7706 7708 7001 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 2 0 670766241 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 1585092

[startup+12.7003 s]
/proc/loadavg: 4.06 4.07 4.03 5/447 7716
/proc/meminfo: memFree=17228308/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=288768 CPUtime=0.53 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7706 7708 7001 0 -1 4202496 9812 935 1 0 45 8 0 0 17 0 2 0 670766163 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7708/statm: 72192 7085 1875 364 0 8110 0
[pid=7714] ppid=7708 vsize=278524 CPUtime=0.03 cores=0,2,4,6
/proc/7714/stat : 7714 (python) S 7708 7708 7001 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 670766240 285208576 5583 33554432000 4194304 5683644 140736220616032 18446744073709551615 271550557711 0 0 16781312 514 7290835215503556866 0 0 17 4 0 0 0
/proc/7714/statm: 69631 5583 377 364 0 5549 0
[pid=7716] ppid=7714 vsize=1017800 CPUtime=11.9 cores=0,2,4,6
/proc/7716/stat : 7716 (gnovelty+2) R 7714 7716 7716 0 -1 4202496 445 0 0 0 1190 0 0 0 25 0 1 0 670766241 1042227200 180 33554432000 134512640 135663704 4287452096 18446744073709551615 134545776 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7716/statm: 254450 180 113 282 0 254166 0
[pid=7708/tid=7715] ppid=7706 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7715/stat : 7715 (python) S 7706 7708 7001 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 2 0 670766241 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1585092

[startup+25.501 s]
/proc/loadavg: 4.04 4.06 4.03 5/447 7716
/proc/meminfo: memFree=17227136/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=288768 CPUtime=0.53 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7706 7708 7001 0 -1 4202496 9812 935 1 0 45 8 0 0 17 0 2 0 670766163 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7708/statm: 72192 7085 1875 364 0 8110 0
[pid=7714] ppid=7708 vsize=278524 CPUtime=0.06 cores=0,2,4,6
/proc/7714/stat : 7714 (python) S 7708 7708 7001 0 -1 4202560 905 0 0 0 3 3 0 0 18 0 1 0 670766240 285208576 5583 33554432000 4194304 5683644 140736220616032 18446744073709551615 271550557711 0 0 16781312 514 7290835215503556866 0 0 17 4 0 0 0
/proc/7714/statm: 69631 5583 377 364 0 5549 0
[pid=7716] ppid=7714 vsize=1017800 CPUtime=24.7 cores=0,2,4,6
/proc/7716/stat : 7716 (gnovelty+2) R 7714 7716 7716 0 -1 4202496 445 0 0 0 2470 0 0 0 25 0 1 0 670766241 1042227200 180 33554432000 134512640 135663704 4287452096 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7716/statm: 254450 180 113 282 0 254166 0
[pid=7708/tid=7715] ppid=7706 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7715/stat : 7715 (python) S 7706 7708 7001 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 2 0 670766241 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 1585092

[startup+51.1003 s]
/proc/loadavg: 4.11 4.07 4.03 5/447 7717
/proc/meminfo: memFree=17223144/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=288768 CPUtime=0.53 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7706 7708 7001 0 -1 4202496 9812 935 1 0 45 8 0 0 17 0 2 0 670766163 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7708/statm: 72192 7085 1875 364 0 8110 0
[pid=7714] ppid=7708 vsize=278524 CPUtime=0.14 cores=0,2,4,6
/proc/7714/stat : 7714 (python) S 7708 7708 7001 0 -1 4202560 914 0 0 0 7 7 0 0 18 0 1 0 670766240 285208576 5583 33554432000 4194304 5683644 140736220616032 18446744073709551615 271550557711 0 0 16781312 514 7290835215503556866 0 0 17 4 0 0 0
/proc/7714/statm: 69631 5583 377 364 0 5549 0
[pid=7716] ppid=7714 vsize=1017800 CPUtime=50.28 cores=0,2,4,6
/proc/7716/stat : 7716 (gnovelty+2) R 7714 7716 7716 0 -1 4202496 445 0 0 0 5028 0 0 0 25 0 1 0 670766241 1042227200 180 33554432000 134512640 135663704 4287452096 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7716/statm: 254450 180 113 282 0 254166 0
[pid=7708/tid=7715] ppid=7706 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7715/stat : 7715 (python) S 7706 7708 7001 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 2 0 670766241 295698432 7085 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1585092

[startup+102.316 s]
/proc/loadavg: 4.04 4.06 4.03 5/452 7723
/proc/meminfo: memFree=17211180/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=299560 CPUtime=0.57 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7706 7708 7001 0 -1 4202496 10661 935 1 0 48 9 0 0 20 0 3 0 670766163 306749440 7220 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7708/statm: 74890 7220 1878 364 0 10805 0
[pid=7714] ppid=7708 vsize=288768 CPUtime=0.3 cores=0,2,4,6
/proc/7714/stat : 7714 (python) S 7708 7708 7001 0 -1 4202560 1086 0 0 0 17 13 0 0 19 0 2 0 670766240 295698432 5621 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7714/statm: 72192 5621 410 364 0 8110 0
[pid=7716] ppid=7714 vsize=1017800 CPUtime=99.23 cores=0,2,4,6
/proc/7716/stat : 7716 (gnovelty+2) T 7714 7716 7716 0 -1 4202496 445 0 0 0 9923 0 0 0 25 0 1 0 670766241 1042227200 180 33554432000 134512640 135663704 4287452096 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7716/statm: 254450 180 113 282 0 254166 0
[pid=7714/tid=7720] ppid=7708 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/7714/task/7720/stat : 7720 (python) S 7708 7708 7001 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670776172 295698432 5621 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604444952205248 0 0 -1 2 0 0 0
[pid=7721] ppid=7708 vsize=289316 CPUtime=0 cores=0,2,4,6
/proc/7721/stat : 7721 (python) S 7708 7708 7001 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 670776175 296259584 5686 33554432000 4194304 5683644 140736220616032 18446744073709551615 271550557766 0 0 16781312 514 16033544753454743810 0 0 17 6 0 0 0
/proc/7721/statm: 72329 5686 348 364 0 8244 0
[pid=7723] ppid=7721 vsize=1017800 CPUtime=2.18 cores=0,2,4,6
/proc/7723/stat : 7723 (gnovelty+2) R 7721 7723 7723 0 -1 4202496 446 0 0 0 218 0 0 0 25 0 1 0 670776175 1042227200 180 33554432000 134512640 135663704 4288848304 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7723/statm: 254450 180 113 282 0 254166 0
[pid=7708/tid=7715] ppid=7706 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7715/stat : 7715 (python) S 7706 7708 7001 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 3 0 670766241 306749440 7220 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7722] ppid=7706 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7722/stat : 7722 (python) S 7706 7708 7001 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 670776175 306749440 7220 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2913244

[startup+162.301 s]
/proc/loadavg: 4.21 4.09 4.04 5/452 7725
/proc/meminfo: memFree=17200988/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=299560 CPUtime=0.57 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7706 7708 7001 0 -1 4202496 10661 935 1 0 48 9 0 0 20 0 3 0 670766163 306749440 7220 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7708/statm: 74890 7220 1878 364 0 10805 0
[pid=7714] ppid=7708 vsize=288768 CPUtime=0.3 cores=0,2,4,6

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

[pid=7809] ppid=7708 vsize=330756 CPUtime=2.33 cores=0,2,4,6
/proc/7809/stat : 7809 (python) S 7708 7708 7001 0 -1 4202560 1163 0 0 0 129 104 0 0 15 0 2 0 671000193 338694144 5842 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7809/statm: 82689 5842 400 364 0 18592 0
[pid=7811] ppid=7809 vsize=141204 CPUtime=685.15 cores=0,2,4,6
/proc/7811/stat : 7811 (march_hi) T 7809 7811 7811 0 -1 4202496 30121 0 0 0 68505 10 0 0 25 0 1 0 671000193 144592896 29851 33554432000 4194304 4955518 140735641294640 18446744073709551615 4208624 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7811/statm: 35301 29851 106 186 0 35114 0
[pid=7809/tid=7834] ppid=7708 vsize=330756 CPUtime=0 cores=0,2,4,6
/proc/7809/task/7834/stat : 7834 (python) S 7708 7708 7001 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671039230 338694144 5842 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604446166637312 0 0 -1 4 0 0 0
[pid=7838] ppid=7708 vsize=341012 CPUtime=1.87 cores=0,2,4,6
/proc/7838/stat : 7838 (python) S 7708 7708 7001 0 -1 4202560 1137 0 0 0 104 83 0 0 19 0 2 0 671049041 349196288 5847 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7838/statm: 85253 5847 400 364 0 21153 0
[pid=7840] ppid=7838 vsize=181380 CPUtime=584.78 cores=0,2,4,6
/proc/7840/stat : 7840 (kcnfs-2006) T 7838 7840 7840 0 -1 4202496 685 0 0 0 58478 0 0 0 25 0 1 0 671049041 185733120 420 33554432000 134512640 135163436 4289554208 18446744073709551615 134712466 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7840/statm: 45345 420 76 159 0 45185 0
[pid=7838/tid=7857] ppid=7708 vsize=341012 CPUtime=0 cores=0,2,4,6
/proc/7838/task/7857/stat : 7857 (python) S 7708 7708 7001 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 671107525 349196288 5847 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604447510025152 0 0 -1 4 0 0 0
[pid=7933] ppid=7708 vsize=351268 CPUtime=1.32 cores=0,2,4,6
/proc/7933/stat : 7933 (python) S 7708 7708 7001 0 -1 4202560 1187 0 0 0 76 56 0 0 17 0 2 0 671127262 359698432 5887 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7933/statm: 87817 5887 406 364 0 23714 0
[pid=7935] ppid=7933 vsize=93600 CPUtime=390.64 cores=0,2,4,6
/proc/7935/stat : 7935 (march_hi) T 7933 7935 7935 0 -1 4202496 18151 0 0 0 39057 7 0 0 25 0 1 0 671127262 95846400 17879 33554432000 4194304 4955518 140735094630992 18446744073709551615 4285891 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7935/statm: 23400 17879 106 186 0 23213 0
[pid=7933/tid=8028] ppid=7708 vsize=351268 CPUtime=0 cores=0,2,4,6
/proc/7933/task/8028/stat : 8028 (python) S 7708 7708 7001 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 671166364 359698432 5887 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604449024369664 0 0 -1 4 0 0 0
[pid=8029] ppid=7708 vsize=361524 CPUtime=1.33 cores=0,2,4,6
/proc/8029/stat : 8029 (python) S 7708 7708 7001 0 -1 4202560 1157 0 0 0 70 63 0 0 17 0 2 0 671166365 370200576 5885 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8029/statm: 90381 5885 400 364 0 26275 0
[pid=8031] ppid=8029 vsize=93600 CPUtime=389.41 cores=0,2,4,6
/proc/8031/stat : 8031 (march_hi) T 8029 8031 8031 0 -1 4202496 18150 0 0 0 38937 4 0 0 25 0 1 0 671166365 95846400 17880 33554432000 4194304 4955518 140736112789936 18446744073709551615 4224427 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8031/statm: 23400 17880 106 186 0 23213 0
[pid=8029/tid=8059] ppid=7708 vsize=361524 CPUtime=0 cores=0,2,4,6
/proc/8029/task/8059/stat : 8059 (python) S 7708 7708 7001 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 671205351 370200576 5885 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604453885873024 0 0 -1 4 0 0 0
[pid=7708/tid=7715] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7715/stat : 7715 (python) S 7706 7708 7001 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 10 0 670766241 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7722] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7722/stat : 7722 (python) S 7706 7708 7001 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 10 0 670776175 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7729] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7729/stat : 7729 (python) S 7706 7708 7001 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 10 0 670786011 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7758] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7758/stat : 7758 (python) S 7706 7708 7001 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 10 0 670863774 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 6 0 0 0
[pid=7708/tid=7783] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7783/stat : 7783 (python) S 7706 7708 7001 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 10 0 670931754 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7810] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7810/stat : 7810 (python) S 7706 7708 7001 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 671000193 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7839] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7839/stat : 7839 (python) S 7706 7708 7001 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 10 0 671049041 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 6 0 0 0
[pid=7708/tid=7934] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7934/stat : 7934 (python) S 7706 7708 7001 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 10 0 671127262 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=8030] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/8030/stat : 8030 (python) S 7706 7708 7001 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 10 0 671166365 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 6406176

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

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

[startup+4985.7 s]
/proc/loadavg: 4.01 4.08 4.03 5/515 8094
/proc/meminfo: memFree=16262616/32951124 swapFree=67056796/67111528
[pid=7708] ppid=7706 vsize=371908 CPUtime=0.95 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7706 7708 7001 0 -1 4202496 17854 935 1 0 84 11 0 0 18 0 10 0 670766163 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7708/statm: 92977 7384 1892 364 0 28871 0
[pid=7714] ppid=7708 vsize=288768 CPUtime=0.3 cores=0,2,4,6
/proc/7714/stat : 7714 (python) S 7708 7708 7001 0 -1 4202560 1086 0 0 0 17 13 0 0 19 0 2 0 670766240 295698432 5621 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7714/statm: 72192 5621 410 364 0 8110 0
[pid=7716] ppid=7714 vsize=1017800 CPUtime=99.23 cores=0,2,4,6
/proc/7716/stat : 7716 (gnovelty+2) T 7714 7716 7716 0 -1 4202496 445 0 0 0 9923 0 0 0 25 0 1 0 670766241 1042227200 180 33554432000 134512640 135663704 4287452096 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7716/statm: 254450 180 113 282 0 254166 0
[pid=7714/tid=7720] ppid=7708 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/7714/task/7720/stat : 7720 (python) S 7708 7708 7001 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670776172 295698432 5621 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604444952205248 0 0 -1 2 0 0 0
[pid=7721] ppid=7708 vsize=289316 CPUtime=0.31 cores=0,2,4,6
/proc/7721/stat : 7721 (python) S 7708 7708 7001 0 -1 4202560 1065 0 0 0 17 14 0 0 19 0 2 0 670776175 296259584 5739 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7721/statm: 72329 5739 400 364 0 8244 0
[pid=7723] ppid=7721 vsize=1017800 CPUtime=98.32 cores=0,2,4,6
/proc/7723/stat : 7723 (gnovelty+2) T 7721 7723 7723 0 -1 4202496 446 0 0 0 9832 0 0 0 25 0 1 0 670776175 1042227200 180 33554432000 134512640 135663704 4288848304 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7723/statm: 254450 180 113 282 0 254166 0
[pid=7721/tid=7727] ppid=7708 vsize=289316 CPUtime=0 cores=0,2,4,6
/proc/7721/task/7727/stat : 7727 (python) S 7708 7708 7001 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 670786008 296259584 5739 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604452350826496 0 0 -1 6 0 0 0
[pid=7728] ppid=7708 vsize=299324 CPUtime=4.65 cores=0,2,4,6
/proc/7728/stat : 7728 (python) S 7708 7708 7001 0 -1 4202560 1148 0 0 0 262 203 0 0 15 0 2 0 670786011 306507776 5666 33554432000 4194304 5683644 140736220616032 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7728/statm: 74831 5666 400 364 0 10743 0
[pid=7730] ppid=7728 vsize=313764 CPUtime=1371.1 cores=0,2,4,6
/proc/7730/stat : 7730 (march_hi) R 7728 7730 7730 0 -1 4202496 55970 0 0 0 137101 9 0 0 25 0 1 0 670786011 321294336 55704 33554432000 4194304 4955518 140737406381984 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7730/statm: 78441 55704 106 186 0 78254 0
[pid=7728/tid=7748] ppid=7708 vsize=299324 CPUtime=0 cores=0,2,4,6
/proc/7728/task/7748/stat : 7748 (python) S 7708 7708 7001 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 670834753 306507776 5666 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604442474268800 0 0 -1 4 0 0 0
[pid=7757] ppid=7708 vsize=310244 CPUtime=2.28 cores=0,2,4,6
/proc/7757/stat : 7757 (python) S 7708 7708 7001 0 -1 4202560 1167 0 0 0 120 108 0 0 15 0 2 0 670863774 317689856 5834 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7757/statm: 77561 5834 400 364 0 13470 0
[pid=7759] ppid=7757 vsize=141204 CPUtime=679.42 cores=0,2,4,6
/proc/7759/stat : 7759 (march_hi) T 7757 7759 7759 0 -1 4202496 29986 0 0 0 67936 6 0 0 25 0 1 0 670863774 144592896 29720 33554432000 4194304 4955518 140733638051504 18446744073709551615 4285712 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7759/statm: 35301 29720 106 186 0 35114 0
[pid=7757/tid=7773] ppid=7708 vsize=310244 CPUtime=0 cores=0,2,4,6
/proc/7757/task/7773/stat : 7773 (python) S 7708 7708 7001 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670903015 317689856 5834 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604441499387072 0 0 -1 6 0 0 0
[pid=7782] ppid=7708 vsize=320500 CPUtime=2.31 cores=0,2,4,6
/proc/7782/stat : 7782 (python) S 7708 7708 7001 0 -1 4202560 1175 0 0 0 127 104 0 0 15 0 2 0 670931754 328192000 5838 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7782/statm: 80125 5838 400 364 0 16031 0
[pid=7784] ppid=7782 vsize=141204 CPUtime=684.34 cores=0,2,4,6
/proc/7784/stat : 7784 (march_hi) T 7782 7784 7784 0 -1 4202496 30126 0 0 0 68428 6 0 0 25 0 1 0 670931754 144592896 29856 33554432000 4194304 4955518 140734727857440 18446744073709551615 4346513 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7784/statm: 35301 29856 106 186 0 35114 0
[pid=7782/tid=7800] ppid=7708 vsize=320500 CPUtime=0 cores=0,2,4,6
/proc/7782/task/7800/stat : 7800 (python) S 7708 7708 7001 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670971012 328192000 5838 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604447510024256 0 0 -1 6 0 0 0
[pid=7809] ppid=7708 vsize=330756 CPUtime=2.33 cores=0,2,4,6
/proc/7809/stat : 7809 (python) S 7708 7708 7001 0 -1 4202560 1163 0 0 0 129 104 0 0 15 0 2 0 671000193 338694144 5842 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7809/statm: 82689 5842 400 364 0 18592 0
[pid=7811] ppid=7809 vsize=141204 CPUtime=685.15 cores=0,2,4,6
/proc/7811/stat : 7811 (march_hi) T 7809 7811 7811 0 -1 4202496 30121 0 0 0 68505 10 0 0 25 0 1 0 671000193 144592896 29851 33554432000 4194304 4955518 140735641294640 18446744073709551615 4208624 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7811/statm: 35301 29851 106 186 0 35114 0
[pid=7809/tid=7834] ppid=7708 vsize=330756 CPUtime=0 cores=0,2,4,6
/proc/7809/task/7834/stat : 7834 (python) S 7708 7708 7001 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671039230 338694144 5842 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604446166637312 0 0 -1 4 0 0 0
[pid=7838] ppid=7708 vsize=341012 CPUtime=1.87 cores=0,2,4,6
/proc/7838/stat : 7838 (python) S 7708 7708 7001 0 -1 4202560 1137 0 0 0 104 83 0 0 19 0 2 0 671049041 349196288 5847 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7838/statm: 85253 5847 400 364 0 21153 0
[pid=7840] ppid=7838 vsize=181380 CPUtime=584.78 cores=0,2,4,6
/proc/7840/stat : 7840 (kcnfs-2006) T 7838 7840 7840 0 -1 4202496 685 0 0 0 58478 0 0 0 25 0 1 0 671049041 185733120 420 33554432000 134512640 135163436 4289554208 18446744073709551615 134712466 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7840/statm: 45345 420 76 159 0 45185 0
[pid=7838/tid=7857] ppid=7708 vsize=341012 CPUtime=0 cores=0,2,4,6
/proc/7838/task/7857/stat : 7857 (python) S 7708 7708 7001 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 671107525 349196288 5847 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604447510025152 0 0 -1 4 0 0 0
[pid=7933] ppid=7708 vsize=351268 CPUtime=1.32 cores=0,2,4,6
/proc/7933/stat : 7933 (python) S 7708 7708 7001 0 -1 4202560 1187 0 0 0 76 56 0 0 17 0 2 0 671127262 359698432 5887 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7933/statm: 87817 5887 406 364 0 23714 0
[pid=7935] ppid=7933 vsize=93600 CPUtime=390.64 cores=0,2,4,6
/proc/7935/stat : 7935 (march_hi) T 7933 7935 7935 0 -1 4202496 18151 0 0 0 39057 7 0 0 25 0 1 0 671127262 95846400 17879 33554432000 4194304 4955518 140735094630992 18446744073709551615 4285891 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7935/statm: 23400 17879 106 186 0 23213 0
[pid=7933/tid=8028] ppid=7708 vsize=351268 CPUtime=0 cores=0,2,4,6
/proc/7933/task/8028/stat : 8028 (python) S 7708 7708 7001 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 671166364 359698432 5887 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604449024369664 0 0 -1 4 0 0 0
[pid=8029] ppid=7708 vsize=361524 CPUtime=1.33 cores=0,2,4,6
/proc/8029/stat : 8029 (python) S 7708 7708 7001 0 -1 4202560 1157 0 0 0 70 63 0 0 17 0 2 0 671166365 370200576 5885 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8029/statm: 90381 5885 400 364 0 26275 0
[pid=8031] ppid=8029 vsize=93600 CPUtime=389.41 cores=0,2,4,6
/proc/8031/stat : 8031 (march_hi) T 8029 8031 8031 0 -1 4202496 18150 0 0 0 38937 4 0 0 25 0 1 0 671166365 95846400 17880 33554432000 4194304 4955518 140736112789936 18446744073709551615 4224427 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8031/statm: 23400 17880 106 186 0 23213 0
[pid=8029/tid=8059] ppid=7708 vsize=361524 CPUtime=0 cores=0,2,4,6
/proc/8029/task/8059/stat : 8059 (python) S 7708 7708 7001 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 671205351 370200576 5885 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 514 18446604453885873024 0 0 -1 4 0 0 0
[pid=7708/tid=7715] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7715/stat : 7715 (python) S 7706 7708 7001 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 10 0 670766241 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7722] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7722/stat : 7722 (python) S 7706 7708 7001 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 10 0 670776175 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7729] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7729/stat : 7729 (python) S 7706 7708 7001 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 10 0 670786011 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7758] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7758/stat : 7758 (python) S 7706 7708 7001 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 10 0 670863774 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 6 0 0 0
[pid=7708/tid=7783] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7783/stat : 7783 (python) S 7706 7708 7001 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 10 0 670931754 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7810] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7810/stat : 7810 (python) S 7706 7708 7001 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 671000193 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=7839] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7839/stat : 7839 (python) S 7706 7708 7001 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 10 0 671049041 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 6 0 0 0
[pid=7708/tid=7934] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7934/stat : 7934 (python) S 7706 7708 7001 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 10 0 671127262 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 4 0 0 0
[pid=7708/tid=8030] ppid=7706 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/7708/task/8030/stat : 8030 (python) S 7706 7708 7001 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 10 0 671166365 380833792 7384 33554432000 4194304 5683644 140736220616032 18446744073709551615 271562361265 0 0 16781312 2 18446604448148629440 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 6406176

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4985.77
CPU time (s): 5000.04
CPU user time (s): 4992.03
CPU system time (s): 8.01
CPU usage (%): 100.286
Max. virtual memory (cumulated for all children) (KiB): 6406176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.85187
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18795
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= 2908
involuntary context switches= 33

runsolver used 27.5898 second user time and 53.3609 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-17 02:21:23
IDJOB=3386771
IDBENCH=82836
IDSOLVER=1872
FILE ID=node133/3386771-1305591683
RUNJOBID= node133-1305586144-7019
PBS_JOBID= 13350345
Free space on /tmp= 73344 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1061710238-001.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386771-1305591683/watcher-3386771-1305591683 -o /tmp/evaluation-result-3386771-1305591683/solver-3386771-1305591683 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386771-1305591683.cnf -seed 1389877036 -budget 5000

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

MD5SUM BENCH= 23ebfbdf095807765a162fcb1d02f57a
RANDOM SEED=1389877036

node133.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.834
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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17257932 kB
Buffers:        306160 kB
Cached:        4279832 kB
SwapCached:       7668 kB
Active:       12450068 kB
Inactive:      2924872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17257932 kB
SwapTotal:    67111528 kB
SwapFree:     67056796 kB
Dirty:           31832 kB
Writeback:           0 kB
AnonPages:    10786760 kB
Mapped:          40992 kB
Slab:           199160 kB
PageTables:      52988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 104605800 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73308 MiB
End job on node133 at 2011-05-17 03:44:31