Trace number 3377392

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) 1299.16 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S964643921-035-UNKNOWN.cnf
MD5SUMd8337de8a71a630ccf2dd02943cd7d7f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark248.692
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.76/1.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.76/1.50	c INFO: solving HOME/instance-3377392-1305452978.cnf
0.76/1.50	c INFO: computing task features
1.37/2.18	c INFO: computed variable-clause graph statistics
1.47/2.21	c INFO: computed clause balance statistics
5.06/5.82	c INFO: computed variable balance statistics
7.86/8.68	c INFO: computed small-clause counts
7.96/8.70	c INFO: computed Horn-clause counts
10.96/11.78	c INFO: computed variable graph statistics
10.96/11.78	c INFO: collected features for HOME/instance-3377392-1305452978.cnf in 10.29 s
10.96/11.79	c INFO: running hybridGM3@0 for 97 with 2389 remaining (b = 0.35)
111.34/112.13	c INFO: running hybridGM3@0 for 97 with 2289 remaining (b = 0.21)
211.59/212.45	c INFO: running hybridGM3@0 for 97 with 2189 remaining (b = 0.14)
311.99/312.80	c INFO: running hybridGM3@100 for 97 with 2089 remaining (b = 0.10)
409.20/410.04	c INFO: running hybridGM3@100 for 97 with 1992 remaining (b = 0.10)
506.43/507.28	c INFO: running TNM@0 for 97 with 1895 remaining (b = 0.13)
606.72/607.54	c INFO: running hybridGM3@100 for 97 with 1795 remaining (b = 0.09)
703.90/704.79	c INFO: running hybridGM3@0 for 97 with 1698 remaining (b = 0.10)
804.28/805.15	c INFO: running hybridGM3@100 for 97 with 1598 remaining (b = 0.07)
899.49/900.39	c INFO: running hybridGM3@0 for 97 with 1503 remaining (b = 0.07)
999.87/1000.72	c INFO: running hybridGM3@100 for 97 with 1403 remaining (b = 0.05)
1095.10/1095.96	c INFO: running hybridGM3@0 for 194 with 1308 remaining (b = 0.09)
1291.71/1292.54	c INFO: running hybridGM3@0 for 194 with 1112 remaining (b = 0.07)

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-3377392-1305452978/watcher-3377392-1305452978 -o /tmp/evaluation-result-3377392-1305452978/solver-3377392-1305452978 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377392-1305452978.cnf -seed 1794774371 -budget 2400 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.85 1.17 2.19 2/319 4807
/proc/meminfo: memFree=17511360/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=15380 CPUtime=0 cores=4,6
/proc/4807/stat : 4807 (python) D 4805 4807 30479 0 -1 4202496 791 0 0 0 0 0 0 0 18 0 1 0 656897478 15749120 679 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4807/statm: 3845 679 322 364 0 332 0

[startup+0.109301 s]
/proc/loadavg: 0.85 1.17 2.19 2/319 4807
/proc/meminfo: memFree=17511360/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=54536 CPUtime=0.08 cores=4,6
/proc/4807/stat : 4807 (python) D 4805 4807 30479 0 -1 4202496 2079 0 0 0 4 4 0 0 17 0 1 0 656897478 55844864 1835 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4807/statm: 13634 1835 492 364 0 1284 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54536

[startup+0.200283 s]
/proc/loadavg: 0.85 1.17 2.19 2/319 4807
/proc/meminfo: memFree=17511360/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=94180 CPUtime=0.12 cores=4,6
/proc/4807/stat : 4807 (python) D 4805 4807 30479 0 -1 4202496 2767 0 0 0 5 7 0 0 17 0 1 0 656897478 96440320 2476 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4807/statm: 23545 2476 764 364 0 1677 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 94180

[startup+0.300268 s]
/proc/loadavg: 0.85 1.17 2.19 2/319 4807
/proc/meminfo: memFree=17511360/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=104788 CPUtime=0.16 cores=4,6
/proc/4807/stat : 4807 (python) D 4805 4807 30479 0 -1 4202496 3208 0 0 0 6 10 0 0 17 0 1 0 656897478 107302912 2878 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4807/statm: 26197 2878 847 364 0 1945 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 104788

[startup+0.700193 s]
/proc/loadavg: 0.85 1.17 2.19 2/319 4807
/proc/meminfo: memFree=17511360/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=135748 CPUtime=0.36 cores=4,6
/proc/4807/stat : 4807 (python) D 4805 4807 30479 0 -1 4202496 5971 934 1 0 14 22 0 0 17 0 1 0 656897478 139005952 4149 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473963525 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4807/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 135748

[startup+1.50105 s]
/proc/loadavg: 0.85 1.17 2.19 2/320 4824
/proc/meminfo: memFree=17454124/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=285052 CPUtime=0.76 cores=4,6
/proc/4807/stat : 4807 (python) R 4805 4807 30479 0 -1 4202496 10917 934 1 0 36 40 0 0 16 0 1 0 656897478 291893248 8590 33554432000 4194304 5683644 140736136928352 18446744073709551615 47918165136662 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4807/statm: 71263 8590 1761 364 0 7187 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 285052

[startup+3.10088 s]
/proc/loadavg: 0.85 1.17 2.19 5/320 4824
/proc/meminfo: memFree=17343300/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=327992 CPUtime=2.36 cores=4,6
/proc/4807/stat : 4807 (python) R 4805 4807 30479 0 -1 4202496 27462 934 1 0 193 43 0 0 18 0 1 0 656897478 335863808 19383 33554432000 4194304 5683644 140736136928352 18446744073709551615 47917997062430 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4807/statm: 81998 19383 1826 364 0 17922 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 327992
heavy processes:

[startup+6.30021 s]
/proc/loadavg: 1.10 1.22 2.20 5/326 4830
/proc/meminfo: memFree=17338288/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=327992 CPUtime=5.56 cores=4,6
/proc/4807/stat : 4807 (python) R 4805 4807 30479 0 -1 4202496 27463 934 1 0 513 43 0 0 25 0 1 0 656897478 335863808 19384 33554432000 4194304 5683644 140736136928352 18446744073709551615 47917994657168 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4807/statm: 81998 19384 1827 364 0 17922 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 327992

[startup+12.7011 s]
/proc/loadavg: 1.33 1.27 2.21 5/332 4836
/proc/meminfo: memFree=17298332/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=334356 CPUtime=11.06 cores=4,6
/proc/4807/stat : 4807 (python) S 4805 4807 30479 0 -1 4202496 27749 934 1 0 1062 44 0 0 25 0 2 0 656897478 342380544 18452 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4807/statm: 83589 18452 1867 364 0 19507 0
[pid=4834] ppid=4807 vsize=324112 CPUtime=0 cores=4,6
/proc/4834/stat : 4834 (python) S 4807 4807 30479 0 -1 4202560 713 0 0 0 0 0 0 0 25 0 1 0 656898658 331890688 16927 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473987599 0 0 16781312 514 14005126669870825471 0 0 17 4 0 0 0
/proc/4834/statm: 81028 16927 346 364 0 16946 0
[pid=4836] ppid=4834 vsize=268416 CPUtime=0.88 cores=4,6
/proc/4836/stat : 4836 (hybridGM3) R 4834 4836 4836 0 -1 4202496 4467 0 0 0 88 0 0 0 25 0 1 0 656898658 274857984 4203 33554432000 134512640 135204385 4286819424 18446744073709551615 134543968 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4836/statm: 67104 4203 57 169 0 66934 0
[pid=4807/tid=4835] ppid=4805 vsize=334356 CPUtime=0 cores=4,6
/proc/4807/task/4835/stat : 4835 (python) S 4805 4807 30479 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 656898658 342380544 18452 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 926884

[startup+25.5009 s]
/proc/loadavg: 1.92 1.40 2.24 5/332 4837
/proc/meminfo: memFree=17278384/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=334356 CPUtime=11.06 cores=4,6
/proc/4807/stat : 4807 (python) S 4805 4807 30479 0 -1 4202496 27749 934 1 0 1062 44 0 0 25 0 2 0 656897478 342380544 18452 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4807/statm: 83589 18452 1867 364 0 19507 0
[pid=4834] ppid=4807 vsize=324112 CPUtime=0.02 cores=4,6
/proc/4834/stat : 4834 (python) S 4807 4807 30479 0 -1 4202560 992 0 0 0 1 1 0 0 15 0 1 0 656898658 331890688 16962 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473987599 0 0 16781312 514 14122619928364155140 0 0 17 4 0 0 0
/proc/4834/statm: 81028 16962 381 364 0 16946 0
[pid=4836] ppid=4834 vsize=276236 CPUtime=13.61 cores=4,6
/proc/4836/stat : 4836 (hybridGM3) R 4834 4836 4836 0 -1 4202496 9515 0 0 0 1360 1 0 0 25 0 1 0 656898658 282865664 9251 33554432000 134512640 135204385 4286819424 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4836/statm: 69059 9251 64 169 0 68889 0
[pid=4807/tid=4835] ppid=4805 vsize=334356 CPUtime=0 cores=4,6
/proc/4807/task/4835/stat : 4835 (python) S 4805 4807 30479 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 656898658 342380544 18452 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 934704

[startup+51.1014 s]
/proc/loadavg: 2.63 1.61 2.28 5/332 4872
/proc/meminfo: memFree=17329564/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=334356 CPUtime=11.06 cores=4,6
/proc/4807/stat : 4807 (python) S 4805 4807 30479 0 -1 4202496 27749 934 1 0 1062 44 0 0 25 0 2 0 656897478 342380544 18452 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4807/statm: 83589 18452 1867 364 0 19507 0
[pid=4834] ppid=4807 vsize=324112 CPUtime=0.07 cores=4,6
/proc/4834/stat : 4834 (python) S 4807 4807 30479 0 -1 4202560 1004 0 0 0 3 4 0 0 15 0 1 0 656898658 331890688 16962 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473987599 0 0 16781312 514 14122619928364155140 0 0 17 4 0 0 0
/proc/4834/statm: 81028 16962 381 364 0 16946 0
[pid=4836] ppid=4834 vsize=276236 CPUtime=39.15 cores=4,6
/proc/4836/stat : 4836 (hybridGM3) R 4834 4836 4836 0 -1 4202496 9515 0 0 0 3914 1 0 0 25 0 1 0 656898658 282865664 9251 33554432000 134512640 135204385 4286819424 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4836/statm: 69059 9251 64 169 0 68889 0
[pid=4807/tid=4835] ppid=4805 vsize=334356 CPUtime=0 cores=4,6
/proc/4807/task/4835/stat : 4835 (python) S 4805 4807 30479 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 656898658 342380544 18452 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 934704

[startup+102.3 s]
/proc/loadavg: 3.47 1.99 2.38 5/332 4909
/proc/meminfo: memFree=17325436/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=334356 CPUtime=11.06 cores=4,6
/proc/4807/stat : 4807 (python) S 4805 4807 30479 0 -1 4202496 27749 934 1 0 1062 44 0 0 25 0 2 0 656897478 342380544 18452 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4807/statm: 83589 18452 1867 364 0 19507 0
[pid=4834] ppid=4807 vsize=324112 CPUtime=0.2 cores=4,6
/proc/4834/stat : 4834 (python) S 4807 4807 30479 0 -1 4202560 1026 0 0 0 9 11 0 0 15 0 1 0 656898658 331890688 16962 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473987599 0 0 16781312 514 14122619928364155140 0 0 17 4 0 0 0
/proc/4834/statm: 81028 16962 381 364 0 16946 0
[pid=4836] ppid=4834 vsize=276236 CPUtime=90.27 cores=4,6
/proc/4836/stat : 4836 (hybridGM3) R 4834 4836 4836 0 -1 4202496 9515 0 0 0 9026 1 0 0 25 0 1 0 656898658 282865664 9251 33554432000 134512640 135204385 4286819424 18446744073709551615 134536863 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4836/statm: 69059 9251 64 169 0 68889 0
[pid=4807/tid=4835] ppid=4805 vsize=334356 CPUtime=0 cores=4,6
/proc/4807/task/4835/stat : 4835 (python) S 4805 4807 30479 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 656898658 342380544 18452 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 934704

[startup+162.301 s]
/proc/loadavg: 3.84 2.37 2.48 5/344 4922
/proc/meminfo: memFree=17269928/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=344612 CPUtime=11.07 cores=4,6
/proc/4807/stat : 4807 (python) S 4805 4807 30479 0 -1 4202496 28650 934 1 0 1063 44 0 0 20 0 3 0 656897478 352882688 18459 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4807/statm: 86153 18459 1870 364 0 22068 0
[pid=4834] ppid=4807 vsize=334356 CPUtime=0.23 cores=4,6
/proc/4834/stat : 4834 (python) S 4807 4807 30479 0 -1 4202560 1169 0 0 0 11 12 0 0 16 0 2 0 656898658 342380544 17000 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/4834/statm: 83589 17000 414 364 0 19507 0
[pid=4836] ppid=4834 vsize=276236 CPUtime=100.06 cores=4,6
/proc/4836/stat : 4836 (hybridGM3) T 4834 4836 4836 0 -1 4202496 9515 0 0 0 10005 1 0 0 25 0 1 0 656898658 282865664 9251 33554432000 134512640 135204385 4286819424 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/4836/statm: 69059 9251 64 169 0 68889 0
[pid=4834/tid=4918] ppid=4807 vsize=334356 CPUtime=0 cores=4,6
/proc/4834/task/4918/stat : 4918 (python) S 4807 4807 30479 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 656908690 342380544 17000 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604443288614016 0 0 -1 4 0 0 0
[pid=4919] ppid=4807 vsize=334368 CPUtime=0.1 cores=4,6
/proc/4919/stat : 4919 (python) S 4807 4807 30479 0 -1 4202560 907 0 0 0 5 5 0 0 15 0 1 0 656908692 342392832 16955 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473987654 0 0 16781312 514 14122619928364155138 0 0 17 4 0 0 0
/proc/4919/statm: 83592 16955 370 364 0 19507 0
[pid=4921] ppid=4919 vsize=276236 CPUtime=50.02 cores=4,6
/proc/4921/stat : 4921 (hybridGM3) R 4919 4921 4921 0 -1 4202496 9514 0 0 0 5001 1 0 0 25 0 1 0 656908692 282865664 9251 33554432000 134512640 135204385 4290561264 18446744073709551615 134537338 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4921/statm: 69059 9251 64 169 0 68889 0
[pid=4807/tid=4835] ppid=4805 vsize=344612 CPUtime=0 cores=4,6
/proc/4807/task/4835/stat : 4835 (python) S 4805 4807 30479 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 656898658 352882688 18459 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=4920] ppid=4805 vsize=344612 CPUtime=0 cores=4,6
/proc/4807/task/4920/stat : 4920 (python) S 4805 4807 30479 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 656908692 352882688 18459 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 1565808

[startup+222.313 s]
/proc/loadavg: 3.98 2.68 2.58 5/360 4940
/proc/meminfo: memFree=17202172/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=354868 CPUtime=11.09 cores=4,6
/proc/4807/stat : 4807 (python) S 4805 4807 30479 0 -1 4202496 29530 934 1 0 1064 45 0 0 20 0 4 0 656897478 363384832 18465 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4807/statm: 88717 18465 1872 364 0 24629 0
[pid=4834] ppid=4807 vsize=334356 CPUtime=0.23 cores=4,6
/proc/4834/stat : 4834 (python) S 4807 4807 30479 0 -1 4202560 1169 0 0 0 11 12 0 0 16 0 2 0 656898658 342380544 17000 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/4834/statm: 83589 17000 414 364 0 19507 0
[pid=4836] ppid=4834 vsize=276236 CPUtime=100.06 cores=4,6
/proc/4836/stat : 4836 (hybridGM3) T 4834 4836 4836 0 -1 4202496 9515 0 0 0 10005 1 0 0 25 0 1 0 656898658 282865664 9251 33554432000 134512640 135204385 4286819424 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/4836/statm: 69059 9251 64 169 0 68889 0
[pid=4834/tid=4918] ppid=4807 vsize=334356 CPUtime=0 cores=4,6

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

[pid=4938] ppid=4807 vsize=344624 CPUtime=0.49 cores=4,6
/proc/4938/stat : 4938 (python) S 4807 4807 30479 0 -1 4202560 1135 0 0 0 24 25 0 0 15 0 2 0 656918724 352894976 16989 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/4938/statm: 86156 16989 399 364 0 22068 0
[pid=4940] ppid=4938 vsize=276240 CPUtime=197.07 cores=4,6
/proc/4940/stat : 4940 (hybridGM3) T 4938 4940 4940 0 -1 4202496 9516 0 0 0 19705 2 0 0 25 0 1 0 656918725 282869760 9253 33554432000 134512640 135204385 4289249328 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/4940/statm: 69060 9253 64 169 0 68890 0
[pid=4938/tid=5091] ppid=4807 vsize=344624 CPUtime=0 cores=4,6
/proc/4938/task/5091/stat : 5091 (python) S 4807 4807 30479 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 656928757 352894976 16989 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604447312879808 0 0 -1 4 0 0 0
[pid=5122] ppid=4807 vsize=354880 CPUtime=0.25 cores=4,6
/proc/5122/stat : 5122 (python) S 4807 4807 30479 0 -1 4202560 1090 0 0 0 13 12 0 0 19 0 2 0 656948207 363397120 16993 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5122/statm: 88720 16993 399 364 0 24629 0
[pid=5124] ppid=5122 vsize=471116 CPUtime=99.99 cores=4,6
/proc/5124/stat : 5124 (TNM) T 5122 5124 5124 0 -1 4202496 8433 0 0 0 9998 1 0 0 25 0 1 0 656948207 482422784 8171 33554432000 134512640 135008748 4289968992 18446744073709551615 134524689 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/5124/statm: 117779 8171 46 122 0 116679 0
[pid=5122/tid=5135] ppid=4807 vsize=354880 CPUtime=0 cores=4,6
/proc/5122/task/5135/stat : 5135 (python) S 4807 4807 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656958232 363397120 16993 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604453882628160 0 0 -1 6 0 0 0
[pid=5156] ppid=4807 vsize=365136 CPUtime=0.48 cores=4,6
/proc/5156/stat : 5156 (python) S 4807 4807 30479 0 -1 4202560 1144 0 0 0 26 22 0 0 15 0 2 0 656967958 373899264 16997 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5156/statm: 91284 16997 399 364 0 27190 0
[pid=5158] ppid=5156 vsize=276236 CPUtime=195.07 cores=4,6
/proc/5158/stat : 5158 (hybridGM3) T 5156 5158 5158 0 -1 4202496 9520 0 0 0 19506 1 0 0 25 0 1 0 656967958 282865664 9260 33554432000 134512640 135204385 4291851200 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/5158/statm: 69059 9260 64 169 0 68889 0
[pid=5156/tid=5343] ppid=4807 vsize=365136 CPUtime=0 cores=4,6
/proc/5156/task/5343/stat : 5343 (python) S 4807 4807 30479 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656977993 373899264 16997 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604449537882816 0 0 -1 4 0 0 0
[pid=5357] ppid=4807 vsize=375392 CPUtime=0.49 cores=4,6
/proc/5357/stat : 5357 (python) S 4807 4807 30479 0 -1 4202560 1146 0 0 0 26 23 0 0 16 0 2 0 656987517 384401408 17001 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5357/statm: 93848 17001 399 364 0 29751 0
[pid=5359] ppid=5357 vsize=276240 CPUtime=195.06 cores=4,6
/proc/5359/stat : 5359 (hybridGM3) T 5357 5359 5359 0 -1 4202496 9512 0 0 0 19505 1 0 0 25 0 1 0 656987518 282869760 9250 33554432000 134512640 135204385 4293682256 18446744073709551615 134659333 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5359/statm: 69060 9250 64 169 0 68890 0
[pid=5357/tid=5406] ppid=4807 vsize=375392 CPUtime=0 cores=4,6
/proc/5357/task/5406/stat : 5406 (python) S 4807 4807 30479 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 656997550 384401408 17001 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604451712427200 0 0 -1 4 0 0 0
[pid=5417] ppid=4807 vsize=385648 CPUtime=0.51 cores=4,6
/proc/5417/stat : 5417 (python) S 4807 4807 30479 0 -1 4202560 1143 0 0 0 29 22 0 0 16 0 2 0 657007074 394903552 17005 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5417/statm: 96412 17005 399 364 0 32312 0
[pid=5419] ppid=5417 vsize=276240 CPUtime=196.07 cores=4,6
/proc/5419/stat : 5419 (hybridGM3) T 5417 5419 5419 0 -1 4202496 9520 0 0 0 19606 1 0 0 25 0 1 0 657007075 282869760 9257 33554432000 134512640 135204385 4286566480 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5419/statm: 69060 9257 64 169 0 68890 0
[pid=5417/tid=5438] ppid=4807 vsize=385648 CPUtime=0 cores=4,6
/proc/5417/task/5438/stat : 5438 (python) S 4807 4807 30479 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 657026732 394903552 17005 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604453869691136 0 0 -1 4 0 0 0
[pid=5439] ppid=4807 vsize=395904 CPUtime=0.01 cores=4,6
/proc/5439/stat : 5439 (python) S 4807 4807 30479 0 -1 4202560 955 0 0 0 0 1 0 0 15 0 1 0 657026733 405405696 16985 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473987654 0 0 16781312 514 7740609692593783041 0 0 17 4 0 0 0
/proc/5439/statm: 98976 16985 376 364 0 34873 0
[pid=5441] ppid=5439 vsize=276236 CPUtime=7.4 cores=4,6
/proc/5441/stat : 5441 (hybridGM3) R 5439 5441 5441 0 -1 4202496 9517 0 0 0 740 0 0 0 25 0 1 0 657026733 282865664 9252 33554432000 134512640 135204385 4289126928 18446744073709551615 134546146 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5441/statm: 69059 9252 64 169 0 68889 0
[pid=4807/tid=4835] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/4835/stat : 4835 (python) S 4805 4807 30479 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 656898658 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=4920] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/4920/stat : 4920 (python) S 4805 4807 30479 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 656908692 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=4939] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/4939/stat : 4939 (python) S 4805 4807 30479 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 656918725 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=5123] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/5123/stat : 5123 (python) S 4805 4807 30479 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 656948207 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=5157] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/5157/stat : 5157 (python) S 4805 4807 30479 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 656967958 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=5358] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/5358/stat : 5358 (python) S 4805 4807 30479 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 656987518 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=5418] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/5418/stat : 5418 (python) S 4805 4807 30479 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 657007075 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=5440] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/5440/stat : 5440 (python) S 4805 4807 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 657026733 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1299.16
Current children cumulated vsize (KiB) 5701236

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

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

[startup+1300 s]
/proc/loadavg: 4.15 4.04 3.58 5/410 5441
/proc/meminfo: memFree=16832392/32950928 swapFree=67111348/67111528
[pid=4807] ppid=4805 vsize=406148 CPUtime=11.22 cores=4,6
/proc/4807/stat : 4807 (python) S 4805 4807 30479 0 -1 4202496 34372 934 1 0 1075 47 0 0 20 0 9 0 656897478 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4807/statm: 101537 18503 1890 364 0 37434 0
[pid=4834] ppid=4807 vsize=334356 CPUtime=0.47 cores=4,6
/proc/4834/stat : 4834 (python) S 4807 4807 30479 0 -1 4202560 1229 0 0 0 24 23 0 0 15 0 2 0 656898658 342380544 17001 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/4834/statm: 83589 17001 415 364 0 19507 0
[pid=4836] ppid=4834 vsize=276236 CPUtime=197.06 cores=4,6
/proc/4836/stat : 4836 (hybridGM3) T 4834 4836 4836 0 -1 4202496 9515 0 0 0 19704 2 0 0 25 0 1 0 656898658 282865664 9251 33554432000 134512640 135204385 4286819424 18446744073709551615 134537452 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/4836/statm: 69059 9251 64 169 0 68889 0
[pid=4834/tid=4918] ppid=4807 vsize=334356 CPUtime=0 cores=4,6
/proc/4834/task/4918/stat : 4918 (python) S 4807 4807 30479 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656908690 342380544 17001 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604443288614016 0 0 -1 4 0 0 0
[pid=4919] ppid=4807 vsize=334368 CPUtime=0.49 cores=4,6
/proc/4919/stat : 4919 (python) S 4807 4807 30479 0 -1 4202560 1121 0 0 0 26 23 0 0 15 0 2 0 656908692 342392832 16985 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/4919/statm: 83592 16985 399 364 0 19507 0
[pid=4921] ppid=4919 vsize=276236 CPUtime=197.03 cores=4,6
/proc/4921/stat : 4921 (hybridGM3) T 4919 4921 4921 0 -1 4202496 9514 0 0 0 19702 1 0 0 25 0 1 0 656908692 282865664 9251 33554432000 134512640 135204385 4290561264 18446744073709551615 134547392 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/4921/statm: 69059 9251 64 169 0 68889 0
[pid=4919/tid=4937] ppid=4807 vsize=334368 CPUtime=0 cores=4,6
/proc/4919/task/4937/stat : 4937 (python) S 4807 4807 30479 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656918723 342392832 16985 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604451618054464 0 0 -1 4 0 0 0
[pid=4938] ppid=4807 vsize=344624 CPUtime=0.49 cores=4,6
/proc/4938/stat : 4938 (python) S 4807 4807 30479 0 -1 4202560 1135 0 0 0 24 25 0 0 15 0 2 0 656918724 352894976 16989 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/4938/statm: 86156 16989 399 364 0 22068 0
[pid=4940] ppid=4938 vsize=276240 CPUtime=197.07 cores=4,6
/proc/4940/stat : 4940 (hybridGM3) T 4938 4940 4940 0 -1 4202496 9516 0 0 0 19705 2 0 0 25 0 1 0 656918725 282869760 9253 33554432000 134512640 135204385 4289249328 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/4940/statm: 69060 9253 64 169 0 68890 0
[pid=4938/tid=5091] ppid=4807 vsize=344624 CPUtime=0 cores=4,6
/proc/4938/task/5091/stat : 5091 (python) S 4807 4807 30479 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 656928757 352894976 16989 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604447312879808 0 0 -1 4 0 0 0
[pid=5122] ppid=4807 vsize=354880 CPUtime=0.25 cores=4,6
/proc/5122/stat : 5122 (python) S 4807 4807 30479 0 -1 4202560 1090 0 0 0 13 12 0 0 19 0 2 0 656948207 363397120 16993 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5122/statm: 88720 16993 399 364 0 24629 0
[pid=5124] ppid=5122 vsize=471116 CPUtime=99.99 cores=4,6
/proc/5124/stat : 5124 (TNM) T 5122 5124 5124 0 -1 4202496 8433 0 0 0 9998 1 0 0 25 0 1 0 656948207 482422784 8171 33554432000 134512640 135008748 4289968992 18446744073709551615 134524689 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/5124/statm: 117779 8171 46 122 0 116679 0
[pid=5122/tid=5135] ppid=4807 vsize=354880 CPUtime=0 cores=4,6
/proc/5122/task/5135/stat : 5135 (python) S 4807 4807 30479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656958232 363397120 16993 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604453882628160 0 0 -1 6 0 0 0
[pid=5156] ppid=4807 vsize=365136 CPUtime=0.48 cores=4,6
/proc/5156/stat : 5156 (python) S 4807 4807 30479 0 -1 4202560 1144 0 0 0 26 22 0 0 15 0 2 0 656967958 373899264 16997 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5156/statm: 91284 16997 399 364 0 27190 0
[pid=5158] ppid=5156 vsize=276236 CPUtime=195.07 cores=4,6
/proc/5158/stat : 5158 (hybridGM3) T 5156 5158 5158 0 -1 4202496 9520 0 0 0 19506 1 0 0 25 0 1 0 656967958 282865664 9260 33554432000 134512640 135204385 4291851200 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/5158/statm: 69059 9260 64 169 0 68889 0
[pid=5156/tid=5343] ppid=4807 vsize=365136 CPUtime=0 cores=4,6
/proc/5156/task/5343/stat : 5343 (python) S 4807 4807 30479 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656977993 373899264 16997 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604449537882816 0 0 -1 4 0 0 0
[pid=5357] ppid=4807 vsize=375392 CPUtime=0.49 cores=4,6
/proc/5357/stat : 5357 (python) S 4807 4807 30479 0 -1 4202560 1146 0 0 0 26 23 0 0 16 0 2 0 656987517 384401408 17001 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5357/statm: 93848 17001 399 364 0 29751 0
[pid=5359] ppid=5357 vsize=276240 CPUtime=195.06 cores=4,6
/proc/5359/stat : 5359 (hybridGM3) T 5357 5359 5359 0 -1 4202496 9512 0 0 0 19505 1 0 0 25 0 1 0 656987518 282869760 9250 33554432000 134512640 135204385 4293682256 18446744073709551615 134659333 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5359/statm: 69060 9250 64 169 0 68890 0
[pid=5357/tid=5406] ppid=4807 vsize=375392 CPUtime=0 cores=4,6
/proc/5357/task/5406/stat : 5406 (python) S 4807 4807 30479 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 656997550 384401408 17001 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604451712427200 0 0 -1 4 0 0 0
[pid=5417] ppid=4807 vsize=385648 CPUtime=0.51 cores=4,6
/proc/5417/stat : 5417 (python) S 4807 4807 30479 0 -1 4202560 1143 0 0 0 29 22 0 0 16 0 2 0 657007074 394903552 17005 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5417/statm: 96412 17005 399 364 0 32312 0
[pid=5419] ppid=5417 vsize=276240 CPUtime=196.07 cores=4,6
/proc/5419/stat : 5419 (hybridGM3) T 5417 5419 5419 0 -1 4202496 9520 0 0 0 19606 1 0 0 25 0 1 0 657007075 282869760 9257 33554432000 134512640 135204385 4286566480 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5419/statm: 69060 9257 64 169 0 68890 0
[pid=5417/tid=5438] ppid=4807 vsize=385648 CPUtime=0 cores=4,6
/proc/5417/task/5438/stat : 5438 (python) S 4807 4807 30479 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 657026732 394903552 17005 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 514 18446604453869691136 0 0 -1 4 0 0 0
[pid=5439] ppid=4807 vsize=395904 CPUtime=0.01 cores=4,6
/proc/5439/stat : 5439 (python) S 4807 4807 30479 0 -1 4202560 955 0 0 0 0 1 0 0 15 0 1 0 657026733 405405696 16985 33554432000 4194304 5683644 140736136928352 18446744073709551615 274473987654 0 0 16781312 514 7740609692593783041 0 0 17 4 0 0 0
/proc/5439/statm: 98976 16985 376 364 0 34873 0
[pid=5441] ppid=5439 vsize=276236 CPUtime=7.4 cores=4,6
/proc/5441/stat : 5441 (hybridGM3) R 5439 5441 5441 0 -1 4202496 9517 0 0 0 740 0 0 0 25 0 1 0 657026733 282865664 9252 33554432000 134512640 135204385 4289126928 18446744073709551615 134546146 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5441/statm: 69059 9252 64 169 0 68889 0
[pid=4807/tid=4835] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/4835/stat : 4835 (python) S 4805 4807 30479 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 656898658 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=4920] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/4920/stat : 4920 (python) S 4805 4807 30479 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 656908692 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=4939] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/4939/stat : 4939 (python) S 4805 4807 30479 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 656918725 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=5123] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/5123/stat : 5123 (python) S 4805 4807 30479 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 656948207 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=5157] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/5157/stat : 5157 (python) S 4805 4807 30479 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 656967958 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=5358] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/5358/stat : 5358 (python) S 4805 4807 30479 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 656987518 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=5418] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/5418/stat : 5418 (python) S 4805 4807 30479 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 657007075 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
[pid=4807/tid=5440] ppid=4805 vsize=406148 CPUtime=0 cores=4,6
/proc/4807/task/5440/stat : 5440 (python) S 4805 4807 30479 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 657026733 415895552 18503 33554432000 4194304 5683644 140736136928352 18446744073709551615 274485791153 0 0 16781312 2 18446604447312881600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1299.16
Current children cumulated vsize (KiB) 5701236

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.06
CPU time (s): 1299.16
CPU user time (s): 1297.09
CPU system time (s): 2.07
CPU usage (%): 99.9304
Max. virtual memory (cumulated for all children) (KiB): 5701236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7554
system time used= 0.480926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35312
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= 50563
involuntary context switches= 91

runsolver used 4.79627 second user time and 11.4663 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 11:49:38
IDJOB=3377392
IDBENCH=82701
IDSOLVER=1857
FILE ID=node125/3377392-1305452978
RUNJOBID= node125-1305452977-4766
PBS_JOBID= 13324855
Free space on /tmp= 73136 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S964643921-035-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-3377392-1305452978/watcher-3377392-1305452978 -o /tmp/evaluation-result-3377392-1305452978/solver-3377392-1305452978 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377392-1305452978.cnf -seed 1794774371 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= d8337de8a71a630ccf2dd02943cd7d7f
RANDOM SEED=1794774371

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17511764 kB
Buffers:        278800 kB
Cached:        4710224 kB
SwapCached:          0 kB
Active:       11376180 kB
Inactive:      3682528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17511764 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          134364 kB
Writeback:           0 kB
AnonPages:    10069236 kB
Mapped:          30516 kB
Slab:           280976 kB
PageTables:      36272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51060880 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= 73084 MiB
End job on node125 at 2011-05-15 12:11:20