Trace number 3378155

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-par-random (fixed)? (MO) 1989.95 501.653

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S1348818483-020-UNKNOWN.cnf
MD5SUM112b17aaf1cede32f350e11f6333fc88
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark339.4
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.43/1.17	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.43/1.17	c INFO: solving HOME/instance-3378155-1305463229.cnf
0.43/1.17	c INFO: computing task features
0.51/1.28	c INFO: computed variable-clause graph statistics
0.51/1.28	c INFO: computed clause balance statistics
1.10/1.87	c INFO: computed variable balance statistics
1.30/2.09	c INFO: computed small-clause counts
1.30/2.09	c INFO: computed Horn-clause counts
1.41/2.11	c INFO: computed variable graph statistics
1.41/2.11	c INFO: collected features for HOME/instance-3378155-1305463229.cnf in 0.94 s
1.41/2.12	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.35)
1.41/2.13	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.12)
1.41/2.14	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.08)
1.41/2.15	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.06)
401.15/102.40	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.05)
401.52/102.41	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.04)
401.52/102.42	c INFO: running FH@0 for 97 with 1098 remaining (b = 0.03)
401.52/102.43	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.03)
792.83/200.68	c INFO: running adaptg2wsat2009++@0 for 97 with 1000 remaining (b = 0.02)
796.81/201.66	c INFO: running FH@0 for 97 with 999 remaining (b = 0.02)
800.77/202.62	c INFO: running hybridGM3@0 for 194 with 998 remaining (b = 0.04)
800.77/202.65	c INFO: running gnovelty+2@0 for 97 with 998 remaining (b = 0.02)
1191.98/300.92	c INFO: running hybridGM3@0 for 194 with 900 remaining (b = 0.03)
1191.98/300.93	c INFO: running adaptg2wsat2009++@0 for 97 with 900 remaining (b = 0.02)
1195.92/301.95	c INFO: running hybridGM3@0 for 194 with 899 remaining (b = 0.03)
1582.67/399.14	c INFO: running hybridGM3@99 for 97 with 802 remaining (b = 0.01)
1591.03/401.20	c INFO: running FH@0 for 97 with 799 remaining (b = 0.01)
1961.32/494.38	c INFO: running hybridGM3@0 for 194 with 706 remaining (b = 0.02)
1985.52/500.48	c INFO: running hybridGM3@98 for 97 with 700 remaining (b = 0.01)
1989.49/501.46	c INFO: running TNM@0 for 699 with 699 remaining (b = 0.08)
1989.95/501.60	c INFO: running adaptg2wsat2009++@100 for 97 with 699 remaining (b = 0.01)
1989.95/501.60	Traceback (most recent call last):
1989.95/501.60	  File "HOME/solve", line 33, in <module>
1989.95/501.60	    plac.call(main)
1989.95/501.60	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378155-1305463229/watcher-3378155-1305463229 -o /tmp/evaluation-result-3378155-1305463229/solver-3378155-1305463229 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378155-1305463229.cnf -seed 2034263685 -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: 2.54 3.23 3.64 2/274 1253
/proc/meminfo: memFree=24409724/32951124 swapFree=67057896/67111528
[pid=1253] ppid=1251 vsize=14820 CPUtime=0 cores=1,3,5,7
/proc/1253/stat : 1253 (python) S 1251 1253 1220 0 -1 4202496 512 0 0 0 0 0 0 0 18 0 1 0 638738274 15175680 421 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261612389 0 2147483391 4096 0 18446744071699207358 0 0 17 1 0 0 0
/proc/1253/statm: 3705 421 259 364 0 192 0

[startup+0.0561221 s]
/proc/loadavg: 2.54 3.23 3.64 2/274 1253
/proc/meminfo: memFree=24409724/32951124 swapFree=67057896/67111528
[pid=1253] ppid=1251 vsize=16396 CPUtime=0.02 cores=1,3,5,7
/proc/1253/stat : 1253 (python) D 1251 1253 1220 0 -1 4202496 1164 0 0 0 1 1 0 0 17 0 1 0 638738274 16789504 1030 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261614592 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1253/statm: 4099 1030 414 364 0 586 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16396

[startup+0.10105 s]
/proc/loadavg: 2.54 3.23 3.64 2/274 1253
/proc/meminfo: memFree=24409724/32951124 swapFree=67057896/67111528
[pid=1253] ppid=1251 vsize=21104 CPUtime=0.03 cores=1,3,5,7
/proc/1253/stat : 1253 (python) D 1251 1253 1220 0 -1 4202496 1314 0 0 0 2 1 0 0 17 0 1 0 638738274 21610496 1166 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261614592 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1253/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21104

[startup+0.301069 s]
/proc/loadavg: 2.54 3.23 3.64 2/274 1253
/proc/meminfo: memFree=24409724/32951124 swapFree=67057896/67111528
[pid=1253] ppid=1251 vsize=87704 CPUtime=0.08 cores=1,3,5,7
/proc/1253/stat : 1253 (python) S 1251 1253 1220 0 -1 4202496 2636 0 0 0 5 3 0 0 16 0 1 0 638738274 89808896 2354 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/1253/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 87704

[startup+0.701003 s]
/proc/loadavg: 2.54 3.23 3.64 2/274 1253
/proc/meminfo: memFree=24409724/32951124 swapFree=67057896/67111528
[pid=1253] ppid=1251 vsize=135748 CPUtime=0.23 cores=1,3,5,7
/proc/1253/stat : 1253 (python) S 1251 1253 1220 0 -1 4202496 5962 938 1 0 13 10 0 0 16 0 1 0 638738274 139005952 4151 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261612549 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/1253/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135748

[startup+1.50084 s]
/proc/loadavg: 2.54 3.23 3.64 3/280 1267
/proc/meminfo: memFree=24374452/32951124 swapFree=67057896/67111528
[pid=1253] ppid=1251 vsize=282584 CPUtime=0.8 cores=1,3,5,7
/proc/1253/stat : 1253 (python) R 1251 1253 1220 0 -1 4202496 11329 938 1 0 60 20 0 0 16 0 1 0 638738274 289366016 8058 33554432000 4194304 5683644 140733941700224 18446744073709551615 47892960554634 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1253/statm: 70646 8058 1826 364 0 6570 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 282584

[startup+3.10049 s]
/proc/loadavg: 2.54 3.23 3.64 3/280 1267
/proc/meminfo: memFree=24352388/32951124 swapFree=67057896/67111528
[pid=1253] ppid=1251 vsize=320376 CPUtime=1.46 cores=1,3,5,7
/proc/1253/stat : 1253 (python) S 1251 1253 1220 0 -1 4202496 14094 938 1 0 124 22 0 0 20 0 5 0 638738274 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1253/statm: 80094 7309 1883 364 0 16003 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 320376
heavy processes:

[startup+6.30093 s]
/proc/loadavg: 2.98 3.31 3.67 9/304 1291
/proc/meminfo: memFree=24306680/32951124 swapFree=67057896/67111528
[pid=1253] ppid=1251 vsize=320376 CPUtime=1.46 cores=1,3,5,7
/proc/1253/stat : 1253 (python) S 1251 1253 1220 0 -1 4202496 14094 938 1 0 124 22 0 0 20 0 5 0 638738274 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1253/statm: 80094 7309 1883 364 0 16003 0
[pid=1268] ppid=1253 vsize=279228 CPUtime=0 cores=1,3,5,7
/proc/1268/stat : 1268 (python) S 1253 1253 1220 0 -1 4202560 878 0 0 0 0 0 0 0 18 0 1 0 638738486 285929472 5737 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636623 0 0 16781312 514 4379759987761578248 0 0 17 1 0 0 0
/proc/1268/statm: 69807 5737 377 364 0 5725 0
[pid=1270] ppid=1268 vsize=1018616 CPUtime=4.13 cores=1,3,5,7
/proc/1270/stat : 1270 (gnovelty+2) R 1268 1270 1270 0 -1 4202496 764 0 0 0 413 0 0 0 25 0 1 0 638738487 1043062784 501 33554432000 134512640 135663704 4293395968 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1270/statm: 254654 501 113 282 0 254370 0
[pid=1271] ppid=1253 vsize=289620 CPUtime=0.01 cores=1,3,5,7
/proc/1271/stat : 1271 (python) S 1253 1253 1220 0 -1 4202560 890 0 0 0 0 1 0 0 18 0 1 0 638738488 296570880 5785 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 16081752016140861703 0 0 17 1 0 0 0
/proc/1271/statm: 72405 5785 371 364 0 8320 0
[pid=1273] ppid=1271 vsize=1018616 CPUtime=4.12 cores=1,3,5,7
/proc/1273/stat : 1273 (gnovelty+2) R 1271 1273 1273 0 -1 4202496 761 0 0 0 412 0 0 0 25 0 1 0 638738488 1043062784 500 33554432000 134512640 135663704 4292108768 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1273/statm: 254654 500 113 282 0 254370 0
[pid=1274] ppid=1253 vsize=299876 CPUtime=0 cores=1,3,5,7
/proc/1274/stat : 1274 (python) S 1253 1253 1220 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 638738489 307073024 5788 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 4474415844285186312 0 0 17 1 0 0 0
/proc/1274/statm: 74969 5788 370 364 0 10881 0
[pid=1276] ppid=1274 vsize=418636 CPUtime=4.15 cores=1,3,5,7
/proc/1276/stat : 1276 (adaptg2wsat2009) R 1274 1276 1276 0 -1 4202496 1221 0 0 0 415 0 0 0 25 0 1 0 638738489 428683264 956 33554432000 134512640 135107411 4286793440 18446744073709551615 134531709 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1276/statm: 104659 956 59 146 0 103535 0
[pid=1277] ppid=1253 vsize=310132 CPUtime=0 cores=1,3,5,7
/proc/1277/stat : 1277 (python) S 1253 1253 1220 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 638738490 317575168 5792 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 17281249383056113925 0 0 17 5 0 0 0
/proc/1277/statm: 77533 5792 370 364 0 13442 0
[pid=1279] ppid=1277 vsize=418636 CPUtime=4.12 cores=1,3,5,7
/proc/1279/stat : 1279 (adaptg2wsat2009) R 1277 1279 1279 0 -1 4202496 1221 0 0 0 412 0 0 0 25 0 1 0 638738490 428683264 956 33554432000 134512640 135107411 4291977984 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1279/statm: 104659 956 59 146 0 103535 0
[pid=1253/tid=1269] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1269/stat : 1269 (python) S 1251 1253 1220 0 -1 4202560 23 938 0 0 0 0 0 0 19 0 5 0 638738487 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
[pid=1253/tid=1272] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1272/stat : 1272 (python) S 1251 1253 1220 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 5 0 638738488 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1275] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1275/stat : 1275 (python) S 1251 1253 1220 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 638738489 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1278] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1278/stat : 1278 (python) S 1251 1253 1220 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 5 0 638738490 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.99
Current children cumulated vsize (KiB) 4373736

[startup+12.7008 s]
/proc/loadavg: 3.38 3.39 3.69 10/304 1291
/proc/meminfo: memFree=24302816/32951124 swapFree=67057896/67111528
[pid=1253] ppid=1251 vsize=320376 CPUtime=1.46 cores=1,3,5,7
/proc/1253/stat : 1253 (python) S 1251 1253 1220 0 -1 4202496 14094 938 1 0 124 22 0 0 20 0 5 0 638738274 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1253/statm: 80094 7309 1883 364 0 16003 0
[pid=1268] ppid=1253 vsize=279228 CPUtime=0.02 cores=1,3,5,7
/proc/1268/stat : 1268 (python) S 1253 1253 1220 0 -1 4202560 881 0 0 0 1 1 0 0 18 0 1 0 638738486 285929472 5737 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636623 0 0 16781312 514 18256167922290360584 0 0 17 1 0 0 0
/proc/1268/statm: 69807 5737 377 364 0 5725 0
[pid=1270] ppid=1268 vsize=1018616 CPUtime=10.49 cores=1,3,5,7
/proc/1270/stat : 1270 (gnovelty+2) R 1268 1270 1270 0 -1 4202496 764 0 0 0 1049 0 0 0 25 0 1 0 638738487 1043062784 501 33554432000 134512640 135663704 4293395968 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1270/statm: 254654 501 113 282 0 254370 0
[pid=1271] ppid=1253 vsize=289620 CPUtime=0.02 cores=1,3,5,7
/proc/1271/stat : 1271 (python) S 1253 1253 1220 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 638738488 296570880 5785 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 18256167922290360583 0 0 17 1 0 0 0
/proc/1271/statm: 72405 5785 371 364 0 8320 0
[pid=1273] ppid=1271 vsize=1018616 CPUtime=10.46 cores=1,3,5,7
/proc/1273/stat : 1273 (gnovelty+2) R 1271 1273 1273 0 -1 4202496 761 0 0 0 1046 0 0 0 25 0 1 0 638738488 1043062784 500 33554432000 134512640 135663704 4292108768 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1273/statm: 254654 500 113 282 0 254370 0
[pid=1274] ppid=1253 vsize=299876 CPUtime=0.02 cores=1,3,5,7
/proc/1274/stat : 1274 (python) S 1253 1253 1220 0 -1 4202560 901 0 0 0 1 1 0 0 18 0 1 0 638738489 307073024 5789 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 18256167922290360584 0 0 17 1 0 0 0
/proc/1274/statm: 74969 5789 371 364 0 10881 0
[pid=1276] ppid=1274 vsize=418636 CPUtime=10.55 cores=1,3,5,7
/proc/1276/stat : 1276 (adaptg2wsat2009) R 1274 1276 1276 0 -1 4202496 1221 0 0 0 1055 0 0 0 25 0 1 0 638738489 428683264 956 33554432000 134512640 135107411 4286793440 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1276/statm: 104659 956 59 146 0 103535 0
[pid=1277] ppid=1253 vsize=310132 CPUtime=0.02 cores=1,3,5,7
/proc/1277/stat : 1277 (python) S 1253 1253 1220 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 638738490 317575168 5793 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 18256167922290360581 0 0 17 5 0 0 0
/proc/1277/statm: 77533 5793 371 364 0 13442 0
[pid=1279] ppid=1277 vsize=418636 CPUtime=10.51 cores=1,3,5,7
/proc/1279/stat : 1279 (adaptg2wsat2009) R 1277 1279 1279 0 -1 4202496 1221 0 0 0 1051 0 0 0 25 0 1 0 638738490 428683264 956 33554432000 134512640 135107411 4291977984 18446744073709551615 134531380 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1279/statm: 104659 956 59 146 0 103535 0
[pid=1253/tid=1269] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1269/stat : 1269 (python) S 1251 1253 1220 0 -1 4202560 23 938 0 0 0 0 0 0 19 0 5 0 638738487 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
[pid=1253/tid=1272] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1272/stat : 1272 (python) S 1251 1253 1220 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 5 0 638738488 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1275] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1275/stat : 1275 (python) S 1251 1253 1220 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 638738489 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1278] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1278/stat : 1278 (python) S 1251 1253 1220 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 5 0 638738490 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 43.55
Current children cumulated vsize (KiB) 4373736

[startup+25.5005 s]
/proc/loadavg: 4.70 3.68 3.78 9/304 1291
/proc/meminfo: memFree=24303740/32951124 swapFree=67057896/67111528
[pid=1253] ppid=1251 vsize=320376 CPUtime=1.46 cores=1,3,5,7
/proc/1253/stat : 1253 (python) S 1251 1253 1220 0 -1 4202496 14094 938 1 0 124 22 0 0 20 0 5 0 638738274 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1253/statm: 80094 7309 1883 364 0 16003 0
[pid=1268] ppid=1253 vsize=279228 CPUtime=0.04 cores=1,3,5,7
/proc/1268/stat : 1268 (python) S 1253 1253 1220 0 -1 4202560 886 0 0 0 2 2 0 0 18 0 1 0 638738486 285929472 5737 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636623 0 0 16781312 514 18256167922290360584 0 0 17 1 0 0 0
/proc/1268/statm: 69807 5737 377 364 0 5725 0
[pid=1270] ppid=1268 vsize=1018616 CPUtime=23.22 cores=1,3,5,7
/proc/1270/stat : 1270 (gnovelty+2) R 1268 1270 1270 0 -1 4202496 764 0 0 0 2322 0 0 0 25 0 1 0 638738487 1043062784 501 33554432000 134512640 135663704 4293395968 18446744073709551615 134525382 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1270/statm: 254654 501 113 282 0 254370 0
[pid=1271] ppid=1253 vsize=289620 CPUtime=0.04 cores=1,3,5,7
/proc/1271/stat : 1271 (python) S 1253 1253 1220 0 -1 4202560 897 0 0 0 2 2 0 0 18 0 1 0 638738488 296570880 5785 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 18256167922290360583 0 0 17 1 0 0 0
/proc/1271/statm: 72405 5785 371 364 0 8320 0
[pid=1273] ppid=1271 vsize=1018616 CPUtime=23.14 cores=1,3,5,7
/proc/1273/stat : 1273 (gnovelty+2) R 1271 1273 1273 0 -1 4202496 761 0 0 0 2314 0 0 0 25 0 1 0 638738488 1043062784 500 33554432000 134512640 135663704 4292108768 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1273/statm: 254654 500 113 282 0 254370 0
[pid=1274] ppid=1253 vsize=299876 CPUtime=0.04 cores=1,3,5,7
/proc/1274/stat : 1274 (python) S 1253 1253 1220 0 -1 4202560 905 0 0 0 2 2 0 0 18 0 1 0 638738489 307073024 5789 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 18256167922290360584 0 0 17 1 0 0 0
/proc/1274/statm: 74969 5789 371 364 0 10881 0
[pid=1276] ppid=1274 vsize=418636 CPUtime=23.35 cores=1,3,5,7
/proc/1276/stat : 1276 (adaptg2wsat2009) R 1274 1276 1276 0 -1 4202496 1221 0 0 0 2335 0 0 0 25 0 1 0 638738489 428683264 956 33554432000 134512640 135107411 4286793440 18446744073709551615 134531795 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1276/statm: 104659 956 59 146 0 103535 0
[pid=1277] ppid=1253 vsize=310132 CPUtime=0.04 cores=1,3,5,7
/proc/1277/stat : 1277 (python) S 1253 1253 1220 0 -1 4202560 904 0 0 0 2 2 0 0 18 0 1 0 638738490 317575168 5793 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 18256167922290360581 0 0 17 5 0 0 0
/proc/1277/statm: 77533 5793 371 364 0 13442 0
[pid=1279] ppid=1277 vsize=418636 CPUtime=23.29 cores=1,3,5,7
/proc/1279/stat : 1279 (adaptg2wsat2009) R 1277 1279 1279 0 -1 4202496 1221 0 0 0 2329 0 0 0 25 0 1 0 638738490 428683264 956 33554432000 134512640 135107411 4291977984 18446744073709551615 134539228 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1279/statm: 104659 956 59 146 0 103535 0
[pid=1253/tid=1269] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1269/stat : 1269 (python) S 1251 1253 1220 0 -1 4202560 23 938 0 0 0 0 0 0 19 0 5 0 638738487 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
[pid=1253/tid=1272] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1272/stat : 1272 (python) S 1251 1253 1220 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 5 0 638738488 328065024 7309 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1275] ppid=1251 vsize=320376 CPUtime=0 cores=1,3,5,7

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

/proc/1276/stat : 1276 (adaptg2wsat2009) T 1274 1276 1276 0 -1 4202496 1221 0 0 0 10024 0 0 0 25 0 1 0 638738489 428683264 956 33554432000 134512640 135107411 4286793440 18446744073709551615 134539064 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1276/statm: 104659 956 59 146 0 103535 0
[pid=1274/tid=1297] ppid=1253 vsize=299876 CPUtime=0 cores=1,3,5,7
/proc/1274/task/1297/stat : 1297 (python) S 1253 1253 1220 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638748514 307073024 5819 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604471134343552 0 0 -1 1 0 0 0
[pid=1277] ppid=1253 vsize=310132 CPUtime=0.2 cores=1,3,5,7
/proc/1277/stat : 1277 (python) S 1253 1253 1220 0 -1 4202560 1081 0 0 0 11 9 0 0 19 0 2 0 638738490 317575168 5823 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1277/statm: 77533 5823 400 364 0 13442 0
[pid=1279] ppid=1277 vsize=418636 CPUtime=100.02 cores=1,3,5,7
/proc/1279/stat : 1279 (adaptg2wsat2009) T 1277 1279 1279 0 -1 4202496 1221 0 0 0 10002 0 0 0 25 0 1 0 638738490 428683264 956 33554432000 134512640 135107411 4291977984 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1279/statm: 104659 956 59 146 0 103535 0
[pid=1277/tid=1296] ppid=1253 vsize=310132 CPUtime=0 cores=1,3,5,7
/proc/1277/task/1296/stat : 1296 (python) S 1253 1253 1220 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638748513 317575168 5823 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604456936297664 0 0 -1 3 0 0 0
[pid=1298] ppid=1253 vsize=320520 CPUtime=0.21 cores=1,3,5,7
/proc/1298/stat : 1298 (python) S 1253 1253 1220 0 -1 4202560 1088 0 0 0 11 10 0 0 18 0 2 0 638748514 328212480 5844 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1298/statm: 80130 5844 400 364 0 16036 0
[pid=1300] ppid=1298 vsize=418636 CPUtime=98.38 cores=1,3,5,7
/proc/1300/stat : 1300 (adaptg2wsat2009) T 1298 1300 1300 0 -1 4202496 1222 0 0 0 9837 1 0 0 25 0 1 0 638748515 428683264 956 33554432000 134512640 135107411 4293765168 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1300/statm: 104659 956 59 146 0 103535 0
[pid=1298/tid=1337] ppid=1253 vsize=320520 CPUtime=0 cores=1,3,5,7
/proc/1298/task/1337/stat : 1337 (python) S 1253 1253 1220 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638758535 328212480 5844 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604471162826816 0 0 -1 1 0 0 0
[pid=1301] ppid=1253 vsize=331316 CPUtime=0.22 cores=1,3,5,7
/proc/1301/stat : 1301 (python) S 1253 1253 1220 0 -1 4202560 1087 0 0 0 12 10 0 0 19 0 2 0 638748515 339267584 5983 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1301/statm: 82829 5983 399 364 0 18732 0
[pid=1305] ppid=1301 vsize=1018616 CPUtime=98.24 cores=1,3,5,7
/proc/1305/stat : 1305 (gnovelty+2) T 1301 1305 1305 0 -1 4202496 764 0 0 0 9824 0 0 0 25 0 1 0 638748517 1043062784 501 33554432000 134512640 135663704 4288661776 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1305/statm: 254654 501 113 282 0 254370 0
[pid=1301/tid=1329] ppid=1253 vsize=331316 CPUtime=0 cores=1,3,5,7
/proc/1301/task/1329/stat : 1329 (python) S 1253 1253 1220 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638758342 339267584 5983 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604456936296768 0 0 -1 7 0 0 0
[pid=1303] ppid=1253 vsize=341572 CPUtime=0.21 cores=1,3,5,7
/proc/1303/stat : 1303 (python) S 1253 1253 1220 0 -1 4202560 1099 0 0 0 11 10 0 0 19 0 2 0 638748517 349769728 5987 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1303/statm: 85393 5987 399 364 0 21293 0
[pid=1306] ppid=1303 vsize=248648 CPUtime=99.23 cores=1,3,5,7
/proc/1306/stat : 1306 (FH) T 1303 1306 1306 0 -1 4202496 1118 0 0 0 9923 0 0 0 25 0 1 0 638748517 254615552 856 33554432000 134512640 134936988 4290965536 18446744073709551615 134545109 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1306/statm: 62162 856 41 104 0 61666 0
[pid=1303/tid=1333] ppid=1253 vsize=341572 CPUtime=0 cores=1,3,5,7
/proc/1303/task/1333/stat : 1333 (python) S 1253 1253 1220 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638758440 349769728 5987 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604461411260224 0 0 -1 7 0 0 0
[pid=1308] ppid=1253 vsize=351828 CPUtime=0.22 cores=1,3,5,7
/proc/1308/stat : 1308 (python) S 1253 1253 1220 0 -1 4202560 1126 0 0 0 12 10 0 0 19 0 2 0 638748518 360271872 5997 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1308/statm: 87957 5997 405 364 0 23854 0
[pid=1310] ppid=1308 vsize=418636 CPUtime=99.74 cores=1,3,5,7
/proc/1310/stat : 1310 (adaptg2wsat2009) T 1308 1310 1310 0 -1 4202496 1226 0 0 0 9974 0 0 0 25 0 1 0 638748518 428683264 956 33554432000 134512640 135107411 4291858736 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1310/statm: 104659 956 59 146 0 103535 0
[pid=1308/tid=1341] ppid=1253 vsize=351828 CPUtime=0 cores=1,3,5,7
/proc/1308/task/1341/stat : 1341 (python) S 1253 1253 1220 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638758539 360271872 5997 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604461020190912 0 0 -1 1 0 0 0
[pid=1330] ppid=1253 vsize=362084 CPUtime=0.23 cores=1,3,5,7
/proc/1330/stat : 1330 (python) S 1253 1253 1220 0 -1 4202560 1133 0 0 0 12 11 0 0 19 0 2 0 638758343 370774016 6001 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1330/statm: 90521 6001 406 364 0 26415 0
[pid=1332] ppid=1330 vsize=418636 CPUtime=98.25 cores=1,3,5,7
/proc/1332/stat : 1332 (adaptg2wsat2009) T 1330 1332 1332 0 -1 4202496 1225 0 0 0 9825 0 0 0 25 0 1 0 638758343 428683264 955 33554432000 134512640 135107411 4292069520 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1332/statm: 104659 955 59 146 0 103535 0
[pid=1330/tid=1367] ppid=1253 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/1330/task/1367/stat : 1367 (python) S 1253 1253 1220 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 638768367 370774016 6001 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604463769426112 0 0 -1 1 0 0 0
[pid=1334] ppid=1253 vsize=372340 CPUtime=0.23 cores=1,3,5,7
/proc/1334/stat : 1334 (python) S 1253 1253 1220 0 -1 4202560 1098 0 0 0 12 11 0 0 19 0 2 0 638758441 381276160 5999 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1334/statm: 93085 5999 399 364 0 28976 0
[pid=1336] ppid=1334 vsize=248652 CPUtime=99.21 cores=1,3,5,7
/proc/1336/stat : 1336 (FH) T 1334 1336 1336 0 -1 4202496 1128 0 0 0 9921 0 0 0 25 0 1 0 638758441 254619648 858 33554432000 134512640 134936988 4291792112 18446744073709551615 134552455 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1336/statm: 62163 858 41 104 0 61667 0
[pid=1334/tid=1364] ppid=1253 vsize=372340 CPUtime=0 cores=1,3,5,7
/proc/1334/task/1364/stat : 1364 (python) S 1253 1253 1220 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638768365 381276160 5999 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604461020190016 0 0 -1 5 0 0 0
[pid=1338] ppid=1253 vsize=382596 CPUtime=0.72 cores=1,3,5,7
/proc/1338/stat : 1338 (python) S 1253 1253 1220 0 -1 4202560 1166 0 0 0 36 36 0 0 18 0 2 0 638758537 391778304 6003 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1338/statm: 95649 6003 400 364 0 31537 0
[pid=1340] ppid=1338 vsize=268420 CPUtime=291.46 cores=1,3,5,7
/proc/1340/stat : 1340 (hybridGM3) T 1338 1340 1340 0 -1 4202496 5165 0 0 0 29146 0 0 0 25 0 1 0 638758537 274862080 4896 33554432000 134512640 135204385 4294284144 18446744073709551615 134538016 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1340/statm: 67105 4896 63 169 0 66935 0
[pid=1338/tid=1390] ppid=1253 vsize=382596 CPUtime=0 cores=1,3,5,7
/proc/1338/task/1390/stat : 1390 (python) S 1253 1253 1220 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 638778187 391778304 6003 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604462199980288 0 0 -1 1 0 0 0
[pid=1342] ppid=1253 vsize=393092 CPUtime=0.23 cores=1,3,5,7
/proc/1342/stat : 1342 (python) S 1253 1253 1220 0 -1 4202560 1121 0 0 0 10 13 0 0 19 0 2 0 638758540 402526208 6067 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1342/statm: 98273 6067 399 364 0 34158 0
[pid=1344] ppid=1342 vsize=1018616 CPUtime=98.33 cores=1,3,5,7
/proc/1344/stat : 1344 (gnovelty+2) T 1342 1344 1344 0 -1 4202496 771 0 0 0 9833 0 0 0 25 0 1 0 638758541 1043062784 500 33554432000 134512640 135663704 4286688224 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1344/statm: 254654 500 113 282 0 254370 0
[pid=1342/tid=1372] ppid=1253 vsize=393092 CPUtime=0 cores=1,3,5,7
/proc/1342/task/1372/stat : 1372 (python) S 1253 1253 1220 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638768468 402526208 6067 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604454225509248 0 0 -1 1 0 0 0
[pid=1365] ppid=1253 vsize=403348 CPUtime=0.5 cores=1,3,5,7
/proc/1365/stat : 1365 (python) S 1253 1253 1220 0 -1 4202560 1169 0 0 0 26 24 0 0 18 0 2 0 638768366 413028352 6071 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1365/statm: 100837 6071 400 364 0 36719 0
[pid=1368] ppid=1365 vsize=268420 CPUtime=200.06 cores=1,3,5,7
/proc/1368/stat : 1368 (hybridGM3) R 1365 1368 1368 0 -1 4202496 5164 0 0 0 20006 0 0 0 25 0 1 0 638768367 274862080 4895 33554432000 134512640 135204385 4293816192 18446744073709551615 134538041 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1368/statm: 67105 4895 63 169 0 66935 0
[pid=1365/tid=1407] ppid=1253 vsize=403348 CPUtime=0 cores=1,3,5,7
/proc/1365/task/1407/stat : 1407 (python) S 1253 1253 1220 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638788321 413028352 6071 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604471117036224 0 0 -1 7 0 0 0
[pid=1369] ppid=1253 vsize=413604 CPUtime=0.25 cores=1,3,5,7
/proc/1369/stat : 1369 (python) S 1253 1253 1220 0 -1 4202560 1141 0 0 0 13 12 0 0 19 0 2 0 638768368 423530496 6075 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1369/statm: 103401 6075 399 364 0 39280 0
[pid=1371] ppid=1369 vsize=418636 CPUtime=99.99 cores=1,3,5,7
/proc/1371/stat : 1371 (adaptg2wsat2009) T 1369 1371 1371 0 -1 4202496 1226 0 0 0 9999 0 0 0 25 0 1 0 638768368 428683264 955 33554432000 134512640 135107411 4289777104 18446744073709551615 134531928 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1371/statm: 104659 955 59 146 0 103535 0
[pid=1369/tid=1391] ppid=1253 vsize=413604 CPUtime=0 cores=1,3,5,7
/proc/1369/task/1391/stat : 1391 (python) S 1253 1253 1220 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 638778393 423530496 6075 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604471117034432 0 0 -1 1 0 0 0
[pid=1373] ppid=1253 vsize=423860 CPUtime=0.49 cores=1,3,5,7
/proc/1373/stat : 1373 (python) S 1253 1253 1220 0 -1 4202560 1061 0 0 0 25 24 0 0 18 0 1 0 638768469 434032640 6057 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 18256167922290360580 0 0 17 5 0 0 0
/proc/1373/statm: 105965 6057 379 364 0 41841 0
[pid=1375] ppid=1373 vsize=268424 CPUtime=194.67 cores=1,3,5,7
/proc/1375/stat : 1375 (hybridGM3) R 1373 1375 1375 0 -1 4202496 5173 0 0 0 19467 0 0 0 25 0 1 0 638768470 274866176 4897 33554432000 134512640 135204385 4289530480 18446744073709551615 134538284 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1375/statm: 67106 4897 63 169 0 66936 0
[pid=1392] ppid=1253 vsize=434292 CPUtime=0.25 cores=1,3,5,7
/proc/1392/stat : 1392 (python) S 1253 1253 1220 0 -1 4202560 1192 0 0 0 13 12 0 0 19 0 2 0 638778395 444715008 6135 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1392/statm: 108573 6135 408 364 0 44446 0
[pid=1394] ppid=1392 vsize=248648 CPUtime=99.77 cores=1,3,5,7
/proc/1394/stat : 1394 (FH) T 1392 1394 1394 0 -1 4202496 1132 0 0 0 9977 0 0 0 25 0 1 0 638778395 254615552 856 33554432000 134512640 134936988 4293160960 18446744073709551615 134547124 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1394/statm: 62162 856 41 104 0 61666 0
[pid=1392/tid=1408] ppid=1253 vsize=434292 CPUtime=0 cores=1,3,5,7
/proc/1392/task/1408/stat : 1408 (python) S 1253 1253 1220 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 638788419 444715008 6135 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 514 18446604463253787904 0 0 -1 1 0 0 0
[pid=1403] ppid=1253 vsize=444548 CPUtime=0.01 cores=1,3,5,7
/proc/1403/stat : 1403 (python) S 1253 1253 1220 0 -1 4202560 1002 0 0 0 1 0 0 0 18 0 1 0 638787712 455217152 6124 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 7521179057526898950 0 0 17 5 0 0 0
/proc/1403/statm: 111137 6124 379 364 0 47007 0
[pid=1405] ppid=1403 vsize=268424 CPUtime=7.08 cores=1,3,5,7
/proc/1405/stat : 1405 (hybridGM3) R 1403 1405 1405 0 -1 4202496 5177 0 0 0 708 0 0 0 25 0 1 0 638787713 274866176 4897 33554432000 134512640 135204385 4291859984 18446744073709551615 134537949 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1405/statm: 67106 4897 63 169 0 66936 0
[pid=1409] ppid=1253 vsize=454804 CPUtime=0 cores=1,3,5,7
/proc/1409/stat : 1409 (python) S 1253 1253 1220 0 -1 4202560 816 0 0 0 0 0 0 0 19 0 1 0 638788421 465719296 6095 33554432000 4194304 5683644 140733941700224 18446744073709551615 254261636678 0 0 16781312 514 15838281933722222591 0 0 17 5 0 0 0
/proc/1409/statm: 113701 6095 346 364 0 49568 0
[pid=1411] ppid=1409 vsize=453032 CPUtime=0.03 cores=1,3,5,7
/proc/1411/stat : 1411 (TNM) R 1409 1411 1411 0 -1 4202496 956 0 0 0 3 0 0 0 21 0 1 0 638788421 463904768 686 33554432000 134512640 135008748 4292276416 18446744073709551615 134523636 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1411/statm: 113258 686 45 122 0 112158 0
[pid=1253/tid=1269] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1269/stat : 1269 (python) S 1251 1253 1220 0 -1 4202560 23 938 0 0 0 0 0 0 19 0 19 0 638738487 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
[pid=1253/tid=1272] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1272/stat : 1272 (python) S 1251 1253 1220 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 19 0 638738488 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1275] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1275/stat : 1275 (python) S 1251 1253 1220 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 19 0 638738489 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1278] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1278/stat : 1278 (python) S 1251 1253 1220 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 19 0 638738490 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
[pid=1253/tid=1299] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1299/stat : 1299 (python) S 1251 1253 1220 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 19 0 638748514 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1302] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1302/stat : 1302 (python) S 1251 1253 1220 0 -1 4202560 35 938 0 0 0 0 0 0 20 0 19 0 638748516 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 3 0 0 0
[pid=1253/tid=1304] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1304/stat : 1304 (python) S 1251 1253 1220 0 -1 4202560 22 938 0 0 0 0 0 0 22 0 19 0 638748517 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 3 0 0 0
[pid=1253/tid=1309] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1309/stat : 1309 (python) S 1251 1253 1220 0 -1 4202560 26 938 0 0 0 0 0 0 23 0 19 0 638748518 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1331] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1331/stat : 1331 (python) S 1251 1253 1220 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 19 0 638758343 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1335] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1335/stat : 1335 (python) S 1251 1253 1220 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 19 0 638758441 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1339] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1339/stat : 1339 (python) S 1251 1253 1220 0 -1 4202560 28 938 0 0 0 0 0 0 18 0 19 0 638758537 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1343] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1343/stat : 1343 (python) S 1251 1253 1220 0 -1 4202560 26 938 0 0 0 0 0 0 21 0 19 0 638758540 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 1 0 0 0
[pid=1253/tid=1366] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1366/stat : 1366 (python) S 1251 1253 1220 0 -1 4202560 30 938 0 0 0 0 0 0 18 0 19 0 638768367 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
[pid=1253/tid=1370] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1370/stat : 1370 (python) S 1251 1253 1220 0 -1 4202560 29 938 0 0 0 0 0 0 22 0 19 0 638768368 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
[pid=1253/tid=1374] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1374/stat : 1374 (python) S 1251 1253 1220 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 19 0 638768470 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
[pid=1253/tid=1393] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1393/stat : 1393 (python) S 1251 1253 1220 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 19 0 638778395 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
[pid=1253/tid=1404] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1404/stat : 1404 (python) S 1251 1253 1220 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 19 0 638787713 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
[pid=1253/tid=1410] ppid=1251 vsize=465048 CPUtime=0 cores=1,3,5,7
/proc/1253/task/1410/stat : 1410 (python) S 1251 1253 1220 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 19 0 638788421 476209152 7665 33554432000 4194304 5683644 140733941700224 18446744073709551615 254273440177 0 0 16781312 2 18446604456657016128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1989.95
Current children cumulated vsize (KiB) 15942900

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 501.653
CPU time (s): 1989.95
CPU user time (s): 1987.46
CPU system time (s): 2.49
CPU usage (%): 396.679
Max. virtual memory (cumulated for all children) (KiB): 15942900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.54176
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29442
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20662
involuntary context switches= 74

runsolver used 2.84757 second user time and 5.8931 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-15 14:40:29
IDJOB=3378155
IDBENCH=82564
IDSOLVER=1859
FILE ID=node140/3378155-1305463229
RUNJOBID= node140-1305463229-1239
PBS_JOBID= 13324987
Free space on /tmp= 73508 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S1348818483-020-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-3378155-1305463229/watcher-3378155-1305463229 -o /tmp/evaluation-result-3378155-1305463229/solver-3378155-1305463229 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378155-1305463229.cnf -seed 2034263685 -budget 4800 -cores 4

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

MD5SUM BENCH= 112b17aaf1cede32f350e11f6333fc88
RANDOM SEED=2034263685

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      24410004 kB
Buffers:        316600 kB
Cached:        4381432 kB
SwapCached:       8088 kB
Active:        5036404 kB
Inactive:      3190380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24410004 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           65056 kB
Writeback:           0 kB
AnonPages:     3526312 kB
Mapped:          22500 kB
Slab:           227684 kB
PageTables:      21996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45562132 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= 73444 MiB
End job on node140 at 2011-05-15 14:48:53