Trace number 3317173

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-random? (MO) 2383.28 599.619

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S970203146-047-UNKNOWN.cnf
MD5SUM635ea520fe16a78d41337039f98997e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2027.46
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.67	c INFO: solving HOME/instance-3317173-1304267968.cnf
0.37/0.67	c INFO: computing task features
0.43/0.78	c INFO: computed variable-clause graph statistics
0.43/0.78	c INFO: computed clause balance statistics
1.04/1.37	c INFO: computed variable balance statistics
1.34/1.60	c INFO: computed small-clause counts
1.34/1.60	c INFO: computed Horn-clause counts
1.34/1.62	c INFO: computed variable graph statistics
1.34/1.62	c INFO: collected features for HOME/instance-3317173-1304267968.cnf in 0.95 s
1.34/1.65	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.35)
1.34/1.68	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.12)
1.44/1.71	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
1.44/1.74	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.06)
401.14/101.85	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.05)
401.14/101.89	c INFO: running gnovelty+2@0 for 97 with 4698 remaining (b = 0.04)
401.47/101.93	c INFO: running FH@0 for 97 with 4698 remaining (b = 0.03)
401.47/101.96	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.03)
796.67/201.04	c INFO: running adaptg2wsat2009++@0 for 97 with 4599 remaining (b = 0.02)
801.02/202.11	c INFO: running FH@0 for 97 with 4598 remaining (b = 0.02)
801.02/202.16	c INFO: running hybridGM3@0 for 194 with 4598 remaining (b = 0.04)
801.26/202.20	c INFO: running gnovelty+2@0 for 97 with 4598 remaining (b = 0.02)
1195.70/301.24	c INFO: running hybridGM3@0 for 194 with 4499 remaining (b = 0.03)
1200.07/302.32	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1200.43/302.43	c INFO: running TNM@0 for 1552 with 4498 remaining (b = 0.20)
1583.17/398.57	c INFO: running hybridGM3@99 for 97 with 4402 remaining (b = 0.01)
1962.31/493.76	c INFO: running adaptg2wsat2009++@0 for 97 with 4306 remaining (b = 0.01)
1977.85/497.64	c INFO: running hybridGM3@99 for 97 with 4303 remaining (b = 0.01)
2006.12/504.75	c INFO: running hybridGM3@98 for 97 with 4295 remaining (b = 0.01)
2361.01/593.97	c INFO: running FH@0 for 97 with 4206 remaining (b = 0.01)
2380.45/598.84	c INFO: running hybridGM3@299 for 97 with 4201 remaining (b = 0.01)
2380.85/598.95	c INFO: running hybridGM3@0 for 194 with 4201 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317173-1304267968/watcher-3317173-1304267968 -o /tmp/evaluation-result-3317173-1304267968/solver-3317173-1304267968 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317173-1304267968.cnf -seed 1172665892 -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: 8.35 7.22 4.10 5/252 21832
/proc/meminfo: memFree=28548500/32951124 swapFree=67111348/67111528
[pid=21832] ppid=21830 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/21832/stat : 21832 (python) S 21830 21832 21419 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 617027261 15749120 681 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/21832/statm: 3845 681 322 364 0 332 0

[startup+0.103341 s]
/proc/loadavg: 8.35 7.22 4.10 5/252 21832
/proc/meminfo: memFree=28548500/32951124 swapFree=67111348/67111528
[pid=21832] ppid=21830 vsize=93960 CPUtime=0.06 cores=1,3,5,7
/proc/21832/stat : 21832 (python) R 21830 21832 21419 0 -1 4202496 2693 0 0 0 4 2 0 0 25 0 1 0 617027261 96215040 2407 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21832/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.200303 s]
/proc/loadavg: 8.35 7.22 4.10 5/252 21832
/proc/meminfo: memFree=28548500/32951124 swapFree=67111348/67111528
[pid=21832] ppid=21830 vsize=124232 CPUtime=0.12 cores=1,3,5,7
/proc/21832/stat : 21832 (python) R 21830 21832 21419 0 -1 4202496 4265 0 1 0 8 4 0 0 17 0 1 0 617027261 127213568 3872 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458065552 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21832/statm: 31058 3872 996 364 0 2869 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124232

[startup+0.300328 s]
/proc/loadavg: 8.35 7.22 4.10 5/252 21832
/proc/meminfo: memFree=28548500/32951124 swapFree=67111348/67111528
[pid=21832] ppid=21830 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/21832/stat : 21832 (python) R 21830 21832 21419 0 -1 4202496 5965 932 1 0 13 5 0 0 17 0 1 0 617027261 139005952 4151 33554432000 4194304 5683644 140736144235744 18446744073709551615 252457871131 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21832/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700244 s]
/proc/loadavg: 8.35 7.22 4.10 5/252 21832
/proc/meminfo: memFree=28548500/32951124 swapFree=67111348/67111528
[pid=21832] ppid=21830 vsize=279684 CPUtime=0.43 cores=1,3,5,7
/proc/21832/stat : 21832 (python) R 21830 21832 21419 0 -1 4202496 9580 932 1 0 32 11 0 0 15 0 1 0 617027261 286396416 7259 33554432000 4194304 5683644 140736144235744 18446744073709551615 4571293 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21832/statm: 69921 7259 1761 364 0 5845 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279684

[startup+1.50106 s]
/proc/loadavg: 8.35 7.22 4.10 6/253 21837
/proc/meminfo: memFree=28521584/32951124 swapFree=67111348/67111528
[pid=21832] ppid=21830 vsize=282584 CPUtime=1.24 cores=1,3,5,7
/proc/21832/stat : 21832 (python) R 21830 21832 21419 0 -1 4202496 11332 932 1 0 112 12 0 0 16 0 1 0 617027261 289366016 8059 33554432000 4194304 5683644 140736144235744 18446744073709551615 47070387368561 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21832/statm: 70646 8059 1827 364 0 6570 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 282584

[startup+3.10073 s]
/proc/loadavg: 8.35 7.22 4.10 9/265 21849
/proc/meminfo: memFree=28501144/32951124 swapFree=67111348/67111528
[pid=21832] ppid=21830 vsize=320508 CPUtime=1.47 cores=1,3,5,7
/proc/21832/stat : 21832 (python) S 21830 21832 21419 0 -1 4202496 14153 932 1 0 135 12 0 0 25 0 5 0 617027261 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21832/statm: 80127 7326 1883 364 0 16036 0
[pid=21838] ppid=21832 vsize=279228 CPUtime=0 cores=1,3,5,7
/proc/21838/stat : 21838 (python) S 21832 21832 21419 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 617027427 285929472 5714 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085903 0 0 16781312 514 17784586015042666759 0 0 17 3 0 0 0
/proc/21838/statm: 69807 5714 354 364 0 5725 0
[pid=21840] ppid=21838 vsize=1018616 CPUtime=1.44 cores=1,3,5,7
/proc/21840/stat : 21840 (gnovelty+2) R 21838 21840 21840 0 -1 4202496 762 0 0 0 144 0 0 0 23 0 1 0 617027427 1043062784 500 33554432000 134512640 135663704 4294494688 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21840/statm: 254654 500 113 282 0 254370 0
[pid=21841] ppid=21832 vsize=289620 CPUtime=0 cores=1,3,5,7
/proc/21841/stat : 21841 (python) S 21832 21832 21419 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 617027430 296570880 5762 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 10473899391977488648 0 0 17 1 0 0 0
/proc/21841/statm: 72405 5762 348 364 0 8320 0
[pid=21843] ppid=21841 vsize=1018616 CPUtime=1.4 cores=1,3,5,7
/proc/21843/stat : 21843 (gnovelty+2) R 21841 21843 21843 0 -1 4202496 765 0 0 0 140 0 0 0 25 0 1 0 617027430 1043062784 501 33554432000 134512640 135663704 4288837392 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21843/statm: 254654 501 113 282 0 254370 0
[pid=21844] ppid=21832 vsize=300008 CPUtime=0 cores=1,3,5,7
/proc/21844/stat : 21844 (python) S 21832 21832 21419 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 617027433 307208192 5783 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 17784578318461304831 0 0 17 3 0 0 0
/proc/21844/statm: 75002 5783 348 364 0 10914 0
[pid=21846] ppid=21844 vsize=418500 CPUtime=1.38 cores=1,3,5,7
/proc/21846/stat : 21846 (adaptg2wsat2009) R 21844 21846 21846 0 -1 4202496 1072 0 0 0 138 0 0 0 25 0 1 0 617027433 428544000 808 33554432000 134512640 135107411 4287286256 18446744073709551615 134523310 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21846/statm: 104625 808 49 146 0 103501 0
[pid=21847] ppid=21832 vsize=310264 CPUtime=0 cores=1,3,5,7
/proc/21847/stat : 21847 (python) S 21832 21832 21419 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 617027436 317710336 5787 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 4516609877879029759 0 0 17 1 0 0 0
/proc/21847/statm: 77566 5787 348 364 0 13475 0
[pid=21849] ppid=21847 vsize=418500 CPUtime=1.35 cores=1,3,5,7
/proc/21849/stat : 21849 (adaptg2wsat2009) R 21847 21849 21849 0 -1 4202496 1076 0 0 0 135 0 0 0 25 0 1 0 617027436 428544000 809 33554432000 134512640 135107411 4293104128 18446744073709551615 134523512 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21849/statm: 104625 809 49 146 0 103501 0
[pid=21832/tid=21839] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21839/stat : 21839 (python) S 21830 21832 21419 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 617027427 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 3 0 0 0
[pid=21832/tid=21842] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21842/stat : 21842 (python) S 21830 21832 21419 0 -1 4202560 22 932 0 0 0 0 0 0 21 0 5 0 617027430 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
[pid=21832/tid=21845] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21845/stat : 21845 (python) S 21830 21832 21419 0 -1 4202560 22 932 0 0 0 0 0 0 23 0 5 0 617027433 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
[pid=21832/tid=21848] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21848/stat : 21848 (python) S 21830 21832 21419 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 617027436 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 4373860

[startup+6.30113 s]
/proc/loadavg: 8.33 7.23 4.12 9/265 21849
/proc/meminfo: memFree=28498912/32951124 swapFree=67111348/67111528
[pid=21832] ppid=21830 vsize=320508 CPUtime=1.47 cores=1,3,5,7
/proc/21832/stat : 21832 (python) S 21830 21832 21419 0 -1 4202496 14153 932 1 0 135 12 0 0 25 0 5 0 617027261 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21832/statm: 80127 7326 1883 364 0 16036 0
[pid=21838] ppid=21832 vsize=279228 CPUtime=0 cores=1,3,5,7
/proc/21838/stat : 21838 (python) S 21832 21832 21419 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 617027427 285929472 5737 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085903 0 0 16781312 514 17784586015042666759 0 0 17 3 0 0 0
/proc/21838/statm: 69807 5737 377 364 0 5725 0
[pid=21840] ppid=21838 vsize=1018616 CPUtime=4.64 cores=1,3,5,7
/proc/21840/stat : 21840 (gnovelty+2) R 21838 21840 21840 0 -1 4202496 762 0 0 0 464 0 0 0 25 0 1 0 617027427 1043062784 500 33554432000 134512640 135663704 4294494688 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21840/statm: 254654 500 113 282 0 254370 0
[pid=21841] ppid=21832 vsize=289620 CPUtime=0 cores=1,3,5,7
/proc/21841/stat : 21841 (python) S 21832 21832 21419 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 617027430 296570880 5784 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 10473899391977488648 0 0 17 1 0 0 0
/proc/21841/statm: 72405 5784 370 364 0 8320 0
[pid=21843] ppid=21841 vsize=1018616 CPUtime=4.58 cores=1,3,5,7
/proc/21843/stat : 21843 (gnovelty+2) R 21841 21843 21843 0 -1 4202496 765 0 0 0 458 0 0 0 25 0 1 0 617027430 1043062784 501 33554432000 134512640 135663704 4288837392 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21843/statm: 254654 501 113 282 0 254370 0
[pid=21844] ppid=21832 vsize=300008 CPUtime=0 cores=1,3,5,7
/proc/21844/stat : 21844 (python) S 21832 21832 21419 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 617027433 307208192 5806 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 17784578318461272327 0 0 17 3 0 0 0
/proc/21844/statm: 75002 5806 371 364 0 10914 0
[pid=21846] ppid=21844 vsize=418636 CPUtime=4.56 cores=1,3,5,7
/proc/21846/stat : 21846 (adaptg2wsat2009) R 21844 21846 21846 0 -1 4202496 1218 0 0 0 456 0 0 0 25 0 1 0 617027433 428683264 954 33554432000 134512640 135107411 4287286256 18446744073709551615 134531720 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21846/statm: 104659 954 59 146 0 103535 0
[pid=21847] ppid=21832 vsize=310264 CPUtime=0 cores=1,3,5,7
/proc/21847/stat : 21847 (python) S 21832 21832 21419 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 617027436 317710336 5809 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 4516609877878997256 0 0 17 1 0 0 0
/proc/21847/statm: 77566 5809 370 364 0 13475 0
[pid=21849] ppid=21847 vsize=418636 CPUtime=4.53 cores=1,3,5,7
/proc/21849/stat : 21849 (adaptg2wsat2009) R 21847 21849 21849 0 -1 4202496 1222 0 0 0 453 0 0 0 25 0 1 0 617027436 428683264 955 33554432000 134512640 135107411 4293104128 18446744073709551615 134532318 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21849/statm: 104659 955 59 146 0 103535 0
[pid=21832/tid=21839] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21839/stat : 21839 (python) S 21830 21832 21419 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 617027427 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 3 0 0 0
[pid=21832/tid=21842] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21842/stat : 21842 (python) S 21830 21832 21419 0 -1 4202560 22 932 0 0 0 0 0 0 21 0 5 0 617027430 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
[pid=21832/tid=21845] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21845/stat : 21845 (python) S 21830 21832 21419 0 -1 4202560 22 932 0 0 0 0 0 0 23 0 5 0 617027433 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
[pid=21832/tid=21848] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21848/stat : 21848 (python) S 21830 21832 21419 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 617027436 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.78
Current children cumulated vsize (KiB) 4374132

[startup+12.7009 s]
/proc/loadavg: 8.30 7.24 4.14 9/265 21849
/proc/meminfo: memFree=28497932/32951124 swapFree=67111348/67111528
[pid=21832] ppid=21830 vsize=320508 CPUtime=1.47 cores=1,3,5,7
/proc/21832/stat : 21832 (python) S 21830 21832 21419 0 -1 4202496 14153 932 1 0 135 12 0 0 25 0 5 0 617027261 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21832/statm: 80127 7326 1883 364 0 16036 0
[pid=21838] ppid=21832 vsize=279228 CPUtime=0.01 cores=1,3,5,7
/proc/21838/stat : 21838 (python) S 21832 21832 21419 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 617027427 285929472 5737 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085903 0 0 16781312 514 8648089961016295687 0 0 17 3 0 0 0
/proc/21838/statm: 69807 5737 377 364 0 5725 0
[pid=21840] ppid=21838 vsize=1018616 CPUtime=11.04 cores=1,3,5,7
/proc/21840/stat : 21840 (gnovelty+2) R 21838 21840 21840 0 -1 4202496 762 0 0 0 1104 0 0 0 25 0 1 0 617027427 1043062784 500 33554432000 134512640 135663704 4294494688 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21840/statm: 254654 500 113 282 0 254370 0
[pid=21841] ppid=21832 vsize=289620 CPUtime=0.01 cores=1,3,5,7
/proc/21841/stat : 21841 (python) S 21832 21832 21419 0 -1 4202560 908 0 0 0 0 1 0 0 18 0 1 0 617027430 296570880 5785 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 8648089961016295688 0 0 17 1 0 0 0
/proc/21841/statm: 72405 5785 371 364 0 8320 0
[pid=21843] ppid=21841 vsize=1018616 CPUtime=10.93 cores=1,3,5,7
/proc/21843/stat : 21843 (gnovelty+2) R 21841 21843 21843 0 -1 4202496 765 0 0 0 1093 0 0 0 25 0 1 0 617027430 1043062784 501 33554432000 134512640 135663704 4288837392 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21843/statm: 254654 501 113 282 0 254370 0
[pid=21844] ppid=21832 vsize=300008 CPUtime=0.01 cores=1,3,5,7
/proc/21844/stat : 21844 (python) S 21832 21832 21419 0 -1 4202560 909 0 0 0 1 0 0 0 18 0 1 0 617027433 307208192 5806 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 8648089961016295687 0 0 17 3 0 0 0
/proc/21844/statm: 75002 5806 371 364 0 10914 0
[pid=21846] ppid=21844 vsize=418636 CPUtime=10.94 cores=1,3,5,7
/proc/21846/stat : 21846 (adaptg2wsat2009) R 21844 21846 21846 0 -1 4202496 1218 0 0 0 1094 0 0 0 25 0 1 0 617027433 428683264 954 33554432000 134512640 135107411 4287286256 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21846/statm: 104659 954 59 146 0 103535 0
[pid=21847] ppid=21832 vsize=310264 CPUtime=0.01 cores=1,3,5,7
/proc/21847/stat : 21847 (python) S 21832 21832 21419 0 -1 4202560 916 0 0 0 1 0 0 0 18 0 1 0 617027436 317710336 5810 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 8648089961016295688 0 0 17 1 0 0 0
/proc/21847/statm: 77566 5810 371 364 0 13475 0
[pid=21849] ppid=21847 vsize=418636 CPUtime=10.91 cores=1,3,5,7
/proc/21849/stat : 21849 (adaptg2wsat2009) R 21847 21849 21849 0 -1 4202496 1222 0 0 0 1091 0 0 0 25 0 1 0 617027436 428683264 955 33554432000 134512640 135107411 4293104128 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21849/statm: 104659 955 59 146 0 103535 0
[pid=21832/tid=21839] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21839/stat : 21839 (python) S 21830 21832 21419 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 617027427 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 3 0 0 0
[pid=21832/tid=21842] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21842/stat : 21842 (python) S 21830 21832 21419 0 -1 4202560 22 932 0 0 0 0 0 0 21 0 5 0 617027430 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
[pid=21832/tid=21845] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21845/stat : 21845 (python) S 21830 21832 21419 0 -1 4202560 22 932 0 0 0 0 0 0 23 0 5 0 617027433 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
[pid=21832/tid=21848] ppid=21830 vsize=320508 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21848/stat : 21848 (python) S 21830 21832 21419 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 617027436 328200192 7326 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 45.33
Current children cumulated vsize (KiB) 4374132

[startup+25.5016 s]
/proc/loadavg: 8.23 7.28 4.20 9/265 21850
/proc/meminfo: memFree=28498256/32951124 swapFree=67111348/67111528
[pid=21832] ppid=21830 vsize=320508 CPUtime=1.47 cores=1,3,5,7

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

/proc/21847/stat : 21847 (python) S 21832 21832 21419 0 -1 4202560 1102 0 0 0 8 7 0 0 19 0 2 0 617027436 317710336 5840 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21847/statm: 77566 5840 400 364 0 13475 0
[pid=21849] ppid=21847 vsize=418636 CPUtime=99.85 cores=1,3,5,7
/proc/21849/stat : 21849 (adaptg2wsat2009) T 21847 21849 21849 0 -1 4202496 1222 0 0 0 9985 0 0 0 25 0 1 0 617027436 428683264 955 33554432000 134512640 135107411 4293104128 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21849/statm: 104659 955 59 146 0 103535 0
[pid=21847/tid=21916] ppid=21832 vsize=310264 CPUtime=0 cores=1,3,5,7
/proc/21847/task/21916/stat : 21916 (python) S 21832 21832 21419 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617037452 317710336 5840 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604471144167616 0 0 -1 3 0 0 0
[pid=21909] ppid=21832 vsize=320520 CPUtime=0.14 cores=1,3,5,7
/proc/21909/stat : 21909 (python) S 21832 21832 21419 0 -1 4202560 1117 0 0 0 7 7 0 0 19 0 2 0 617037446 328212480 5844 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21909/statm: 80130 5844 400 364 0 16036 0
[pid=21912] ppid=21909 vsize=418636 CPUtime=99.14 cores=1,3,5,7
/proc/21912/stat : 21912 (adaptg2wsat2009) T 21909 21912 21912 0 -1 4202496 1222 0 0 0 9914 0 0 0 25 0 1 0 617037448 428683264 955 33554432000 134512640 135107411 4287270032 18446744073709551615 134532336 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21912/statm: 104659 955 59 146 0 103535 0
[pid=21909/tid=21930] ppid=21832 vsize=320520 CPUtime=0 cores=1,3,5,7
/proc/21909/task/21930/stat : 21930 (python) S 21832 21832 21419 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617047362 328212480 5844 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604459108450496 0 0 -1 7 0 0 0
[pid=21914] ppid=21832 vsize=330928 CPUtime=0.16 cores=1,3,5,7
/proc/21914/stat : 21914 (python) S 21832 21832 21419 0 -1 4202560 1129 0 0 0 8 8 0 0 19 0 2 0 617037451 338870272 5886 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21914/statm: 82732 5886 400 364 0 18635 0
[pid=21917] ppid=21914 vsize=1018616 CPUtime=100.01 cores=1,3,5,7
/proc/21917/stat : 21917 (gnovelty+2) T 21914 21917 21917 0 -1 4202496 766 0 0 0 10001 0 0 0 25 0 1 0 617037452 1043062784 501 33554432000 134512640 135663704 4289664320 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21917/statm: 254654 501 113 282 0 254370 0
[pid=21914/tid=21935] ppid=21832 vsize=330928 CPUtime=0 cores=1,3,5,7
/proc/21914/task/21935/stat : 21935 (python) S 21832 21832 21419 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617047469 338870272 5886 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604459108451392 0 0 -1 1 0 0 0
[pid=21918] ppid=21832 vsize=341184 CPUtime=0.16 cores=1,3,5,7
/proc/21918/stat : 21918 (python) S 21832 21832 21419 0 -1 4202560 1170 0 0 0 8 8 0 0 19 0 2 0 617037454 349372416 5896 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21918/statm: 85296 5896 406 364 0 21196 0
[pid=21920] ppid=21918 vsize=248652 CPUtime=98.83 cores=1,3,5,7
/proc/21920/stat : 21920 (FH) T 21918 21920 21920 0 -1 4202496 1122 0 0 0 9883 0 0 0 25 0 1 0 617037455 254619648 857 33554432000 134512640 134936988 4287071168 18446744073709551615 134553536 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21920/statm: 62163 857 41 104 0 61667 0
[pid=21918/tid=21934] ppid=21832 vsize=341184 CPUtime=0 cores=1,3,5,7
/proc/21918/task/21934/stat : 21934 (python) S 21832 21832 21419 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617047469 349372416 5896 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604467405779392 0 0 -1 5 0 0 0
[pid=21921] ppid=21832 vsize=351928 CPUtime=0.15 cores=1,3,5,7
/proc/21921/stat : 21921 (python) S 21832 21832 21419 0 -1 4202560 1166 0 0 0 6 9 0 0 19 0 2 0 617037458 360374272 6022 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21921/statm: 87982 6022 405 364 0 23879 0
[pid=21923] ppid=21921 vsize=418636 CPUtime=99.84 cores=1,3,5,7
/proc/21923/stat : 21923 (adaptg2wsat2009) T 21921 21923 21923 0 -1 4202496 1227 0 0 0 9984 0 0 0 25 0 1 0 617037458 428683264 956 33554432000 134512640 135107411 4287078960 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21923/statm: 104659 956 59 146 0 103535 0
[pid=21921/tid=21938] ppid=21832 vsize=351928 CPUtime=0 cores=1,3,5,7
/proc/21921/task/21938/stat : 21938 (python) S 21832 21832 21419 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617047474 360374272 6022 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604459108452288 0 0 -1 7 0 0 0
[pid=21931] ppid=21832 vsize=362184 CPUtime=0.17 cores=1,3,5,7
/proc/21931/stat : 21931 (python) S 21832 21832 21419 0 -1 4202560 1151 0 0 0 8 9 0 0 19 0 2 0 617047366 370876416 6020 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21931/statm: 90546 6020 400 364 0 26440 0
[pid=21933] ppid=21931 vsize=418636 CPUtime=99.97 cores=1,3,5,7
/proc/21933/stat : 21933 (adaptg2wsat2009) T 21931 21933 21933 0 -1 4202496 1227 0 0 0 9997 0 0 0 25 0 1 0 617047366 428683264 956 33554432000 134512640 135107411 4294219040 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21933/statm: 104659 956 59 146 0 103535 0
[pid=21931/tid=21955] ppid=21832 vsize=362184 CPUtime=0 cores=1,3,5,7
/proc/21931/task/21955/stat : 21955 (python) S 21832 21832 21419 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617057381 370876416 6020 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604467824621632 0 0 -1 3 0 0 0
[pid=21936] ppid=21832 vsize=372440 CPUtime=0.17 cores=1,3,5,7
/proc/21936/stat : 21936 (python) S 21832 21832 21419 0 -1 4202560 1150 0 0 0 9 8 0 0 19 0 2 0 617047473 381378560 6024 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21936/statm: 93110 6024 400 364 0 29001 0
[pid=21939] ppid=21936 vsize=248652 CPUtime=99.81 cores=1,3,5,7
/proc/21939/stat : 21939 (FH) T 21936 21939 21939 0 -1 4202496 1129 0 0 0 9981 0 0 0 25 0 1 0 617047474 254619648 858 33554432000 134512640 134936988 4294439888 18446744073709551615 134554623 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21939/statm: 62163 858 41 104 0 61667 0
[pid=21936/tid=21959] ppid=21832 vsize=372440 CPUtime=0 cores=1,3,5,7
/proc/21936/task/21959/stat : 21959 (python) S 21832 21832 21419 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617057490 381378560 6024 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604467824619840 0 0 -1 3 0 0 0
[pid=21940] ppid=21832 vsize=382696 CPUtime=0.49 cores=1,3,5,7
/proc/21940/stat : 21940 (python) S 21832 21832 21419 0 -1 4202560 1190 0 0 0 25 24 0 0 18 0 2 0 617047478 391880704 6028 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21940/statm: 95674 6028 400 364 0 31562 0
[pid=21942] ppid=21940 vsize=268428 CPUtime=291.19 cores=1,3,5,7
/proc/21942/stat : 21942 (hybridGM3) T 21940 21942 21942 0 -1 4202496 5167 0 0 0 29119 0 0 0 25 0 1 0 617047478 274870272 4897 33554432000 134512640 135204385 4287722976 18446744073709551615 134538395 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21942/statm: 67107 4897 63 169 0 66937 0
[pid=21940/tid=21978] ppid=21832 vsize=382696 CPUtime=0 cores=1,3,5,7
/proc/21940/task/21978/stat : 21978 (python) S 21832 21832 21419 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 617067114 391880704 6028 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604470035594176 0 0 -1 7 0 0 0
[pid=21943] ppid=21832 vsize=392952 CPUtime=0.17 cores=1,3,5,7
/proc/21943/stat : 21943 (python) S 21832 21832 21419 0 -1 4202560 1166 0 0 0 8 9 0 0 19 0 2 0 617047482 402382848 6032 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21943/statm: 98238 6032 400 364 0 34123 0
[pid=21945] ppid=21943 vsize=1018616 CPUtime=98.36 cores=1,3,5,7
/proc/21945/stat : 21945 (gnovelty+2) T 21943 21945 21945 0 -1 4202496 773 0 0 0 9836 0 0 0 25 0 1 0 617047482 1043062784 501 33554432000 134512640 135663704 4291835936 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21945/statm: 254654 501 113 282 0 254370 0
[pid=21943/tid=21963] ppid=21832 vsize=392952 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21963/stat : 21963 (python) S 21832 21832 21419 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617057501 402382848 6032 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604470035593280 0 0 -1 5 0 0 0
[pid=21956] ppid=21832 vsize=403208 CPUtime=0.5 cores=1,3,5,7
/proc/21956/stat : 21956 (python) S 21832 21832 21419 0 -1 4202560 1202 0 0 0 26 24 0 0 18 0 2 0 617057386 412884992 6036 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21956/statm: 100802 6036 400 364 0 36684 0
[pid=21958] ppid=21956 vsize=268424 CPUtime=295.94 cores=1,3,5,7
/proc/21958/stat : 21958 (hybridGM3) R 21956 21958 21958 0 -1 4202496 5168 0 0 0 29593 1 0 0 25 0 1 0 617057386 274866176 4897 33554432000 134512640 135204385 4289399200 18446744073709551615 134538375 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21958/statm: 67106 4897 63 169 0 66936 0
[pid=21956/tid=21990] ppid=21832 vsize=403208 CPUtime=0 cores=1,3,5,7
/proc/21956/task/21990/stat : 21990 (python) S 21832 21832 21419 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 617077021 412884992 6036 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604471146458048 0 0 -1 5 0 0 0
[pid=21960] ppid=21832 vsize=413464 CPUtime=0.5 cores=1,3,5,7
/proc/21960/stat : 21960 (python) S 21832 21832 21419 0 -1 4202560 1201 0 0 0 26 24 0 0 18 0 2 0 617057494 423387136 6040 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21960/statm: 103366 6040 400 364 0 39245 0
[pid=21962] ppid=21960 vsize=268424 CPUtime=293.54 cores=1,3,5,7
/proc/21962/stat : 21962 (hybridGM3) T 21960 21962 21962 0 -1 4202496 5170 0 0 0 29354 0 0 0 25 0 1 0 617057495 274866176 4897 33554432000 134512640 135204385 4287457728 18446744073709551615 134537724 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21962/statm: 67106 4897 63 169 0 66936 0
[pid=21960/tid=21992] ppid=21832 vsize=413464 CPUtime=0 cores=1,3,5,7
/proc/21960/task/21992/stat : 21992 (python) S 21832 21832 21419 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 617077733 423387136 6040 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604471125314432 0 0 -1 7 0 0 0
[pid=21964] ppid=21832 vsize=423720 CPUtime=0.49 cores=1,3,5,7
/proc/21964/stat : 21964 (python) S 21832 21832 21419 0 -1 4202560 1086 0 0 0 24 25 0 0 18 0 1 0 617057505 433889280 6036 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 8648089961016295684 0 0 17 5 0 0 0
/proc/21964/statm: 105930 6036 379 364 0 41806 0
[pid=21966] ppid=21964 vsize=457128 CPUtime=295.08 cores=1,3,5,7
/proc/21966/stat : 21966 (TNM) R 21964 21966 21966 0 -1 4202496 1115 0 0 0 29508 0 0 0 25 0 1 0 617057506 468099072 838 33554432000 134512640 135008748 4289954688 18446744073709551615 134527320 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21966/statm: 114282 838 46 122 0 113182 0
[pid=21987] ppid=21832 vsize=434340 CPUtime=0.16 cores=1,3,5,7
/proc/21987/stat : 21987 (python) S 21832 21832 21419 0 -1 4202560 1213 0 0 0 8 8 0 0 19 0 2 0 617076638 444764160 6147 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21987/statm: 108585 6147 408 364 0 44458 0
[pid=21989] ppid=21987 vsize=418636 CPUtime=100.14 cores=1,3,5,7
/proc/21989/stat : 21989 (adaptg2wsat2009) T 21987 21989 21989 0 -1 4202496 1232 0 0 0 10014 0 0 0 25 0 1 0 617076639 428683264 955 33554432000 134512640 135107411 4289072720 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21989/statm: 104659 955 59 146 0 103535 0
[pid=21987/tid=22129] ppid=21832 vsize=434340 CPUtime=0 cores=1,3,5,7
/proc/21987/task/22129/stat : 22129 (python) S 21832 21832 21419 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 617086655 444764160 6147 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 514 18446604471129485568 0 0 -1 3 0 0 0
[pid=22130] ppid=21832 vsize=444596 CPUtime=0 cores=1,3,5,7
/proc/22130/stat : 22130 (python) S 21832 21832 21419 0 -1 4202560 1006 0 0 0 0 0 0 0 18 0 1 0 617086659 455266304 6143 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 6907102638047723784 0 0 17 5 0 0 0
/proc/22130/statm: 111149 6143 372 364 0 47019 0
[pid=22132] ppid=22130 vsize=248652 CPUtime=5.49 cores=1,3,5,7
/proc/22132/stat : 22132 (FH) R 22130 22132 22132 0 -1 4202496 1134 0 0 0 549 0 0 0 25 0 1 0 617086660 254619648 857 33554432000 134512640 134936988 4288282560 18446744073709551615 134545269 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22132/statm: 62163 857 41 104 0 61667 0
[pid=22133] ppid=21832 vsize=454996 CPUtime=0 cores=1,3,5,7
/proc/22133/stat : 22133 (python) S 21832 21832 21419 0 -1 4202560 852 0 0 0 0 0 0 0 19 0 1 0 617087157 465915904 6132 33554432000 4194304 5683644 140736144235744 18446744073709551615 252458085958 0 0 16781312 514 6907106486338453503 0 0 17 5 0 0 0
/proc/22133/statm: 113749 6132 350 364 0 49616 0
[pid=22135] ppid=22133 vsize=268424 CPUtime=0.51 cores=1,3,5,7
/proc/22135/stat : 22135 (hybridGM3) R 22133 22135 22135 0 -1 4202496 5172 0 0 0 51 0 0 0 22 0 1 0 617087159 274866176 4897 33554432000 134512640 135204385 4288927472 18446744073709551615 134538041 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22135/statm: 67106 4897 63 169 0 66936 0
[pid=21832/tid=21839] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21839/stat : 21839 (python) S 21830 21832 21419 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 19 0 617027427 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 3 0 0 0
[pid=21832/tid=21842] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21842/stat : 21842 (python) S 21830 21832 21419 0 -1 4202560 22 932 0 0 0 0 0 0 21 0 19 0 617027430 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
[pid=21832/tid=21845] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21845/stat : 21845 (python) S 21830 21832 21419 0 -1 4202560 22 932 0 0 0 0 0 0 23 0 19 0 617027433 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
[pid=21832/tid=21848] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21848/stat : 21848 (python) S 21830 21832 21419 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 19 0 617027436 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 1 0 0 0
[pid=21832/tid=21910] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21910/stat : 21910 (python) S 21830 21832 21419 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 19 0 617037447 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 7 0 0 0
[pid=21832/tid=21915] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21915/stat : 21915 (python) S 21830 21832 21419 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 19 0 617037451 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 7 0 0 0
[pid=21832/tid=21919] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21919/stat : 21919 (python) S 21830 21832 21419 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 19 0 617037455 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 3 0 0 0
[pid=21832/tid=21922] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21922/stat : 21922 (python) S 21830 21832 21419 0 -1 4202560 28 932 0 0 0 0 0 0 24 0 19 0 617037458 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 3 0 0 0
[pid=21832/tid=21932] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21932/stat : 21932 (python) S 21830 21832 21419 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 19 0 617047366 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 3 0 0 0
[pid=21832/tid=21937] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21937/stat : 21937 (python) S 21830 21832 21419 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 19 0 617047474 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 5 0 0 0
[pid=21832/tid=21941] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21941/stat : 21941 (python) S 21830 21832 21419 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 19 0 617047478 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 7 0 0 0
[pid=21832/tid=21944] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21944/stat : 21944 (python) S 21830 21832 21419 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 19 0 617047482 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 5 0 0 0
[pid=21832/tid=21957] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21957/stat : 21957 (python) S 21830 21832 21419 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 19 0 617057386 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 5 0 0 0
[pid=21832/tid=21961] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21961/stat : 21961 (python) S 21830 21832 21419 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 19 0 617057494 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 5 0 0 0
[pid=21832/tid=21965] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21965/stat : 21965 (python) S 21830 21832 21419 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 19 0 617057506 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 5 0 0 0
[pid=21832/tid=21988] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/21988/stat : 21988 (python) S 21830 21832 21419 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 19 0 617076638 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 5 0 0 0
[pid=21832/tid=22131] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/22131/stat : 22131 (python) S 21830 21832 21419 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 19 0 617086660 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 5 0 0 0
[pid=21832/tid=22134] ppid=21830 vsize=465240 CPUtime=0 cores=1,3,5,7
/proc/21832/task/22134/stat : 22134 (python) S 21830 21832 21419 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 19 0 617087158 476405760 7698 33554432000 4194304 5683644 140736144235744 18446744073709551615 252469889457 0 0 16781312 2 18446604471125311744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2383.28
Current children cumulated vsize (KiB) 15946824

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

Real time (s): 599.619
CPU time (s): 2383.28
CPU user time (s): 2381.22
CPU system time (s): 2.06
CPU usage (%): 397.466
Max. virtual memory (cumulated for all children) (KiB): 15946824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.13068
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29384
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= 3108
involuntary context switches= 66

runsolver used 3.01654 second user time and 6.05608 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-01 18:39:28
IDJOB=3317173
IDBENCH=82638
IDSOLVER=1705
FILE ID=node111/3317173-1304267968
RUNJOBID= node111-1304267292-21438
PBS_JOBID= 13173967
Free space on /tmp= 72512 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S970203146-047-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-3317173-1304267968/watcher-3317173-1304267968 -o /tmp/evaluation-result-3317173-1304267968/solver-3317173-1304267968 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317173-1304267968.cnf -seed 1172665892 -budget 4800 -cores 4

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

MD5SUM BENCH= 635ea520fe16a78d41337039f98997e5
RANDOM SEED=1172665892

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.67
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.849
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:      28548780 kB
Buffers:       1048572 kB
Cached:        2476380 kB
SwapCached:          0 kB
Active:         742632 kB
Inactive:      3185840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28548780 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           33544 kB
Writeback:           0 kB
AnonPages:      403020 kB
Mapped:          22656 kB
Slab:           394056 kB
PageTables:      18444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17866976 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= 72472 MiB
End job on node111 at 2011-05-01 18:49:30