Trace number 3317064

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) 2004.29 524.722

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
MD5SUM187184c44e9c5a07f5a8f762e04588fa
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 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.55/20.07	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.55/20.07	c INFO: solving HOME/instance-3317064-1304267282.cnf
0.55/20.07	c INFO: computing task features
0.68/20.28	c INFO: computed variable-clause graph statistics
0.68/20.28	c INFO: computed clause balance statistics
1.78/21.32	c INFO: computed variable balance statistics
2.28/21.90	c INFO: computed small-clause counts
2.28/21.90	c INFO: computed Horn-clause counts
2.39/21.95	c INFO: computed variable graph statistics
2.39/21.95	c INFO: collected features for HOME/instance-3317064-1304267282.cnf in 1.86 s
2.39/21.98	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.38)
2.48/22.01	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
2.48/22.04	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
2.48/22.07	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.07)
398.61/121.20	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.05)
398.61/121.23	c INFO: running gnovelty+2@0 for 97 with 4698 remaining (b = 0.05)
402.57/122.20	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.57/122.25	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
797.38/221.36	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.02)
797.74/221.45	c INFO: running FH@0 for 97 with 4598 remaining (b = 0.02)
801.34/222.38	c INFO: running hybridGM3@0 for 194 with 4597 remaining (b = 0.04)
801.73/222.44	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1196.46/321.56	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1196.84/321.64	c INFO: running adaptg2wsat2009++@0 for 97 with 4498 remaining (b = 0.01)
1200.82/322.68	c INFO: running hybridGM3@0 for 194 with 4497 remaining (b = 0.03)
1583.86/418.81	c INFO: running hybridGM3@98 for 97 with 4401 remaining (b = 0.01)
1591.83/420.87	c INFO: running hybridGM3@0 for 194 with 4399 remaining (b = 0.02)
1962.15/514.01	c INFO: running TNM@0 for 1552 with 4306 remaining (b = 0.19)
1974.07/517.08	c INFO: running hybridGM3@99 for 97 with 4303 remaining (b = 0.01)
2002.26/524.15	c INFO: running FH@0 for 97 with 4295 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-3317064-1304267282/watcher-3317064-1304267282 -o /tmp/evaluation-result-3317064-1304267282/solver-3317064-1304267282 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317064-1304267282.cnf -seed 2030877504 -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.16 0.03 0.01 1/174 16948
/proc/meminfo: memFree=30671308/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/16948/stat : 16948 (runsolver) S 16945 16948 16913 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 1 0 538326355 12083200 54 33554432000 4194304 5434984 140735330585472 18446744073709551615 5055495 0 2147483391 4096 24578 18446744071699199166 0 0 17 5 0 0 0
/proc/16948/statm: 2950 54 34 303 0 2644 0

[startup+0.030353 s]
/proc/loadavg: 0.16 0.03 0.01 1/174 16948
/proc/meminfo: memFree=30671308/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=6240 CPUtime=0 cores=1,3,5,7
/proc/16948/stat : 16948 (python) S 16945 16948 16913 0 -1 4194304 98 0 2 0 0 0 0 0 17 0 1 0 538326355 6389760 52 33554432000 4194304 5683644 140735388994800 18446744073709551615 228239425159 0 2147483391 4096 0 18446744071699199166 0 0 17 7 0 0 1
/proc/16948/statm: 1560 52 40 364 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6240

[startup+0.100301 s]
/proc/loadavg: 0.16 0.03 0.01 1/174 16948
/proc/meminfo: memFree=30671308/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/16948/stat : 16948 (python) S 16945 16948 16913 0 -1 4202496 645 0 6 0 0 0 0 0 17 0 1 0 538326355 15441920 546 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 2
/proc/16948/statm: 3770 546 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300241 s]
/proc/loadavg: 0.16 0.03 0.01 1/174 16948
/proc/meminfo: memFree=30671308/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/16948/stat : 16948 (python) S 16945 16948 16913 0 -1 4202496 898 0 6 0 0 0 0 0 16 0 1 0 538326355 16154624 784 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 3
/proc/16948/statm: 3944 784 346 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.700208 s]
/proc/loadavg: 0.16 0.03 0.01 1/174 16948
/proc/meminfo: memFree=30671308/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=16396 CPUtime=0.02 cores=1,3,5,7
/proc/16948/stat : 16948 (python) S 16945 16948 16913 0 -1 4202496 1112 0 6 0 1 1 0 0 15 0 1 0 538326355 16789504 985 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 3
/proc/16948/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16396

[startup+1.50105 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 16952
/proc/meminfo: memFree=30663440/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=16536 CPUtime=0.02 cores=1,3,5,7
/proc/16948/stat : 16948 (python) D 16945 16948 16913 0 -1 4202496 1185 0 6 0 1 1 0 0 16 0 1 0 538326355 16932864 1050 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244346880 0 0 16781312 2 0 0 0 17 1 0 0 5
/proc/16948/statm: 4134 1050 417 364 0 621 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16536

[startup+3.10078 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 16952
/proc/meminfo: memFree=30659040/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=29792 CPUtime=0.06 cores=1,3,5,7
/proc/16948/stat : 16948 (python) S 16945 16948 16913 0 -1 4202496 1446 0 11 0 3 3 0 0 15 0 1 0 538326355 30507008 1297 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 11
/proc/16948/statm: 7448 1297 443 364 0 818 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29792
heavy processes:

[startup+6.30022 s]
/proc/loadavg: 0.15 0.03 0.01 1/178 16952
/proc/meminfo: memFree=30656728/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=43624 CPUtime=0.08 cores=1,3,5,7
/proc/16948/stat : 16948 (python) S 16945 16948 16913 0 -1 4202496 1865 0 16 0 4 4 0 0 16 0 1 0 538326355 44670976 1655 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244344677 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 20
/proc/16948/statm: 10906 1655 467 364 0 1171 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43624
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 0.21 0.05 0.02 3/178 16961
/proc/meminfo: memFree=30627588/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=135756 CPUtime=0.35 cores=1,3,5,7
/proc/16948/stat : 16948 (python) S 16945 16948 16913 0 -1 4202496 5968 924 42 9 20 15 0 0 15 0 1 0 538326355 139014144 4173 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244344756 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 61
/proc/16948/statm: 33939 4173 1032 364 0 3125 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 135756
heavy processes:

[startup+25.5008 s]
/proc/loadavg: 0.56 0.13 0.04 5/190 17017
/proc/meminfo: memFree=30549780/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=325520 CPUtime=2.54 cores=1,3,5,7
/proc/16948/stat : 16948 (python) S 16945 16948 16913 0 -1 4202496 16879 924 112 9 232 22 0 0 21 0 5 0 538326355 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 167
/proc/16948/statm: 81380 8579 1883 364 0 17289 0
[pid=16974] ppid=16948 vsize=284992 CPUtime=0 cores=1,3,5,7
/proc/16974/stat : 16974 (python) S 16948 16948 16913 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 538328553 291831808 6901 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368911 0 0 16781312 514 138406527999377669 0 0 17 7 0 0 0
/proc/16974/statm: 71248 6901 355 364 0 7166 0
[pid=16976] ppid=16974 vsize=1020308 CPUtime=3.48 cores=1,3,5,7
/proc/16976/stat : 16976 (gnovelty+2) R 16974 16976 16976 0 -1 4202496 1155 0 0 0 346 2 0 0 25 0 1 0 538328554 1044795392 891 33554432000 134512640 135663704 4289395552 18446744073709551615 134545699 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16976/statm: 255077 891 113 282 0 254793 0
[pid=16977] ppid=16948 vsize=295012 CPUtime=0 cores=1,3,5,7
/proc/16977/stat : 16977 (python) S 16948 16948 16913 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 538328556 302092288 7034 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 4155304859433664776 0 0 17 5 0 0 0
/proc/16977/statm: 73753 7034 349 364 0 9668 0
[pid=16979] ppid=16977 vsize=1020308 CPUtime=3.48 cores=1,3,5,7
/proc/16979/stat : 16979 (gnovelty+2) R 16977 16979 16979 0 -1 4202496 1155 0 0 0 348 0 0 0 25 0 1 0 538328557 1044795392 892 33554432000 134512640 135663704 4291015088 18446744073709551615 134545689 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16979/statm: 255077 892 113 282 0 254793 0
[pid=16980] ppid=16948 vsize=305164 CPUtime=0 cores=1,3,5,7
/proc/16980/stat : 16980 (python) S 16948 16948 16913 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538328559 312487936 7038 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 138402679708680456 0 0 17 7 0 0 0
/proc/16980/statm: 76291 7038 349 364 0 12203 0
[pid=16982] ppid=16980 vsize=423400 CPUtime=3.45 cores=1,3,5,7
/proc/16982/stat : 16982 (adaptg2wsat2009) R 16980 16982 16982 0 -1 4202496 2622 0 0 0 345 0 0 0 25 0 1 0 538328560 433561600 2356 33554432000 134512640 135107411 4290899536 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16982/statm: 105850 2356 59 146 0 104726 0
[pid=16983] ppid=16948 vsize=316028 CPUtime=0 cores=1,3,5,7
/proc/16983/stat : 16983 (python) S 16948 16948 16913 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 538328562 323612672 7042 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 4155297162852270344 0 0 17 5 0 0 0
/proc/16983/statm: 79007 7042 349 364 0 14916 0
[pid=16985] ppid=16983 vsize=423400 CPUtime=3.42 cores=1,3,5,7
/proc/16985/stat : 16985 (adaptg2wsat2009) R 16983 16985 16985 0 -1 4202496 2622 0 0 0 342 0 0 0 25 0 1 0 538328562 433561600 2356 33554432000 134512640 135107411 4287773392 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16985/statm: 105850 2356 59 146 0 104726 0
[pid=16948/tid=16975] ppid=16945 vsize=325520 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16975/stat : 16975 (python) S 16945 16948 16913 0 -1 4202560 24 924 0 9 0 0 0 0 20 0 5 0 538328554 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=16948/tid=16978] ppid=16945 vsize=325520 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16978/stat : 16978 (python) S 16945 16948 16913 0 -1 4202560 23 924 0 9 0 0 0 0 22 0 5 0 538328557 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 3 0 0 0
[pid=16948/tid=16981] ppid=16945 vsize=325520 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16981/stat : 16981 (python) S 16945 16948 16913 0 -1 4202560 21 924 0 9 0 0 0 0 20 0 5 0 538328559 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=16948/tid=16984] ppid=16945 vsize=325520 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16984/stat : 16984 (python) S 16945 16948 16913 0 -1 4202560 22 924 0 9 0 0 0 0 22 0 5 0 538328562 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 16.37
Current children cumulated vsize (KiB) 4414132
heavy processes:

[startup+51.1013 s]
/proc/loadavg: 3.10 0.76 0.25 9/202 17030
/proc/meminfo: memFree=30516604/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=325520 CPUtime=2.54 cores=1,3,5,7
/proc/16948/stat : 16948 (python) S 16945 16948 16913 0 -1 4202496 16879 924 112 9 232 22 0 0 21 0 5 0 538326355 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 167
/proc/16948/statm: 81380 8579 1883 364 0 17289 0
[pid=16974] ppid=16948 vsize=284992 CPUtime=0.03 cores=1,3,5,7
/proc/16974/stat : 16974 (python) S 16948 16948 16913 0 -1 4202560 898 0 0 0 0 3 0 0 18 0 1 0 538328553 291831808 6924 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368911 0 0 16781312 514 8192047722186899717 0 0 17 7 0 0 0
/proc/16974/statm: 71248 6924 378 364 0 7166 0
[pid=16976] ppid=16974 vsize=1020308 CPUtime=28.86 cores=1,3,5,7
/proc/16976/stat : 16976 (gnovelty+2) R 16974 16976 16976 0 -1 4202496 1155 0 0 0 2884 2 0 0 25 0 1 0 538328554 1044795392 891 33554432000 134512640 135663704 4289395552 18446744073709551615 134545207 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16976/statm: 255077 891 113 282 0 254793 0
[pid=16977] ppid=16948 vsize=295012 CPUtime=0.03 cores=1,3,5,7
/proc/16977/stat : 16977 (python) S 16948 16948 16913 0 -1 4202560 919 0 0 0 1 2 0 0 18 0 1 0 538328556 302092288 7057 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 8192047722186899720 0 0 17 5 0 0 0
/proc/16977/statm: 73753 7057 372 364 0 9668 0
[pid=16979] ppid=16977 vsize=1020308 CPUtime=29.08 cores=1,3,5,7
/proc/16979/stat : 16979 (gnovelty+2) R 16977 16979 16979 0 -1 4202496 1155 0 0 0 2908 0 0 0 25 0 1 0 538328557 1044795392 892 33554432000 134512640 135663704 4291015088 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16979/statm: 255077 892 113 282 0 254793 0
[pid=16980] ppid=16948 vsize=305164 CPUtime=0.04 cores=1,3,5,7
/proc/16980/stat : 16980 (python) S 16948 16948 16913 0 -1 4202560 902 0 0 0 2 2 0 0 18 0 1 0 538328559 312487936 7061 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 8192047722186899720 0 0 17 7 0 0 0
/proc/16980/statm: 76291 7061 372 364 0 12203 0
[pid=16982] ppid=16980 vsize=423400 CPUtime=29.05 cores=1,3,5,7
/proc/16982/stat : 16982 (adaptg2wsat2009) R 16980 16982 16982 0 -1 4202496 2622 0 0 0 2905 0 0 0 25 0 1 0 538328560 433561600 2356 33554432000 134512640 135107411 4290899536 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16982/statm: 105850 2356 59 146 0 104726 0
[pid=16983] ppid=16948 vsize=316028 CPUtime=0.03 cores=1,3,5,7
/proc/16983/stat : 16983 (python) S 16948 16948 16913 0 -1 4202560 928 0 0 0 1 2 0 0 18 0 1 0 538328562 323612672 7065 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 8192047722186899720 0 0 17 5 0 0 0
/proc/16983/statm: 79007 7065 372 364 0 14916 0
[pid=16985] ppid=16983 vsize=423400 CPUtime=28.94 cores=1,3,5,7
/proc/16985/stat : 16985 (adaptg2wsat2009) R 16983 16985 16985 0 -1 4202496 2622 0 0 0 2894 0 0 0 25 0 1 0 538328562 433561600 2356 33554432000 134512640 135107411 4287773392 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16985/statm: 105850 2356 59 146 0 104726 0
[pid=16948/tid=16975] ppid=16945 vsize=325520 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16975/stat : 16975 (python) S 16945 16948 16913 0 -1 4202560 24 924 0 9 0 0 0 0 20 0 5 0 538328554 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=16948/tid=16978] ppid=16945 vsize=325520 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16978/stat : 16978 (python) S 16945 16948 16913 0 -1 4202560 23 924 0 9 0 0 0 0 22 0 5 0 538328557 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 3 0 0 0
[pid=16948/tid=16981] ppid=16945 vsize=325520 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16981/stat : 16981 (python) S 16945 16948 16913 0 -1 4202560 21 924 0 9 0 0 0 0 20 0 5 0 538328559 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=16948/tid=16984] ppid=16945 vsize=325520 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16984/stat : 16984 (python) S 16945 16948 16913 0 -1 4202560 22 924 0 9 0 0 0 0 22 0 5 0 538328562 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 118.6
Current children cumulated vsize (KiB) 4414132

[startup+102.307 s]
/proc/loadavg: 5.92 1.89 0.66 9/202 17031
/proc/meminfo: memFree=30516484/32951124 swapFree=67111364/67111528
[pid=16948] ppid=16945 vsize=325520 CPUtime=2.54 cores=1,3,5,7
/proc/16948/stat : 16948 (python) S 16945 16948 16913 0 -1 4202496 16879 924 112 9 232 22 0 0 21 0 5 0 538326355 333332480 8579 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 167
/proc/16948/statm: 81380 8579 1883 364 0 17289 0
[pid=16974] ppid=16948 vsize=284992 CPUtime=0.1 cores=1,3,5,7
/proc/16974/stat : 16974 (python) S 16948 16948 16913 0 -1 4202560 913 0 0 0 4 6 0 0 18 0 1 0 538328553 291831808 6924 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368911 0 0 16781312 514 8192047722186899717 0 0 17 7 0 0 0
/proc/16974/statm: 71248 6924 378 364 0 7166 0
[pid=16976] ppid=16974 vsize=1020308 CPUtime=79.65 cores=1,3,5,7
/proc/16976/stat : 16976 (gnovelty+2) R 16974 16976 16976 0 -1 4202496 1155 0 0 0 7963 2 0 0 25 0 1 0 538328554 1044795392 891 33554432000 134512640 135663704 4289395552 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16976/statm: 255077 891 113 282 0 254793 0
[pid=16977] ppid=16948 vsize=295012 CPUtime=0.09 cores=1,3,5,7
/proc/16977/stat : 16977 (python) S 16948 16948 16913 0 -1 4202560 934 0 0 0 4 5 0 0 18 0 1 0 538328556 302092288 7057 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 8192047722186899720 0 0 17 5 0 0 0

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

/proc/16983/stat : 16983 (python) S 16948 16948 16913 0 -1 4202560 1112 0 0 0 7 6 0 0 19 0 2 0 538328562 323612672 7094 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16983/statm: 79007 7094 400 364 0 14916 0
[pid=16985] ppid=16983 vsize=423400 CPUtime=99.88 cores=1,3,5,7
/proc/16985/stat : 16985 (adaptg2wsat2009) T 16983 16985 16985 0 -1 4202496 2622 0 0 0 9988 0 0 0 25 0 1 0 538328562 433561600 2356 33554432000 134512640 135107411 4287773392 18446744073709551615 134532384 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16985/statm: 105850 2356 59 146 0 104726 0
[pid=16983/tid=17043] ppid=16948 vsize=316028 CPUtime=0 cores=1,3,5,7
/proc/16983/task/17043/stat : 17043 (python) S 16948 16948 16913 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538338577 323612672 7094 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604466765075648 0 0 -1 5 0 0 0
[pid=17034] ppid=16948 vsize=325896 CPUtime=0.12 cores=1,3,5,7
/proc/17034/stat : 17034 (python) S 16948 16948 16913 0 -1 4202560 1123 0 0 0 6 6 0 0 19 0 2 0 538338475 333717504 7098 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17034/statm: 81474 7098 400 364 0 17380 0
[pid=17036] ppid=17034 vsize=423400 CPUtime=99.98 cores=1,3,5,7
/proc/17036/stat : 17036 (adaptg2wsat2009) T 17034 17036 17036 0 -1 4202496 2622 0 0 0 9998 0 0 0 25 0 1 0 538338476 433561600 2356 33554432000 134512640 135107411 4291537216 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17036/statm: 105850 2356 59 146 0 104726 0
[pid=17034/tid=17067] ppid=16948 vsize=325896 CPUtime=0 cores=1,3,5,7
/proc/17034/task/17067/stat : 17067 (python) S 16948 16948 16913 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538348488 333717504 7098 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604465310340416 0 0 -1 3 0 0 0
[pid=17037] ppid=16948 vsize=336232 CPUtime=0.13 cores=1,3,5,7
/proc/17037/stat : 17037 (python) S 16948 16948 16913 0 -1 4202560 1128 0 0 0 6 7 0 0 19 0 2 0 538338479 344301568 7102 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17037/statm: 84058 7102 400 364 0 19961 0
[pid=17039] ppid=17037 vsize=1020308 CPUtime=99.89 cores=1,3,5,7
/proc/17039/stat : 17039 (gnovelty+2) T 17037 17039 17039 0 -1 4202496 1156 0 0 0 9989 0 0 0 25 0 1 0 538338479 1044795392 892 33554432000 134512640 135663704 4290983616 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17039/statm: 255077 892 113 282 0 254793 0
[pid=17037/tid=17071] ppid=16948 vsize=336232 CPUtime=0 cores=1,3,5,7
/proc/17037/task/17071/stat : 17071 (python) S 16948 16948 16913 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538348497 344301568 7102 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604465310341312 0 0 -1 5 0 0 0
[pid=17041] ppid=16948 vsize=346324 CPUtime=0.13 cores=1,3,5,7
/proc/17041/stat : 17041 (python) S 16948 16948 16913 0 -1 4202560 1186 0 0 0 8 5 0 0 19 0 2 0 538338576 354635776 7112 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17041/statm: 86581 7112 406 364 0 22481 0
[pid=17044] ppid=17041 vsize=253032 CPUtime=99.97 cores=1,3,5,7
/proc/17044/stat : 17044 (FH) T 17041 17044 17044 0 -1 4202496 2501 0 0 0 9997 0 0 0 25 0 1 0 538338577 259104768 2234 33554432000 134512640 134936988 4292822912 18446744073709551615 134552507 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17044/statm: 63258 2234 41 104 0 62762 0
[pid=17041/tid=17075] ppid=16948 vsize=346324 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17075/stat : 17075 (python) S 16948 16948 16913 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538348590 354635776 7112 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604471095812544 0 0 -1 1 0 0 0
[pid=17045] ppid=16948 vsize=357188 CPUtime=0.13 cores=1,3,5,7
/proc/17045/stat : 17045 (python) S 16948 16948 16913 0 -1 4202560 1172 0 0 0 6 7 0 0 19 0 2 0 538338581 365760512 7116 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17045/statm: 89297 7116 406 364 0 25194 0
[pid=17047] ppid=17045 vsize=423400 CPUtime=98.6 cores=1,3,5,7
/proc/17047/stat : 17047 (adaptg2wsat2009) T 17045 17047 17047 0 -1 4202496 2629 0 0 0 9860 0 0 0 25 0 1 0 538338581 433561600 2357 33554432000 134512640 135107411 4294424000 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17047/statm: 105850 2357 59 146 0 104726 0
[pid=17045/tid=17078] ppid=16948 vsize=357188 CPUtime=0 cores=1,3,5,7
/proc/17045/task/17078/stat : 17078 (python) S 16948 16948 16913 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538348595 365760512 7116 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604471115487168 0 0 -1 5 0 0 0
[pid=17068] ppid=16948 vsize=366960 CPUtime=0.15 cores=1,3,5,7
/proc/17068/stat : 17068 (python) S 16948 16948 16913 0 -1 4202560 1148 0 0 0 8 7 0 0 19 0 2 0 538348492 375767040 7214 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17068/statm: 91740 7214 399 364 0 27634 0
[pid=17070] ppid=17068 vsize=423400 CPUtime=99.99 cores=1,3,5,7
/proc/17070/stat : 17070 (adaptg2wsat2009) T 17068 17070 17070 0 -1 4202496 2630 0 0 0 9999 0 0 0 25 0 1 0 538348492 433561600 2357 33554432000 134512640 135107411 4289402608 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17070/statm: 105850 2357 59 146 0 104726 0
[pid=17068/tid=17102] ppid=16948 vsize=366960 CPUtime=0 cores=1,3,5,7
/proc/17068/task/17102/stat : 17102 (python) S 16948 16948 16913 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538358508 375767040 7214 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604471115967552 0 0 -1 1 0 0 0
[pid=17072] ppid=16948 vsize=377444 CPUtime=0.15 cores=1,3,5,7
/proc/17072/stat : 17072 (python) S 16948 16948 16913 0 -1 4202560 1155 0 0 0 9 6 0 0 19 0 2 0 538348501 386502656 7219 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17072/statm: 94361 7219 400 364 0 30252 0
[pid=17074] ppid=17072 vsize=253032 CPUtime=99.67 cores=1,3,5,7
/proc/17074/stat : 17074 (FH) T 17072 17074 17074 0 -1 4202496 2501 0 0 0 9967 0 0 0 25 0 1 0 538348501 259104768 2234 33554432000 134512640 134936988 4291895536 18446744073709551615 134554227 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17074/statm: 63258 2234 41 104 0 62762 0
[pid=17072/tid=17106] ppid=16948 vsize=377444 CPUtime=0 cores=1,3,5,7
/proc/17072/task/17106/stat : 17106 (python) S 16948 16948 16913 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538358515 386502656 7219 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604471115966656 0 0 -1 5 0 0 0
[pid=17076] ppid=16948 vsize=387472 CPUtime=0.46 cores=1,3,5,7
/proc/17076/stat : 17076 (python) S 16948 16948 16913 0 -1 4202560 1178 0 0 0 23 23 0 0 18 0 2 0 538348594 396771328 7222 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17076/statm: 96868 7222 399 364 0 32756 0
[pid=17079] ppid=17076 vsize=268424 CPUtime=291.49 cores=1,3,5,7
/proc/17079/stat : 17079 (hybridGM3) T 17076 17079 17079 0 -1 4202496 6192 0 0 0 29149 0 0 0 25 0 1 0 538348595 274866176 5920 33554432000 134512640 135204385 4286600288 18446744073709551615 134538502 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17079/statm: 67106 5920 63 169 0 66936 0
[pid=17076/tid=17128] ppid=16948 vsize=387472 CPUtime=0 cores=1,3,5,7
/proc/17076/task/17128/stat : 17128 (python) S 16948 16948 16913 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 538368232 396771328 7222 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604471115593728 0 0 -1 1 0 0 0
[pid=17080] ppid=16948 vsize=397972 CPUtime=0.14 cores=1,3,5,7
/proc/17080/stat : 17080 (python) S 16948 16948 16913 0 -1 4202560 1181 0 0 0 7 7 0 0 19 0 2 0 538348599 407523328 7227 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17080/statm: 99493 7227 400 364 0 35378 0
[pid=17082] ppid=17080 vsize=1020308 CPUtime=98.55 cores=1,3,5,7
/proc/17082/stat : 17082 (gnovelty+2) T 17080 17082 17082 0 -1 4202496 1161 0 0 0 9855 0 0 0 25 0 1 0 538348600 1044795392 891 33554432000 134512640 135663704 4290538576 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17082/statm: 255077 891 113 282 0 254793 0
[pid=17080/tid=17110] ppid=16948 vsize=397972 CPUtime=0 cores=1,3,5,7
/proc/17080/task/17110/stat : 17110 (python) S 16948 16948 16913 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538358619 407523328 7227 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604466765076544 0 0 -1 3 0 0 0
[pid=17103] ppid=16948 vsize=408236 CPUtime=0.33 cores=1,3,5,7
/proc/17103/stat : 17103 (python) S 16948 16948 16913 0 -1 4202560 1194 0 0 0 18 15 0 0 18 0 2 0 538358512 418033664 7231 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17103/statm: 102059 7231 400 364 0 37941 0
[pid=17105] ppid=17103 vsize=268428 CPUtime=202.56 cores=1,3,5,7
/proc/17105/stat : 17105 (hybridGM3) R 17103 17105 17105 0 -1 4202496 6192 0 0 0 20256 0 0 0 25 0 1 0 538358512 274870272 5919 33554432000 134512640 135204385 4288468976 18446744073709551615 134537792 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17105/statm: 67107 5919 63 169 0 66937 0
[pid=17103/tid=17140] ppid=16948 vsize=408236 CPUtime=0 cores=1,3,5,7
/proc/17103/task/17140/stat : 17140 (python) S 16948 16948 16913 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538378058 418033664 7231 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604471115486272 0 0 -1 1 0 0 0
[pid=17107] ppid=16948 vsize=418776 CPUtime=0.16 cores=1,3,5,7
/proc/17107/stat : 17107 (python) S 16948 16948 16913 0 -1 4202560 1183 0 0 0 8 8 0 0 19 0 2 0 538358520 428826624 7235 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17107/statm: 104694 7235 400 364 0 40573 0
[pid=17109] ppid=17107 vsize=423400 CPUtime=98.67 cores=1,3,5,7
/proc/17109/stat : 17109 (adaptg2wsat2009) T 17107 17109 17109 0 -1 4202496 2635 0 0 0 9867 0 0 0 25 0 1 0 538358520 433561600 2357 33554432000 134512640 135107411 4291446768 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17109/statm: 105850 2357 59 146 0 104726 0
[pid=17107/tid=17129] ppid=16948 vsize=418776 CPUtime=0 cores=1,3,5,7
/proc/17107/task/17129/stat : 17129 (python) S 16948 16948 16913 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538368438 428826624 7235 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604458696869696 0 0 -1 3 0 0 0
[pid=17111] ppid=16948 vsize=428764 CPUtime=0.33 cores=1,3,5,7
/proc/17111/stat : 17111 (python) S 16948 16948 16913 0 -1 4202560 1227 0 0 0 19 14 0 0 19 0 2 0 538358624 439054336 7259 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17111/statm: 107191 7259 407 364 0 43067 0
[pid=17113] ppid=17111 vsize=268428 CPUtime=196.93 cores=1,3,5,7
/proc/17113/stat : 17113 (hybridGM3) T 17111 17113 17113 0 -1 4202496 6193 0 0 0 19693 0 0 0 25 0 1 0 538358624 274870272 5919 33554432000 134512640 135204385 4290562032 18446744073709551615 134537726 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17113/statm: 67107 5919 63 169 0 66937 0
[pid=17111/tid=17143] ppid=16948 vsize=428764 CPUtime=0 cores=1,3,5,7
/proc/17111/task/17143/stat : 17143 (python) S 16948 16948 16913 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538378765 439054336 7259 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 514 18446604461485101312 0 0 -1 1 0 0 0
[pid=17130] ppid=16948 vsize=439492 CPUtime=0.16 cores=1,3,5,7
/proc/17130/stat : 17130 (python) S 16948 16948 16913 0 -1 4202560 1081 0 0 0 9 7 0 0 18 0 1 0 538368443 450039808 7246 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 8192047722186899717 0 0 17 7 0 0 0
/proc/17130/statm: 109873 7246 380 364 0 45746 0
[pid=17132] ppid=17130 vsize=268424 CPUtime=103.26 cores=1,3,5,7
/proc/17132/stat : 17132 (hybridGM3) R 17130 17132 17132 0 -1 4202496 6193 0 0 0 10326 0 0 0 25 0 1 0 538368444 274866176 5918 33554432000 134512640 135204385 4288342960 18446744073709551615 134538395 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17132/statm: 67106 5918 63 169 0 66936 0
[pid=17137] ppid=16948 vsize=449868 CPUtime=0.02 cores=1,3,5,7
/proc/17137/stat : 17137 (python) S 16948 16948 16913 0 -1 4202560 1026 0 0 0 1 1 0 0 18 0 1 0 538377756 460664832 7284 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 8192047722186899716 0 0 17 5 0 0 0
/proc/17137/statm: 112467 7284 374 364 0 48337 0
[pid=17139] ppid=17137 vsize=461504 CPUtime=10.57 cores=1,3,5,7
/proc/17139/stat : 17139 (TNM) R 17137 17139 17139 0 -1 4202496 2469 0 0 0 1057 0 0 0 25 0 1 0 538377757 472580096 2194 33554432000 134512640 135008748 4287819552 18446744073709551615 134527299 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17139/statm: 115376 2194 46 122 0 114276 0
[pid=17144] ppid=16948 vsize=460152 CPUtime=0 cores=1,3,5,7
/proc/17144/stat : 17144 (python) S 16948 16948 16913 0 -1 4202560 835 0 0 0 0 0 0 0 19 0 1 0 538378770 471195648 7269 33554432000 4194304 5683644 140735388994800 18446744073709551615 228244368966 0 0 16781312 514 4601888824363057151 0 0 17 5 0 0 0
/proc/17144/statm: 115038 7269 346 364 0 50905 0
[pid=17146] ppid=17144 vsize=248616 CPUtime=0.46 cores=1,3,5,7
/proc/17146/stat : 17146 (FH) R 17144 17146 17146 0 -1 4202496 1490 0 0 0 46 0 0 0 21 0 1 0 538378771 254582784 1213 33554432000 134512640 134936988 4291620832 18446744073709551615 134523484 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17146/statm: 62154 1213 37 104 0 61658 0
[pid=16948/tid=16975] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16975/stat : 16975 (python) S 16945 16948 16913 0 -1 4202560 24 924 0 9 0 0 0 0 20 0 19 0 538328554 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=16948/tid=16978] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16978/stat : 16978 (python) S 16945 16948 16913 0 -1 4202560 23 924 0 9 0 0 0 0 22 0 19 0 538328557 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 3 0 0 0
[pid=16948/tid=16981] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16981/stat : 16981 (python) S 16945 16948 16913 0 -1 4202560 21 924 0 9 0 0 0 0 20 0 19 0 538328559 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 7 0 0 0
[pid=16948/tid=16984] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/16984/stat : 16984 (python) S 16945 16948 16913 0 -1 4202560 22 924 0 9 0 0 0 0 22 0 19 0 538328562 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17035] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17035/stat : 17035 (python) S 16945 16948 16913 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 19 0 538338476 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 3 0 0 0
[pid=16948/tid=17038] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17038/stat : 17038 (python) S 16945 16948 16913 0 -1 4202560 30 924 0 9 0 0 0 0 22 0 19 0 538338479 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17042] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17042/stat : 17042 (python) S 16945 16948 16913 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 19 0 538338576 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=16948/tid=17046] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17046/stat : 17046 (python) S 16945 16948 16913 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 19 0 538338581 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17069] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17069/stat : 17069 (python) S 16945 16948 16913 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 19 0 538348492 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17073] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17073/stat : 17073 (python) S 16945 16948 16913 0 -1 4202560 27 924 0 9 0 0 0 0 21 0 19 0 538348501 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17077] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17077/stat : 17077 (python) S 16945 16948 16913 0 -1 4202560 33 924 0 9 0 0 0 0 18 0 19 0 538348594 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 1 0 0 0
[pid=16948/tid=17081] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17081/stat : 17081 (python) S 16945 16948 16913 0 -1 4202560 28 924 0 9 0 0 0 0 21 0 19 0 538348600 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17104] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17104/stat : 17104 (python) S 16945 16948 16913 0 -1 4202560 35 924 0 9 0 0 0 0 18 0 19 0 538358512 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17108] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17108/stat : 17108 (python) S 16945 16948 16913 0 -1 4202560 25 924 0 9 0 0 0 0 21 0 19 0 538358520 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17112] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17112/stat : 17112 (python) S 16945 16948 16913 0 -1 4202560 25 924 0 9 0 0 0 0 20 0 19 0 538358624 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17131] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17131/stat : 17131 (python) S 16945 16948 16913 0 -1 4202560 24 924 0 9 0 0 0 0 20 0 19 0 538368443 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17138] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17138/stat : 17138 (python) S 16945 16948 16913 0 -1 4202560 26 924 0 9 0 0 0 0 20 0 19 0 538377756 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
[pid=16948/tid=17145] ppid=16945 vsize=469764 CPUtime=0 cores=1,3,5,7
/proc/16948/task/17145/stat : 17145 (python) S 16945 16948 16913 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 19 0 538378771 481038336 8838 33554432000 4194304 5683644 140735388994800 18446744073709551615 228256172465 0 0 16781312 2 18446604470124788608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2004.29
Current children cumulated vsize (KiB) 16093500

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 16948 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=27539
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=270958
# CPU time returned by wait4() is 3.2985
# while last known CPU time is 2004.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 524.722
CPU time (s): 2004.29
CPU user time (s): 2002.61
CPU system time (s): 1.68
CPU usage (%): 381.972
Max. virtual memory (cumulated for all children) (KiB): 16093500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.02754
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32022
page faults= 121
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19498
involuntary context switches= 174

runsolver used 2.6166 second user time and 5.74413 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-01 18:28:03
IDJOB=3317064
IDBENCH=82529
IDSOLVER=1705
FILE ID=node136/3317064-1304267282
RUNJOBID= node136-1304267281-16932
PBS_JOBID= 13173943
Free space on /tmp= 73620 MiB

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

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

MD5SUM BENCH= 187184c44e9c5a07f5a8f762e04588fa
RANDOM SEED=2030877504

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30671852 kB
Buffers:        642948 kB
Cached:        1145744 kB
SwapCached:          0 kB
Active:         353304 kB
Inactive:      1498836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30671852 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           64856 kB
Writeback:           8 kB
AnonPages:       63792 kB
Mapped:          14464 kB
Slab:           363804 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183948 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= 73560 MiB
End job on node136 at 2011-05-01 18:36:51