Trace number 3386890

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.11 4980.67

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1647930270-030.UNKNOWN.cnf
MD5SUMc50e43fe8603bb92c9367487557e99ee
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.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.68	c INFO: solving HOME/instance-3386890-1305594538.cnf
0.35/0.68	c INFO: computing task features
0.35/0.69	c INFO: computed variable-clause graph statistics
0.35/0.69	c INFO: computed clause balance statistics
0.42/0.76	c INFO: computed variable balance statistics
0.42/0.79	c INFO: computed small-clause counts
0.42/0.79	c INFO: computed Horn-clause counts
0.52/0.80	c INFO: computed variable graph statistics
0.52/0.80	c INFO: collected features for HOME/instance-3386890-1305594538.cnf in 0.12 s
0.52/0.83	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
100.27/100.23	c INFO: running gnovelty+2@0 for 97 with 4900 remaining (b = 0.07)
198.00/197.67	c INFO: running march_hi@0 for 485 with 4803 remaining (b = 0.34)
690.31/687.98	c INFO: running march_hi@490 for 97 with 4312 remaining (b = 0.09)
786.05/783.25	c INFO: running march_hi@585 for 97 with 4217 remaining (b = 0.11)
883.93/880.71	c INFO: running march_hi@682 for 97 with 4120 remaining (b = 0.07)
980.64/977.01	c INFO: running march_hi@0 for 388 with 4023 remaining (b = 0.27)
1374.16/1368.91	c INFO: running march_hi@391 for 97 with 3631 remaining (b = 0.09)
1472.32/1466.76	c INFO: running march_hi@489 for 97 with 3534 remaining (b = 0.07)
1568.81/1562.86	c INFO: running march_hi@585 for 97 with 3438 remaining (b = 0.09)
1666.51/1660.12	c INFO: running march_hi@0 for 388 with 3340 remaining (b = 0.25)
2062.10/2054.17	c INFO: running march_hi@393 for 97 with 2946 remaining (b = 0.07)
2158.29/2149.99	c INFO: running march_hi@489 for 194 with 2850 remaining (b = 0.12)
2351.35/2342.24	c INFO: running march_hi@0 for 388 with 2658 remaining (b = 0.22)
2743.99/2733.38	c INFO: running march_hi@391 for 97 with 2267 remaining (b = 0.06)
2840.80/2829.78	c INFO: running kcnfs-2006@0 for 582 with 2171 remaining (b = 0.25)
3429.55/3416.25	c INFO: running march_hi@487 for 97 with 1584 remaining (b = 0.04)
3526.45/3512.75	c INFO: running march_hi@583 for 97 with 1488 remaining (b = 0.04)
3624.04/3609.99	c INFO: running march_hi@0 for 388 with 1391 remaining (b = 0.18)
4013.86/3998.21	c INFO: running march_hi@0 for 388 with 1002 remaining (b = 0.15)
4407.18/4390.07	c INFO: running march_hi@779 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-3386890-1305594538/watcher-3386890-1305594538 -o /tmp/evaluation-result-3386890-1305594538/solver-3386890-1305594538 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386890-1305594538.cnf -seed 1482712359 -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: 3.11 3.10 3.03 5/529 18505
/proc/meminfo: memFree=13168304/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 998 0 0 0 0 0 0 0 25 0 1 0 651869967 16629760 872 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/18505/statm: 4060 872 371 364 0 547 0

[startup+0.0499511 s]
/proc/loadavg: 3.11 3.10 3.03 5/529 18505
/proc/meminfo: memFree=13168304/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=21104 CPUtime=0.02 cores=0,2,4,6
/proc/18505/stat : 18505 (python) R 18503 18505 17620 0 -1 4202496 1299 0 0 0 2 0 0 0 25 0 1 0 651869967 21610496 1152 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18505/statm: 5276 1152 428 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.100924 s]
/proc/loadavg: 3.11 3.10 3.03 5/529 18505
/proc/meminfo: memFree=13168304/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=87708 CPUtime=0.06 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 2637 0 0 0 4 2 0 0 25 0 1 0 651869967 89812992 2354 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/18505/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300877 s]
/proc/loadavg: 3.11 3.10 3.03 5/529 18505
/proc/meminfo: memFree=13168304/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/18505/stat : 18505 (python) R 18503 18505 17620 0 -1 4202496 5972 930 1 0 12 6 0 0 17 0 1 0 651869967 139010048 4149 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106764805 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18505/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700838 s]
/proc/loadavg: 3.11 3.10 3.03 5/529 18505
/proc/meminfo: memFree=13168304/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=278500 CPUtime=0.42 cores=0,2,4,6
/proc/18505/stat : 18505 (python) R 18503 18505 17620 0 -1 4202496 9373 930 1 0 32 10 0 0 16 0 1 0 651869967 285184000 7032 33554432000 4194304 5683644 140734518323872 18446744073709551615 47540296027776 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18505/statm: 69625 7032 1826 364 0 5549 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278500

[startup+1.50072 s]
/proc/loadavg: 3.11 3.10 3.03 4/533 18513
/proc/meminfo: memFree=13142728/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 9812 930 1 0 45 10 0 0 18 0 2 0 651869967 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18505/statm: 72192 7085 1875 364 0 8110 0
[pid=18511] ppid=18505 vsize=278524 CPUtime=0 cores=0,2,4,6
/proc/18511/stat : 18511 (python) S 18505 18505 17620 0 -1 4202560 747 0 0 0 0 0 0 0 17 0 1 0 651870050 285208576 5560 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106788879 0 0 16781312 514 13899437489040392191 0 0 17 4 0 0 0
/proc/18511/statm: 69631 5560 354 364 0 5549 0
[pid=18513] ppid=18511 vsize=1017800 CPUtime=0.66 cores=0,2,4,6
/proc/18513/stat : 18513 (gnovelty+2) R 18511 18513 18513 0 -1 4202496 447 0 0 0 66 0 0 0 19 0 1 0 651870051 1042227200 181 33554432000 134512640 135663704 4293543408 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18513/statm: 254450 181 113 282 0 254166 0
[pid=18505/tid=18512] ppid=18503 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18512/stat : 18512 (python) S 18503 18505 17620 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 2 0 651870050 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 1585092

[startup+3.10044 s]
/proc/loadavg: 3.10 3.10 3.03 4/533 18513
/proc/meminfo: memFree=13141736/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 9812 930 1 0 45 10 0 0 18 0 2 0 651869967 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18505/statm: 72192 7085 1875 364 0 8110 0
[pid=18511] ppid=18505 vsize=278524 CPUtime=0 cores=0,2,4,6
/proc/18511/stat : 18511 (python) S 18505 18505 17620 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 651870050 285208576 5560 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106788879 0 0 16781312 514 13899437489040359681 0 0 17 4 0 0 0
/proc/18511/statm: 69631 5560 354 364 0 5549 0
[pid=18513] ppid=18511 vsize=1017800 CPUtime=2.26 cores=0,2,4,6
/proc/18513/stat : 18513 (gnovelty+2) R 18511 18513 18513 0 -1 4202496 447 0 0 0 226 0 0 0 25 0 1 0 651870051 1042227200 181 33554432000 134512640 135663704 4293543408 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18513/statm: 254450 181 113 282 0 254166 0
[pid=18505/tid=18512] ppid=18503 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18512/stat : 18512 (python) S 18503 18505 17620 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 2 0 651870050 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 1585092

[startup+6.30085 s]
/proc/loadavg: 3.10 3.10 3.03 4/533 18514
/proc/meminfo: memFree=13140740/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 9812 930 1 0 45 10 0 0 18 0 2 0 651869967 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18505/statm: 72192 7085 1875 364 0 8110 0
[pid=18511] ppid=18505 vsize=278524 CPUtime=0.02 cores=0,2,4,6
/proc/18511/stat : 18511 (python) S 18505 18505 17620 0 -1 4202560 898 0 0 0 1 1 0 0 15 0 1 0 651870050 285208576 5583 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106788879 0 0 16781312 514 13899437489040359681 0 0 17 4 0 0 0
/proc/18511/statm: 69631 5583 377 364 0 5549 0
[pid=18513] ppid=18511 vsize=1017800 CPUtime=5.46 cores=0,2,4,6
/proc/18513/stat : 18513 (gnovelty+2) R 18511 18513 18513 0 -1 4202496 447 0 0 0 546 0 0 0 25 0 1 0 651870051 1042227200 181 33554432000 134512640 135663704 4293543408 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18513/statm: 254450 181 113 282 0 254166 0
[pid=18505/tid=18512] ppid=18503 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18512/stat : 18512 (python) S 18503 18505 17620 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 2 0 651870050 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1585092

[startup+12.7008 s]
/proc/loadavg: 3.08 3.10 3.03 4/533 18514
/proc/meminfo: memFree=13140008/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 9812 930 1 0 45 10 0 0 18 0 2 0 651869967 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18505/statm: 72192 7085 1875 364 0 8110 0
[pid=18511] ppid=18505 vsize=278524 CPUtime=0.04 cores=0,2,4,6
/proc/18511/stat : 18511 (python) S 18505 18505 17620 0 -1 4202560 902 0 0 0 2 2 0 0 15 0 1 0 651870050 285208576 5583 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106788879 0 0 16781312 514 16206906946534473985 0 0 17 4 0 0 0
/proc/18511/statm: 69631 5583 377 364 0 5549 0
[pid=18513] ppid=18511 vsize=1017800 CPUtime=11.86 cores=0,2,4,6
/proc/18513/stat : 18513 (gnovelty+2) R 18511 18513 18513 0 -1 4202496 447 0 0 0 1186 0 0 0 25 0 1 0 651870051 1042227200 181 33554432000 134512640 135663704 4293543408 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18513/statm: 254450 181 113 282 0 254166 0
[pid=18505/tid=18512] ppid=18503 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18512/stat : 18512 (python) S 18503 18505 17620 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 2 0 651870050 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1585092

[startup+25.5005 s]
/proc/loadavg: 3.07 3.10 3.03 4/533 18514
/proc/meminfo: memFree=13138632/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 9812 930 1 0 45 10 0 0 18 0 2 0 651869967 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18505/statm: 72192 7085 1875 364 0 8110 0
[pid=18511] ppid=18505 vsize=278524 CPUtime=0.08 cores=0,2,4,6
/proc/18511/stat : 18511 (python) S 18505 18505 17620 0 -1 4202560 907 0 0 0 5 3 0 0 15 0 1 0 651870050 285208576 5583 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106788879 0 0 16781312 514 16206906946534473985 0 0 17 4 0 0 0
/proc/18511/statm: 69631 5583 377 364 0 5549 0
[pid=18513] ppid=18511 vsize=1017800 CPUtime=24.66 cores=0,2,4,6
/proc/18513/stat : 18513 (gnovelty+2) R 18511 18513 18513 0 -1 4202496 447 0 0 0 2466 0 0 0 25 0 1 0 651870051 1042227200 181 33554432000 134512640 135663704 4293543408 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18513/statm: 254450 181 113 282 0 254166 0
[pid=18505/tid=18512] ppid=18503 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18512/stat : 18512 (python) S 18503 18505 17620 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 2 0 651870050 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 1585092

[startup+51.101 s]
/proc/loadavg: 3.04 3.09 3.02 4/533 18515
/proc/meminfo: memFree=13135288/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 9812 930 1 0 45 10 0 0 18 0 2 0 651869967 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18505/statm: 72192 7085 1875 364 0 8110 0
[pid=18511] ppid=18505 vsize=278524 CPUtime=0.17 cores=0,2,4,6
/proc/18511/stat : 18511 (python) S 18505 18505 17620 0 -1 4202560 915 0 0 0 9 8 0 0 15 0 1 0 651870050 285208576 5583 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106788879 0 0 16781312 514 16206906946534473985 0 0 17 6 0 0 0
/proc/18511/statm: 69631 5583 377 364 0 5549 0
[pid=18513] ppid=18511 vsize=1017800 CPUtime=50.25 cores=0,2,4,6
/proc/18513/stat : 18513 (gnovelty+2) R 18511 18513 18513 0 -1 4202496 447 0 0 0 5025 0 0 0 25 0 1 0 651870051 1042227200 181 33554432000 134512640 135663704 4293543408 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18513/statm: 254450 181 113 282 0 254166 0
[pid=18505/tid=18512] ppid=18503 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18512/stat : 18512 (python) S 18503 18505 17620 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 2 0 651870050 295698432 7085 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1585092

[startup+102.319 s]
/proc/loadavg: 3.02 3.07 3.02 4/537 18520
/proc/meminfo: memFree=13125564/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=299560 CPUtime=0.58 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 10657 930 1 0 48 10 0 0 20 0 3 0 651869967 306749440 7220 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18505/statm: 74890 7220 1878 364 0 10805 0
[pid=18511] ppid=18505 vsize=288768 CPUtime=0.37 cores=0,2,4,6
/proc/18511/stat : 18511 (python) S 18505 18505 17620 0 -1 4202560 1088 0 0 0 20 17 0 0 16 0 2 0 651870050 295698432 5621 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18511/statm: 72192 5621 410 364 0 8110 0
[pid=18513] ppid=18511 vsize=1017800 CPUtime=99.35 cores=0,2,4,6
/proc/18513/stat : 18513 (gnovelty+2) T 18511 18513 18513 0 -1 4202496 447 0 0 0 9935 0 0 0 25 0 1 0 651870051 1042227200 181 33554432000 134512640 135663704 4293543408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18513/statm: 254450 181 113 282 0 254166 0
[pid=18511/tid=18517] ppid=18505 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/18511/task/18517/stat : 18517 (python) S 18505 18505 17620 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 651879987 295698432 5621 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604447558973632 0 0 -1 6 0 0 0
[pid=18518] ppid=18505 vsize=289316 CPUtime=0 cores=0,2,4,6
/proc/18518/stat : 18518 (python) S 18505 18505 17620 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 651879990 296259584 5686 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106788934 0 0 16781312 514 5059817550267777283 0 0 17 4 0 0 0
/proc/18518/statm: 72329 5686 348 364 0 8244 0
[pid=18520] ppid=18518 vsize=1017800 CPUtime=2.07 cores=0,2,4,6
/proc/18520/stat : 18520 (gnovelty+2) R 18518 18520 18520 0 -1 4202496 444 0 0 0 207 0 0 0 25 0 1 0 651879991 1042227200 180 33554432000 134512640 135663704 4291855232 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18520/statm: 254450 180 113 282 0 254166 0
[pid=18505/tid=18512] ppid=18503 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18512/stat : 18512 (python) S 18503 18505 17620 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 3 0 651870050 306749440 7220 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18519] ppid=18503 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18519/stat : 18519 (python) S 18503 18505 17620 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 3 0 651879991 306749440 7220 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 2913244

[startup+162.3 s]
/proc/loadavg: 3.00 3.05 3.01 4/537 18522
/proc/meminfo: memFree=13116252/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=299560 CPUtime=0.58 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 10657 930 1 0 48 10 0 0 20 0 3 0 651869967 306749440 7220 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18505/statm: 74890 7220 1878 364 0 10805 0
[pid=18511] ppid=18505 vsize=288768 CPUtime=0.37 cores=0,2,4,6

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

[pid=18728] ppid=18505 vsize=330756 CPUtime=2.73 cores=0,2,4,6
/proc/18728/stat : 18728 (python) S 18505 18505 17620 0 -1 4202560 1158 0 0 0 151 122 0 0 15 0 2 0 652104192 338694144 5842 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18728/statm: 82689 5842 400 364 0 18592 0
[pid=18730] ppid=18728 vsize=141220 CPUtime=681.22 cores=0,2,4,6
/proc/18730/stat : 18730 (march_hi) T 18728 18730 18730 0 -1 4202496 29887 0 0 0 68116 6 0 0 25 0 1 0 652104192 144609280 29620 33554432000 4194304 4955518 140736711923808 18446744073709551615 4208656 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18730/statm: 35305 29620 106 186 0 35118 0
[pid=18728/tid=18741] ppid=18505 vsize=330756 CPUtime=0 cores=0,2,4,6
/proc/18728/task/18741/stat : 18741 (python) S 18505 18505 17620 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 652143303 338694144 5842 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604443047552128 0 0 -1 6 0 0 0
[pid=18745] ppid=18505 vsize=341012 CPUtime=2.25 cores=0,2,4,6
/proc/18745/stat : 18745 (python) S 18505 18505 17620 0 -1 4202560 1146 0 0 0 122 103 0 0 19 0 2 0 652152946 349196288 5847 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18745/statm: 85253 5847 400 364 0 21153 0
[pid=18747] ppid=18745 vsize=181380 CPUtime=586.45 cores=0,2,4,6
/proc/18747/stat : 18747 (kcnfs-2006) T 18745 18747 18747 0 -1 4202496 683 0 0 0 58645 0 0 0 25 0 1 0 652152946 185733120 420 33554432000 134512640 135163436 4294328736 18446744073709551615 134712466 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18747/statm: 45345 420 76 159 0 45185 0
[pid=18745/tid=19244] ppid=18505 vsize=341012 CPUtime=0 cores=0,2,4,6
/proc/18745/task/19244/stat : 19244 (python) S 18505 18505 17620 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 652211591 349196288 5847 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604447161684160 0 0 -1 4 0 0 0
[pid=19251] ppid=18505 vsize=351268 CPUtime=1.52 cores=0,2,4,6
/proc/19251/stat : 19251 (python) S 18505 18505 17620 0 -1 4202560 1194 0 0 0 87 65 0 0 17 0 2 0 652230966 359698432 5887 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19251/statm: 87817 5887 406 364 0 23714 0
[pid=19253] ppid=19251 vsize=93608 CPUtime=388.2 cores=0,2,4,6
/proc/19253/stat : 19253 (march_hi) T 19251 19253 19253 0 -1 4202496 16515 0 0 0 38816 4 0 0 25 0 1 0 652230966 95854592 16243 33554432000 4194304 4955518 140733718900800 18446744073709551615 4208724 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19253/statm: 23402 16243 106 186 0 23215 0
[pid=19251/tid=19264] ppid=18505 vsize=351268 CPUtime=0 cores=0,2,4,6
/proc/19251/task/19264/stat : 19264 (python) S 18505 18505 17620 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 652269787 359698432 5887 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604442570606720 0 0 -1 4 0 0 0
[pid=19265] ppid=18505 vsize=361524 CPUtime=1.56 cores=0,2,4,6
/proc/19265/stat : 19265 (python) S 18505 18505 17620 0 -1 4202560 1150 0 0 0 91 65 0 0 16 0 2 0 652269789 370200576 5885 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19265/statm: 90381 5885 400 364 0 26275 0
[pid=19267] ppid=19265 vsize=93608 CPUtime=391.85 cores=0,2,4,6
/proc/19267/stat : 19267 (march_hi) T 19265 19267 19267 0 -1 4202496 16580 0 0 0 39181 4 0 0 25 0 1 0 652269789 95854592 16310 33554432000 4194304 4955518 140733761500512 18446744073709551615 4237743 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19267/statm: 23402 16310 106 186 0 23215 0
[pid=19265/tid=19278] ppid=18505 vsize=361524 CPUtime=0 cores=0,2,4,6
/proc/19265/task/19278/stat : 19278 (python) S 18505 18505 17620 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 652308974 370200576 5885 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604442544751680 0 0 -1 6 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18512/stat : 18512 (python) S 18503 18505 17620 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 10 0 651870050 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18519] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18519/stat : 18519 (python) S 18503 18505 17620 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 10 0 651879991 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18526] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18526/stat : 18526 (python) S 18503 18505 17620 0 -1 4202560 35 930 0 0 0 0 0 0 18 0 10 0 651889734 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18553] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18553/stat : 18553 (python) S 18503 18505 17620 0 -1 4202560 25 930 0 0 0 0 0 0 18 0 10 0 651967669 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18685] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18685/stat : 18685 (python) S 18503 18505 17620 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 10 0 652035980 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18729] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18729/stat : 18729 (python) S 18503 18505 17620 0 -1 4202560 36 930 0 0 0 0 0 0 18 0 10 0 652104192 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 6 0 0 0
[pid=18505/tid=18746] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18746/stat : 18746 (python) S 18503 18505 17620 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 10 0 652152946 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 6 0 0 0
[pid=18505/tid=19252] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/19252/stat : 19252 (python) S 18503 18505 17620 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 10 0 652230966 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 4 0 0 0
[pid=18505/tid=19266] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/19266/stat : 19266 (python) S 18503 18505 17620 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 10 0 652269789 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 6406268

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

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

[startup+4980.6 s]
/proc/loadavg: 1.13 1.05 1.12 2/534 19297
/proc/meminfo: memFree=12944736/32951124 swapFree=67111348/67111528
[pid=18505] ppid=18503 vsize=371908 CPUtime=0.97 cores=0,2,4,6
/proc/18505/stat : 18505 (python) S 18503 18505 17620 0 -1 4202496 17827 930 1 0 85 12 0 0 18 0 10 0 651869967 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18505/statm: 92977 7384 1892 364 0 28871 0
[pid=18511] ppid=18505 vsize=288768 CPUtime=0.37 cores=0,2,4,6
/proc/18511/stat : 18511 (python) S 18505 18505 17620 0 -1 4202560 1088 0 0 0 20 17 0 0 16 0 2 0 651870050 295698432 5621 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18511/statm: 72192 5621 410 364 0 8110 0
[pid=18513] ppid=18511 vsize=1017800 CPUtime=99.35 cores=0,2,4,6
/proc/18513/stat : 18513 (gnovelty+2) T 18511 18513 18513 0 -1 4202496 447 0 0 0 9935 0 0 0 25 0 1 0 651870051 1042227200 181 33554432000 134512640 135663704 4293543408 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18513/statm: 254450 181 113 282 0 254166 0
[pid=18511/tid=18517] ppid=18505 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/18511/task/18517/stat : 18517 (python) S 18505 18505 17620 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 651879987 295698432 5621 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604447558973632 0 0 -1 6 0 0 0
[pid=18518] ppid=18505 vsize=289316 CPUtime=0.37 cores=0,2,4,6
/proc/18518/stat : 18518 (python) S 18505 18505 17620 0 -1 4202560 1068 0 0 0 18 19 0 0 19 0 2 0 651879990 296259584 5739 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18518/statm: 72329 5739 400 364 0 8244 0
[pid=18520] ppid=18518 vsize=1017800 CPUtime=97.39 cores=0,2,4,6
/proc/18520/stat : 18520 (gnovelty+2) T 18518 18520 18520 0 -1 4202496 444 0 0 0 9739 0 0 0 25 0 1 0 651879991 1042227200 180 33554432000 134512640 135663704 4291855232 18446744073709551615 134545640 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18520/statm: 254450 180 113 282 0 254166 0
[pid=18518/tid=18524] ppid=18505 vsize=289316 CPUtime=0 cores=0,2,4,6
/proc/18518/task/18524/stat : 18524 (python) S 18505 18505 17620 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 651889731 296259584 5739 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604445500839232 0 0 -1 6 0 0 0
[pid=18525] ppid=18505 vsize=299320 CPUtime=5.47 cores=0,2,4,6
/proc/18525/stat : 18525 (python) S 18505 18505 17620 0 -1 4202560 1151 0 0 0 293 254 0 0 15 0 2 0 651889734 306503680 5666 33554432000 4194304 5683644 140734518323872 18446744073709551615 255106788934 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18525/statm: 74830 5666 400 364 0 10742 0
[pid=18527] ppid=18525 vsize=313796 CPUtime=1369.79 cores=0,2,4,6
/proc/18527/stat : 18527 (march_hi) R 18525 18527 18527 0 -1 4202496 56081 0 0 0 136967 12 0 0 25 0 1 0 651889735 321327104 55814 33554432000 4194304 4955518 140734668596128 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18527/statm: 78449 55814 106 186 0 78262 0
[pid=18525/tid=18541] ppid=18505 vsize=299320 CPUtime=0 cores=0,2,4,6
/proc/18525/task/18541/stat : 18541 (python) S 18505 18505 17620 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 651938762 306503680 5666 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604447055442176 0 0 -1 6 0 0 0
[pid=18552] ppid=18505 vsize=310244 CPUtime=2.79 cores=0,2,4,6
/proc/18552/stat : 18552 (python) S 18505 18505 17620 0 -1 4202560 1171 0 0 0 150 129 0 0 15 0 2 0 651967668 317689856 5843 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18552/statm: 77561 5843 409 364 0 13470 0
[pid=18554] ppid=18552 vsize=141220 CPUtime=683 cores=0,2,4,6
/proc/18554/stat : 18554 (march_hi) T 18552 18554 18554 0 -1 4202496 29963 0 0 0 68290 10 0 0 25 0 1 0 651967669 144609280 29693 33554432000 4194304 4955518 140736749311184 18446744073709551615 4314742 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18554/statm: 35305 29693 106 186 0 35118 0
[pid=18552/tid=18566] ppid=18505 vsize=310244 CPUtime=0 cores=0,2,4,6
/proc/18552/task/18566/stat : 18566 (python) S 18505 18505 17620 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 652006856 317689856 5843 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604447967393792 0 0 -1 2 0 0 0
[pid=18684] ppid=18505 vsize=320500 CPUtime=2.77 cores=0,2,4,6
/proc/18684/stat : 18684 (python) S 18505 18505 17620 0 -1 4202560 1176 0 0 0 156 121 0 0 15 0 2 0 652035980 328192000 5838 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18684/statm: 80125 5838 400 364 0 16031 0
[pid=18686] ppid=18684 vsize=141220 CPUtime=682.06 cores=0,2,4,6
/proc/18686/stat : 18686 (march_hi) T 18684 18686 18686 0 -1 4202496 29923 0 0 0 68200 6 0 0 25 0 1 0 652035980 144609280 29656 33554432000 4194304 4955518 140737209394672 18446744073709551615 4314812 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18686/statm: 35305 29656 106 186 0 35118 0
[pid=18684/tid=18698] ppid=18505 vsize=320500 CPUtime=0 cores=0,2,4,6
/proc/18684/task/18698/stat : 18698 (python) S 18505 18505 17620 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 652075382 328192000 5838 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604450147742912 0 0 -1 6 0 0 0
[pid=18728] ppid=18505 vsize=330756 CPUtime=2.73 cores=0,2,4,6
/proc/18728/stat : 18728 (python) S 18505 18505 17620 0 -1 4202560 1158 0 0 0 151 122 0 0 15 0 2 0 652104192 338694144 5842 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18728/statm: 82689 5842 400 364 0 18592 0
[pid=18730] ppid=18728 vsize=141220 CPUtime=681.22 cores=0,2,4,6
/proc/18730/stat : 18730 (march_hi) T 18728 18730 18730 0 -1 4202496 29887 0 0 0 68116 6 0 0 25 0 1 0 652104192 144609280 29620 33554432000 4194304 4955518 140736711923808 18446744073709551615 4208656 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18730/statm: 35305 29620 106 186 0 35118 0
[pid=18728/tid=18741] ppid=18505 vsize=330756 CPUtime=0 cores=0,2,4,6
/proc/18728/task/18741/stat : 18741 (python) S 18505 18505 17620 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 652143303 338694144 5842 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604443047552128 0 0 -1 6 0 0 0
[pid=18745] ppid=18505 vsize=341012 CPUtime=2.25 cores=0,2,4,6
/proc/18745/stat : 18745 (python) S 18505 18505 17620 0 -1 4202560 1146 0 0 0 122 103 0 0 19 0 2 0 652152946 349196288 5847 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18745/statm: 85253 5847 400 364 0 21153 0
[pid=18747] ppid=18745 vsize=181380 CPUtime=586.45 cores=0,2,4,6
/proc/18747/stat : 18747 (kcnfs-2006) T 18745 18747 18747 0 -1 4202496 683 0 0 0 58645 0 0 0 25 0 1 0 652152946 185733120 420 33554432000 134512640 135163436 4294328736 18446744073709551615 134712466 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18747/statm: 45345 420 76 159 0 45185 0
[pid=18745/tid=19244] ppid=18505 vsize=341012 CPUtime=0 cores=0,2,4,6
/proc/18745/task/19244/stat : 19244 (python) S 18505 18505 17620 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 652211591 349196288 5847 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604447161684160 0 0 -1 4 0 0 0
[pid=19251] ppid=18505 vsize=351268 CPUtime=1.52 cores=0,2,4,6
/proc/19251/stat : 19251 (python) S 18505 18505 17620 0 -1 4202560 1194 0 0 0 87 65 0 0 17 0 2 0 652230966 359698432 5887 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19251/statm: 87817 5887 406 364 0 23714 0
[pid=19253] ppid=19251 vsize=93608 CPUtime=388.2 cores=0,2,4,6
/proc/19253/stat : 19253 (march_hi) T 19251 19253 19253 0 -1 4202496 16515 0 0 0 38816 4 0 0 25 0 1 0 652230966 95854592 16243 33554432000 4194304 4955518 140733718900800 18446744073709551615 4208724 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19253/statm: 23402 16243 106 186 0 23215 0
[pid=19251/tid=19264] ppid=18505 vsize=351268 CPUtime=0 cores=0,2,4,6
/proc/19251/task/19264/stat : 19264 (python) S 18505 18505 17620 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 652269787 359698432 5887 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604442570606720 0 0 -1 4 0 0 0
[pid=19265] ppid=18505 vsize=361524 CPUtime=1.56 cores=0,2,4,6
/proc/19265/stat : 19265 (python) S 18505 18505 17620 0 -1 4202560 1150 0 0 0 91 65 0 0 16 0 2 0 652269789 370200576 5885 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19265/statm: 90381 5885 400 364 0 26275 0
[pid=19267] ppid=19265 vsize=93608 CPUtime=391.85 cores=0,2,4,6
/proc/19267/stat : 19267 (march_hi) T 19265 19267 19267 0 -1 4202496 16580 0 0 0 39181 4 0 0 25 0 1 0 652269789 95854592 16310 33554432000 4194304 4955518 140733761500512 18446744073709551615 4237743 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19267/statm: 23402 16310 106 186 0 23215 0
[pid=19265/tid=19278] ppid=18505 vsize=361524 CPUtime=0 cores=0,2,4,6
/proc/19265/task/19278/stat : 19278 (python) S 18505 18505 17620 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 652308974 370200576 5885 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 514 18446604442544751680 0 0 -1 6 0 0 0
[pid=18505/tid=18512] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18512/stat : 18512 (python) S 18503 18505 17620 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 10 0 651870050 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18519] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18519/stat : 18519 (python) S 18503 18505 17620 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 10 0 651879991 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18526] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18526/stat : 18526 (python) S 18503 18505 17620 0 -1 4202560 35 930 0 0 0 0 0 0 18 0 10 0 651889734 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18553] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18553/stat : 18553 (python) S 18503 18505 17620 0 -1 4202560 25 930 0 0 0 0 0 0 18 0 10 0 651967669 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18685] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18685/stat : 18685 (python) S 18503 18505 17620 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 10 0 652035980 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 2 0 0 0
[pid=18505/tid=18729] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18729/stat : 18729 (python) S 18503 18505 17620 0 -1 4202560 36 930 0 0 0 0 0 0 18 0 10 0 652104192 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 6 0 0 0
[pid=18505/tid=18746] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/18746/stat : 18746 (python) S 18503 18505 17620 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 10 0 652152946 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 6 0 0 0
[pid=18505/tid=19252] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/19252/stat : 19252 (python) S 18503 18505 17620 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 10 0 652230966 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 4 0 0 0
[pid=18505/tid=19266] ppid=18503 vsize=371908 CPUtime=0 cores=0,2,4,6
/proc/18505/task/19266/stat : 19266 (python) S 18503 18505 17620 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 10 0 652269789 380833792 7384 33554432000 4194304 5683644 140734518323872 18446744073709551615 255118592433 0 0 16781312 2 18446604453948294144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 6406268

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4980.67
CPU time (s): 5000.11
CPU user time (s): 4990.62
CPU system time (s): 9.49
CPU usage (%): 100.39
Max. virtual memory (cumulated for all children) (KiB): 6406268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.85487
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18762
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= 2909
involuntary context switches= 28

runsolver used 31.9012 second user time and 62.1585 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-17 03:08:58
IDJOB=3386890
IDBENCH=82955
IDSOLVER=1872
FILE ID=node144/3386890-1305594538
RUNJOBID= node144-1305586142-17638
PBS_JOBID= 13350334
Free space on /tmp= 73216 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1647930270-030.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-3386890-1305594538/watcher-3386890-1305594538 -o /tmp/evaluation-result-3386890-1305594538/solver-3386890-1305594538 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386890-1305594538.cnf -seed 1482712359 -budget 5000

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

MD5SUM BENCH= c50e43fe8603bb92c9367487557e99ee
RANDOM SEED=1482712359

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13168460 kB
Buffers:        335648 kB
Cached:        4208648 kB
SwapCached:          0 kB
Active:       16520904 kB
Inactive:      2869256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13168460 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31984 kB
Writeback:           0 kB
AnonPages:    14845348 kB
Mapped:          46744 kB
Slab:           249188 kB
PageTables:      73880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 156112064 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73552 MiB
End job on node144 at 2011-05-17 04:32:01