Trace number 3378282

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) 2207.12 709.532

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S94779963-093-UNKNOWN.cnf
MD5SUMaef8bd4e13046b42a5bc777dc56e10de
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.36/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.64	c INFO: solving HOME/instance-3378282-1305464471.cnf
0.36/0.64	c INFO: computing task features
0.54/0.89	c INFO: computed variable-clause graph statistics
0.64/0.90	c INFO: computed clause balance statistics
1.85/2.15	c INFO: computed variable balance statistics
2.34/2.64	c INFO: computed small-clause counts
2.34/2.65	c INFO: computed Horn-clause counts
2.34/2.69	c INFO: computed variable graph statistics
2.34/2.69	c INFO: collected features for HOME/instance-3378282-1305464471.cnf in 2.04 s
2.44/2.70	c INFO: running gnovelty+2@0 for 97 with 1197 remaining (b = 0.38)
2.44/2.71	c INFO: running gnovelty+2@0 for 97 with 1197 remaining (b = 0.13)
2.44/2.72	c INFO: running adaptg2wsat2009++@0 for 97 with 1197 remaining (b = 0.08)
2.44/2.73	c INFO: running adaptg2wsat2009++@0 for 97 with 1197 remaining (b = 0.07)
301.93/103.06	c INFO: running adaptg2wsat2009++@0 for 97 with 1097 remaining (b = 0.05)
347.29/118.27	c INFO: running gnovelty+2@0 for 97 with 1082 remaining (b = 0.04)
472.78/160.25	c INFO: running FH@0 for 97 with 1040 remaining (b = 0.03)
523.52/177.25	c INFO: running adaptg2wsat2009++@0 for 97 with 1023 remaining (b = 0.03)
634.03/214.39	c INFO: running adaptg2wsat2009++@0 for 97 with 986 remaining (b = 0.02)
733.48/247.73	c INFO: running FH@0 for 97 with 952 remaining (b = 0.02)
885.21/298.67	c INFO: running hybridGM3@0 for 194 with 901 remaining (b = 0.04)
918.24/309.74	c INFO: running gnovelty+2@0 for 97 with 890 remaining (b = 0.02)
1037.73/348.82	c INFO: running hybridGM3@0 for 194 with 851 remaining (b = 0.03)
1097.85/366.14	c INFO: running adaptg2wsat2009++@0 for 194 with 834 remaining (b = 0.03)
1313.45/428.17	c INFO: running hybridGM3@0 for 194 with 772 remaining (b = 0.03)
1574.97/513.44	c INFO: running hybridGM3@97 for 97 with 687 remaining (b = 0.01)
1840.51/589.82	c INFO: running hybridGM3@0 for 194 with 610 remaining (b = 0.02)
1895.22/605.78	c INFO: running hybridGM3@100 for 97 with 594 remaining (b = 0.01)
2148.34/689.96	c INFO: running hybridGM3@296 for 97 with 510 remaining (b = 0.01)
2196.76/706.07	c INFO: running FH@0 for 97 with 494 remaining (b = 0.01)
2206.07/709.14	c INFO: running gnovelty+2@0 for 97 with 491 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-3378282-1305464471/watcher-3378282-1305464471 -o /tmp/evaluation-result-3378282-1305464471/solver-3378282-1305464471 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378282-1305464471.cnf -seed 1394736270 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.90 8.01 6.60 6/403 21527
/proc/meminfo: memFree=25000564/32951124 swapFree=46575252/67111528
[pid=21527] ppid=21525 vsize=15760 CPUtime=0 cores=0,2,4,6
/proc/21527/stat : 21527 (python) R 21525 21527 21227 0 -1 4202496 841 0 0 0 0 0 0 0 25 0 1 0 390638406 16138240 725 33554432000 4194304 5683644 140736025671040 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21527/statm: 3939 725 334 364 0 426 0

[startup+0.0573941 s]
/proc/loadavg: 7.90 8.01 6.60 6/403 21527
/proc/meminfo: memFree=25000564/32951124 swapFree=46575252/67111528
[pid=21527] ppid=21525 vsize=29792 CPUtime=0.03 cores=0,2,4,6
/proc/21527/stat : 21527 (python) S 21525 21527 21227 0 -1 4202496 1414 0 0 0 3 0 0 0 25 0 1 0 390638406 30507008 1258 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21527/statm: 7448 1258 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.101055 s]
/proc/loadavg: 7.90 8.01 6.60 6/403 21527
/proc/meminfo: memFree=25000564/32951124 swapFree=46575252/67111528
[pid=21527] ppid=21525 vsize=91832 CPUtime=0.05 cores=0,2,4,6
/proc/21527/stat : 21527 (python) S 21525 21527 21227 0 -1 4202496 2678 0 0 0 5 0 0 0 25 0 1 0 390638406 94035968 2394 33554432000 4194304 5683644 140736025671040 18446744073709551615 268655738503 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21527/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91832

[startup+0.301051 s]
/proc/loadavg: 7.90 8.01 6.60 6/403 21527
/proc/meminfo: memFree=25000564/32951124 swapFree=46575252/67111528
[pid=21527] ppid=21525 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/21527/stat : 21527 (python) S 21525 21527 21227 0 -1 4202496 5962 937 1 0 14 3 0 0 17 0 1 0 390638406 139010048 4151 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660658181 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21527/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.707007 s]
/proc/loadavg: 7.90 8.01 6.60 6/403 21527
/proc/meminfo: memFree=25000564/32951124 swapFree=46575252/67111528
[pid=21527] ppid=21525 vsize=281452 CPUtime=0.44 cores=0,2,4,6
/proc/21527/stat : 21527 (python) R 21525 21527 21227 0 -1 4202496 9982 937 1 0 33 11 0 0 16 0 1 0 390638406 288206848 7666 33554432000 4194304 5683644 140736025671040 18446744073709551615 4422984 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21527/statm: 70363 7668 1761 364 0 6287 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 281452

[startup+1.50084 s]
/proc/loadavg: 7.90 8.01 6.60 7/404 21532
/proc/meminfo: memFree=24966836/32951124 swapFree=46575252/67111528
[pid=21527] ppid=21525 vsize=289496 CPUtime=1.24 cores=0,2,4,6
/proc/21527/stat : 21527 (python) R 21525 21527 21227 0 -1 4202496 13879 937 1 0 112 12 0 0 17 0 1 0 390638406 296443904 9758 33554432000 4194304 5683644 140736025671040 18446744073709551615 4314432 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21527/statm: 72374 9758 1826 364 0 8298 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 289496

[startup+3.10053 s]
/proc/loadavg: 7.90 8.01 6.60 7/404 21532
/proc/meminfo: memFree=24965968/32951124 swapFree=46575252/67111528
[pid=21527] ppid=21525 vsize=322832 CPUtime=2.47 cores=0,2,4,6
/proc/21527/stat : 21527 (python) S 21525 21527 21227 0 -1 4202496 16668 937 1 0 234 13 0 0 25 0 5 0 390638406 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21527/statm: 80708 7923 1883 364 0 16617 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 322832
heavy processes:

[startup+6.30097 s]
/proc/loadavg: 7.91 8.01 6.61 10/416 21544
/proc/meminfo: memFree=24939960/32951124 swapFree=46575252/67111528
[pid=21527] ppid=21525 vsize=322832 CPUtime=2.47 cores=0,2,4,6
/proc/21527/stat : 21527 (python) S 21525 21527 21227 0 -1 4202496 16668 937 1 0 234 13 0 0 25 0 5 0 390638406 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21527/statm: 80708 7923 1883 364 0 16617 0
[pid=21533] ppid=21527 vsize=282236 CPUtime=0 cores=0,2,4,6
/proc/21533/stat : 21533 (python) S 21527 21527 21227 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 390638677 289009664 6329 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682255 0 0 16781312 514 4478285850337050882 0 0 17 6 0 0 0
/proc/21533/statm: 70559 6329 355 364 0 6477 0
[pid=21535] ppid=21533 vsize=1020188 CPUtime=1.88 cores=0,2,4,6
/proc/21535/stat : 21535 (gnovelty+2) R 21533 21535 21535 0 -1 4202496 1140 0 0 0 188 0 0 0 25 0 1 0 390638677 1044672512 877 33554432000 134512640 135663704 4291297696 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21535/statm: 255047 877 113 282 0 254763 0
[pid=21536] ppid=21527 vsize=293168 CPUtime=0 cores=0,2,4,6
/proc/21536/stat : 21536 (python) S 21527 21527 21227 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 390638678 300204032 6378 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 4454648549363122434 0 0 17 0 0 0 0
/proc/21536/statm: 73292 6378 349 364 0 9207 0
[pid=21538] ppid=21536 vsize=1020188 CPUtime=3.52 cores=0,2,4,6
/proc/21538/stat : 21538 (gnovelty+2) R 21536 21538 21538 0 -1 4202496 1138 0 0 0 352 0 0 0 25 0 1 0 390638678 1044672512 876 33554432000 134512640 135663704 4288027568 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21538/statm: 255047 876 113 282 0 254763 0
[pid=21539] ppid=21527 vsize=302884 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (python) S 21527 21527 21227 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 390638679 310153216 6382 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 17407591515424784642 0 0 17 6 0 0 0
/proc/21539/statm: 75721 6382 349 364 0 11633 0
[pid=21543] ppid=21539 vsize=421140 CPUtime=3.55 cores=0,2,4,6
/proc/21543/stat : 21543 (adaptg2wsat2009) R 21539 21543 21543 0 -1 4202496 1804 0 0 0 355 0 0 0 25 0 1 0 390638680 431247360 1539 33554432000 134512640 135107411 4291481920 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21543/statm: 105285 1539 49 146 0 104161 0
[pid=21541] ppid=21527 vsize=313140 CPUtime=0 cores=0,2,4,6
/proc/21541/stat : 21541 (python) S 21527 21527 21227 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 390638680 320655360 6386 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 17407595363715481859 0 0 17 6 0 0 0
/proc/21541/statm: 78285 6386 349 364 0 14194 0
[pid=21544] ppid=21541 vsize=421140 CPUtime=1.69 cores=0,2,4,6
/proc/21544/stat : 21544 (adaptg2wsat2009) R 21541 21544 21544 0 -1 4202496 1804 0 0 0 169 0 0 0 25 0 1 0 390638680 431247360 1539 33554432000 134512640 135107411 4289912752 18446744073709551615 134523217 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21544/statm: 105285 1539 49 146 0 104161 0
[pid=21527/tid=21534] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21534/stat : 21534 (python) S 21525 21527 21227 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 390638677 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21537] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21537/stat : 21537 (python) S 21525 21527 21227 0 -1 4202560 25 937 0 0 0 0 0 0 23 0 5 0 390638678 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21540/stat : 21540 (python) S 21525 21527 21227 0 -1 4202560 36 937 0 0 0 0 0 0 25 0 5 0 390638679 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21542] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21542/stat : 21542 (python) S 21525 21527 21227 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 390638680 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 4396916

[startup+12.7008 s]
/proc/loadavg: 8.00 8.02 6.62 10/416 21545
/proc/meminfo: memFree=24936868/32951124 swapFree=46575252/67111528
[pid=21527] ppid=21525 vsize=322832 CPUtime=2.47 cores=0,2,4,6
/proc/21527/stat : 21527 (python) S 21525 21527 21227 0 -1 4202496 16668 937 1 0 234 13 0 0 25 0 5 0 390638406 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21527/statm: 80708 7923 1883 364 0 16617 0
[pid=21533] ppid=21527 vsize=282236 CPUtime=0.01 cores=0,2,4,6
/proc/21533/stat : 21533 (python) S 21527 21527 21227 0 -1 4202560 883 0 0 0 0 1 0 0 18 0 1 0 390638677 289009664 6352 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682255 0 0 16781312 514 4478285850337050882 0 0 17 6 0 0 0
/proc/21533/statm: 70559 6352 378 364 0 6477 0
[pid=21535] ppid=21533 vsize=1020188 CPUtime=5.08 cores=0,2,4,6
/proc/21535/stat : 21535 (gnovelty+2) R 21533 21535 21535 0 -1 4202496 1140 0 0 0 508 0 0 0 25 0 1 0 390638677 1044672512 877 33554432000 134512640 135663704 4291297696 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21535/statm: 255047 877 113 282 0 254763 0
[pid=21536] ppid=21527 vsize=293168 CPUtime=0 cores=0,2,4,6
/proc/21536/stat : 21536 (python) S 21527 21527 21227 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 390638678 300204032 6401 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 4454648549363122434 0 0 17 0 0 0 0
/proc/21536/statm: 73292 6401 372 364 0 9207 0
[pid=21538] ppid=21536 vsize=1020188 CPUtime=9.78 cores=0,2,4,6
/proc/21538/stat : 21538 (gnovelty+2) R 21536 21538 21538 0 -1 4202496 1138 0 0 0 978 0 0 0 25 0 1 0 390638678 1044672512 876 33554432000 134512640 135663704 4288027568 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21538/statm: 255047 876 113 282 0 254763 0
[pid=21539] ppid=21527 vsize=302884 CPUtime=0 cores=0,2,4,6
/proc/21539/stat : 21539 (python) S 21527 21527 21227 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 390638679 310153216 6404 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 17407591515424784642 0 0 17 6 0 0 0
/proc/21539/statm: 75721 6404 371 364 0 11633 0
[pid=21543] ppid=21539 vsize=421804 CPUtime=9.93 cores=0,2,4,6
/proc/21543/stat : 21543 (adaptg2wsat2009) R 21539 21543 21543 0 -1 4202496 2137 0 0 0 993 0 0 0 25 0 1 0 390638680 431927296 1872 33554432000 134512640 135107411 4291481920 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21543/statm: 105451 1872 59 146 0 104327 0
[pid=21541] ppid=21527 vsize=313140 CPUtime=0 cores=0,2,4,6
/proc/21541/stat : 21541 (python) S 21527 21527 21227 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 390638680 320655360 6409 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 17407595363715481859 0 0 17 6 0 0 0
/proc/21541/statm: 78285 6409 372 364 0 14194 0
[pid=21544] ppid=21541 vsize=421140 CPUtime=4.89 cores=0,2,4,6
/proc/21544/stat : 21544 (adaptg2wsat2009) R 21541 21544 21544 0 -1 4202496 1804 0 0 0 489 0 0 0 25 0 1 0 390638680 431247360 1539 33554432000 134512640 135107411 4289912752 18446744073709551615 134523319 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21544/statm: 105285 1539 49 146 0 104161 0
[pid=21527/tid=21534] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21534/stat : 21534 (python) S 21525 21527 21227 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 390638677 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21537] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21537/stat : 21537 (python) S 21525 21527 21227 0 -1 4202560 25 937 0 0 0 0 0 0 23 0 5 0 390638678 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21540/stat : 21540 (python) S 21525 21527 21227 0 -1 4202560 36 937 0 0 0 0 0 0 25 0 5 0 390638679 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21542] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21542/stat : 21542 (python) S 21525 21527 21227 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 390638680 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 32.16
Current children cumulated vsize (KiB) 4397580

[startup+25.5006 s]
/proc/loadavg: 8.28 8.08 6.66 10/416 21545
/proc/meminfo: memFree=24934392/32951124 swapFree=46575252/67111528
[pid=21527] ppid=21525 vsize=322832 CPUtime=2.47 cores=0,2,4,6
/proc/21527/stat : 21527 (python) S 21525 21527 21227 0 -1 4202496 16668 937 1 0 234 13 0 0 25 0 5 0 390638406 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21527/statm: 80708 7923 1883 364 0 16617 0
[pid=21533] ppid=21527 vsize=282236 CPUtime=0.06 cores=0,2,4,6
/proc/21533/stat : 21533 (python) S 21527 21527 21227 0 -1 4202560 893 0 0 0 3 3 0 0 18 0 1 0 390638677 289009664 6352 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682255 0 0 16781312 514 16783455659768119554 0 0 17 6 0 0 0
/proc/21533/statm: 70559 6352 378 364 0 6477 0
[pid=21535] ppid=21533 vsize=1020188 CPUtime=11.49 cores=0,2,4,6
/proc/21535/stat : 21535 (gnovelty+2) R 21533 21535 21535 0 -1 4202496 1140 0 0 0 1149 0 0 0 25 0 1 0 390638677 1044672512 877 33554432000 134512640 135663704 4291297696 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21535/statm: 255047 877 113 282 0 254763 0
[pid=21536] ppid=21527 vsize=293168 CPUtime=0.06 cores=0,2,4,6
/proc/21536/stat : 21536 (python) S 21527 21527 21227 0 -1 4202560 912 0 0 0 3 3 0 0 18 0 1 0 390638678 300204032 6401 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 16783455659768119554 0 0 17 0 0 0 0
/proc/21536/statm: 73292 6401 372 364 0 9207 0
[pid=21538] ppid=21536 vsize=1020188 CPUtime=22.26 cores=0,2,4,6
/proc/21538/stat : 21538 (gnovelty+2) R 21536 21538 21538 0 -1 4202496 1138 0 0 0 2226 0 0 0 25 0 1 0 390638678 1044672512 876 33554432000 134512640 135663704 4288027568 18446744073709551615 134525715 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21538/statm: 255047 876 113 282 0 254763 0
[pid=21539] ppid=21527 vsize=302884 CPUtime=0.06 cores=0,2,4,6
/proc/21539/stat : 21539 (python) S 21527 21527 21227 0 -1 4202560 914 0 0 0 3 3 0 0 18 0 1 0 390638679 310153216 6404 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 16783455659768119554 0 0 17 6 0 0 0
/proc/21539/statm: 75721 6404 371 364 0 11633 0
[pid=21543] ppid=21539 vsize=421804 CPUtime=16.61 cores=0,2,4,6
/proc/21543/stat : 21543 (adaptg2wsat2009) R 21539 21543 21543 0 -1 4202496 2137 0 0 0 1661 0 0 0 25 0 1 0 390638680 431927296 1872 33554432000 134512640 135107411 4291481920 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21543/statm: 105451 1872 59 146 0 104327 0
[pid=21541] ppid=21527 vsize=313140 CPUtime=0.06 cores=0,2,4,6
/proc/21541/stat : 21541 (python) S 21527 21527 21227 0 -1 4202560 920 0 0 0 3 3 0 0 18 0 1 0 390638680 320655360 6409 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 16783455659768119555 0 0 17 6 0 0 0
/proc/21541/statm: 78285 6409 372 364 0 14194 0
[pid=21544] ppid=21541 vsize=421804 CPUtime=17.36 cores=0,2,4,6
/proc/21544/stat : 21544 (adaptg2wsat2009) R 21541 21544 21544 0 -1 4202496 2137 0 0 0 1736 0 0 0 25 0 1 0 390638680 431927296 1872 33554432000 134512640 135107411 4289912752 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21544/statm: 105451 1872 59 146 0 104327 0
[pid=21527/tid=21534] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21534/stat : 21534 (python) S 21525 21527 21227 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 5 0 390638677 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21537] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21537/stat : 21537 (python) S 21525 21527 21227 0 -1 4202560 25 937 0 0 0 0 0 0 23 0 5 0 390638678 330579968 7923 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=322832 CPUtime=0 cores=0,2,4,6

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

/proc/21541/stat : 21541 (python) S 21527 21527 21227 0 -1 4202560 1103 0 0 0 17 16 0 0 19 0 2 0 390638680 320655360 6438 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21541/statm: 78285 6438 400 364 0 14194 0
[pid=21544] ppid=21541 vsize=421804 CPUtime=100.83 cores=0,2,4,6
/proc/21544/stat : 21544 (adaptg2wsat2009) T 21541 21544 21544 0 -1 4202496 2137 0 0 0 10083 0 0 0 25 0 1 0 390638680 431927296 1872 33554432000 134512640 135107411 4289912752 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21544/statm: 105451 1872 59 146 0 104327 0
[pid=21541/tid=21552] ppid=21527 vsize=313140 CPUtime=0 cores=0,2,4,6
/proc/21541/task/21552/stat : 21552 (python) S 21527 21527 21227 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 390650232 320655360 6438 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604444080812992 0 0 -1 6 0 0 0
[pid=21549] ppid=21527 vsize=324004 CPUtime=0.31 cores=0,2,4,6
/proc/21549/stat : 21549 (python) S 21527 21527 21227 0 -1 4202560 1094 0 0 0 16 15 0 0 19 0 2 0 390648712 331780096 6459 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21549/statm: 81001 6459 400 364 0 16907 0
[pid=21551] ppid=21549 vsize=421804 CPUtime=101.08 cores=0,2,4,6
/proc/21551/stat : 21551 (adaptg2wsat2009) T 21549 21551 21551 0 -1 4202496 2137 0 0 0 10106 2 0 0 25 0 1 0 390648713 431927296 1871 33554432000 134512640 135107411 4292967216 18446744073709551615 134538943 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21551/statm: 105451 1871 59 146 0 104327 0
[pid=21549/tid=21610] ppid=21527 vsize=324004 CPUtime=0 cores=0,2,4,6
/proc/21549/task/21610/stat : 21610 (python) S 21527 21527 21227 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 390659844 331780096 6459 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604449238127744 0 0 -1 6 0 0 0
[pid=21553] ppid=21527 vsize=333776 CPUtime=0.35 cores=0,2,4,6
/proc/21553/stat : 21553 (python) S 21527 21527 21227 0 -1 4202560 1101 0 0 0 19 16 0 0 19 0 2 0 390650233 341786624 6597 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21553/statm: 83444 6597 399 364 0 19347 0
[pid=21555] ppid=21553 vsize=1020188 CPUtime=99.08 cores=0,2,4,6
/proc/21555/stat : 21555 (gnovelty+2) T 21553 21555 21555 0 -1 4202496 1137 0 0 0 9908 0 0 0 25 0 1 0 390650234 1044672512 876 33554432000 134512640 135663704 4288102320 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21555/statm: 255047 876 113 282 0 254763 0
[pid=21553/tid=21623] ppid=21527 vsize=333776 CPUtime=0 cores=0,2,4,6
/proc/21553/task/21623/stat : 21623 (python) S 21527 21527 21227 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 390663179 341786624 6597 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604445620406400 0 0 -1 6 0 0 0
[pid=21602] ppid=21527 vsize=344032 CPUtime=0.39 cores=0,2,4,6
/proc/21602/stat : 21602 (python) S 21527 21527 21227 0 -1 4202560 1111 0 0 0 21 18 0 0 19 0 2 0 390654432 352288768 6601 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21602/statm: 86008 6601 399 364 0 21908 0
[pid=21604] ppid=21602 vsize=251288 CPUtime=100.14 cores=0,2,4,6
/proc/21604/stat : 21604 (FH) T 21602 21604 21604 0 -1 4202496 1955 0 0 0 10013 1 0 0 25 0 1 0 390654432 257318912 1693 33554432000 134512640 134936988 4290200368 18446744073709551615 134552486 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21604/statm: 62822 1693 41 104 0 62326 0
[pid=21602/tid=21628] ppid=21527 vsize=344032 CPUtime=0 cores=0,2,4,6
/proc/21602/task/21628/stat : 21628 (python) S 21527 21527 21227 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 390668272 352288768 6601 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604453960803328 0 0 -1 2 0 0 0
[pid=21606] ppid=21527 vsize=354608 CPUtime=0.37 cores=0,2,4,6
/proc/21606/stat : 21606 (python) S 21527 21527 21227 0 -1 4202560 1161 0 0 0 18 19 0 0 19 0 2 0 390656132 363118592 6612 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21606/statm: 88652 6612 406 364 0 24549 0
[pid=21608] ppid=21606 vsize=421804 CPUtime=97.58 cores=0,2,4,6
/proc/21608/stat : 21608 (adaptg2wsat2009) T 21606 21608 21608 0 -1 4202496 2143 0 0 0 9758 0 0 0 25 0 1 0 390656132 431927296 1872 33554432000 134512640 135107411 4290426192 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21608/statm: 105451 1872 59 146 0 104327 0
[pid=21606/tid=21633] ppid=21527 vsize=354608 CPUtime=0 cores=0,2,4,6
/proc/21606/task/21633/stat : 21633 (python) S 21527 21527 21227 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 390669379 363118592 6612 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604441477462080 0 0 -1 6 0 0 0
[pid=21611] ppid=21527 vsize=364748 CPUtime=0.38 cores=0,2,4,6
/proc/21611/stat : 21611 (python) S 21527 21527 21227 0 -1 4202560 1153 0 0 0 18 20 0 0 19 0 2 0 390659846 373501952 6616 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21611/statm: 91187 6616 406 364 0 27081 0
[pid=21613] ppid=21611 vsize=421804 CPUtime=101.29 cores=0,2,4,6
/proc/21613/stat : 21613 (adaptg2wsat2009) T 21611 21613 21613 0 -1 4202496 2143 0 0 0 10129 0 0 0 25 0 1 0 390659846 431927296 1873 33554432000 134512640 135107411 4288148464 18446744073709551615 134531830 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21613/statm: 105451 1873 59 146 0 104327 0
[pid=21611/tid=21638] ppid=21527 vsize=364748 CPUtime=0 cores=0,2,4,6
/proc/21611/task/21638/stat : 21638 (python) S 21527 21527 21227 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 390673287 373501952 6616 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604449651122304 0 0 -1 6 0 0 0
[pid=21624] ppid=21527 vsize=375116 CPUtime=0.33 cores=0,2,4,6
/proc/21624/stat : 21624 (python) S 21527 21527 21227 0 -1 4202560 1119 0 0 0 18 15 0 0 19 0 2 0 390663180 384118784 6614 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21624/statm: 93779 6614 400 364 0 29670 0
[pid=21626] ppid=21624 vsize=251292 CPUtime=100.93 cores=0,2,4,6
/proc/21626/stat : 21626 (FH) T 21624 21626 21626 0 -1 4202496 1961 0 0 0 10093 0 0 0 25 0 1 0 390663180 257323008 1694 33554432000 134512640 134936988 4291225392 18446744073709551615 134553238 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21626/statm: 62823 1694 41 104 0 62327 0
[pid=21624/tid=21642] ppid=21527 vsize=375116 CPUtime=0 cores=0,2,4,6
/proc/21624/task/21642/stat : 21642 (python) S 21527 21527 21227 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 390675020 384118784 6614 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604449458622784 0 0 -1 4 0 0 0
[pid=21629] ppid=21527 vsize=385272 CPUtime=1.19 cores=0,2,4,6
/proc/21629/stat : 21629 (python) S 21527 21527 21227 0 -1 4202560 1171 0 0 0 60 59 0 0 18 0 2 0 390668274 394518528 6618 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21629/statm: 96318 6618 400 364 0 32206 0
[pid=21631] ppid=21629 vsize=268424 CPUtime=303.15 cores=0,2,4,6
/proc/21631/stat : 21631 (hybridGM3) R 21629 21631 21631 0 -1 4202496 5646 0 0 0 30314 1 0 0 25 0 1 0 390668276 274866176 5378 33554432000 134512640 135204385 4287471888 18446744073709551615 134538386 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21631/statm: 67106 5378 63 169 0 66936 0
[pid=21629/tid=21654] ppid=21527 vsize=385272 CPUtime=0 cores=0,2,4,6
/proc/21629/task/21654/stat : 21654 (python) S 21527 21527 21227 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 390689749 394518528 6618 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604449651123200 0 0 -1 2 0 0 0
[pid=21634] ppid=21527 vsize=395656 CPUtime=0.33 cores=0,2,4,6
/proc/21634/stat : 21634 (python) S 21527 21527 21227 0 -1 4202560 1120 0 0 0 16 17 0 0 19 0 2 0 390669381 405151744 6622 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21634/statm: 98914 6622 400 364 0 34799 0
[pid=21636] ppid=21634 vsize=1020188 CPUtime=98.48 cores=0,2,4,6
/proc/21636/stat : 21636 (gnovelty+2) T 21634 21636 21636 0 -1 4202496 1144 0 0 0 9848 0 0 0 25 0 1 0 390669381 1044672512 876 33554432000 134512640 135663704 4293515728 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21636/statm: 255047 876 113 282 0 254763 0
[pid=21634/tid=21648] ppid=21527 vsize=395656 CPUtime=0 cores=0,2,4,6
/proc/21634/task/21648/stat : 21648 (python) S 21527 21527 21227 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 390681222 405151744 6622 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604453909087232 0 0 -1 4 0 0 0
[pid=21639] ppid=21527 vsize=406048 CPUtime=1.04 cores=0,2,4,6
/proc/21639/stat : 21639 (python) S 21527 21527 21227 0 -1 4202560 1181 0 0 0 54 50 0 0 18 0 2 0 390673289 415793152 6626 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21639/statm: 101512 6626 400 364 0 37394 0
[pid=21641] ppid=21639 vsize=268420 CPUtime=293.11 cores=0,2,4,6
/proc/21641/stat : 21641 (hybridGM3) T 21639 21641 21641 0 -1 4202496 5644 0 0 0 29311 0 0 0 25 0 1 0 390673289 274862080 5377 33554432000 134512640 135204385 4290407472 18446744073709551615 134537891 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21641/statm: 67105 5377 63 169 0 66935 0
[pid=21639/tid=21663] ppid=21527 vsize=406048 CPUtime=0 cores=0,2,4,6
/proc/21639/task/21663/stat : 21663 (python) S 21527 21527 21227 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 390698983 415793152 6626 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604453963334720 0 0 -1 4 0 0 0
[pid=21643] ppid=21527 vsize=416208 CPUtime=0.64 cores=0,2,4,6
/proc/21643/stat : 21643 (python) S 21527 21527 21227 0 -1 4202560 1181 0 0 0 33 31 0 0 19 0 2 0 390675021 426196992 6630 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21643/statm: 104052 6630 400 364 0 39931 0
[pid=21645] ppid=21643 vsize=421804 CPUtime=199.17 cores=0,2,4,6
/proc/21645/stat : 21645 (adaptg2wsat2009) T 21643 21645 21645 0 -1 4202496 2143 0 0 0 19917 0 0 0 25 0 1 0 390675021 431927296 1871 33554432000 134512640 135107411 4292607232 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21645/statm: 105451 1871 59 146 0 104327 0
[pid=21643/tid=21659] ppid=21527 vsize=416208 CPUtime=0 cores=0,2,4,6
/proc/21643/task/21659/stat : 21659 (python) S 21527 21527 21227 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 390697388 426196992 6630 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604440589866880 0 0 -1 6 0 0 0
[pid=21649] ppid=21527 vsize=426612 CPUtime=0.79 cores=0,2,4,6
/proc/21649/stat : 21649 (python) S 21527 21527 21227 0 -1 4202560 1236 0 0 0 40 39 0 0 19 0 2 0 390681224 436850688 6641 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21649/statm: 106653 6641 407 364 0 42529 0
[pid=21651] ppid=21649 vsize=268424 CPUtime=196.02 cores=0,2,4,6
/proc/21651/stat : 21651 (hybridGM3) T 21649 21651 21651 0 -1 4202496 5652 0 0 0 19601 1 0 0 25 0 1 0 390681224 274866176 5377 33554432000 134512640 135204385 4291541888 18446744073709551615 134538047 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21651/statm: 67106 5377 63 169 0 66936 0
[pid=21649/tid=21670] ppid=21527 vsize=426612 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21670/stat : 21670 (python) S 21527 21527 21227 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 390709319 436850688 6641 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 514 18446604443661036288 0 0 -1 4 0 0 0
[pid=21660] ppid=21527 vsize=436992 CPUtime=0.33 cores=0,2,4,6
/proc/21660/stat : 21660 (python) S 21527 21527 21227 0 -1 4202560 1036 0 0 0 17 16 0 0 18 0 1 0 390697389 447479808 6668 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 16783455659768119555 0 0 17 4 0 0 0
/proc/21660/statm: 109248 6668 379 364 0 45121 0
[pid=21662] ppid=21660 vsize=268420 CPUtime=107.79 cores=0,2,4,6
/proc/21662/stat : 21662 (hybridGM3) R 21660 21662 21662 0 -1 4202496 5650 0 0 0 10779 0 0 0 25 0 1 0 390697389 274862080 5377 33554432000 134512640 135204385 4293244144 18446744073709551615 134538275 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21662/statm: 67105 5377 63 169 0 66935 0
[pid=21667] ppid=21527 vsize=447268 CPUtime=0 cores=0,2,4,6
/proc/21667/stat : 21667 (python) S 21527 21527 21227 0 -1 4202560 853 0 0 0 0 0 0 0 18 0 1 0 390709014 458002432 6681 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 9485891437397508355 0 0 17 4 0 0 0
/proc/21667/statm: 111817 6681 356 364 0 47687 0
[pid=21669] ppid=21667 vsize=249144 CPUtime=1.81 cores=0,2,4,6
/proc/21669/stat : 21669 (FH) R 21667 21669 21669 0 -1 4202496 1572 0 0 0 181 0 0 0 25 0 1 0 390709014 255123456 1295 33554432000 134512640 134936988 4289079568 18446744073709551615 134523640 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21669/statm: 62286 1295 37 104 0 61790 0
[pid=21671] ppid=21527 vsize=457868 CPUtime=0 cores=0,2,4,6
/proc/21671/stat : 21671 (python) S 21527 21527 21227 0 -1 4202560 835 0 0 0 0 0 0 0 18 0 1 0 390709320 468856832 6679 33554432000 4194304 5683644 140736025671040 18446744073709551615 268660682310 0 0 16781312 514 9485883740816146431 0 0 17 4 0 0 0
/proc/21671/statm: 114467 6679 350 364 0 50334 0
[pid=21673] ppid=21671 vsize=1020188 CPUtime=0.1 cores=0,2,4,6
/proc/21673/stat : 21673 (gnovelty+2) R 21671 21673 21673 0 -1 4202496 1151 0 0 0 10 0 0 0 21 0 1 0 390709320 1044672512 877 33554432000 134512640 135663704 4293340912 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21673/statm: 255047 877 113 282 0 254763 0
[pid=21527/tid=21534] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21534/stat : 21534 (python) S 21525 21527 21227 0 -1 4202560 23 937 0 0 0 0 0 0 21 0 19 0 390638677 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21537] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21537/stat : 21537 (python) S 21525 21527 21227 0 -1 4202560 25 937 0 0 0 0 0 0 23 0 19 0 390638678 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 0 0 0 0
[pid=21527/tid=21540] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21540/stat : 21540 (python) S 21525 21527 21227 0 -1 4202560 36 937 0 0 0 0 0 0 25 0 19 0 390638679 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21542] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21542/stat : 21542 (python) S 21525 21527 21227 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 19 0 390638680 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21550] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21550/stat : 21550 (python) S 21525 21527 21227 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 19 0 390648712 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21554] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21554/stat : 21554 (python) S 21525 21527 21227 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 19 0 390650234 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21603] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21603/stat : 21603 (python) S 21525 21527 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 19 0 390654432 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21607] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21607/stat : 21607 (python) S 21525 21527 21227 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 19 0 390656132 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21612] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21612/stat : 21612 (python) S 21525 21527 21227 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 19 0 390659846 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21625] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21625/stat : 21625 (python) S 21525 21527 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 19 0 390663180 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21630] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21630/stat : 21630 (python) S 21525 21527 21227 0 -1 4202560 32 937 0 0 0 0 0 0 18 0 19 0 390668274 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21635] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21635/stat : 21635 (python) S 21525 21527 21227 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 19 0 390669381 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21640] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21640/stat : 21640 (python) S 21525 21527 21227 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 19 0 390673289 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21644] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21644/stat : 21644 (python) S 21525 21527 21227 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 19 0 390675021 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21650] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21650/stat : 21650 (python) S 21525 21527 21227 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 19 0 390681224 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21661] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21661/stat : 21661 (python) S 21525 21527 21227 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 19 0 390697389 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 6 0 0 0
[pid=21527/tid=21668] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21668/stat : 21668 (python) S 21525 21527 21227 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 19 0 390709014 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 4 0 0 0
[pid=21527/tid=21672] ppid=21525 vsize=467300 CPUtime=0 cores=0,2,4,6
/proc/21527/task/21672/stat : 21672 (python) S 21525 21527 21227 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 19 0 390709320 478515200 8244 33554432000 4194304 5683644 140736025671040 18446744073709551615 268672485809 0 0 16781312 2 18446604443210151232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2207.12
Current children cumulated vsize (KiB) 16594356

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 21527 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=539613
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=180972
# CPU time returned by wait4() is 2.72058
# while last known CPU time is 2207.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 709.532
CPU time (s): 2207.12
CPU user time (s): 2203
CPU system time (s): 4.12
CPU usage (%): 311.067
Max. virtual memory (cumulated for all children) (KiB): 16594356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.53961
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31032
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= 2929
involuntary context switches= 86

runsolver used 4.5883 second user time and 10.6974 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 15:01:11
IDJOB=3378282
IDBENCH=82691
IDSOLVER=1859
FILE ID=node107/3378282-1305464471
RUNJOBID= node107-1305463373-21245
PBS_JOBID= 13324996
Free space on /tmp= 73404 MiB

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

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

MD5SUM BENCH= aef8bd4e13046b42a5bc777dc56e10de
RANDOM SEED=1394736270

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25000720 kB
Buffers:        184088 kB
Cached:        1488956 kB
SwapCached:       9832 kB
Active:        7086932 kB
Inactive:       558376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25000720 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           32836 kB
Writeback:           0 kB
AnonPages:     5969876 kB
Mapped:          29040 kB
Slab:           152296 kB
PageTables:      85612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88124480 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= 73408 MiB
End job on node107 at 2011-05-15 15:13:03