Trace number 3317048

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) 1987.71 521.453

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S832901479-042-UNKNOWN.cnf
MD5SUMa5a87dc48ba0573fb8f2b8721bafcab2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 534000

Solver Data

0.59/20.79	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.59/20.79	c INFO: solving HOME/instance-3317048-1304267280.cnf
0.59/20.79	c INFO: computing task features
0.81/21.03	c INFO: computed variable-clause graph statistics
0.81/21.04	c INFO: computed clause balance statistics
2.11/22.31	c INFO: computed variable balance statistics
2.61/22.82	c INFO: computed small-clause counts
2.61/22.82	c INFO: computed Horn-clause counts
2.61/22.86	c INFO: computed variable graph statistics
2.61/22.86	c INFO: collected features for HOME/instance-3317048-1304267280.cnf in 2.06 s
2.61/22.89	c INFO: running gnovelty+2@0 for 97 with 4797 remaining (b = 0.38)
2.70/22.92	c INFO: running gnovelty+2@0 for 97 with 4797 remaining (b = 0.13)
2.70/22.95	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.08)
2.70/22.98	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.07)
398.81/122.12	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.05)
402.78/123.10	c INFO: running gnovelty+2@0 for 97 with 4697 remaining (b = 0.04)
402.78/123.14	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.78/123.18	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
797.58/222.28	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.02)
797.93/222.33	c INFO: running FH@0 for 97 with 4598 remaining (b = 0.02)
801.94/223.34	c INFO: running hybridGM3@0 for 194 with 4597 remaining (b = 0.04)
801.94/223.38	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1196.59/322.47	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1196.94/322.52	c INFO: running adaptg2wsat2009++@0 for 97 with 4498 remaining (b = 0.01)
1201.33/323.63	c INFO: running hybridGM3@0 for 194 with 4497 remaining (b = 0.03)
1583.94/419.76	c INFO: running hybridGM3@99 for 97 with 4401 remaining (b = 0.01)
1595.90/422.75	c INFO: running hybridGM3@0 for 194 with 4398 remaining (b = 0.02)
1982.49/520.07	c INFO: running TNM@0 for 1552 with 4300 remaining (b = 0.18)
1986.07/520.96	c INFO: running FH@0 for 97 with 4299 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-3317048-1304267280/watcher-3317048-1304267280 -o /tmp/evaluation-result-3317048-1304267280/solver-3317048-1304267280 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317048-1304267280.cnf -seed 489172721 -budget 4800 -cores 4 

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

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 1/177 9881
/proc/meminfo: memFree=30811368/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=14252 CPUtime=0 cores=0,2,4,6
/proc/9881/stat : 9881 (python) D 9878 9881 9843 0 -1 4194304 195 0 0 0 0 0 0 0 19 0 1 0 519144374 14594048 130 33554432000 4194304 5683644 140735153245504 18446744073709551615 5398816 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 0
/proc/9881/statm: 3563 130 102 364 0 50 0

[startup+0.0517931 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 9881
/proc/meminfo: memFree=30811368/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/9881/stat : 9881 (python) S 9878 9881 9843 0 -1 4202496 647 0 3 0 0 0 0 0 17 0 1 0 519144374 15441920 545 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 1
/proc/9881/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100828 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 9881
/proc/meminfo: memFree=30811368/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/9881/stat : 9881 (python) S 9878 9881 9843 0 -1 4202496 721 0 3 0 0 0 0 0 17 0 1 0 519144374 15548416 614 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 1
/proc/9881/statm: 3796 614 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.300755 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 9881
/proc/meminfo: memFree=30811368/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/9881/stat : 9881 (python) S 9878 9881 9843 0 -1 4202496 924 0 3 0 0 0 0 0 15 0 1 0 519144374 16150528 806 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 2
/proc/9881/statm: 3943 806 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.700719 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 9881
/proc/meminfo: memFree=30811368/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=16392 CPUtime=0.01 cores=0,2,4,6
/proc/9881/stat : 9881 (python) D 9878 9881 9843 0 -1 4202496 1076 0 3 0 1 0 0 0 15 0 1 0 519144374 16785408 949 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039460635 0 0 16781312 2 0 0 0 17 6 0 0 5
/proc/9881/statm: 4098 949 385 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+1.50056 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 9882
/proc/meminfo: memFree=30805132/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=18880 CPUtime=0.02 cores=0,2,4,6
/proc/9881/stat : 9881 (python) D 9878 9881 9843 0 -1 4202496 1255 0 4 0 2 0 0 0 16 0 1 0 519144374 19333120 1112 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039653376 0 0 16781312 2 0 0 0 17 6 0 0 6
/proc/9881/statm: 4720 1112 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+3.10024 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 9882
/proc/meminfo: memFree=30801932/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=38900 CPUtime=0.09 cores=0,2,4,6
/proc/9881/stat : 9881 (python) S 9878 9881 9843 0 -1 4202496 1653 0 11 0 6 3 0 0 16 0 1 0 519144374 39833600 1490 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039651173 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 12
/proc/9881/statm: 9725 1490 455 364 0 1025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38900
heavy processes:

[startup+6.30067 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 9882
/proc/meminfo: memFree=30792236/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=93956 CPUtime=0.13 cores=0,2,4,6
/proc/9881/stat : 9881 (python) D 9878 9881 9843 0 -1 4202496 2672 0 20 0 7 6 0 0 16 0 1 0 519144374 96210944 2406 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039651173 0 0 16781312 2 0 0 0 17 0 0 0 50
/proc/9881/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 93956
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 0.15 0.03 0.01 1/178 9890
/proc/meminfo: memFree=30768504/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=154344 CPUtime=0.38 cores=0,2,4,6
/proc/9881/stat : 9881 (python) R 9878 9881 9843 0 -1 4202496 6273 926 43 9 19 19 0 0 16 0 1 0 519144374 158048256 4441 33554432000 4194304 5683644 140735153245504 18446744073709551615 212034735638 0 2147483391 16781312 2 0 0 0 17 0 0 0 106
/proc/9881/statm: 38586 4441 1220 364 0 3214 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 154344
heavy processes:

[startup+25.5012 s]
/proc/loadavg: 0.59 0.13 0.04 9/202 9914
/proc/meminfo: memFree=30668388/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=323388 CPUtime=2.78 cores=0,2,4,6
/proc/9881/stat : 9881 (python) S 9878 9881 9843 0 -1 4202496 16660 926 106 9 251 27 0 0 22 0 5 0 519144374 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 185
/proc/9881/statm: 80847 8046 1883 364 0 16756 0
[pid=9903] ppid=9881 vsize=282232 CPUtime=0 cores=0,2,4,6
/proc/9903/stat : 9903 (python) S 9881 9881 9843 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 519146664 289005568 6329 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675407 0 0 16781312 514 4434712754284101892 0 0 17 6 0 0 0
/proc/9903/statm: 70558 6329 355 364 0 6476 0
[pid=9905] ppid=9903 vsize=1020188 CPUtime=2.57 cores=0,2,4,6
/proc/9905/stat : 9905 (gnovelty+2) R 9903 9905 9905 0 -1 4202496 1138 0 0 0 257 0 0 0 25 0 1 0 519146665 1044672512 877 33554432000 134512640 135663704 4288190096 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9905/statm: 255047 877 113 282 0 254763 0
[pid=9906] ppid=9881 vsize=293116 CPUtime=0 cores=0,2,4,6
/proc/9906/stat : 9906 (python) S 9881 9881 9843 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 519146667 300150784 6366 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 4434708905993404676 0 0 17 2 0 0 0
/proc/9906/statm: 73279 6366 349 364 0 9194 0
[pid=9908] ppid=9906 vsize=1020188 CPUtime=2.56 cores=0,2,4,6
/proc/9908/stat : 9908 (gnovelty+2) R 9906 9908 9908 0 -1 4202496 1139 0 0 0 256 0 0 0 25 0 1 0 519146667 1044672512 876 33554432000 134512640 135663704 4292534528 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9908/statm: 255047 876 113 282 0 254763 0
[pid=9909] ppid=9881 vsize=302888 CPUtime=0 cores=0,2,4,6
/proc/9909/stat : 9909 (python) S 9881 9881 9843 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 519146670 310157312 6503 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 4434480482452734212 0 0 17 6 0 0 0
/proc/9909/statm: 75722 6503 347 364 0 11634 0
[pid=9911] ppid=9909 vsize=421140 CPUtime=2.53 cores=0,2,4,6
/proc/9911/stat : 9911 (adaptg2wsat2009) R 9909 9911 9911 0 -1 4202496 1804 0 0 0 253 0 0 0 25 0 1 0 519146670 431247360 1538 33554432000 134512640 135107411 4288429040 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9911/statm: 105285 1538 49 146 0 104161 0
[pid=9912] ppid=9881 vsize=313144 CPUtime=0 cores=0,2,4,6
/proc/9912/stat : 9912 (python) S 9881 9881 9843 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 519146673 320659456 6506 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 4513543614827036932 0 0 17 4 0 0 0
/proc/9912/statm: 78286 6506 347 364 0 14195 0
[pid=9914] ppid=9912 vsize=421140 CPUtime=2.51 cores=0,2,4,6
/proc/9914/stat : 9914 (adaptg2wsat2009) R 9912 9914 9914 0 -1 4202496 1806 0 0 0 251 0 0 0 25 0 1 0 519146673 431247360 1538 33554432000 134512640 135107411 4286924448 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9914/statm: 105285 1538 49 146 0 104161 0
[pid=9881/tid=9904] ppid=9878 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9904/stat : 9904 (python) S 9878 9881 9843 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 5 0 519146664 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 6 0 0 0
[pid=9881/tid=9907] ppid=9878 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9907/stat : 9907 (python) S 9878 9881 9843 0 -1 4202560 24 926 0 9 0 0 0 0 20 0 5 0 519146667 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 2 0 0 0
[pid=9881/tid=9910] ppid=9878 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9910/stat : 9910 (python) S 9878 9881 9843 0 -1 4202560 23 926 0 9 0 0 0 0 20 0 5 0 519146670 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 6 0 0 0
[pid=9881/tid=9913] ppid=9878 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9913/stat : 9913 (python) S 9878 9881 9843 0 -1 4202560 26 926 0 9 0 0 0 0 22 0 5 0 519146673 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 4397424
heavy processes:

[startup+51.1006 s]
/proc/loadavg: 2.95 0.71 0.24 10/202 9959
/proc/meminfo: memFree=30655140/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=323388 CPUtime=2.78 cores=0,2,4,6
/proc/9881/stat : 9881 (python) S 9878 9881 9843 0 -1 4202496 16660 926 106 9 251 27 0 0 22 0 5 0 519144374 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 185
/proc/9881/statm: 80847 8046 1883 364 0 16756 0
[pid=9903] ppid=9881 vsize=282232 CPUtime=0.03 cores=0,2,4,6
/proc/9903/stat : 9903 (python) S 9881 9881 9843 0 -1 4202560 917 0 0 0 2 1 0 0 18 0 1 0 519146664 289005568 6352 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675407 0 0 16781312 514 9329048298423550212 0 0 17 6 0 0 0
/proc/9903/statm: 70558 6352 378 364 0 6476 0
[pid=9905] ppid=9903 vsize=1020188 CPUtime=27.94 cores=0,2,4,6
/proc/9905/stat : 9905 (gnovelty+2) R 9903 9905 9905 0 -1 4202496 1138 0 0 0 2794 0 0 0 25 0 1 0 519146665 1044672512 877 33554432000 134512640 135663704 4288190096 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9905/statm: 255047 877 113 282 0 254763 0
[pid=9906] ppid=9881 vsize=293116 CPUtime=0.03 cores=0,2,4,6
/proc/9906/stat : 9906 (python) S 9881 9881 9843 0 -1 4202560 920 0 0 0 2 1 0 0 18 0 1 0 519146667 300150784 6389 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 9329048298423550212 0 0 17 2 0 0 0
/proc/9906/statm: 73279 6389 372 364 0 9194 0
[pid=9908] ppid=9906 vsize=1020188 CPUtime=28.12 cores=0,2,4,6
/proc/9908/stat : 9908 (gnovelty+2) R 9906 9908 9908 0 -1 4202496 1139 0 0 0 2812 0 0 0 25 0 1 0 519146667 1044672512 876 33554432000 134512640 135663704 4292534528 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9908/statm: 255047 876 113 282 0 254763 0
[pid=9909] ppid=9881 vsize=302888 CPUtime=0.03 cores=0,2,4,6
/proc/9909/stat : 9909 (python) S 9881 9881 9843 0 -1 4202560 918 0 0 0 2 1 0 0 18 0 1 0 519146670 310157312 6535 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 9329048298423550212 0 0 17 6 0 0 0
/proc/9909/statm: 75722 6535 379 364 0 11634 0
[pid=9911] ppid=9909 vsize=421804 CPUtime=28.13 cores=0,2,4,6
/proc/9911/stat : 9911 (adaptg2wsat2009) R 9909 9911 9911 0 -1 4202496 2137 0 0 0 2813 0 0 0 25 0 1 0 519146670 431927296 1871 33554432000 134512640 135107411 4288429040 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9911/statm: 105451 1871 59 146 0 104327 0
[pid=9912] ppid=9881 vsize=313144 CPUtime=0.03 cores=0,2,4,6
/proc/9912/stat : 9912 (python) S 9881 9881 9843 0 -1 4202560 924 0 0 0 1 2 0 0 18 0 1 0 519146673 320659456 6529 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 9329048298423550212 0 0 17 4 0 0 0
/proc/9912/statm: 78286 6529 370 364 0 14195 0
[pid=9914] ppid=9912 vsize=421804 CPUtime=28.06 cores=0,2,4,6
/proc/9914/stat : 9914 (adaptg2wsat2009) R 9912 9914 9914 0 -1 4202496 2140 0 0 0 2805 1 0 0 25 0 1 0 519146673 431927296 1872 33554432000 134512640 135107411 4286924448 18446744073709551615 134532112 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9914/statm: 105451 1872 59 146 0 104327 0
[pid=9881/tid=9904] ppid=9878 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9904/stat : 9904 (python) S 9878 9881 9843 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 5 0 519146664 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 6 0 0 0
[pid=9881/tid=9907] ppid=9878 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9907/stat : 9907 (python) S 9878 9881 9843 0 -1 4202560 24 926 0 9 0 0 0 0 20 0 5 0 519146667 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 2 0 0 0
[pid=9881/tid=9910] ppid=9878 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9910/stat : 9910 (python) S 9878 9881 9843 0 -1 4202560 23 926 0 9 0 0 0 0 20 0 5 0 519146670 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 6 0 0 0
[pid=9881/tid=9913] ppid=9878 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9913/stat : 9913 (python) S 9878 9881 9843 0 -1 4202560 26 926 0 9 0 0 0 0 22 0 5 0 519146673 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 115.15
Current children cumulated vsize (KiB) 4398752

[startup+102.307 s]
/proc/loadavg: 5.81 1.83 0.64 10/202 9960
/proc/meminfo: memFree=30655560/32951124 swapFree=67106388/67111528
[pid=9881] ppid=9878 vsize=323388 CPUtime=2.78 cores=0,2,4,6
/proc/9881/stat : 9881 (python) S 9878 9881 9843 0 -1 4202496 16660 926 106 9 251 27 0 0 22 0 5 0 519144374 331149312 8046 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 185
/proc/9881/statm: 80847 8046 1883 364 0 16756 0
[pid=9903] ppid=9881 vsize=282232 CPUtime=0.09 cores=0,2,4,6
/proc/9903/stat : 9903 (python) S 9881 9881 9843 0 -1 4202560 931 0 0 0 6 3 0 0 18 0 1 0 519146664 289005568 6352 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675407 0 0 16781312 514 9329048298423550212 0 0 17 6 0 0 0
/proc/9903/statm: 70558 6352 378 364 0 6476 0
[pid=9905] ppid=9903 vsize=1020188 CPUtime=78.73 cores=0,2,4,6
/proc/9905/stat : 9905 (gnovelty+2) R 9903 9905 9905 0 -1 4202496 1138 0 0 0 7873 0 0 0 25 0 1 0 519146665 1044672512 877 33554432000 134512640 135663704 4288190096 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/9905/statm: 255047 877 113 282 0 254763 0
[pid=9906] ppid=9881 vsize=293116 CPUtime=0.09 cores=0,2,4,6
/proc/9906/stat : 9906 (python) S 9881 9881 9843 0 -1 4202560 935 0 0 0 5 4 0 0 18 0 1 0 519146667 300150784 6389 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 9329048298423550212 0 0 17 2 0 0 0

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

/proc/9909/statm: 75722 6565 408 364 0 11634 0
[pid=9911] ppid=9909 vsize=421804 CPUtime=100.11 cores=0,2,4,6
/proc/9911/stat : 9911 (adaptg2wsat2009) T 9909 9911 9911 0 -1 4202496 2137 0 0 0 10011 0 0 0 25 0 1 0 519146670 431927296 1871 33554432000 134512640 135107411 4288429040 18446744073709551615 134532212 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9911/statm: 105451 1871 59 146 0 104327 0
[pid=9909/tid=9966] ppid=9881 vsize=302888 CPUtime=0 cores=0,2,4,6
/proc/9909/task/9966/stat : 9966 (python) S 9881 9881 9843 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519156682 310157312 6565 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453945176192 0 0 -1 6 0 0 0
[pid=9912] ppid=9881 vsize=313144 CPUtime=0.13 cores=0,2,4,6
/proc/9912/stat : 9912 (python) S 9881 9881 9843 0 -1 4202560 1113 0 0 0 7 6 0 0 19 0 2 0 519146673 320659456 6559 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9912/statm: 78286 6559 399 364 0 14195 0
[pid=9914] ppid=9912 vsize=421804 CPUtime=99.99 cores=0,2,4,6
/proc/9914/stat : 9914 (adaptg2wsat2009) T 9912 9914 9914 0 -1 4202496 2140 0 0 0 9998 1 0 0 25 0 1 0 519146673 431927296 1872 33554432000 134512640 135107411 4286924448 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9914/statm: 105451 1872 59 146 0 104327 0
[pid=9912/tid=9971] ppid=9881 vsize=313144 CPUtime=0 cores=0,2,4,6
/proc/9912/task/9971/stat : 9971 (python) S 9881 9881 9843 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519156687 320659456 6559 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453963584512 0 0 -1 4 0 0 0
[pid=9963] ppid=9881 vsize=324000 CPUtime=0.13 cores=0,2,4,6
/proc/9963/stat : 9963 (python) S 9881 9881 9843 0 -1 4202560 1127 0 0 0 7 6 0 0 19 0 2 0 519156587 331776000 6565 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9963/statm: 81000 6565 400 364 0 16906 0
[pid=9965] ppid=9963 vsize=421804 CPUtime=99.96 cores=0,2,4,6
/proc/9965/stat : 9965 (adaptg2wsat2009) T 9963 9965 9965 0 -1 4202496 2138 0 0 0 9996 0 0 0 25 0 1 0 519156587 431927296 1871 33554432000 134512640 135107411 4289154704 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9965/statm: 105451 1871 59 146 0 104327 0
[pid=9963/tid=9997] ppid=9881 vsize=324000 CPUtime=0 cores=0,2,4,6
/proc/9963/task/9997/stat : 9997 (python) S 9881 9881 9843 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519166600 331776000 6565 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453969494208 0 0 -1 4 0 0 0
[pid=9968] ppid=9881 vsize=333880 CPUtime=0.14 cores=0,2,4,6
/proc/9968/stat : 9968 (python) S 9881 9881 9843 0 -1 4202560 1133 0 0 0 8 6 0 0 19 0 2 0 519156685 341893120 6598 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9968/statm: 83470 6598 400 364 0 19373 0
[pid=9970] ppid=9968 vsize=1020188 CPUtime=100.18 cores=0,2,4,6
/proc/9970/stat : 9970 (gnovelty+2) T 9968 9970 9970 0 -1 4202496 1143 0 0 0 10018 0 0 0 25 0 1 0 519156686 1044672512 877 33554432000 134512640 135663704 4292722864 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9970/statm: 255047 877 113 282 0 254763 0
[pid=9968/tid=10005] ppid=9881 vsize=333880 CPUtime=0 cores=0,2,4,6
/proc/9968/task/10005/stat : 10005 (python) S 9881 9881 9843 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519166705 341893120 6598 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453969496000 0 0 -1 4 0 0 0
[pid=9972] ppid=9881 vsize=344132 CPUtime=0.13 cores=0,2,4,6
/proc/9972/stat : 9972 (python) S 9881 9881 9843 0 -1 4202560 1197 0 0 0 7 6 0 0 19 0 2 0 519156689 352391168 6608 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9972/statm: 86033 6608 406 364 0 21933 0
[pid=9974] ppid=9972 vsize=251296 CPUtime=97.51 cores=0,2,4,6
/proc/9974/stat : 9974 (FH) T 9972 9974 9974 0 -1 4202496 1961 0 0 0 9751 0 0 0 25 0 1 0 519156689 257327104 1693 33554432000 134512640 134936988 4293160000 18446744073709551615 134552375 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/9974/statm: 62824 1693 41 104 0 62328 0
[pid=9972/tid=10001] ppid=9881 vsize=344132 CPUtime=0 cores=0,2,4,6
/proc/9972/task/10001/stat : 10001 (python) S 9881 9881 9843 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519166604 352391168 6608 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453915269248 0 0 -1 6 0 0 0
[pid=9975] ppid=9881 vsize=354484 CPUtime=0.13 cores=0,2,4,6
/proc/9975/stat : 9975 (python) S 9881 9881 9843 0 -1 4202560 1178 0 0 0 7 6 0 0 19 0 2 0 519156693 362991616 6612 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9975/statm: 88621 6612 406 364 0 24518 0
[pid=9977] ppid=9975 vsize=421804 CPUtime=99.82 cores=0,2,4,6
/proc/9977/stat : 9977 (adaptg2wsat2009) T 9975 9977 9977 0 -1 4202496 2143 0 0 0 9982 0 0 0 25 0 1 0 519156693 431927296 1872 33554432000 134512640 135107411 4293719424 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9977/statm: 105451 1872 59 146 0 104327 0
[pid=9975/tid=10006] ppid=9881 vsize=354484 CPUtime=0 cores=0,2,4,6
/proc/9975/task/10006/stat : 10006 (python) S 9881 9881 9843 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519166705 362991616 6612 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453945178880 0 0 -1 2 0 0 0
[pid=9998] ppid=9881 vsize=364848 CPUtime=0.14 cores=0,2,4,6
/proc/9998/stat : 9998 (python) S 9881 9881 9843 0 -1 4202560 1163 0 0 0 7 7 0 0 19 0 2 0 519166603 373604352 6610 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9998/statm: 91212 6610 400 364 0 27106 0
[pid=10000] ppid=9998 vsize=421804 CPUtime=98.49 cores=0,2,4,6
/proc/10000/stat : 10000 (adaptg2wsat2009) T 9998 10000 10000 0 -1 4202496 2145 0 0 0 9849 0 0 0 25 0 1 0 519166604 431927296 1873 33554432000 134512640 135107411 4292919680 18446744073709551615 134532156 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10000/statm: 105451 1873 59 146 0 104327 0
[pid=9998/tid=10031] ppid=9881 vsize=364848 CPUtime=0 cores=0,2,4,6
/proc/9998/task/10031/stat : 10031 (python) S 9881 9881 9843 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519176618 373604352 6610 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453920805184 0 0 -1 2 0 0 0
[pid=10002] ppid=9881 vsize=375036 CPUtime=0.15 cores=0,2,4,6
/proc/10002/stat : 10002 (python) S 9881 9881 9843 0 -1 4202560 1166 0 0 0 8 7 0 0 19 0 2 0 519166608 384036864 6614 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10002/statm: 93759 6614 400 364 0 29650 0
[pid=10004] ppid=10002 vsize=251292 CPUtime=100.12 cores=0,2,4,6
/proc/10004/stat : 10004 (FH) T 10002 10004 10004 0 -1 4202496 1963 0 0 0 10012 0 0 0 25 0 1 0 519166609 257323008 1694 33554432000 134512640 134936988 4286650352 18446744073709551615 134554252 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10004/statm: 62823 1694 41 104 0 62327 0
[pid=10002/tid=10035] ppid=9881 vsize=375036 CPUtime=0 cores=0,2,4,6
/proc/10002/task/10035/stat : 10035 (python) S 9881 9881 9843 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519176623 384036864 6614 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453920806080 0 0 -1 2 0 0 0
[pid=10007] ppid=9881 vsize=385412 CPUtime=0.48 cores=0,2,4,6
/proc/10007/stat : 10007 (python) S 9881 9881 9843 0 -1 4202560 1198 0 0 0 28 20 0 0 18 0 2 0 519166709 394661888 6618 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10007/statm: 96353 6618 400 364 0 32241 0
[pid=10009] ppid=10007 vsize=268424 CPUtime=295.12 cores=0,2,4,6
/proc/10009/stat : 10009 (hybridGM3) T 10007 10009 10009 0 -1 4202496 5650 0 0 0 29511 1 0 0 25 0 1 0 519166709 274866176 5378 33554432000 134512640 135204385 4289234416 18446744073709551615 134538264 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10009/statm: 67106 5378 63 169 0 66936 0
[pid=10007/tid=10058] ppid=9881 vsize=385412 CPUtime=0 cores=0,2,4,6
/proc/10007/task/10058/stat : 10058 (python) S 9881 9881 9843 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 519186346 394661888 6618 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453927294080 0 0 -1 6 0 0 0
[pid=10010] ppid=9881 vsize=395924 CPUtime=0.15 cores=0,2,4,6
/proc/10010/stat : 10010 (python) S 9881 9881 9843 0 -1 4202560 1179 0 0 0 7 8 0 0 19 0 2 0 519166713 405426176 6622 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10010/statm: 98981 6622 400 364 0 34866 0
[pid=10012] ppid=10010 vsize=1020188 CPUtime=99.88 cores=0,2,4,6
/proc/10012/stat : 10012 (gnovelty+2) T 10010 10012 10012 0 -1 4202496 1149 0 0 0 9987 1 0 0 25 0 1 0 519166714 1044672512 876 33554432000 134512640 135663704 4289593552 18446744073709551615 134544264 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10012/statm: 255047 876 113 282 0 254763 0
[pid=10010/tid=10039] ppid=9881 vsize=395924 CPUtime=0 cores=0,2,4,6
/proc/10010/task/10039/stat : 10039 (python) S 9881 9881 9843 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519176733 405426176 6622 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453927294976 0 0 -1 0 0 0 0
[pid=10032] ppid=9881 vsize=405936 CPUtime=0.32 cores=0,2,4,6
/proc/10032/stat : 10032 (python) S 9881 9881 9843 0 -1 4202560 1037 0 0 0 17 15 0 0 18 0 1 0 519176622 415678464 6630 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 9329048298423550210 0 0 17 6 0 0 0
/proc/10032/statm: 101484 6630 372 364 0 37366 0
[pid=10034] ppid=10032 vsize=268424 CPUtime=195.35 cores=0,2,4,6
/proc/10034/stat : 10034 (hybridGM3) R 10032 10034 10034 0 -1 4202496 5650 0 0 0 19533 2 0 0 25 0 1 0 519176622 274866176 5378 33554432000 134512640 135204385 4290241856 18446744073709551615 134538215 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10034/statm: 67106 5378 63 169 0 66936 0
[pid=10036] ppid=9881 vsize=416480 CPUtime=0.16 cores=0,2,4,6
/proc/10036/stat : 10036 (python) S 9881 9881 9843 0 -1 4202560 1187 0 0 0 11 5 0 0 19 0 2 0 519176627 426475520 6663 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10036/statm: 104120 6663 400 364 0 39999 0
[pid=10038] ppid=10036 vsize=421804 CPUtime=100.14 cores=0,2,4,6
/proc/10038/stat : 10038 (adaptg2wsat2009) T 10036 10038 10038 0 -1 4202496 2146 0 0 0 10014 0 0 0 25 0 1 0 519176628 431927296 1871 33554432000 134512640 135107411 4287392720 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10038/statm: 105451 1871 59 146 0 104327 0
[pid=10036/tid=10059] ppid=9881 vsize=416480 CPUtime=0 cores=0,2,4,6
/proc/10036/task/10059/stat : 10059 (python) S 9881 9881 9843 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519186645 426475520 6663 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453985936704 0 0 -1 4 0 0 0
[pid=10040] ppid=9881 vsize=426464 CPUtime=0.33 cores=0,2,4,6
/proc/10040/stat : 10040 (python) S 9881 9881 9843 0 -1 4202560 1226 0 0 0 17 16 0 0 19 0 2 0 519176738 436699136 6686 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10040/statm: 106616 6686 408 364 0 42492 0
[pid=10042] ppid=10040 vsize=268428 CPUtime=196.35 cores=0,2,4,6
/proc/10042/stat : 10042 (hybridGM3) T 10040 10042 10042 0 -1 4202496 5655 0 0 0 19635 0 0 0 25 0 1 0 519176739 274870272 5378 33554432000 134512640 135204385 4292323296 18446744073709551615 134538320 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10042/statm: 67107 5378 63 169 0 66937 0
[pid=10040/tid=10070] ppid=9881 vsize=426464 CPUtime=0 cores=0,2,4,6
/proc/10040/task/10070/stat : 10070 (python) S 9881 9881 9843 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519196377 436699136 6686 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 514 18446604453985340096 0 0 -1 0 0 0 0
[pid=10060] ppid=9881 vsize=436728 CPUtime=0.16 cores=0,2,4,6
/proc/10060/stat : 10060 (python) S 9881 9881 9843 0 -1 4202560 1084 0 0 0 8 8 0 0 18 0 1 0 519186650 447209472 6672 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 9329048298423550212 0 0 17 4 0 0 0
/proc/10060/statm: 109182 6672 380 364 0 45055 0
[pid=10062] ppid=10060 vsize=268420 CPUtime=98.38 cores=0,2,4,6
/proc/10062/stat : 10062 (hybridGM3) R 10060 10062 10062 0 -1 4202496 5655 0 0 0 9837 1 0 0 25 0 1 0 519186650 274862080 5377 33554432000 134512640 135204385 4291484592 18446744073709551615 134538016 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10062/statm: 67105 5377 63 169 0 66935 0
[pid=10072] ppid=9881 vsize=447568 CPUtime=0 cores=0,2,4,6
/proc/10072/stat : 10072 (python) S 9881 9881 9843 0 -1 4202560 849 0 0 0 0 0 0 0 18 0 1 0 519196382 458309632 6647 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 4430808663371808767 0 0 17 4 0 0 0
/proc/10072/statm: 111892 6647 351 364 0 47762 0
[pid=10074] ppid=10072 vsize=455276 CPUtime=1.23 cores=0,2,4,6
/proc/10074/stat : 10074 (TNM) R 10072 10074 10074 0 -1 4202496 1575 0 0 0 123 0 0 0 25 0 1 0 519196383 466202624 1302 33554432000 134512640 135008748 4288030656 18446744073709551615 134523324 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10074/statm: 113819 1302 45 122 0 112719 0
[pid=10075] ppid=9881 vsize=457744 CPUtime=0 cores=0,2,4,6
/proc/10075/stat : 10075 (python) S 9881 9881 9843 0 -1 4202560 826 0 0 0 0 0 0 0 19 0 1 0 519196471 468729856 6652 33554432000 4194304 5683644 140735153245504 18446744073709551615 212039675462 0 0 16781312 514 4430816359953203199 0 0 17 0 0 0 0
/proc/10075/statm: 114436 6652 347 364 0 50303 0
[pid=10077] ppid=10075 vsize=249144 CPUtime=0.34 cores=0,2,4,6
/proc/10077/stat : 10077 (FH) R 10075 10077 10077 0 -1 4202496 1567 0 0 0 34 0 0 0 21 0 1 0 519196472 255123456 1295 33554432000 134512640 134936988 4287245504 18446744073709551615 134523497 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10077/statm: 62286 1295 37 104 0 61790 0
[pid=9881/tid=9904] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9904/stat : 9904 (python) S 9878 9881 9843 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 19 0 519146664 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 6 0 0 0
[pid=9881/tid=9907] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9907/stat : 9907 (python) S 9878 9881 9843 0 -1 4202560 24 926 0 9 0 0 0 0 20 0 19 0 519146667 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 2 0 0 0
[pid=9881/tid=9910] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9910/stat : 9910 (python) S 9878 9881 9843 0 -1 4202560 23 926 0 9 0 0 0 0 20 0 19 0 519146670 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 6 0 0 0
[pid=9881/tid=9913] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9913/stat : 9913 (python) S 9878 9881 9843 0 -1 4202560 26 926 0 9 0 0 0 0 22 0 19 0 519146673 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 4 0 0 0
[pid=9881/tid=9964] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9964/stat : 9964 (python) S 9878 9881 9843 0 -1 4202560 26 926 0 9 0 0 0 0 20 0 19 0 519156587 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 4 0 0 0
[pid=9881/tid=9969] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9969/stat : 9969 (python) S 9878 9881 9843 0 -1 4202560 23 926 0 9 0 0 0 0 20 0 19 0 519156686 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 4 0 0 0
[pid=9881/tid=9973] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9973/stat : 9973 (python) S 9878 9881 9843 0 -1 4202560 22 926 0 9 0 0 0 0 22 0 19 0 519156689 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 6 0 0 0
[pid=9881/tid=9976] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9976/stat : 9976 (python) S 9878 9881 9843 0 -1 4202560 29 926 0 9 0 0 0 0 20 0 19 0 519156693 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 2 0 0 0
[pid=9881/tid=9999] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/9999/stat : 9999 (python) S 9878 9881 9843 0 -1 4202560 30 926 0 9 0 0 0 0 20 0 19 0 519166604 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 2 0 0 0
[pid=9881/tid=10003] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/10003/stat : 10003 (python) S 9878 9881 9843 0 -1 4202560 29 926 0 9 0 0 0 0 21 0 19 0 519166609 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 2 0 0 0
[pid=9881/tid=10008] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/10008/stat : 10008 (python) S 9878 9881 9843 0 -1 4202560 27 926 0 9 0 0 0 0 18 0 19 0 519166709 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 0 0 0 0
[pid=9881/tid=10011] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/10011/stat : 10011 (python) S 9878 9881 9843 0 -1 4202560 26 926 0 9 0 0 0 0 22 0 19 0 519166714 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 0 0 0 0
[pid=9881/tid=10033] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/10033/stat : 10033 (python) S 9878 9881 9843 0 -1 4202560 27 926 0 9 0 0 0 0 20 0 19 0 519176622 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 0 0 0 0
[pid=9881/tid=10037] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/10037/stat : 10037 (python) S 9878 9881 9843 0 -1 4202560 32 926 0 9 0 0 0 0 22 0 19 0 519176628 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 0 0 0 0
[pid=9881/tid=10041] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/10041/stat : 10041 (python) S 9878 9881 9843 0 -1 4202560 30 926 0 9 0 0 0 0 20 0 19 0 519176739 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 0 0 0 0
[pid=9881/tid=10061] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/10061/stat : 10061 (python) S 9878 9881 9843 0 -1 4202560 32 926 0 9 0 0 0 0 20 0 19 0 519186650 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 0 0 0 0
[pid=9881/tid=10073] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/10073/stat : 10073 (python) S 9878 9881 9843 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 19 0 519196383 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 0 0 0 0
[pid=9881/tid=10076] ppid=9878 vsize=467220 CPUtime=0 cores=0,2,4,6
/proc/9881/task/10076/stat : 10076 (python) S 9878 9881 9843 0 -1 4202560 26 926 0 9 0 0 0 0 20 0 19 0 519196472 478433280 8220 33554432000 4194304 5683644 140735153245504 18446744073709551615 212051478961 0 0 16781312 2 18446604453969372288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1987.71
Current children cumulated vsize (KiB) 16029760

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 521.453
CPU time (s): 1987.71
CPU user time (s): 1986.03
CPU system time (s): 1.68
CPU usage (%): 381.187
Max. virtual memory (cumulated for all children) (KiB): 16029760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.15252
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31608
page faults= 115
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19312
involuntary context switches= 80

runsolver used 2.43863 second user time and 5.78212 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-01 18:28:00
IDJOB=3317048
IDBENCH=82513
IDSOLVER=1705
FILE ID=node146/3317048-1304267280
RUNJOBID= node146-1304267279-9861
PBS_JOBID= 13173933
Free space on /tmp= 73372 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S832901479-042-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-3317048-1304267280/watcher-3317048-1304267280 -o /tmp/evaluation-result-3317048-1304267280/solver-3317048-1304267280 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317048-1304267280.cnf -seed 489172721 -budget 4800 -cores 4

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

MD5SUM BENCH= a5a87dc48ba0573fb8f2b8721bafcab2
RANDOM SEED=489172721

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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:      30812748 kB
Buffers:        460644 kB
Cached:        1241056 kB
SwapCached:        888 kB
Active:         265648 kB
Inactive:      1495628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30812748 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:           65016 kB
Writeback:           0 kB
AnonPages:       57932 kB
Mapped:          14740 kB
Slab:           312940 kB
PageTables:       4532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   205528 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= 73308 MiB
End job on node146 at 2011-05-01 18:36:45