Trace number 3378192

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) 1984.11 500.62

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S927774663-037-UNKNOWN.cnf
MD5SUM950830e22ef92fb7f22c5b3c987a21f5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3378192-1305463508.cnf
0.31/0.46	c INFO: computing task features
0.59/0.77	c INFO: computed variable-clause graph statistics
0.59/0.77	c INFO: computed clause balance statistics
1.80/1.97	c INFO: computed variable balance statistics
2.30/2.45	c INFO: computed small-clause counts
2.30/2.46	c INFO: computed Horn-clause counts
2.40/2.50	c INFO: computed variable graph statistics
2.40/2.50	c INFO: collected features for HOME/instance-3378192-1305463508.cnf in 2.03 s
2.40/2.51	c INFO: running gnovelty+2@0 for 97 with 1197 remaining (b = 0.38)
2.40/2.51	c INFO: running gnovelty+2@0 for 97 with 1197 remaining (b = 0.13)
2.40/2.52	c INFO: running adaptg2wsat2009++@0 for 97 with 1197 remaining (b = 0.08)
2.40/2.53	c INFO: running adaptg2wsat2009++@0 for 97 with 1197 remaining (b = 0.07)
402.01/102.74	c INFO: running adaptg2wsat2009++@0 for 97 with 1097 remaining (b = 0.05)
402.01/102.76	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.04)
402.01/102.78	c INFO: running FH@0 for 97 with 1097 remaining (b = 0.03)
402.28/102.85	c INFO: running adaptg2wsat2009++@0 for 97 with 1097 remaining (b = 0.03)
800.77/202.97	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.02)
801.16/203.01	c INFO: running FH@0 for 97 with 997 remaining (b = 0.02)
801.16/203.05	c INFO: running hybridGM3@0 for 194 with 997 remaining (b = 0.04)
801.16/203.10	c INFO: running gnovelty+2@0 for 97 with 997 remaining (b = 0.02)
1199.90/303.21	c INFO: running hybridGM3@0 for 194 with 897 remaining (b = 0.03)
1199.90/303.25	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.01)
1200.17/303.39	c INFO: running hybridGM3@0 for 194 with 897 remaining (b = 0.03)
1583.00/399.59	c INFO: running hybridGM3@99 for 97 with 800 remaining (b = 0.01)
1598.52/403.48	c INFO: running hybridGM3@0 for 194 with 796 remaining (b = 0.02)
1980.87/499.76	c INFO: running hybridGM3@100 for 97 with 700 remaining (b = 0.01)
1981.67/499.93	c INFO: running TNM@0 for 700 with 700 remaining (b = 0.08)
1984.11/500.60	c INFO: running FH@0 for 97 with 699 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: 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-3378192-1305463508/watcher-3378192-1305463508 -o /tmp/evaluation-result-3378192-1305463508/solver-3378192-1305463508 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378192-1305463508.cnf -seed 1306285444 -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: 7.96 7.66 5.96 5/301 26313
/proc/meminfo: memFree=20093760/32951124 swapFree=67056788/67111528
[pid=26313] ppid=26311 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/26313/stat : 26313 (python) R 26311 26313 25829 0 -1 4202496 890 0 0 0 0 0 0 0 25 0 1 0 657948747 16154624 773 33554432000 4194304 5683644 140734829509456 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26313/statm: 3944 774 343 364 0 431 0

[startup+0.102217 s]
/proc/loadavg: 7.96 7.66 5.96 5/301 26313
/proc/meminfo: memFree=20093760/32951124 swapFree=67056788/67111528
[pid=26313] ppid=26311 vsize=104620 CPUtime=0.07 cores=1,3,5,7
/proc/26313/stat : 26313 (python) R 26311 26313 25829 0 -1 4202496 3124 0 0 0 5 2 0 0 17 0 1 0 657948747 107130880 2805 33554432000 4194304 5683644 140734829509456 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26313/statm: 26154 2805 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.200197 s]
/proc/loadavg: 7.96 7.66 5.96 5/301 26313
/proc/meminfo: memFree=20093760/32951124 swapFree=67056788/67111528
[pid=26313] ppid=26311 vsize=130944 CPUtime=0.16 cores=1,3,5,7
/proc/26313/stat : 26313 (python) R 26311 26313 25829 0 -1 4202496 5625 935 1 0 12 4 0 0 19 0 1 0 657948747 134086656 4032 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26313/statm: 32736 4032 1015 364 0 2997 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 130944

[startup+0.300187 s]
/proc/loadavg: 7.96 7.66 5.96 5/301 26313
/proc/meminfo: memFree=20093760/32951124 swapFree=67056788/67111528
[pid=26313] ppid=26311 vsize=190256 CPUtime=0.23 cores=1,3,5,7
/proc/26313/stat : 26313 (python) S 26311 26313 25829 0 -1 4202496 6887 935 1 0 17 6 0 0 18 0 1 0 657948747 194822144 4943 33554432000 4194304 5683644 140734829509456 18446744073709551615 271545613959 0 2147483391 16781312 2 18446744071699469502 0 0 17 5 0 0 0
/proc/26313/statm: 48081 4943 1422 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 190256

[startup+0.700109 s]
/proc/loadavg: 7.96 7.66 5.96 5/301 26313
/proc/meminfo: memFree=20093760/32951124 swapFree=67056788/67111528
[pid=26313] ppid=26311 vsize=285916 CPUtime=0.59 cores=1,3,5,7
/proc/26313/stat : 26313 (python) R 26311 26313 25829 0 -1 4202496 11099 935 1 0 51 8 0 0 18 0 1 0 657948747 292777984 8782 33554432000 4194304 5683644 140734829509456 18446744073709551615 47292288299072 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26313/statm: 71479 8782 1761 364 0 7403 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 285916

[startup+1.50097 s]
/proc/loadavg: 7.72 7.61 5.95 6/302 26318
/proc/meminfo: memFree=20061016/32951124 swapFree=67056788/67111528
[pid=26313] ppid=26311 vsize=289508 CPUtime=1.4 cores=1,3,5,7
/proc/26313/stat : 26313 (python) R 26311 26313 25829 0 -1 4202496 13883 935 1 0 131 9 0 0 20 0 1 0 657948747 296456192 9761 33554432000 4194304 5683644 140734829509456 18446744073709551615 271553946289 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26313/statm: 72377 9761 1826 364 0 8301 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 289508

[startup+3.10064 s]
/proc/loadavg: 7.72 7.61 5.95 6/302 26318
/proc/meminfo: memFree=20060396/32951124 swapFree=67056788/67111528
[pid=26313] ppid=26311 vsize=322848 CPUtime=2.44 cores=1,3,5,7
/proc/26313/stat : 26313 (python) S 26311 26313 25829 0 -1 4202496 16651 935 1 0 234 10 0 0 20 0 5 0 657948747 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26313/statm: 80712 7926 1883 364 0 16621 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 322848
heavy processes:

[startup+6.30106 s]
/proc/loadavg: 7.74 7.62 5.96 9/314 26330
/proc/meminfo: memFree=20034068/32951124 swapFree=67056788/67111528
[pid=26313] ppid=26311 vsize=322848 CPUtime=2.44 cores=1,3,5,7
/proc/26313/stat : 26313 (python) S 26311 26313 25829 0 -1 4202496 16651 935 1 0 234 10 0 0 20 0 5 0 657948747 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26313/statm: 80712 7926 1883 364 0 16621 0
[pid=26319] ppid=26313 vsize=282252 CPUtime=0 cores=1,3,5,7
/proc/26319/stat : 26319 (python) S 26313 26313 25829 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 657948998 289026048 6333 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557711 0 0 16781312 514 13504030017947926790 0 0 17 5 0 0 0
/proc/26319/statm: 70563 6333 355 364 0 6481 0
[pid=26321] ppid=26319 vsize=1020188 CPUtime=3.78 cores=1,3,5,7
/proc/26321/stat : 26321 (gnovelty+2) R 26319 26321 26321 0 -1 4202496 1141 0 0 0 378 0 0 0 25 0 1 0 657948998 1044672512 877 33554432000 134512640 135663704 4286961872 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26321/statm: 255047 877 113 282 0 254763 0
[pid=26322] ppid=26313 vsize=293180 CPUtime=0 cores=1,3,5,7
/proc/26322/stat : 26322 (python) S 26313 26313 25829 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 657948999 300216320 6381 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 16716336801379221768 0 0 17 3 0 0 0
/proc/26322/statm: 73295 6381 349 364 0 9210 0
[pid=26324] ppid=26322 vsize=1020188 CPUtime=3.77 cores=1,3,5,7
/proc/26324/stat : 26324 (gnovelty+2) R 26322 26324 26324 0 -1 4202496 1139 0 0 0 377 0 0 0 25 0 1 0 657948999 1044672512 877 33554432000 134512640 135663704 4290221664 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26324/statm: 255047 877 113 282 0 254763 0
[pid=26325] ppid=26313 vsize=302896 CPUtime=0 cores=1,3,5,7
/proc/26325/stat : 26325 (python) S 26313 26313 25829 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 657949000 310165504 6385 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 11468751806440374536 0 0 17 3 0 0 0
/proc/26325/statm: 75724 6385 349 364 0 11636 0
[pid=26327] ppid=26325 vsize=421140 CPUtime=3.75 cores=1,3,5,7
/proc/26327/stat : 26327 (adaptg2wsat2009) R 26325 26327 26327 0 -1 4202496 1804 0 0 0 375 0 0 0 25 0 1 0 657949000 431247360 1538 33554432000 134512640 135107411 4292168672 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26327/statm: 105285 1538 49 146 0 104161 0
[pid=26328] ppid=26313 vsize=313152 CPUtime=0 cores=1,3,5,7
/proc/26328/stat : 26328 (python) S 26313 26313 25829 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 657949001 320667648 6389 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 16205899248422584583 0 0 17 5 0 0 0
/proc/26328/statm: 78288 6389 349 364 0 14197 0
[pid=26330] ppid=26328 vsize=421140 CPUtime=3.71 cores=1,3,5,7
/proc/26330/stat : 26330 (adaptg2wsat2009) R 26328 26330 26330 0 -1 4202496 1802 0 0 0 371 0 0 0 25 0 1 0 657949001 431247360 1538 33554432000 134512640 135107411 4293273184 18446744073709551615 134523310 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26330/statm: 105285 1538 49 146 0 104161 0
[pid=26313/tid=26320] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26320/stat : 26320 (python) S 26311 26313 25829 0 -1 4202560 23 935 0 0 0 0 0 0 24 0 5 0 657948998 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26323] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26323/stat : 26323 (python) S 26311 26313 25829 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 657948999 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 3 0 0 0
[pid=26313/tid=26326] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26326/stat : 26326 (python) S 26311 26313 25829 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 657949000 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 3 0 0 0
[pid=26313/tid=26329] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26329/stat : 26329 (python) S 26311 26313 25829 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 5 0 657949001 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.45
Current children cumulated vsize (KiB) 4396984

[startup+12.7009 s]
/proc/loadavg: 7.76 7.63 5.97 9/314 26330
/proc/meminfo: memFree=20030104/32951124 swapFree=67056788/67111528
[pid=26313] ppid=26311 vsize=322848 CPUtime=2.44 cores=1,3,5,7
/proc/26313/stat : 26313 (python) S 26311 26313 25829 0 -1 4202496 16651 935 1 0 234 10 0 0 20 0 5 0 657948747 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26313/statm: 80712 7926 1883 364 0 16621 0
[pid=26319] ppid=26313 vsize=282252 CPUtime=0.02 cores=1,3,5,7
/proc/26319/stat : 26319 (python) S 26313 26313 25829 0 -1 4202560 882 0 0 0 1 1 0 0 18 0 1 0 657948998 289026048 6356 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557711 0 0 16781312 514 779984752651239686 0 0 17 5 0 0 0
/proc/26319/statm: 70563 6356 378 364 0 6481 0
[pid=26321] ppid=26319 vsize=1020188 CPUtime=10.13 cores=1,3,5,7
/proc/26321/stat : 26321 (gnovelty+2) R 26319 26321 26321 0 -1 4202496 1141 0 0 0 1013 0 0 0 25 0 1 0 657948998 1044672512 877 33554432000 134512640 135663704 4286961872 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26321/statm: 255047 877 113 282 0 254763 0
[pid=26322] ppid=26313 vsize=293180 CPUtime=0.02 cores=1,3,5,7
/proc/26322/stat : 26322 (python) S 26313 26313 25829 0 -1 4202560 898 0 0 0 1 1 0 0 18 0 1 0 657948999 300216320 6404 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 779984752651239688 0 0 17 3 0 0 0
/proc/26322/statm: 73295 6404 372 364 0 9210 0
[pid=26324] ppid=26322 vsize=1020188 CPUtime=10.17 cores=1,3,5,7
/proc/26324/stat : 26324 (gnovelty+2) R 26322 26324 26324 0 -1 4202496 1139 0 0 0 1017 0 0 0 25 0 1 0 657948999 1044672512 877 33554432000 134512640 135663704 4290221664 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26324/statm: 255047 877 113 282 0 254763 0
[pid=26325] ppid=26313 vsize=302896 CPUtime=0.01 cores=1,3,5,7
/proc/26325/stat : 26325 (python) S 26313 26313 25829 0 -1 4202560 903 0 0 0 1 0 0 0 18 0 1 0 657949000 310165504 6408 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 779984752651239688 0 0 17 3 0 0 0
/proc/26325/statm: 75724 6408 372 364 0 11636 0
[pid=26327] ppid=26325 vsize=421804 CPUtime=10.1 cores=1,3,5,7
/proc/26327/stat : 26327 (adaptg2wsat2009) R 26325 26327 26327 0 -1 4202496 2137 0 0 0 1010 0 0 0 25 0 1 0 657949000 431927296 1871 33554432000 134512640 135107411 4292168672 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26327/statm: 105451 1871 59 146 0 104327 0
[pid=26328] ppid=26313 vsize=313152 CPUtime=0.02 cores=1,3,5,7
/proc/26328/stat : 26328 (python) S 26313 26313 25829 0 -1 4202560 911 0 0 0 1 1 0 0 18 0 1 0 657949001 320667648 6412 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 779984752651239687 0 0 17 5 0 0 0
/proc/26328/statm: 78288 6412 372 364 0 14197 0
[pid=26330] ppid=26328 vsize=421804 CPUtime=10.04 cores=1,3,5,7
/proc/26330/stat : 26330 (adaptg2wsat2009) R 26328 26330 26330 0 -1 4202496 2136 0 0 0 1004 0 0 0 25 0 1 0 657949001 431927296 1872 33554432000 134512640 135107411 4293273184 18446744073709551615 134531712 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26330/statm: 105451 1872 59 146 0 104327 0
[pid=26313/tid=26320] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26320/stat : 26320 (python) S 26311 26313 25829 0 -1 4202560 23 935 0 0 0 0 0 0 24 0 5 0 657948998 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26323] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26323/stat : 26323 (python) S 26311 26313 25829 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 657948999 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 3 0 0 0
[pid=26313/tid=26326] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26326/stat : 26326 (python) S 26311 26313 25829 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 657949000 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 3 0 0 0
[pid=26313/tid=26329] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26329/stat : 26329 (python) S 26311 26313 25829 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 5 0 657949001 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 42.95
Current children cumulated vsize (KiB) 4398312

[startup+25.5016 s]
/proc/loadavg: 7.81 7.64 6.01 9/314 26330
/proc/meminfo: memFree=20030728/32951124 swapFree=67056788/67111528
[pid=26313] ppid=26311 vsize=322848 CPUtime=2.44 cores=1,3,5,7
/proc/26313/stat : 26313 (python) S 26311 26313 25829 0 -1 4202496 16651 935 1 0 234 10 0 0 20 0 5 0 657948747 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26313/statm: 80712 7926 1883 364 0 16621 0
[pid=26319] ppid=26313 vsize=282252 CPUtime=0.04 cores=1,3,5,7
/proc/26319/stat : 26319 (python) S 26313 26313 25829 0 -1 4202560 892 0 0 0 2 2 0 0 18 0 1 0 657948998 289026048 6356 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557711 0 0 16781312 514 779984752651239686 0 0 17 5 0 0 0
/proc/26319/statm: 70563 6356 378 364 0 6481 0
[pid=26321] ppid=26319 vsize=1020188 CPUtime=22.88 cores=1,3,5,7
/proc/26321/stat : 26321 (gnovelty+2) R 26319 26321 26321 0 -1 4202496 1141 0 0 0 2288 0 0 0 25 0 1 0 657948998 1044672512 877 33554432000 134512640 135663704 4286961872 18446744073709551615 134524518 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26321/statm: 255047 877 113 282 0 254763 0
[pid=26322] ppid=26313 vsize=293180 CPUtime=0.04 cores=1,3,5,7
/proc/26322/stat : 26322 (python) S 26313 26313 25829 0 -1 4202560 904 0 0 0 2 2 0 0 18 0 1 0 657948999 300216320 6404 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 779984752651239688 0 0 17 3 0 0 0
/proc/26322/statm: 73295 6404 372 364 0 9210 0
[pid=26324] ppid=26322 vsize=1020188 CPUtime=22.97 cores=1,3,5,7
/proc/26324/stat : 26324 (gnovelty+2) R 26322 26324 26324 0 -1 4202496 1139 0 0 0 2297 0 0 0 25 0 1 0 657948999 1044672512 877 33554432000 134512640 135663704 4290221664 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26324/statm: 255047 877 113 282 0 254763 0
[pid=26325] ppid=26313 vsize=302896 CPUtime=0.04 cores=1,3,5,7
/proc/26325/stat : 26325 (python) S 26313 26313 25829 0 -1 4202560 907 0 0 0 2 2 0 0 18 0 1 0 657949000 310165504 6408 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 779984752651239688 0 0 17 3 0 0 0
/proc/26325/statm: 75724 6408 372 364 0 11636 0
[pid=26327] ppid=26325 vsize=421804 CPUtime=22.85 cores=1,3,5,7
/proc/26327/stat : 26327 (adaptg2wsat2009) R 26325 26327 26327 0 -1 4202496 2137 0 0 0 2285 0 0 0 25 0 1 0 657949000 431927296 1871 33554432000 134512640 135107411 4292168672 18446744073709551615 134532408 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26327/statm: 105451 1871 59 146 0 104327 0
[pid=26328] ppid=26313 vsize=313152 CPUtime=0.04 cores=1,3,5,7
/proc/26328/stat : 26328 (python) S 26313 26313 25829 0 -1 4202560 915 0 0 0 2 2 0 0 18 0 1 0 657949001 320667648 6412 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 779984752651239687 0 0 17 5 0 0 0
/proc/26328/statm: 78288 6412 372 364 0 14197 0
[pid=26330] ppid=26328 vsize=421804 CPUtime=22.71 cores=1,3,5,7
/proc/26330/stat : 26330 (adaptg2wsat2009) R 26328 26330 26330 0 -1 4202496 2136 0 0 0 2271 0 0 0 25 0 1 0 657949001 431927296 1872 33554432000 134512640 135107411 4293273184 18446744073709551615 134531604 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26330/statm: 105451 1872 59 146 0 104327 0
[pid=26313/tid=26320] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26320/stat : 26320 (python) S 26311 26313 25829 0 -1 4202560 23 935 0 0 0 0 0 0 24 0 5 0 657948998 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26323] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26323/stat : 26323 (python) S 26311 26313 25829 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 657948999 330596352 7926 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 3 0 0 0
[pid=26313/tid=26326] ppid=26311 vsize=322848 CPUtime=0 cores=1,3,5,7

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

/proc/26325/stat : 26325 (python) S 26313 26313 25829 0 -1 4202560 1082 0 0 0 12 9 0 0 19 0 2 0 657949000 310165504 6437 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26325/statm: 75724 6437 400 364 0 11636 0
[pid=26327] ppid=26325 vsize=421804 CPUtime=99.75 cores=1,3,5,7
/proc/26327/stat : 26327 (adaptg2wsat2009) T 26325 26327 26327 0 -1 4202496 2137 0 0 0 9975 0 0 0 25 0 1 0 657949000 431927296 1871 33554432000 134512640 135107411 4292168672 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26327/statm: 105451 1871 59 146 0 104327 0
[pid=26325/tid=26347] ppid=26313 vsize=302896 CPUtime=0 cores=1,3,5,7
/proc/26325/task/26347/stat : 26347 (python) S 26313 26313 25829 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657959021 310165504 6437 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604459877937408 0 0 -1 3 0 0 0
[pid=26328] ppid=26313 vsize=313152 CPUtime=0.21 cores=1,3,5,7
/proc/26328/stat : 26328 (python) S 26313 26313 25829 0 -1 4202560 1094 0 0 0 11 10 0 0 19 0 2 0 657949001 320667648 6441 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26328/statm: 78288 6441 400 364 0 14197 0
[pid=26330] ppid=26328 vsize=421804 CPUtime=99.16 cores=1,3,5,7
/proc/26330/stat : 26330 (adaptg2wsat2009) T 26328 26330 26330 0 -1 4202496 2136 0 0 0 9916 0 0 0 25 0 1 0 657949001 431927296 1872 33554432000 134512640 135107411 4293273184 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26330/statm: 105451 1872 59 146 0 104327 0
[pid=26328/tid=26348] ppid=26313 vsize=313152 CPUtime=0 cores=1,3,5,7
/proc/26328/task/26348/stat : 26348 (python) S 26313 26313 25829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657959022 320667648 6441 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604465275857792 0 0 -1 5 0 0 0
[pid=26349] ppid=26313 vsize=324016 CPUtime=0.22 cores=1,3,5,7
/proc/26349/stat : 26349 (python) S 26313 26313 25829 0 -1 4202560 1091 0 0 0 11 11 0 0 19 0 2 0 657959022 331792384 6462 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26349/statm: 81004 6462 400 364 0 16910 0
[pid=26351] ppid=26349 vsize=421804 CPUtime=100.18 cores=1,3,5,7
/proc/26351/stat : 26351 (adaptg2wsat2009) T 26349 26351 26351 0 -1 4202496 2137 0 0 0 10018 0 0 0 25 0 1 0 657959022 431927296 1871 33554432000 134512640 135107411 4294240960 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26351/statm: 105451 1871 59 146 0 104327 0
[pid=26349/tid=26370] ppid=26313 vsize=324016 CPUtime=0 cores=1,3,5,7
/proc/26349/task/26370/stat : 26370 (python) S 26313 26313 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657969044 331792384 6462 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604466713344704 0 0 -1 3 0 0 0
[pid=26352] ppid=26313 vsize=398784 CPUtime=0.22 cores=1,3,5,7
/proc/26352/stat : 26352 (python) S 26313 26313 25829 0 -1 4202560 1016 0 0 0 11 11 0 0 19 0 2 0 657959023 408354816 6637 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26352/statm: 99696 6637 399 364 0 35599 0
[pid=26354] ppid=26352 vsize=1020188 CPUtime=98.36 cores=1,3,5,7
/proc/26354/stat : 26354 (gnovelty+2) T 26352 26354 26354 0 -1 4202496 1132 0 0 0 9836 0 0 0 25 0 1 0 657959023 1044672512 876 33554432000 134512640 135663704 4291955584 18446744073709551615 134524843 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26354/statm: 255047 876 113 282 0 254763 0
[pid=26352/tid=26378] ppid=26313 vsize=398784 CPUtime=0 cores=1,3,5,7
/proc/26352/task/26378/stat : 26378 (python) S 26313 26313 25829 0 -1 4202560 101 0 0 0 0 0 0 0 19 0 2 0 657969052 408354816 6637 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604466713342912 0 0 -1 1 0 0 0
[pid=26356] ppid=26313 vsize=409040 CPUtime=0.22 cores=1,3,5,7
/proc/26356/stat : 26356 (python) S 26313 26313 25829 0 -1 4202560 988 0 0 0 10 12 0 0 19 0 2 0 657959026 418856960 6601 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26356/statm: 102260 6601 399 364 0 38160 0
[pid=26358] ppid=26356 vsize=251296 CPUtime=99.98 cores=1,3,5,7
/proc/26358/stat : 26358 (FH) T 26356 26358 26358 0 -1 4202496 1951 0 0 0 9998 0 0 0 25 0 1 0 657959026 257327104 1693 33554432000 134512640 134936988 4292876512 18446744073709551615 134554211 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26358/statm: 62824 1693 41 104 0 62328 0
[pid=26356/tid=26374] ppid=26313 vsize=409040 CPUtime=0 cores=1,3,5,7
/proc/26356/task/26374/stat : 26374 (python) S 26313 26313 25829 0 -1 4202560 67 0 0 0 0 0 0 0 19 0 2 0 657969047 418856960 6601 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604471133331904 0 0 -1 5 0 0 0
[pid=26360] ppid=26313 vsize=419296 CPUtime=0.22 cores=1,3,5,7
/proc/26360/stat : 26360 (python) S 26313 26313 25829 0 -1 4202560 1043 0 0 0 10 12 0 0 19 0 2 0 657959032 429359104 6643 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26360/statm: 104824 6643 405 364 0 40721 0
[pid=26362] ppid=26360 vsize=421804 CPUtime=99.57 cores=1,3,5,7
/proc/26362/stat : 26362 (adaptg2wsat2009) T 26360 26362 26362 0 -1 4202496 2138 0 0 0 9957 0 0 0 25 0 1 0 657959033 431927296 1871 33554432000 134512640 135107411 4288445648 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26362/statm: 105451 1871 59 146 0 104327 0
[pid=26360/tid=26382] ppid=26313 vsize=419296 CPUtime=0 cores=1,3,5,7
/proc/26360/task/26382/stat : 26382 (python) S 26313 26313 25829 0 -1 4202560 72 0 0 0 0 0 0 0 19 0 2 0 657969056 429359104 6643 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604469183301760 0 0 -1 5 0 0 0
[pid=26371] ppid=26313 vsize=430376 CPUtime=0.23 cores=1,3,5,7
/proc/26371/stat : 26371 (python) S 26313 26313 25829 0 -1 4202560 1126 0 0 0 11 12 0 0 19 0 2 0 657969045 440705024 6592 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26371/statm: 107594 6592 406 364 0 43488 0
[pid=26373] ppid=26371 vsize=421804 CPUtime=100.16 cores=1,3,5,7
/proc/26373/stat : 26373 (adaptg2wsat2009) T 26371 26373 26373 0 -1 4202496 2144 0 0 0 10016 0 0 0 25 0 1 0 657969045 431927296 1870 33554432000 134512640 135107411 4294232448 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26373/statm: 105451 1870 59 146 0 104327 0
[pid=26371/tid=26437] ppid=26313 vsize=430376 CPUtime=0 cores=1,3,5,7
/proc/26371/task/26437/stat : 26437 (python) S 26313 26313 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657979067 440705024 6592 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604462578792512 0 0 -1 1 0 0 0
[pid=26375] ppid=26313 vsize=440592 CPUtime=0.23 cores=1,3,5,7
/proc/26375/stat : 26375 (python) S 26313 26313 25829 0 -1 4202560 1114 0 0 0 12 11 0 0 19 0 2 0 657969048 451166208 6675 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26375/statm: 110148 6675 400 364 0 46039 0
[pid=26377] ppid=26375 vsize=251292 CPUtime=100.19 cores=1,3,5,7
/proc/26377/stat : 26377 (FH) T 26375 26377 26377 0 -1 4202496 1963 0 0 0 10019 0 0 0 25 0 1 0 657969049 257323008 1694 33554432000 134512640 134936988 4287533152 18446744073709551615 134544832 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26377/statm: 62823 1694 41 104 0 62327 0
[pid=26375/tid=26441] ppid=26313 vsize=440592 CPUtime=0 cores=1,3,5,7
/proc/26375/task/26441/stat : 26441 (python) S 26313 26313 25829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657979071 451166208 6675 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604454772787200 0 0 -1 5 0 0 0
[pid=26379] ppid=26313 vsize=450624 CPUtime=0.67 cores=1,3,5,7
/proc/26379/stat : 26379 (python) S 26313 26313 25829 0 -1 4202560 1173 0 0 0 35 32 0 0 18 0 2 0 657969053 461438976 6679 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26379/statm: 112656 6679 400 364 0 48544 0
[pid=26381] ppid=26379 vsize=268420 CPUtime=292.54 cores=1,3,5,7
/proc/26381/stat : 26381 (hybridGM3) R 26379 26381 26381 0 -1 4202496 5644 0 0 0 29254 0 0 0 25 0 1 0 657969053 274862080 5376 33554432000 134512640 135204385 4288065328 18446744073709551615 134538034 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26381/statm: 67105 5376 63 169 0 66935 0
[pid=26379/tid=26497] ppid=26313 vsize=450624 CPUtime=0 cores=1,3,5,7
/proc/26379/task/26497/stat : 26497 (python) S 26313 26313 25829 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 657988705 461438976 6679 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604468941746240 0 0 -1 1 0 0 0
[pid=26383] ppid=26313 vsize=461520 CPUtime=0.23 cores=1,3,5,7
/proc/26383/stat : 26383 (python) S 26313 26313 25829 0 -1 4202560 1133 0 0 0 12 11 0 0 19 0 2 0 657969057 472596480 6683 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26383/statm: 115380 6683 400 364 0 51265 0
[pid=26385] ppid=26383 vsize=1020188 CPUtime=99.37 cores=1,3,5,7
/proc/26385/stat : 26385 (gnovelty+2) T 26383 26385 26385 0 -1 4202496 1147 0 0 0 9937 0 0 0 25 0 1 0 657969058 1044672512 876 33554432000 134512640 135663704 4294437216 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26385/statm: 255047 876 113 282 0 254763 0
[pid=26383/tid=26445] ppid=26313 vsize=461520 CPUtime=0 cores=1,3,5,7
/proc/26383/task/26445/stat : 26445 (python) S 26313 26313 25829 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657979086 472596480 6683 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604457289679296 0 0 -1 5 0 0 0
[pid=26438] ppid=26313 vsize=471292 CPUtime=0.46 cores=1,3,5,7
/proc/26438/stat : 26438 (python) S 26313 26313 25829 0 -1 4202560 1161 0 0 0 25 21 0 0 18 0 2 0 657979069 482603008 6779 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26438/statm: 117823 6779 399 364 0 53705 0
[pid=26440] ppid=26438 vsize=268420 CPUtime=197.25 cores=1,3,5,7
/proc/26440/stat : 26440 (hybridGM3) R 26438 26440 26440 0 -1 4202496 5650 0 0 0 19725 0 0 0 25 0 1 0 657979069 274862080 5377 33554432000 134512640 135204385 4291345712 18446744073709551615 134538541 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26440/statm: 67105 5377 63 169 0 66935 0
[pid=26438/tid=26521] ppid=26313 vsize=471292 CPUtime=0 cores=1,3,5,7
/proc/26438/task/26521/stat : 26521 (python) S 26313 26313 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657998722 482603008 6779 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604457289680192 0 0 -1 5 0 0 0
[pid=26442] ppid=26313 vsize=482156 CPUtime=0.23 cores=1,3,5,7
/proc/26442/stat : 26442 (python) S 26313 26313 25829 0 -1 4202560 1139 0 0 0 12 11 0 0 19 0 2 0 657979072 493727744 6785 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26442/statm: 120539 6785 400 364 0 56418 0
[pid=26444] ppid=26442 vsize=421804 CPUtime=98.1 cores=1,3,5,7
/proc/26444/stat : 26444 (adaptg2wsat2009) T 26442 26444 26444 0 -1 4202496 2145 0 0 0 9810 0 0 0 25 0 1 0 657979072 431927296 1871 33554432000 134512640 135107411 4287483376 18446744073709551615 134539327 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26444/statm: 105451 1871 59 146 0 104327 0
[pid=26442/tid=26498] ppid=26313 vsize=482156 CPUtime=0 cores=1,3,5,7
/proc/26442/task/26498/stat : 26498 (python) S 26313 26313 25829 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657989095 493727744 6785 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604463712235904 0 0 -1 7 0 0 0
[pid=26446] ppid=26313 vsize=491804 CPUtime=0.45 cores=1,3,5,7
/proc/26446/stat : 26446 (python) S 26313 26313 25829 0 -1 4202560 1227 0 0 0 23 22 0 0 19 0 2 0 657979087 503607296 6826 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26446/statm: 122951 6826 407 364 0 58827 0
[pid=26448] ppid=26446 vsize=268428 CPUtime=195.62 cores=1,3,5,7
/proc/26448/stat : 26448 (hybridGM3) T 26446 26448 26448 0 -1 4202496 5657 0 0 0 19562 0 0 0 25 0 1 0 657979087 274870272 5378 33554432000 134512640 135204385 4294080688 18446744073709551615 134538284 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26448/statm: 67107 5378 63 169 0 66937 0
[pid=26446/tid=26522] ppid=26313 vsize=491804 CPUtime=0 cores=1,3,5,7
/proc/26446/task/26522/stat : 26522 (python) S 26313 26313 25829 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657998739 503607296 6826 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 514 18446604456230702016 0 0 -1 5 0 0 0
[pid=26499] ppid=26313 vsize=502472 CPUtime=0.22 cores=1,3,5,7
/proc/26499/stat : 26499 (python) S 26313 26313 25829 0 -1 4202560 1040 0 0 0 12 10 0 0 18 0 1 0 657989096 514531328 6827 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 779984752651239685 0 0 17 5 0 0 0
/proc/26499/statm: 125618 6827 380 364 0 61491 0
[pid=26501] ppid=26499 vsize=268424 CPUtime=96.12 cores=1,3,5,7
/proc/26501/stat : 26501 (hybridGM3) R 26499 26501 26501 0 -1 4202496 5656 0 0 0 9611 1 0 0 25 0 1 0 657989096 274866176 5378 33554432000 134512640 135204385 4290940848 18446744073709551615 134538041 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26501/statm: 67106 5378 63 169 0 66936 0
[pid=26523] ppid=26313 vsize=512824 CPUtime=0 cores=1,3,5,7
/proc/26523/stat : 26523 (python) S 26313 26313 25829 0 -1 4202560 842 0 0 0 0 0 0 0 19 0 1 0 657998740 525131776 6804 33554432000 4194304 5683644 140734829509456 18446744073709551615 271550557766 0 0 16781312 514 5632210659304275967 0 0 17 3 0 0 0
/proc/26523/statm: 128206 6804 353 364 0 64076 0
[pid=26525] ppid=26523 vsize=455276 CPUtime=0.58 cores=1,3,5,7
/proc/26525/stat : 26525 (TNM) R 26523 26525 26525 0 -1 4202496 1581 0 0 0 58 0 0 0 22 0 1 0 657998741 466202624 1303 33554432000 134512640 135008748 4286989152 18446744073709551615 134523360 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26525/statm: 113819 1303 45 122 0 112719 0
[pid=26313/tid=26320] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26320/stat : 26320 (python) S 26311 26313 25829 0 -1 4202560 23 935 0 0 0 0 0 0 24 0 18 0 657948998 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26323] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26323/stat : 26323 (python) S 26311 26313 25829 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 18 0 657948999 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 3 0 0 0
[pid=26313/tid=26326] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26326/stat : 26326 (python) S 26311 26313 25829 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 18 0 657949000 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 3 0 0 0
[pid=26313/tid=26329] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26329/stat : 26329 (python) S 26311 26313 25829 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 18 0 657949001 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26350] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26350/stat : 26350 (python) S 26311 26313 25829 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 18 0 657959022 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26353] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26353/stat : 26353 (python) S 26311 26313 25829 0 -1 4202560 69 935 0 0 0 0 0 0 22 0 18 0 657959023 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 3 0 0 0
[pid=26313/tid=26357] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26357/stat : 26357 (python) S 26311 26313 25829 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 18 0 657959026 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26361] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26361/stat : 26361 (python) S 26311 26313 25829 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 18 0 657959033 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26372] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26372/stat : 26372 (python) S 26311 26313 25829 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 18 0 657969045 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26376] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26376/stat : 26376 (python) S 26311 26313 25829 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 18 0 657969049 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26380] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26380/stat : 26380 (python) S 26311 26313 25829 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 18 0 657969053 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26384] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26384/stat : 26384 (python) S 26311 26313 25829 0 -1 4202560 28 935 0 0 0 0 0 0 23 0 18 0 657969057 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26439] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26439/stat : 26439 (python) S 26311 26313 25829 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 18 0 657979069 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26443] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26443/stat : 26443 (python) S 26311 26313 25829 0 -1 4202560 29 935 0 0 0 0 0 0 21 0 18 0 657979072 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26447] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26447/stat : 26447 (python) S 26311 26313 25829 0 -1 4202560 29 935 0 0 0 0 0 0 21 0 18 0 657979087 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26500] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26500/stat : 26500 (python) S 26311 26313 25829 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 18 0 657989096 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
[pid=26313/tid=26524] ppid=26311 vsize=522780 CPUtime=0 cores=1,3,5,7
/proc/26313/task/26524/stat : 26524 (python) S 26311 26313 25829 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 18 0 657998741 535326720 8364 33554432000 4194304 5683644 140734829509456 18446744073709551615 271562361265 0 0 16781312 2 18446604461099735104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1984.11
Current children cumulated vsize (KiB) 16162432

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 26313 and gives
#  childrusage.ru_utime.tv_sec=201
#  childrusage.ru_utime.tv_usec=868311
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=60686
# CPU time returned by wait4() is 203.929
# while last known CPU time is 1984.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 500.62
CPU time (s): 1984.11
CPU user time (s): 1981.82
CPU system time (s): 2.29
CPU usage (%): 396.33
Max. virtual memory (cumulated for all children) (KiB): 16162432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.868
system time used= 2.06069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51693
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= 3666
involuntary context switches= 460

runsolver used 2.90256 second user time and 7.00394 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 14:45:09
IDJOB=3378192
IDBENCH=82601
IDSOLVER=1859
FILE ID=node133/3378192-1305463508
RUNJOBID= node133-1305462765-25848
PBS_JOBID= 13324974
Free space on /tmp= 73552 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S927774663-037-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-3378192-1305463508/watcher-3378192-1305463508 -o /tmp/evaluation-result-3378192-1305463508/solver-3378192-1305463508 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378192-1305463508.cnf -seed 1306285444 -budget 4800 -cores 4

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

MD5SUM BENCH= 950830e22ef92fb7f22c5b3c987a21f5
RANDOM SEED=1306285444

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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:      20094040 kB
Buffers:        303712 kB
Cached:        4252220 kB
SwapCached:       8724 kB
Active:        9327800 kB
Inactive:      3232748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20094040 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           90268 kB
Writeback:           0 kB
AnonPages:     8001848 kB
Mapped:          30272 kB
Slab:           201668 kB
PageTables:      31760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 40488516 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73588 MiB
End job on node133 at 2011-05-15 14:53:31