Trace number 3317358

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-random? (TO) 4800.25 1203.56

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1971541934-090.UNKNOWN.cnf
MD5SUM6180decb1c46447c67f7e6e340e02857
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3317358-1304269023.cnf
0.32/0.47	c INFO: computing task features
0.32/0.48	c INFO: computed variable-clause graph statistics
0.32/0.48	c INFO: computed clause balance statistics
0.40/0.53	c INFO: computed variable balance statistics
0.40/0.57	c INFO: computed small-clause counts
0.40/0.57	c INFO: computed Horn-clause counts
0.40/0.58	c INFO: computed variable graph statistics
0.40/0.58	c INFO: collected features for HOME/instance-3317358-1304269023.cnf in 0.11 s
0.51/0.61	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.51/0.64	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.51/0.67	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.28)
0.60/0.70	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.29)
400.37/100.80	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.26)
400.37/100.83	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.23)
1568.10/393.37	c INFO: running march_hi@0 for 97 with 4407 remaining (b = 0.05)
1952.59/489.89	c INFO: running march_hi@100 for 97 with 4310 remaining (b = 0.05)
1968.58/493.81	c INFO: running march_hi@486 for 97 with 4306 remaining (b = 0.06)
2338.67/586.57	c INFO: running march_hi@388 for 97 with 4213 remaining (b = 0.06)
2344.67/588.03	c INFO: running march_hi@200 for 194 with 4212 remaining (b = 0.12)
2352.66/590.04	c INFO: running march_hi@99 for 97 with 4210 remaining (b = 0.05)
2359.86/591.84	c INFO: running march_hi@0 for 485 with 4208 remaining (b = 0.20)
2735.86/686.07	c INFO: running march_hi@486 for 194 with 4114 remaining (b = 0.09)
2744.23/688.15	c INFO: running march_hi@197 for 194 with 4112 remaining (b = 0.10)
3126.69/783.94	c INFO: running march_hi@0 for 388 with 4016 remaining (b = 0.15)
3516.98/881.71	c INFO: running march_hi@583 for 97 with 3918 remaining (b = 0.04)
3528.12/884.50	c INFO: running march_hi@392 for 97 with 3915 remaining (b = 0.04)
3896.56/976.89	c INFO: running march_hi@972 for 1164 with 3823 remaining (b = 0.41)
3907.68/979.68	c INFO: running march_hi@487 for 97 with 3820 remaining (b = 0.04)
4307.98/1079.95	c INFO: running march_hi@99 for 291 with 3720 remaining (b = 0.12)
4311.57/1080.86	c INFO: running march_hi@0 for 485 with 3719 remaining (b = 0.16)
4681.59/1173.77	c INFO: running march_hi@195 for 194 with 3626 remaining (b = 0.08)

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: 935)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 9.10 9.04 7.40 6/265 17628
/proc/meminfo: memFree=29921488/32951124 swapFree=67111364/67111528
[pid=17628] ppid=17626 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/17628/stat : 17628 (python) R 17626 17628 16913 0 -1 4202496 884 0 0 0 0 0 0 0 25 0 1 0 538500246 16150528 766 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244009669 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/17628/statm: 3943 766 343 364 0 430 0

[startup+0.035589 s]
/proc/loadavg: 9.10 9.04 7.40 6/265 17628
/proc/meminfo: memFree=29921488/32951124 swapFree=67111364/67111528
[pid=17628] ppid=17626 vsize=18880 CPUtime=0.02 cores=1,3,5,7
/proc/17628/stat : 17628 (python) R 17626 17628 16913 0 -1 4202496 1283 0 0 0 2 0 0 0 25 0 1 0 538500246 19333120 1136 33554432000 4194304 5683644 140737392963872 18446744073709551615 4870104 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/17628/statm: 4720 1136 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100578 s]
/proc/loadavg: 9.10 9.04 7.40 6/265 17628
/proc/meminfo: memFree=29921488/32951124 swapFree=67111364/67111528
[pid=17628] ppid=17626 vsize=104216 CPUtime=0.06 cores=1,3,5,7
/proc/17628/stat : 17628 (python) S 17626 17628 16913 0 -1 4202496 3046 0 0 0 5 1 0 0 17 0 1 0 538500246 106717184 2731 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/17628/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.300561 s]
/proc/loadavg: 9.10 9.04 7.40 6/265 17628
/proc/meminfo: memFree=29921488/32951124 swapFree=67111364/67111528
[pid=17628] ppid=17626 vsize=170748 CPUtime=0.23 cores=1,3,5,7
/proc/17628/stat : 17628 (python) R 17626 17628 16913 0 -1 4202496 6731 933 1 0 17 6 0 0 17 0 1 0 538500246 174845952 4804 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244346880 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/17628/statm: 42687 4804 1336 364 0 3452 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170748

[startup+0.700438 s]
/proc/loadavg: 9.10 9.04 7.40 6/265 17628
/proc/meminfo: memFree=29921488/32951124 swapFree=67111364/67111528
[pid=17628] ppid=17626 vsize=310076 CPUtime=0.6 cores=1,3,5,7
/proc/17628/stat : 17628 (python) R 17626 17628 16913 0 -1 4202496 12167 933 1 0 50 10 0 0 18 0 4 0 538500246 317517824 7270 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244169109 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17628/statm: 77519 7270 1878 364 0 13428 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 310076

[startup+1.50129 s]
/proc/loadavg: 8.85 8.99 7.39 10/278 17645
/proc/meminfo: memFree=29881440/32951124 swapFree=67111364/67111528
[pid=17628] ppid=17626 vsize=320320 CPUtime=0.6 cores=1,3,5,7
/proc/17628/stat : 17628 (python) S 17626 17628 16913 0 -1 4202496 12378 933 1 0 50 10 0 0 19 0 5 0 538500246 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17628/statm: 80080 7277 1881 364 0 15989 0
[pid=17634] ppid=17628 vsize=278624 CPUtime=0 cores=1,3,5,7
/proc/17634/stat : 17634 (python) S 17628 17628 16913 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538500307 285310976 5589 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368911 0 0 16781312 514 4579523108586651647 0 0 17 3 0 0 0
/proc/17634/statm: 69656 5589 354 364 0 5574 0
[pid=17636] ppid=17634 vsize=1017936 CPUtime=0.88 cores=1,3,5,7
/proc/17636/stat : 17636 (gnovelty+2) R 17634 17636 17636 0 -1 4202496 457 0 0 0 88 0 0 0 21 0 1 0 538500307 1042366464 196 33554432000 134512640 135663704 4291800128 18446744073709551615 134545761 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17636/statm: 254484 196 113 282 0 254200 0
[pid=17637] ppid=17628 vsize=289460 CPUtime=0 cores=1,3,5,7
/proc/17637/stat : 17637 (python) S 17628 17628 16913 0 -1 4202560 745 0 0 0 0 0 0 0 20 0 1 0 538500310 296407040 5723 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 15969494902601940991 0 0 17 7 0 0 0
/proc/17637/statm: 72365 5723 348 364 0 8280 0
[pid=17639] ppid=17637 vsize=1017936 CPUtime=0.85 cores=1,3,5,7
/proc/17639/stat : 17639 (gnovelty+2) R 17637 17639 17639 0 -1 4202496 460 0 0 0 85 0 0 0 25 0 1 0 538500310 1042366464 197 33554432000 134512640 135663704 4286741744 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17639/statm: 254484 197 113 282 0 254200 0
[pid=17640] ppid=17628 vsize=299212 CPUtime=0 cores=1,3,5,7
/proc/17640/stat : 17640 (python) S 17628 17628 16913 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 538500313 306393088 5616 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 4610529336489902342 0 0 17 7 0 0 0
/proc/17640/statm: 74803 5616 348 364 0 10715 0
[pid=17642] ppid=17640 vsize=2812 CPUtime=0.81 cores=1,3,5,7
/proc/17642/stat : 17642 (march_hi) R 17640 17642 17642 0 -1 4202496 776 0 0 0 81 0 0 0 23 0 1 0 538500313 2879488 512 33554432000 4194304 4955518 140735232420976 18446744073709551615 4289943 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17642/statm: 703 512 104 186 0 516 0
[pid=17643] ppid=17628 vsize=310076 CPUtime=0 cores=1,3,5,7
/proc/17643/stat : 17643 (python) S 17628 17628 16913 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 538500316 317517824 5740 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 10211168889497157894 0 0 17 1 0 0 0
/proc/17643/statm: 77519 5740 348 364 0 13428 0
[pid=17645] ppid=17643 vsize=2812 CPUtime=0.79 cores=1,3,5,7
/proc/17645/stat : 17645 (march_hi) R 17643 17645 17645 0 -1 4202496 779 0 0 0 79 0 0 0 22 0 1 0 538500316 2879488 512 33554432000 4194304 4955518 140737047200560 18446744073709551615 4346460 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17645/statm: 703 512 104 186 0 516 0
[pid=17628/tid=17635] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (python) S 17626 17628 16913 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 538500307 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (python) S 17626 17628 16913 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 5 0 538500310 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 3 0 0 0
[pid=17628/tid=17641] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17641/stat : 17641 (python) S 17626 17628 16913 0 -1 4202560 17 933 0 0 0 0 0 0 20 0 5 0 538500313 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=17628/tid=17644] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17644/stat : 17644 (python) S 17626 17628 16913 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 538500316 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 3539188

[startup+3.10101 s]
/proc/loadavg: 8.85 8.99 7.39 10/278 17645
/proc/meminfo: memFree=29879084/32951124 swapFree=67111364/67111528
[pid=17628] ppid=17626 vsize=320320 CPUtime=0.6 cores=1,3,5,7
/proc/17628/stat : 17628 (python) S 17626 17628 16913 0 -1 4202496 12378 933 1 0 50 10 0 0 19 0 5 0 538500246 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17628/statm: 80080 7277 1881 364 0 15989 0
[pid=17634] ppid=17628 vsize=278624 CPUtime=0 cores=1,3,5,7
/proc/17634/stat : 17634 (python) S 17628 17628 16913 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538500307 285310976 5589 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368911 0 0 16781312 514 4579523108586619140 0 0 17 3 0 0 0
/proc/17634/statm: 69656 5589 354 364 0 5574 0
[pid=17636] ppid=17634 vsize=1017936 CPUtime=2.47 cores=1,3,5,7
/proc/17636/stat : 17636 (gnovelty+2) R 17634 17636 17636 0 -1 4202496 457 0 0 0 247 0 0 0 25 0 1 0 538500307 1042366464 196 33554432000 134512640 135663704 4291800128 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17636/statm: 254484 196 113 282 0 254200 0
[pid=17637] ppid=17628 vsize=289460 CPUtime=0 cores=1,3,5,7
/proc/17637/stat : 17637 (python) S 17628 17628 16913 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 538500310 296407040 5723 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 15969494902601908488 0 0 17 7 0 0 0
/proc/17637/statm: 72365 5723 348 364 0 8280 0
[pid=17639] ppid=17637 vsize=1017936 CPUtime=2.45 cores=1,3,5,7
/proc/17639/stat : 17639 (gnovelty+2) R 17637 17639 17639 0 -1 4202496 460 0 0 0 245 0 0 0 25 0 1 0 538500310 1042366464 197 33554432000 134512640 135663704 4286741744 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17639/statm: 254484 197 113 282 0 254200 0
[pid=17640] ppid=17628 vsize=299212 CPUtime=0 cores=1,3,5,7
/proc/17640/stat : 17640 (python) S 17628 17628 16913 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 538500313 306393088 5616 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 4610529336489902342 0 0 17 7 0 0 0
/proc/17640/statm: 74803 5616 348 364 0 10715 0
[pid=17642] ppid=17640 vsize=3304 CPUtime=2.4 cores=1,3,5,7
/proc/17642/stat : 17642 (march_hi) R 17640 17642 17642 0 -1 4202496 841 0 0 0 240 0 0 0 25 0 1 0 538500313 3383296 577 33554432000 4194304 4955518 140735232420976 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17642/statm: 826 577 104 186 0 639 0
[pid=17643] ppid=17628 vsize=310076 CPUtime=0 cores=1,3,5,7
/proc/17643/stat : 17643 (python) S 17628 17628 16913 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 538500316 317517824 5740 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 10211168889497157894 0 0 17 1 0 0 0
/proc/17643/statm: 77519 5740 348 364 0 13428 0
[pid=17645] ppid=17643 vsize=3304 CPUtime=2.39 cores=1,3,5,7
/proc/17645/stat : 17645 (march_hi) R 17643 17645 17645 0 -1 4202496 845 0 0 0 239 0 0 0 25 0 1 0 538500316 3383296 578 33554432000 4194304 4955518 140737047200560 18446744073709551615 4235379 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17645/statm: 826 578 104 186 0 639 0
[pid=17628/tid=17635] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (python) S 17626 17628 16913 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 538500307 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (python) S 17626 17628 16913 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 5 0 538500310 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 3 0 0 0
[pid=17628/tid=17641] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17641/stat : 17641 (python) S 17626 17628 16913 0 -1 4202560 17 933 0 0 0 0 0 0 20 0 5 0 538500313 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=17628/tid=17644] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17644/stat : 17644 (python) S 17626 17628 16913 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 538500316 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.31
Current children cumulated vsize (KiB) 3540172

[startup+6.30045 s]
/proc/loadavg: 8.86 8.99 7.40 10/278 17645
/proc/meminfo: memFree=29877396/32951124 swapFree=67111364/67111528
[pid=17628] ppid=17626 vsize=320320 CPUtime=0.6 cores=1,3,5,7
/proc/17628/stat : 17628 (python) S 17626 17628 16913 0 -1 4202496 12378 933 1 0 50 10 0 0 19 0 5 0 538500246 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17628/statm: 80080 7277 1881 364 0 15989 0
[pid=17634] ppid=17628 vsize=278624 CPUtime=0 cores=1,3,5,7
/proc/17634/stat : 17634 (python) S 17628 17628 16913 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 538500307 285310976 5611 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368911 0 0 16781312 514 4579523108586619140 0 0 17 3 0 0 0
/proc/17634/statm: 69656 5611 376 364 0 5574 0
[pid=17636] ppid=17634 vsize=1017936 CPUtime=5.67 cores=1,3,5,7
/proc/17636/stat : 17636 (gnovelty+2) R 17634 17636 17636 0 -1 4202496 457 0 0 0 567 0 0 0 25 0 1 0 538500307 1042366464 196 33554432000 134512640 135663704 4291800128 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17636/statm: 254484 196 113 282 0 254200 0
[pid=17637] ppid=17628 vsize=289460 CPUtime=0 cores=1,3,5,7
/proc/17637/stat : 17637 (python) S 17628 17628 16913 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 538500310 296407040 5746 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 15969494902601908488 0 0 17 7 0 0 0
/proc/17637/statm: 72365 5746 371 364 0 8280 0
[pid=17639] ppid=17637 vsize=1017936 CPUtime=5.64 cores=1,3,5,7
/proc/17639/stat : 17639 (gnovelty+2) R 17637 17639 17639 0 -1 4202496 460 0 0 0 564 0 0 0 25 0 1 0 538500310 1042366464 197 33554432000 134512640 135663704 4286741744 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17639/statm: 254484 197 113 282 0 254200 0
[pid=17640] ppid=17628 vsize=299212 CPUtime=0.01 cores=1,3,5,7
/proc/17640/stat : 17640 (python) S 17628 17628 16913 0 -1 4202560 903 0 0 0 1 0 0 0 15 0 1 0 538500313 306393088 5639 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 4610529336489902342 0 0 17 7 0 0 0
/proc/17640/statm: 74803 5639 371 364 0 10715 0
[pid=17642] ppid=17640 vsize=4032 CPUtime=5.55 cores=1,3,5,7
/proc/17642/stat : 17642 (march_hi) R 17640 17642 17642 0 -1 4202496 990 0 0 0 555 0 0 0 25 0 1 0 538500313 4128768 726 33554432000 4194304 4955518 140735232420976 18446744073709551615 4228014 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17642/statm: 1008 726 104 186 0 821 0
[pid=17643] ppid=17628 vsize=310076 CPUtime=0 cores=1,3,5,7
/proc/17643/stat : 17643 (python) S 17628 17628 16913 0 -1 4202560 902 0 0 0 0 0 0 0 15 0 1 0 538500316 317517824 5763 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 10211168889497157894 0 0 17 1 0 0 0
/proc/17643/statm: 77519 5763 371 364 0 13428 0
[pid=17645] ppid=17643 vsize=4032 CPUtime=5.58 cores=1,3,5,7
/proc/17645/stat : 17645 (march_hi) R 17643 17645 17645 0 -1 4202496 995 0 0 0 558 0 0 0 25 0 1 0 538500316 4128768 728 33554432000 4194304 4955518 140737047200560 18446744073709551615 4346504 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17645/statm: 1008 728 104 186 0 821 0
[pid=17628/tid=17635] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (python) S 17626 17628 16913 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 5 0 538500307 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (python) S 17626 17628 16913 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 5 0 538500310 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 3 0 0 0
[pid=17628/tid=17641] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17641/stat : 17641 (python) S 17626 17628 16913 0 -1 4202560 17 933 0 0 0 0 0 0 20 0 5 0 538500313 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=17628/tid=17644] ppid=17626 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17644/stat : 17644 (python) S 17626 17628 16913 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 538500316 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 3541628

[startup+12.7013 s]
/proc/loadavg: 8.95 9.01 7.41 10/278 17645
/proc/meminfo: memFree=29872744/32951124 swapFree=67111364/67111528
[pid=17628] ppid=17626 vsize=320320 CPUtime=0.6 cores=1,3,5,7
/proc/17628/stat : 17628 (python) S 17626 17628 16913 0 -1 4202496 12378 933 1 0 50 10 0 0 19 0 5 0 538500246 328007680 7277 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17628/statm: 80080 7277 1881 364 0 15989 0
[pid=17634] ppid=17628 vsize=278624 CPUtime=0.01 cores=1,3,5,7
/proc/17634/stat : 17634 (python) S 17628 17628 16913 0 -1 4202560 907 0 0 0 1 0 0 0 18 0 1 0 538500307 285310976 5612 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368911 0 0 16781312 514 6909419029874573572 0 0 17 3 0 0 0
/proc/17634/statm: 69656 5612 377 364 0 5574 0
[pid=17636] ppid=17634 vsize=1017936 CPUtime=12.07 cores=1,3,5,7
/proc/17636/stat : 17636 (gnovelty+2) R 17634 17636 17636 0 -1 4202496 457 0 0 0 1207 0 0 0 25 0 1 0 538500307 1042366464 196 33554432000 134512640 135663704 4291800128 18446744073709551615 134524594 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17636/statm: 254484 196 113 282 0 254200 0
[pid=17637] ppid=17628 vsize=289460 CPUtime=0.01 cores=1,3,5,7

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

/proc/17653/stat : 17653 (march_hi) T 17650 17653 17653 0 -1 4202496 34791 0 0 0 97533 7 0 0 25 0 1 0 538510326 180654080 34529 33554432000 4194304 4955518 140735834526032 18446744073709551615 4209688 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17653/statm: 44105 34529 104 186 0 43918 0
[pid=17650/tid=17883] ppid=17628 vsize=320332 CPUtime=0 cores=1,3,5,7
/proc/17650/task/17883/stat : 17883 (python) S 17628 17628 16913 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538559247 328019968 5797 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604471161520256 0 0 -1 5 0 0 0
[pid=17654] ppid=17628 vsize=330192 CPUtime=1.54 cores=1,3,5,7
/proc/17654/stat : 17654 (python) S 17628 17628 16913 0 -1 4202560 1189 0 0 0 84 70 0 0 15 0 2 0 538510329 338116608 5707 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17654/statm: 82548 5707 400 364 0 18451 0
[pid=17656] ppid=17654 vsize=176420 CPUtime=875.41 cores=1,3,5,7
/proc/17656/stat : 17656 (march_hi) T 17654 17656 17656 0 -1 4202496 31658 0 0 0 87535 6 0 0 25 0 1 0 538510329 180654080 31395 33554432000 4194304 4955518 140733723556352 18446744073709551615 4227814 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17656/statm: 44105 31395 104 186 0 43918 0
[pid=17654/tid=17878] ppid=17628 vsize=330192 CPUtime=0 cores=1,3,5,7
/proc/17654/task/17878/stat : 17878 (python) S 17628 17628 16913 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538558900 338116608 5707 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604467036722368 0 0 -1 1 0 0 0
[pid=17884] ppid=17628 vsize=340992 CPUtime=1.09 cores=1,3,5,7
/proc/17884/stat : 17884 (python) S 17628 17628 16913 0 -1 4202560 1232 0 0 0 54 55 0 0 15 0 2 0 538559430 349175808 5848 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17884/statm: 85248 5848 406 364 0 21148 0
[pid=17886] ppid=17884 vsize=111868 CPUtime=611.15 cores=1,3,5,7
/proc/17886/stat : 17886 (march_hi) R 17884 17886 17886 0 -1 4202496 22756 0 0 0 61110 5 0 0 25 0 1 0 538559430 114552832 22493 33554432000 4194304 4955518 140737143963440 18446744073709551615 4307015 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17886/statm: 27967 22493 104 186 0 27780 0
[pid=17884/tid=17909] ppid=17628 vsize=340992 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17909/stat : 17909 (python) S 17628 17628 16913 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538608238 349175808 5848 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604471122073408 0 0 -1 1 0 0 0
[pid=17897] ppid=17628 vsize=351248 CPUtime=0.78 cores=1,3,5,7
/proc/17897/stat : 17897 (python) S 17628 17628 16913 0 -1 4202560 1218 0 0 0 40 38 0 0 15 0 2 0 538578640 359677952 5878 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17897/statm: 87812 5878 406 364 0 23709 0
[pid=17899] ppid=17897 vsize=72224 CPUtime=417.84 cores=1,3,5,7
/proc/17899/stat : 17899 (march_hi) R 17897 17899 17899 0 -1 4202496 15956 0 0 0 41781 3 0 0 25 0 1 0 538578640 73957376 15689 33554432000 4194304 4955518 140737010196352 18446744073709551615 4227104 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17899/statm: 18056 15689 104 186 0 17869 0
[pid=17897/tid=17920] ppid=17628 vsize=351248 CPUtime=0 cores=1,3,5,7
/proc/17897/task/17920/stat : 17920 (python) S 17628 17628 16913 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538617620 359677952 5878 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604465310341312 0 0 -1 7 0 0 0
[pid=17910] ppid=17628 vsize=361192 CPUtime=0.22 cores=1,3,5,7
/proc/17910/stat : 17910 (python) S 17628 17628 16913 0 -1 4202560 987 0 0 0 12 10 0 0 15 0 1 0 538608332 369860608 5742 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 6909419029874573574 0 0 17 1 0 0 0
/proc/17910/statm: 90298 5742 371 364 0 26192 0
[pid=17912] ppid=17910 vsize=25532 CPUtime=122.29 cores=1,3,5,7
/proc/17912/stat : 17912 (march_hi) R 17910 17912 17912 0 -1 4202496 5442 0 0 0 12228 1 0 0 25 0 1 0 538608333 26144768 5172 33554432000 4194304 4955518 140734831428528 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17912/statm: 6383 5172 104 186 0 6196 0
[pid=17628/tid=17635] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (python) S 17626 17628 16913 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 10 0 538500307 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (python) S 17626 17628 16913 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 10 0 538500310 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 3 0 0 0
[pid=17628/tid=17641] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17641/stat : 17641 (python) S 17626 17628 16913 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 10 0 538500313 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=17628/tid=17644] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17644/stat : 17644 (python) S 17626 17628 16913 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 10 0 538500316 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=17628/tid=17652] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17652/stat : 17652 (python) S 17626 17628 16913 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 10 0 538510326 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=17628/tid=17655] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17655/stat : 17655 (python) S 17626 17628 16913 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 10 0 538510329 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=17628/tid=17885] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17885/stat : 17885 (python) S 17626 17628 16913 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 10 0 538559430 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=17628/tid=17898] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17898/stat : 17898 (python) S 17626 17628 16913 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 10 0 538578640 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=17628/tid=17911] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17911/stat : 17911 (python) S 17626 17628 16913 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 10 0 538608333 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 6173952

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

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

[startup+1203.5 s]
/proc/loadavg: 9.05 9.13 8.64 10/295 17922
/proc/meminfo: memFree=28873896/32951124 swapFree=67111364/67111528
[pid=17628] ppid=17626 vsize=371908 CPUtime=1.16 cores=1,3,5,7
/proc/17628/stat : 17628 (python) S 17626 17628 16913 0 -1 4202496 17989 933 1 0 105 11 0 0 18 0 10 0 538500246 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17628/statm: 92977 7385 1892 364 0 28871 0
[pid=17634] ppid=17628 vsize=288868 CPUtime=0.16 cores=1,3,5,7
/proc/17634/stat : 17634 (python) S 17628 17628 16913 0 -1 4202560 1088 0 0 0 8 8 0 0 19 0 2 0 538500307 295800832 5650 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17634/statm: 72217 5650 410 364 0 8135 0
[pid=17636] ppid=17634 vsize=1017936 CPUtime=100.14 cores=1,3,5,7
/proc/17636/stat : 17636 (gnovelty+2) T 17634 17636 17636 0 -1 4202496 457 0 0 0 10014 0 0 0 25 0 1 0 538500307 1042366464 196 33554432000 134512640 135663704 4291800128 18446744073709551615 135008493 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17636/statm: 254484 196 113 282 0 254200 0
[pid=17634/tid=17649] ppid=17628 vsize=288868 CPUtime=0 cores=1,3,5,7
/proc/17634/task/17649/stat : 17649 (python) S 17628 17628 16913 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538510323 295800832 5650 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604471158815744 0 0 -1 3 0 0 0
[pid=17637] ppid=17628 vsize=289460 CPUtime=0.16 cores=1,3,5,7
/proc/17637/stat : 17637 (python) S 17628 17628 16913 0 -1 4202560 1083 0 0 0 8 8 0 0 19 0 2 0 538500310 296407040 5776 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17637/statm: 72365 5776 400 364 0 8280 0
[pid=17639] ppid=17637 vsize=1017936 CPUtime=99.97 cores=1,3,5,7
/proc/17639/stat : 17639 (gnovelty+2) T 17637 17639 17639 0 -1 4202496 460 0 0 0 9997 0 0 0 25 0 1 0 538500310 1042366464 197 33554432000 134512640 135663704 4286741744 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17639/statm: 254484 197 113 282 0 254200 0
[pid=17637/tid=17651] ppid=17628 vsize=289460 CPUtime=0 cores=1,3,5,7
/proc/17637/task/17651/stat : 17651 (python) S 17628 17628 16913 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538510326 296407040 5776 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604465220815616 0 0 -1 7 0 0 0
[pid=17640] ppid=17628 vsize=299212 CPUtime=1.46 cores=1,3,5,7
/proc/17640/stat : 17640 (python) S 17628 17628 16913 0 -1 4202560 1151 0 0 0 78 68 0 0 15 0 2 0 538500313 306393088 5669 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17640/statm: 74803 5669 400 364 0 10715 0
[pid=17642] ppid=17640 vsize=156068 CPUtime=809.2 cores=1,3,5,7
/proc/17642/stat : 17642 (march_hi) R 17640 17642 17642 0 -1 4202496 29288 0 0 0 80913 7 0 0 25 0 1 0 538500313 159813632 29024 33554432000 4194304 4955518 140735232420976 18446744073709551615 4244951 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17642/statm: 39017 29024 104 186 0 38830 0
[pid=17640/tid=17679] ppid=17628 vsize=299212 CPUtime=0 cores=1,3,5,7
/proc/17640/task/17679/stat : 17679 (python) S 17628 17628 16913 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 538539580 306393088 5669 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604463858256960 0 0 -1 7 0 0 0
[pid=17643] ppid=17628 vsize=310076 CPUtime=1.37 cores=1,3,5,7
/proc/17643/stat : 17643 (python) S 17628 17628 16913 0 -1 4202560 1180 0 0 0 70 67 0 0 15 0 2 0 538500316 317517824 5802 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17643/statm: 77519 5802 409 364 0 13428 0
[pid=17645] ppid=17643 vsize=156068 CPUtime=779.18 cores=1,3,5,7
/proc/17645/stat : 17645 (march_hi) T 17643 17645 17645 0 -1 4202496 28324 0 0 0 77912 6 0 0 25 0 1 0 538500316 159813632 28057 33554432000 4194304 4955518 140737047200560 18446744073709551615 4209624 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17645/statm: 39017 28057 104 186 0 38830 0
[pid=17643/tid=17875] ppid=17628 vsize=310076 CPUtime=0 cores=1,3,5,7
/proc/17643/task/17875/stat : 17875 (python) S 17628 17628 16913 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538549232 317517824 5802 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604468656656832 0 0 -1 1 0 0 0
[pid=17650] ppid=17628 vsize=320332 CPUtime=1.73 cores=1,3,5,7
/proc/17650/stat : 17650 (python) S 17628 17628 16913 0 -1 4202560 1176 0 0 0 95 78 0 0 15 0 2 0 538510326 328019968 5797 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17650/statm: 80083 5797 400 364 0 15989 0
[pid=17653] ppid=17650 vsize=176420 CPUtime=975.4 cores=1,3,5,7
/proc/17653/stat : 17653 (march_hi) T 17650 17653 17653 0 -1 4202496 34791 0 0 0 97533 7 0 0 25 0 1 0 538510326 180654080 34529 33554432000 4194304 4955518 140735834526032 18446744073709551615 4209688 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17653/statm: 44105 34529 104 186 0 43918 0
[pid=17650/tid=17883] ppid=17628 vsize=320332 CPUtime=0 cores=1,3,5,7
/proc/17650/task/17883/stat : 17883 (python) S 17628 17628 16913 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538559247 328019968 5797 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604471161520256 0 0 -1 5 0 0 0
[pid=17654] ppid=17628 vsize=330192 CPUtime=1.54 cores=1,3,5,7
/proc/17654/stat : 17654 (python) S 17628 17628 16913 0 -1 4202560 1189 0 0 0 84 70 0 0 15 0 2 0 538510329 338116608 5707 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17654/statm: 82548 5707 400 364 0 18451 0
[pid=17656] ppid=17654 vsize=176420 CPUtime=875.41 cores=1,3,5,7
/proc/17656/stat : 17656 (march_hi) T 17654 17656 17656 0 -1 4202496 31658 0 0 0 87535 6 0 0 25 0 1 0 538510329 180654080 31395 33554432000 4194304 4955518 140733723556352 18446744073709551615 4227814 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17656/statm: 44105 31395 104 186 0 43918 0
[pid=17654/tid=17878] ppid=17628 vsize=330192 CPUtime=0 cores=1,3,5,7
/proc/17654/task/17878/stat : 17878 (python) S 17628 17628 16913 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538558900 338116608 5707 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604467036722368 0 0 -1 1 0 0 0
[pid=17884] ppid=17628 vsize=340992 CPUtime=1.09 cores=1,3,5,7
/proc/17884/stat : 17884 (python) S 17628 17628 16913 0 -1 4202560 1232 0 0 0 54 55 0 0 15 0 2 0 538559430 349175808 5848 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17884/statm: 85248 5848 406 364 0 21148 0
[pid=17886] ppid=17884 vsize=111868 CPUtime=611.15 cores=1,3,5,7
/proc/17886/stat : 17886 (march_hi) R 17884 17886 17886 0 -1 4202496 22756 0 0 0 61110 5 0 0 25 0 1 0 538559430 114552832 22493 33554432000 4194304 4955518 140737143963440 18446744073709551615 4307015 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17886/statm: 27967 22493 104 186 0 27780 0
[pid=17884/tid=17909] ppid=17628 vsize=340992 CPUtime=0 cores=1,3,5,7
/proc/17884/task/17909/stat : 17909 (python) S 17628 17628 16913 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538608238 349175808 5848 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604471122073408 0 0 -1 1 0 0 0
[pid=17897] ppid=17628 vsize=351248 CPUtime=0.78 cores=1,3,5,7
/proc/17897/stat : 17897 (python) S 17628 17628 16913 0 -1 4202560 1218 0 0 0 40 38 0 0 15 0 2 0 538578640 359677952 5878 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17897/statm: 87812 5878 406 364 0 23709 0
[pid=17899] ppid=17897 vsize=72224 CPUtime=417.84 cores=1,3,5,7
/proc/17899/stat : 17899 (march_hi) R 17897 17899 17899 0 -1 4202496 15956 0 0 0 41781 3 0 0 25 0 1 0 538578640 73957376 15689 33554432000 4194304 4955518 140737010196352 18446744073709551615 4227104 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17899/statm: 18056 15689 104 186 0 17869 0
[pid=17897/tid=17920] ppid=17628 vsize=351248 CPUtime=0 cores=1,3,5,7
/proc/17897/task/17920/stat : 17920 (python) S 17628 17628 16913 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538617620 359677952 5878 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 514 18446604465310341312 0 0 -1 7 0 0 0
[pid=17910] ppid=17628 vsize=361192 CPUtime=0.22 cores=1,3,5,7
/proc/17910/stat : 17910 (python) S 17628 17628 16913 0 -1 4202560 987 0 0 0 12 10 0 0 15 0 1 0 538608332 369860608 5742 33554432000 4194304 5683644 140737392963872 18446744073709551615 228244368966 0 0 16781312 514 6909419029874573574 0 0 17 1 0 0 0
/proc/17910/statm: 90298 5742 371 364 0 26192 0
[pid=17912] ppid=17910 vsize=25532 CPUtime=122.29 cores=1,3,5,7
/proc/17912/stat : 17912 (march_hi) R 17910 17912 17912 0 -1 4202496 5442 0 0 0 12228 1 0 0 25 0 1 0 538608333 26144768 5172 33554432000 4194304 4955518 140734831428528 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17912/statm: 6383 5172 104 186 0 6196 0
[pid=17628/tid=17635] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17635/stat : 17635 (python) S 17626 17628 16913 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 10 0 538500307 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=17628/tid=17638] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17638/stat : 17638 (python) S 17626 17628 16913 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 10 0 538500310 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 3 0 0 0
[pid=17628/tid=17641] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17641/stat : 17641 (python) S 17626 17628 16913 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 10 0 538500313 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=17628/tid=17644] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17644/stat : 17644 (python) S 17626 17628 16913 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 10 0 538500316 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=17628/tid=17652] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17652/stat : 17652 (python) S 17626 17628 16913 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 10 0 538510326 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=17628/tid=17655] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17655/stat : 17655 (python) S 17626 17628 16913 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 10 0 538510329 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=17628/tid=17885] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17885/stat : 17885 (python) S 17626 17628 16913 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 10 0 538559430 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=17628/tid=17898] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17898/stat : 17898 (python) S 17626 17628 16913 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 10 0 538578640 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=17628/tid=17911] ppid=17626 vsize=371908 CPUtime=0 cores=1,3,5,7
/proc/17628/task/17911/stat : 17911 (python) S 17626 17628 16913 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 10 0 538608333 380833792 7385 33554432000 4194304 5683644 140737392963872 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 6173952

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.56
CPU time (s): 4800.25
CPU user time (s): 4795.77
CPU system time (s): 4.48
CPU usage (%): 398.836
Max. virtual memory (cumulated for all children) (KiB): 6173952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.06284
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18977
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= 1138
involuntary context switches= 63

runsolver used 3.3045 second user time and 7.49786 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-01 18:57:03
IDJOB=3317358
IDBENCH=82823
IDSOLVER=1705
FILE ID=node136/3317358-1304269023
RUNJOBID= node136-1304267281-16932
PBS_JOBID= 13173943
Free space on /tmp= 73564 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1971541934-090.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317358-1304269023/watcher-3317358-1304269023 -o /tmp/evaluation-result-3317358-1304269023/solver-3317358-1304269023 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317358-1304269023.cnf -seed 1433451454 -budget 4800 -cores 4

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

MD5SUM BENCH= 6180decb1c46447c67f7e6e340e02857
RANDOM SEED=1433451454

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29921644 kB
Buffers:        646068 kB
Cached:        1207804 kB
SwapCached:          0 kB
Active:        1062104 kB
Inactive:      1519456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29921644 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           32012 kB
Writeback:           0 kB
AnonPages:      727960 kB
Mapped:          25224 kB
Slab:           367960 kB
PageTables:      19660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 29342772 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= 73528 MiB
End job on node136 at 2011-05-01 19:17:08