Trace number 3317057

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? (MO) 1980.8 519.017

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1143439968-082-UNKNOWN.cnf
MD5SUM4baebda329e22fa39a89c4e2a8acff70
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark468.292
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.56/20.23	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.56/20.23	c INFO: solving HOME/instance-3317057-1304267281.cnf
0.56/20.23	c INFO: computing task features
0.73/20.45	c INFO: computed variable-clause graph statistics
0.73/20.46	c INFO: computed clause balance statistics
1.83/21.53	c INFO: computed variable balance statistics
2.43/22.13	c INFO: computed small-clause counts
2.43/22.13	c INFO: computed Horn-clause counts
2.43/22.17	c INFO: computed variable graph statistics
2.43/22.17	c INFO: collected features for HOME/instance-3317057-1304267281.cnf in 1.93 s
2.52/22.21	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.38)
2.52/22.24	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
2.52/22.27	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.08)
2.61/22.30	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.07)
402.48/122.42	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.05)
402.83/122.52	c INFO: running gnovelty+2@0 for 97 with 4697 remaining (b = 0.05)
402.83/122.55	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.83/122.59	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
797.22/221.59	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.02)
797.92/221.75	c INFO: running FH@0 for 97 with 4598 remaining (b = 0.02)
797.92/221.79	c INFO: running hybridGM3@0 for 194 with 4598 remaining (b = 0.04)
801.94/222.73	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1196.35/321.78	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1197.04/321.95	c INFO: running adaptg2wsat2009++@0 for 97 with 4498 remaining (b = 0.01)
1197.04/322.00	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1576.60/417.21	c INFO: running hybridGM3@100 for 97 with 4403 remaining (b = 0.01)
1592.15/421.17	c INFO: running hybridGM3@0 for 194 with 4399 remaining (b = 0.02)
1978.80/518.41	c INFO: running TNM@0 for 1552 with 4301 remaining (b = 0.19)
1978.80/518.46	c INFO: running FH@0 for 97 with 4301 remaining (b = 0.01)

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-3317057-1304267281/watcher-3317057-1304267281 -o /tmp/evaluation-result-3317057-1304267281/solver-3317057-1304267281 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317057-1304267281.cnf -seed 1260138252 -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: 0.00 0.00 0.00 2/174 19202
/proc/meminfo: memFree=29136084/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=1964 CPUtime=0 cores=1,3,5,7
/proc/19202/stat : 19202 (python) D 19199 19202 19167 0 -1 4194304 76 0 1 0 0 0 0 0 18 0 1 0 519143756 2011136 29 33554432000 4194304 5683644 140734726779376 18446744073709551615 228090528784 0 0 4096 0 18446744071562234166 0 0 17 3 0 0 0
/proc/19202/statm: 491 29 21 364 0 37 0

[startup+0.105143 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 19202
/proc/meminfo: memFree=29136084/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=15084 CPUtime=0 cores=1,3,5,7
/proc/19202/stat : 19202 (python) D 19199 19202 19167 0 -1 4202496 612 0 6 0 0 0 0 0 17 0 1 0 519143756 15446016 514 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095450880 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 3
/proc/19202/statm: 3771 514 301 364 0 258 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15084

[startup+0.201123 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 19202
/proc/meminfo: memFree=29136084/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/19202/stat : 19202 (python) S 19199 19202 19167 0 -1 4202496 707 0 6 0 0 0 0 0 16 0 1 0 519143756 15548416 604 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 5
/proc/19202/statm: 3796 604 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.30111 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 19202
/proc/meminfo: memFree=29136084/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/19202/stat : 19202 (python) S 19199 19202 19167 0 -1 4202496 729 0 6 0 0 0 0 0 15 0 1 0 519143756 15552512 623 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095446964 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 6
/proc/19202/statm: 3797 623 322 364 0 284 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15188

[startup+0.701018 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 19202
/proc/meminfo: memFree=29136084/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=15780 CPUtime=0 cores=1,3,5,7
/proc/19202/stat : 19202 (python) S 19199 19202 19167 0 -1 4202496 923 0 6 0 0 0 0 0 16 0 1 0 519143756 16158720 808 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095446964 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 17
/proc/19202/statm: 3945 808 356 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+1.50087 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 19207
/proc/meminfo: memFree=29128076/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=23184 CPUtime=0.04 cores=1,3,5,7
/proc/19202/stat : 19202 (python) S 19199 19202 19167 0 -1 4202496 1323 0 9 0 3 1 0 0 15 0 1 0 519143756 23740416 1179 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 21
/proc/19202/statm: 5796 1179 432 364 0 723 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23184

[startup+3.10659 s]
/proc/loadavg: 0.32 0.07 0.02 1/178 19207
/proc/meminfo: memFree=29123308/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=36508 CPUtime=0.07 cores=1,3,5,7
/proc/19202/stat : 19202 (python) S 19199 19202 19167 0 -1 4202496 1598 0 13 0 5 2 0 0 15 0 1 0 519143756 37384192 1444 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 29
/proc/19202/statm: 9127 1444 452 364 0 944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36508
heavy processes:

[startup+6.30095 s]
/proc/loadavg: 0.32 0.07 0.02 1/178 19207
/proc/meminfo: memFree=29119160/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=54536 CPUtime=0.09 cores=1,3,5,7
/proc/19202/stat : 19202 (python) D 19199 19202 19167 0 -1 4202496 2038 0 19 0 6 3 0 0 15 0 1 0 519143756 55844864 1814 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 7 0 0 129
/proc/19202/statm: 13634 1814 492 364 0 1284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54536
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 0.45 0.10 0.03 2/178 19215
/proc/meminfo: memFree=29093060/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=135896 CPUtime=0.35 cores=1,3,5,7
/proc/19202/stat : 19202 (python) S 19199 19202 19167 0 -1 4202496 6011 927 43 8 21 14 0 0 15 0 1 0 519143756 139157504 4190 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 188
/proc/19202/statm: 33974 4190 1032 364 0 3160 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 135896
heavy processes:

[startup+25.5014 s]
/proc/loadavg: 0.82 0.19 0.06 9/202 19239
/proc/meminfo: memFree=28980164/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=325512 CPUtime=2.62 cores=1,3,5,7
/proc/19202/stat : 19202 (python) S 19199 19202 19167 0 -1 4202496 16838 927 115 8 241 21 0 0 20 0 5 0 519143756 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 301
/proc/19202/statm: 81378 8577 1883 364 0 17287 0
[pid=19228] ppid=19202 vsize=284984 CPUtime=0 cores=1,3,5,7
/proc/19228/stat : 19228 (python) S 19202 19202 19167 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 519145978 291823616 6899 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471119 0 0 16781312 514 4577799349232173320 0 0 17 7 0 0 0
/proc/19228/statm: 71246 6899 355 364 0 7164 0
[pid=19230] ppid=19228 vsize=1020308 CPUtime=3.26 cores=1,3,5,7
/proc/19230/stat : 19230 (gnovelty+2) R 19228 19230 19230 0 -1 4202496 1155 0 0 0 326 0 0 0 25 0 1 0 519145978 1044795392 891 33554432000 134512640 135663704 4290395040 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19230/statm: 255077 891 113 282 0 254793 0
[pid=19231] ppid=19202 vsize=295004 CPUtime=0 cores=1,3,5,7
/proc/19231/stat : 19231 (python) S 19202 19202 19167 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 519145981 302084096 7032 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 11621569079294263560 0 0 17 3 0 0 0
/proc/19231/statm: 73751 7032 349 364 0 9666 0
[pid=19233] ppid=19231 vsize=1020308 CPUtime=3.25 cores=1,3,5,7
/proc/19233/stat : 19233 (gnovelty+2) R 19231 19233 19233 0 -1 4202496 1154 0 0 0 325 0 0 0 25 0 1 0 519145981 1044795392 891 33554432000 134512640 135663704 4290955920 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19233/statm: 255077 891 113 282 0 254793 0
[pid=19234] ppid=19202 vsize=305328 CPUtime=0 cores=1,3,5,7
/proc/19234/stat : 19234 (python) S 19202 19202 19167 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 519145983 312655872 7036 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 4346439837637640456 0 0 17 3 0 0 0
/proc/19234/statm: 76332 7036 349 364 0 12244 0
[pid=19236] ppid=19234 vsize=423400 CPUtime=3.21 cores=1,3,5,7
/proc/19236/stat : 19236 (adaptg2wsat2009) R 19234 19236 19236 0 -1 4202496 2620 0 0 0 321 0 0 0 25 0 1 0 519145984 433561600 2357 33554432000 134512640 135107411 4292597696 18446744073709551615 134531724 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19236/statm: 105850 2357 59 146 0 104726 0
[pid=19237] ppid=19202 vsize=315448 CPUtime=0 cores=1,3,5,7
/proc/19237/stat : 19237 (python) S 19202 19202 19167 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 519145986 323018752 7040 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 4346443685928337672 0 0 17 7 0 0 0
/proc/19237/statm: 78862 7040 349 364 0 14771 0
[pid=19239] ppid=19237 vsize=423400 CPUtime=3.19 cores=1,3,5,7
/proc/19239/stat : 19239 (adaptg2wsat2009) R 19237 19239 19239 0 -1 4202496 2619 0 0 0 319 0 0 0 25 0 1 0 519145987 433561600 2356 33554432000 134512640 135107411 4292029968 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19239/statm: 105850 2356 59 146 0 104726 0
[pid=19202/tid=19229] ppid=19199 vsize=325512 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19229/stat : 19229 (python) S 19199 19202 19167 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 5 0 519145978 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19232] ppid=19199 vsize=325512 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19232/stat : 19232 (python) S 19199 19202 19167 0 -1 4202560 21 927 0 8 0 0 0 0 20 0 5 0 519145981 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 5 0 0 0
[pid=19202/tid=19235] ppid=19199 vsize=325512 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19235/stat : 19235 (python) S 19199 19202 19167 0 -1 4202560 24 927 0 8 0 0 0 0 22 0 5 0 519145984 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 3 0 0 0
[pid=19202/tid=19238] ppid=19199 vsize=325512 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19238/stat : 19238 (python) S 19199 19202 19167 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 5 0 519145987 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.53
Current children cumulated vsize (KiB) 4413692
heavy processes:

[startup+51.1008 s]
/proc/loadavg: 3.27 0.82 0.27 11/202 19240
/proc/meminfo: memFree=28977036/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=325512 CPUtime=2.62 cores=1,3,5,7
/proc/19202/stat : 19202 (python) S 19199 19202 19167 0 -1 4202496 16838 927 115 8 241 21 0 0 20 0 5 0 519143756 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 301
/proc/19202/statm: 81378 8577 1883 364 0 17287 0
[pid=19228] ppid=19202 vsize=284984 CPUtime=0.03 cores=1,3,5,7
/proc/19228/stat : 19228 (python) S 19202 19202 19167 0 -1 4202560 909 0 0 0 2 1 0 0 18 0 1 0 519145978 291823616 6922 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471119 0 0 16781312 514 12578852826408517896 0 0 17 7 0 0 0
/proc/19228/statm: 71246 6922 378 364 0 7164 0
[pid=19230] ppid=19228 vsize=1020308 CPUtime=28.77 cores=1,3,5,7
/proc/19230/stat : 19230 (gnovelty+2) R 19228 19230 19230 0 -1 4202496 1155 0 0 0 2877 0 0 0 25 0 1 0 519145978 1044795392 891 33554432000 134512640 135663704 4290395040 18446744073709551615 134525550 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19230/statm: 255077 891 113 282 0 254793 0
[pid=19231] ppid=19202 vsize=295004 CPUtime=0.03 cores=1,3,5,7
/proc/19231/stat : 19231 (python) S 19202 19202 19167 0 -1 4202560 909 0 0 0 2 1 0 0 18 0 1 0 519145981 302084096 7055 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 12578852826408517896 0 0 17 3 0 0 0
/proc/19231/statm: 73751 7055 372 364 0 9666 0
[pid=19233] ppid=19231 vsize=1020308 CPUtime=28.83 cores=1,3,5,7
/proc/19233/stat : 19233 (gnovelty+2) R 19231 19233 19233 0 -1 4202496 1154 0 0 0 2883 0 0 0 25 0 1 0 519145981 1044795392 891 33554432000 134512640 135663704 4290955920 18446744073709551615 134545190 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19233/statm: 255077 891 113 282 0 254793 0
[pid=19234] ppid=19202 vsize=305328 CPUtime=0.03 cores=1,3,5,7
/proc/19234/stat : 19234 (python) S 19202 19202 19167 0 -1 4202560 918 0 0 0 2 1 0 0 18 0 1 0 519145983 312655872 7059 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 12578852826408517896 0 0 17 3 0 0 0
/proc/19234/statm: 76332 7059 372 364 0 12244 0
[pid=19236] ppid=19234 vsize=423400 CPUtime=28.59 cores=1,3,5,7
/proc/19236/stat : 19236 (adaptg2wsat2009) R 19234 19236 19236 0 -1 4202496 2620 0 0 0 2859 0 0 0 25 0 1 0 519145984 433561600 2357 33554432000 134512640 135107411 4292597696 18446744073709551615 134539356 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19236/statm: 105850 2357 59 146 0 104726 0
[pid=19237] ppid=19202 vsize=315448 CPUtime=0.03 cores=1,3,5,7
/proc/19237/stat : 19237 (python) S 19202 19202 19167 0 -1 4202560 935 0 0 0 2 1 0 0 18 0 1 0 519145986 323018752 7063 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 12578852826408517896 0 0 17 7 0 0 0
/proc/19237/statm: 78862 7063 372 364 0 14771 0
[pid=19239] ppid=19237 vsize=423400 CPUtime=28.78 cores=1,3,5,7
/proc/19239/stat : 19239 (adaptg2wsat2009) R 19237 19239 19239 0 -1 4202496 2619 0 0 0 2878 0 0 0 25 0 1 0 519145987 433561600 2356 33554432000 134512640 135107411 4292029968 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19239/statm: 105850 2356 59 146 0 104726 0
[pid=19202/tid=19229] ppid=19199 vsize=325512 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19229/stat : 19229 (python) S 19199 19202 19167 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 5 0 519145978 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19232] ppid=19199 vsize=325512 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19232/stat : 19232 (python) S 19199 19202 19167 0 -1 4202560 21 927 0 8 0 0 0 0 20 0 5 0 519145981 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 5 0 0 0
[pid=19202/tid=19235] ppid=19199 vsize=325512 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19235/stat : 19235 (python) S 19199 19202 19167 0 -1 4202560 24 927 0 8 0 0 0 0 22 0 5 0 519145984 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 3 0 0 0
[pid=19202/tid=19238] ppid=19199 vsize=325512 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19238/stat : 19238 (python) S 19199 19202 19167 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 5 0 519145987 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 117.71
Current children cumulated vsize (KiB) 4413692

[startup+102.301 s]
/proc/loadavg: 5.59 1.90 0.67 6/190 19361
/proc/meminfo: memFree=28967964/32951124 swapFree=67111348/67111528
[pid=19202] ppid=19199 vsize=325512 CPUtime=2.62 cores=1,3,5,7
/proc/19202/stat : 19202 (python) S 19199 19202 19167 0 -1 4202496 16838 927 115 8 241 21 0 0 20 0 5 0 519143756 333324288 8577 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 301
/proc/19202/statm: 81378 8577 1883 364 0 17287 0
[pid=19228] ppid=19202 vsize=284984 CPUtime=0.1 cores=1,3,5,7
/proc/19228/stat : 19228 (python) S 19202 19202 19167 0 -1 4202560 923 0 0 0 5 5 0 0 18 0 1 0 519145978 291823616 6922 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471119 0 0 16781312 514 12578852826408517896 0 0 17 7 0 0 0
/proc/19228/statm: 71246 6922 378 364 0 7164 0
[pid=19230] ppid=19228 vsize=1020308 CPUtime=79.85 cores=1,3,5,7
/proc/19230/stat : 19230 (gnovelty+2) R 19228 19230 19230 0 -1 4202496 1155 0 0 0 7985 0 0 0 25 0 1 0 519145978 1044795392 891 33554432000 134512640 135663704 4290395040 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19230/statm: 255077 891 113 282 0 254793 0
[pid=19231] ppid=19202 vsize=295004 CPUtime=0.09 cores=1,3,5,7
/proc/19231/stat : 19231 (python) S 19202 19202 19167 0 -1 4202560 924 0 0 0 5 4 0 0 18 0 1 0 519145981 302084096 7055 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 12578852826408517896 0 0 17 3 0 0 0

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

/proc/19234/task/19380/stat : 19380 (python) S 19202 19202 19167 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 519156005 312655872 7088 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604471104546816 0 0 -1 3 0 0 0
[pid=19237] ppid=19202 vsize=315448 CPUtime=0.12 cores=1,3,5,7
/proc/19237/stat : 19237 (python) S 19202 19202 19167 0 -1 4202560 1114 0 0 0 7 5 0 0 19 0 2 0 519145986 323018752 7092 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19237/statm: 78862 7092 400 364 0 14771 0
[pid=19239] ppid=19237 vsize=423400 CPUtime=100.16 cores=1,3,5,7
/proc/19239/stat : 19239 (adaptg2wsat2009) T 19237 19239 19239 0 -1 4202496 2619 0 0 0 10015 1 0 0 25 0 1 0 519145987 433561600 2356 33554432000 134512640 135107411 4292029968 18446744073709551615 134531741 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19239/statm: 105850 2356 59 146 0 104726 0
[pid=19237/tid=19381] ppid=19202 vsize=315448 CPUtime=0 cores=1,3,5,7
/proc/19237/task/19381/stat : 19381 (python) S 19202 19202 19167 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519156006 323018752 7092 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604471104547712 0 0 -1 7 0 0 0
[pid=19376] ppid=19202 vsize=326312 CPUtime=0.13 cores=1,3,5,7
/proc/19376/stat : 19376 (python) S 19202 19202 19167 0 -1 4202560 1113 0 0 0 6 7 0 0 19 0 2 0 519155999 334143488 7096 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19376/statm: 81578 7096 400 364 0 17484 0
[pid=19378] ppid=19376 vsize=423400 CPUtime=98.99 cores=1,3,5,7
/proc/19378/stat : 19378 (adaptg2wsat2009) T 19376 19378 19378 0 -1 4202496 2622 0 0 0 9899 0 0 0 25 0 1 0 519155999 433561600 2356 33554432000 134512640 135107411 4288502720 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19378/statm: 105850 2356 59 146 0 104726 0
[pid=19376/tid=19397] ppid=19202 vsize=326312 CPUtime=0 cores=1,3,5,7
/proc/19376/task/19397/stat : 19397 (python) S 19202 19202 19167 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519165912 334143488 7096 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604470883783872 0 0 -1 7 0 0 0
[pid=19382] ppid=19202 vsize=401620 CPUtime=0.14 cores=1,3,5,7
/proc/19382/stat : 19382 (python) S 19202 19202 19167 0 -1 4202560 1130 0 0 0 8 6 0 0 18 0 2 0 519156008 411258880 7176 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19382/statm: 100405 7176 399 364 0 36308 0
[pid=19384] ppid=19382 vsize=1020308 CPUtime=97.25 cores=1,3,5,7
/proc/19384/stat : 19384 (gnovelty+2) T 19382 19384 19384 0 -1 4202496 1154 0 0 0 9725 0 0 0 25 0 1 0 519156009 1044795392 891 33554432000 134512640 135663704 4294082112 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19384/statm: 255077 891 113 282 0 254793 0
[pid=19382/tid=19401] ppid=19202 vsize=401620 CPUtime=0 cores=1,3,5,7
/proc/19382/task/19401/stat : 19401 (python) S 19202 19202 19167 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519165927 411258880 7176 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604470883784768 0 0 -1 3 0 0 0
[pid=19385] ppid=19202 vsize=346532 CPUtime=0.13 cores=1,3,5,7
/proc/19385/stat : 19385 (python) S 19202 19202 19167 0 -1 4202560 1179 0 0 0 7 6 0 0 19 0 2 0 519156012 354848768 7186 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19385/statm: 86633 7186 406 364 0 22533 0
[pid=19387] ppid=19385 vsize=253032 CPUtime=100.11 cores=1,3,5,7
/proc/19387/stat : 19387 (FH) T 19385 19387 19387 0 -1 4202496 2497 0 0 0 10011 0 0 0 25 0 1 0 519156013 259104768 2233 33554432000 134512640 134936988 4294195840 18446744073709551615 134558781 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19387/statm: 63258 2233 41 104 0 62762 0
[pid=19385/tid=19409] ppid=19202 vsize=346532 CPUtime=0 cores=1,3,5,7
/proc/19385/task/19409/stat : 19409 (python) S 19202 19202 19167 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 519166025 354848768 7186 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604464979889152 0 0 -1 3 0 0 0
[pid=19388] ppid=19202 vsize=356740 CPUtime=0.13 cores=1,3,5,7
/proc/19388/stat : 19388 (python) S 19202 19202 19167 0 -1 4202560 1176 0 0 0 6 7 0 0 19 0 2 0 519156016 365301760 7190 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19388/statm: 89185 7190 406 364 0 25082 0
[pid=19390] ppid=19388 vsize=423400 CPUtime=99.13 cores=1,3,5,7
/proc/19390/stat : 19390 (adaptg2wsat2009) T 19388 19390 19390 0 -1 4202496 2627 0 0 0 9913 0 0 0 25 0 1 0 519156016 433561600 2357 33554432000 134512640 135107411 4290208496 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19390/statm: 105850 2357 59 146 0 104726 0
[pid=19388/tid=19402] ppid=19202 vsize=356740 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19402/stat : 19402 (python) S 19202 19202 19167 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519165930 365301760 7190 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604471158413504 0 0 -1 7 0 0 0
[pid=19398] ppid=19202 vsize=367100 CPUtime=0.14 cores=1,3,5,7
/proc/19398/stat : 19398 (python) S 19202 19202 19167 0 -1 4202560 1142 0 0 0 8 6 0 0 19 0 2 0 519165916 375910400 7188 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19398/statm: 91775 7188 400 364 0 27669 0
[pid=19400] ppid=19398 vsize=423400 CPUtime=98.11 cores=1,3,5,7
/proc/19400/stat : 19400 (adaptg2wsat2009) T 19398 19400 19400 0 -1 4202496 2629 0 0 0 9811 0 0 0 25 0 1 0 519165916 433561600 2356 33554432000 134512640 135107411 4293774032 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19400/statm: 105850 2356 59 146 0 104726 0
[pid=19398/tid=19419] ppid=19202 vsize=367100 CPUtime=0 cores=1,3,5,7
/proc/19398/task/19419/stat : 19419 (python) S 19202 19202 19167 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519175930 375910400 7188 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604468503451648 0 0 -1 5 0 0 0
[pid=19403] ppid=19202 vsize=377264 CPUtime=0.15 cores=1,3,5,7
/proc/19403/stat : 19403 (python) S 19202 19202 19167 0 -1 4202560 1167 0 0 0 8 7 0 0 19 0 2 0 519165932 386318336 7192 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19403/statm: 94316 7192 400 364 0 30207 0
[pid=19405] ppid=19403 vsize=253036 CPUtime=100.12 cores=1,3,5,7
/proc/19405/stat : 19405 (FH) T 19403 19405 19405 0 -1 4202496 2505 0 0 0 10012 0 0 0 25 0 1 0 519165932 259108864 2234 33554432000 134512640 134936988 4294649648 18446744073709551615 134546915 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19405/statm: 63259 2234 41 104 0 62763 0
[pid=19403/tid=19423] ppid=19202 vsize=377264 CPUtime=0 cores=1,3,5,7
/proc/19403/task/19423/stat : 19423 (python) S 19202 19202 19167 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519175946 386318336 7192 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604471146946816 0 0 -1 1 0 0 0
[pid=19406] ppid=19202 vsize=387760 CPUtime=0.44 cores=1,3,5,7
/proc/19406/stat : 19406 (python) S 19202 19202 19167 0 -1 4202560 1196 0 0 0 23 21 0 0 18 0 2 0 519165936 397066240 7196 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19406/statm: 96940 7196 400 364 0 32828 0
[pid=19408] ppid=19406 vsize=268424 CPUtime=296.47 cores=1,3,5,7
/proc/19408/stat : 19408 (hybridGM3) T 19406 19408 19408 0 -1 4202496 6189 0 0 0 29647 0 0 0 25 0 1 0 519165936 274866176 5920 33554432000 134512640 135204385 4291625984 18446744073709551615 134538395 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19408/statm: 67106 5920 63 169 0 66936 0
[pid=19406/tid=19447] ppid=19202 vsize=387760 CPUtime=0 cores=1,3,5,7
/proc/19406/task/19447/stat : 19447 (python) S 19202 19202 19167 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 519185473 397066240 7196 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604468503450752 0 0 -1 7 0 0 0
[pid=19410] ppid=19202 vsize=397868 CPUtime=0.15 cores=1,3,5,7
/proc/19410/stat : 19410 (python) S 19202 19202 19167 0 -1 4202560 1174 0 0 0 7 8 0 0 16 0 2 0 519166029 407416832 7200 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19410/statm: 99467 7200 400 364 0 35352 0
[pid=19412] ppid=19410 vsize=1020308 CPUtime=99.04 cores=1,3,5,7
/proc/19412/stat : 19412 (gnovelty+2) T 19410 19412 19412 0 -1 4202496 1164 0 0 0 9904 0 0 0 25 0 1 0 519166030 1044795392 892 33554432000 134512640 135663704 4291474000 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19412/statm: 255077 892 113 282 0 254793 0
[pid=19410/tid=19424] ppid=19202 vsize=397868 CPUtime=0 cores=1,3,5,7
/proc/19410/task/19424/stat : 19424 (python) S 19202 19202 19167 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 519175950 407416832 7200 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604471104772928 0 0 -1 7 0 0 0
[pid=19420] ppid=19202 vsize=408260 CPUtime=0.3 cores=1,3,5,7
/proc/19420/stat : 19420 (python) S 19202 19202 19167 0 -1 4202560 1021 0 0 0 16 14 0 0 18 0 1 0 519175935 418058240 7175 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 12578852826408517895 0 0 17 7 0 0 0
/proc/19420/statm: 102065 7175 372 364 0 37947 0
[pid=19422] ppid=19420 vsize=268420 CPUtime=194.08 cores=1,3,5,7
/proc/19422/stat : 19422 (hybridGM3) R 19420 19422 19422 0 -1 4202496 6189 0 0 0 19407 1 0 0 25 0 1 0 519175935 274862080 5918 33554432000 134512640 135204385 4290080800 18446744073709551615 134538264 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19422/statm: 67105 5918 63 169 0 66935 0
[pid=19425] ppid=19202 vsize=484192 CPUtime=0.15 cores=1,3,5,7
/proc/19425/stat : 19425 (python) S 19202 19202 19167 0 -1 4202560 1179 0 0 0 7 8 0 0 18 0 2 0 519175952 495812608 7209 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19425/statm: 121048 7209 400 364 0 56927 0
[pid=19427] ppid=19425 vsize=423400 CPUtime=97.05 cores=1,3,5,7
/proc/19427/stat : 19427 (adaptg2wsat2009) T 19425 19427 19427 0 -1 4202496 2632 0 0 0 9705 0 0 0 25 0 1 0 519175952 433561600 2358 33554432000 134512640 135107411 4289057024 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19427/statm: 105850 2358 59 146 0 104726 0
[pid=19425/tid=19448] ppid=19202 vsize=484192 CPUtime=0 cores=1,3,5,7
/proc/19425/task/19448/stat : 19448 (python) S 19202 19202 19167 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519185869 495812608 7209 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604471146874752 0 0 -1 5 0 0 0
[pid=19428] ppid=19202 vsize=428860 CPUtime=0.3 cores=1,3,5,7
/proc/19428/stat : 19428 (python) S 19202 19202 19167 0 -1 4202560 1246 0 0 0 16 14 0 0 19 0 2 0 519175957 439152640 7230 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19428/statm: 107215 7230 408 364 0 43091 0
[pid=19430] ppid=19428 vsize=268428 CPUtime=196.36 cores=1,3,5,7
/proc/19430/stat : 19430 (hybridGM3) T 19428 19430 19430 0 -1 4202496 6193 0 0 0 19635 1 0 0 25 0 1 0 519175957 274870272 5919 33554432000 134512640 135204385 4292725200 18446744073709551615 134538375 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19430/statm: 67107 5919 63 169 0 66937 0
[pid=19428/tid=19458] ppid=19202 vsize=428860 CPUtime=0 cores=1,3,5,7
/proc/19428/task/19458/stat : 19458 (python) S 19202 19202 19167 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519195593 439152640 7230 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 514 18446604468543761152 0 0 -1 3 0 0 0
[pid=19449] ppid=19202 vsize=439032 CPUtime=0.14 cores=1,3,5,7
/proc/19449/stat : 19449 (python) S 19202 19202 19167 0 -1 4202560 1096 0 0 0 7 7 0 0 18 0 1 0 519185874 449568768 7231 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 12578852826408517895 0 0 17 7 0 0 0
/proc/19449/statm: 109758 7231 380 364 0 45631 0
[pid=19451] ppid=19449 vsize=268428 CPUtime=97.43 cores=1,3,5,7
/proc/19451/stat : 19451 (hybridGM3) R 19449 19451 19451 0 -1 4202496 6195 0 0 0 9742 1 0 0 25 0 1 0 519185874 274870272 5919 33554432000 134512640 135204385 4291578032 18446744073709551615 134537825 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19451/statm: 67107 5919 63 169 0 66937 0
[pid=19459] ppid=19202 vsize=449840 CPUtime=0 cores=1,3,5,7
/proc/19459/stat : 19459 (python) S 19202 19202 19167 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 519195598 460636160 7202 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 3380255264723697663 0 0 17 1 0 0 0
/proc/19459/statm: 112460 7202 347 364 0 48330 0
[pid=19461] ppid=19459 vsize=454748 CPUtime=0.49 cores=1,3,5,7
/proc/19461/stat : 19461 (TNM) R 19459 19461 19461 0 -1 4202496 1494 0 0 0 49 0 0 0 21 0 1 0 519195598 465661952 1223 33554432000 134512640 135008748 4292543760 18446744073709551615 134523307 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19461/statm: 113687 1223 45 122 0 112587 0
[pid=19462] ppid=19202 vsize=459832 CPUtime=0 cores=1,3,5,7
/proc/19462/stat : 19462 (python) S 19202 19202 19167 0 -1 4202560 832 0 0 0 0 0 0 0 21 0 1 0 519195603 470867968 7219 33554432000 4194304 5683644 140734726779376 18446744073709551615 228095471174 0 0 16781312 514 1158704390308102143 0 0 17 7 0 0 0
/proc/19462/statm: 114958 7219 346 364 0 50825 0
[pid=19464] ppid=19462 vsize=248616 CPUtime=0.43 cores=1,3,5,7
/proc/19464/stat : 19464 (FH) R 19462 19464 19464 0 -1 4202496 1485 0 0 0 43 0 0 0 25 0 1 0 519195604 254582784 1214 33554432000 134512640 134936988 4288680512 18446744073709551615 134523648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19464/statm: 62154 1214 37 104 0 61658 0
[pid=19202/tid=19229] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19229/stat : 19229 (python) S 19199 19202 19167 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 19 0 519145978 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19232] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19232/stat : 19232 (python) S 19199 19202 19167 0 -1 4202560 21 927 0 8 0 0 0 0 20 0 19 0 519145981 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 5 0 0 0
[pid=19202/tid=19235] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19235/stat : 19235 (python) S 19199 19202 19167 0 -1 4202560 24 927 0 8 0 0 0 0 22 0 19 0 519145984 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 3 0 0 0
[pid=19202/tid=19238] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19238/stat : 19238 (python) S 19199 19202 19167 0 -1 4202560 30 927 0 8 0 0 0 0 20 0 19 0 519145987 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19377] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19377/stat : 19377 (python) S 19199 19202 19167 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 19 0 519155999 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19383] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19383/stat : 19383 (python) S 19199 19202 19167 0 -1 4202560 26 927 0 8 0 0 0 0 21 0 19 0 519156009 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 1 0 0 0
[pid=19202/tid=19386] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19386/stat : 19386 (python) S 19199 19202 19167 0 -1 4202560 23 927 0 8 0 0 0 0 20 0 19 0 519156012 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 3 0 0 0
[pid=19202/tid=19389] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19389/stat : 19389 (python) S 19199 19202 19167 0 -1 4202560 29 927 0 8 0 0 0 0 22 0 19 0 519156016 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19399] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19399/stat : 19399 (python) S 19199 19202 19167 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 19 0 519165916 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19404] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19404/stat : 19404 (python) S 19199 19202 19167 0 -1 4202560 24 927 0 8 0 0 0 0 20 0 19 0 519165932 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 1 0 0 0
[pid=19202/tid=19407] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19407/stat : 19407 (python) S 19199 19202 19167 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 19 0 519165936 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19411] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19411/stat : 19411 (python) S 19199 19202 19167 0 -1 4202560 28 927 0 8 0 0 0 0 20 0 19 0 519166030 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19421] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19421/stat : 19421 (python) S 19199 19202 19167 0 -1 4202560 28 927 0 8 0 0 0 0 20 0 19 0 519175935 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19426] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19426/stat : 19426 (python) S 19199 19202 19167 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 19 0 519175952 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
[pid=19202/tid=19429] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19429/stat : 19429 (python) S 19199 19202 19167 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 19 0 519175957 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 1 0 0 0
[pid=19202/tid=19450] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19450/stat : 19450 (python) S 19199 19202 19167 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 19 0 519185874 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 1 0 0 0
[pid=19202/tid=19460] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19460/stat : 19460 (python) S 19199 19202 19167 0 -1 4202560 24 927 0 8 0 0 0 0 20 0 19 0 519195598 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 1 0 0 0
[pid=19202/tid=19463] ppid=19199 vsize=469544 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19463/stat : 19463 (python) S 19199 19202 19167 0 -1 4202560 28 927 0 8 0 0 0 0 22 0 19 0 519195603 480813056 8788 33554432000 4194304 5683644 140734726779376 18446744073709551615 228107274673 0 0 16781312 2 18446604471158411712 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1980.8
Current children cumulated vsize (KiB) 16216528

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 519.017
CPU time (s): 1980.8
CPU user time (s): 1979.17
CPU system time (s): 1.63
CPU usage (%): 381.644
Max. virtual memory (cumulated for all children) (KiB): 16216528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.03854
system time used= 0.264959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31697
page faults= 123
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19322
involuntary context switches= 133

runsolver used 2.08968 second user time and 5.96109 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-01 18:28:01
IDJOB=3317057
IDBENCH=82522
IDSOLVER=1705
FILE ID=node142/3317057-1304267281
RUNJOBID= node142-1304267280-19186
PBS_JOBID= 13173937
Free space on /tmp= 73340 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1143439968-082-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-3317057-1304267281/watcher-3317057-1304267281 -o /tmp/evaluation-result-3317057-1304267281/solver-3317057-1304267281 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317057-1304267281.cnf -seed 1260138252 -budget 4800 -cores 4

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

MD5SUM BENCH= 4baebda329e22fa39a89c4e2a8acff70
RANDOM SEED=1260138252

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29136504 kB
Buffers:       1126940 kB
Cached:        2123892 kB
SwapCached:        176 kB
Active:         624996 kB
Inactive:      2689988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29136504 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           64932 kB
Writeback:           0 kB
AnonPages:       64212 kB
Mapped:          14532 kB
Slab:           435768 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185804 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= 73236 MiB
End job on node142 at 2011-05-01 18:36:44