Trace number 3378184

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) 2009.8 508.358

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S771170845-016-UNKNOWN.cnf
MD5SUM8a262b49dcf27b27fb405f8a8cdf125f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.9854
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.46/2.14	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.46/2.14	c INFO: solving HOME/instance-3378184-1305463427.cnf
0.46/2.14	c INFO: computing task features
0.55/2.25	c INFO: computed variable-clause graph statistics
0.55/2.25	c INFO: computed clause balance statistics
1.14/2.85	c INFO: computed variable balance statistics
1.34/3.09	c INFO: computed small-clause counts
1.34/3.09	c INFO: computed Horn-clause counts
1.44/3.11	c INFO: computed variable graph statistics
1.44/3.11	c INFO: collected features for HOME/instance-3378184-1305463427.cnf in 0.97 s
1.44/3.12	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.35)
1.44/3.13	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.12)
1.44/3.14	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.08)
1.44/3.15	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.06)
397.13/102.49	c INFO: running adaptg2wsat2009++@0 for 97 with 1099 remaining (b = 0.05)
401.10/103.45	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.04)
401.44/103.55	c INFO: running FH@0 for 97 with 1098 remaining (b = 0.03)
401.44/103.56	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.03)
796.05/202.79	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.02)
800.03/203.79	c INFO: running FH@0 for 97 with 998 remaining (b = 0.02)
800.43/203.88	c INFO: running hybridGM3@0 for 194 with 998 remaining (b = 0.04)
800.71/203.90	c INFO: running gnovelty+2@0 for 97 with 998 remaining (b = 0.02)
1195.20/303.12	c INFO: running hybridGM3@0 for 194 with 899 remaining (b = 0.03)
1199.15/304.11	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.02)
1219.46/309.28	c INFO: running hybridGM3@0 for 194 with 892 remaining (b = 0.03)
1574.73/398.63	c INFO: running hybridGM3@99 for 97 with 803 remaining (b = 0.01)
1593.82/403.48	c INFO: running FH@0 for 97 with 798 remaining (b = 0.01)
1968.92/497.99	c INFO: running hybridGM3@0 for 194 with 704 remaining (b = 0.02)
1984.35/501.86	c INFO: running hybridGM3@100 for 97 with 700 remaining (b = 0.01)
2008.13/507.86	c INFO: running TNM@0 for 694 with 694 remaining (b = 0.08)
2009.80/508.31	c INFO: running adaptg2wsat2009++@0 for 97 with 693 remaining (b = 0.01)
2009.80/508.31	Traceback (most recent call last):
2009.80/508.31	  File "HOME/solve", line 33, in <module>
2009.80/508.31	    plac.call(main)
2009.80/508.31	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378184-1305463427/watcher-3378184-1305463427 -o /tmp/evaluation-result-3378184-1305463427/solver-3378184-1305463427 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378184-1305463427.cnf -seed 865648043 -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: 3.68 3.96 3.98 3/382 9543
/proc/meminfo: memFree=30267668/32950928 swapFree=41934208/67111528
[pid=9543] ppid=9540 vsize=14252 CPUtime=0 cores=1,3,5,7
/proc/9543/stat : 9543 (python) R 9540 9543 9506 0 -1 4194304 192 0 2 0 0 0 0 0 18 0 1 0 657941435 14594048 130 33554432000 4194304 5683644 140736167749648 18446744073709551615 5398816 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9543/statm: 3563 130 102 364 0 50 0

[startup+0.103525 s]
/proc/loadavg: 3.68 3.96 3.98 3/382 9543
/proc/meminfo: memFree=30267668/32950928 swapFree=41934208/67111528
[pid=9543] ppid=9540 vsize=16404 CPUtime=0.01 cores=1,3,5,7
/proc/9543/stat : 9543 (python) D 9540 9543 9506 0 -1 4202496 1122 0 6 0 1 0 0 0 17 0 1 0 657941435 16797696 995 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814240000 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 2
/proc/9543/statm: 4101 995 413 364 0 588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16404

[startup+0.200449 s]
/proc/loadavg: 3.68 3.96 3.98 3/382 9543
/proc/meminfo: memFree=30267668/32950928 swapFree=41934208/67111528
[pid=9543] ppid=9540 vsize=16404 CPUtime=0.01 cores=1,3,5,7
/proc/9543/stat : 9543 (python) D 9540 9543 9506 0 -1 4202496 1122 0 6 0 1 0 0 0 17 0 1 0 657941435 16797696 995 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814240000 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 2
/proc/9543/statm: 4101 995 413 364 0 588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16404

[startup+0.300419 s]
/proc/loadavg: 3.68 3.96 3.98 3/382 9543
/proc/meminfo: memFree=30267668/32950928 swapFree=41934208/67111528
[pid=9543] ppid=9540 vsize=16404 CPUtime=0.01 cores=1,3,5,7
/proc/9543/stat : 9543 (python) D 9540 9543 9506 0 -1 4202496 1122 0 6 0 1 0 0 0 17 0 1 0 657941435 16797696 995 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814240000 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 2
/proc/9543/statm: 4101 995 413 364 0 588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16404

[startup+0.700432 s]
/proc/loadavg: 3.68 3.96 3.98 3/382 9543
/proc/meminfo: memFree=30267668/32950928 swapFree=41934208/67111528
[pid=9543] ppid=9540 vsize=93964 CPUtime=0.07 cores=1,3,5,7
/proc/9543/stat : 9543 (python) R 9540 9543 9506 0 -1 4202496 2669 0 23 0 4 3 0 0 15 0 1 0 657941435 96219136 2407 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814236005 0 2147483391 16781312 2 0 0 0 17 1 0 0 34
/proc/9543/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 93964

[startup+1.50032 s]
/proc/loadavg: 3.68 3.96 3.98 1/390 9551
/proc/meminfo: memFree=30227108/32950928 swapFree=41934208/67111528
[pid=9543] ppid=9540 vsize=160668 CPUtime=0.31 cores=1,3,5,7
/proc/9543/stat : 9543 (python) D 9540 9543 9506 0 -1 4202496 6541 929 50 8 16 15 0 0 15 0 1 0 657941435 164524032 4695 33554432000 4194304 5683644 140736167749648 18446744073709551615 251809320470 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 48
/proc/9543/statm: 40167 4695 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 160668

[startup+3.10096 s]
/proc/loadavg: 3.68 3.96 3.98 3/386 9555
/proc/meminfo: memFree=30178860/32950928 swapFree=41934208/67111528
[pid=9543] ppid=9540 vsize=282588 CPUtime=1.44 cores=1,3,5,7
/proc/9543/stat : 9543 (python) R 9540 9543 9506 0 -1 4202496 11222 929 110 8 124 20 0 0 16 0 1 0 657941435 289370112 8065 33554432000 4194304 5683644 140736167749648 18446744073709551615 47209681001501 0 0 16781312 2 0 0 0 17 1 0 0 64
/proc/9543/statm: 70647 8065 1833 364 0 6571 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 282588
heavy processes:

[startup+6.30141 s]
/proc/loadavg: 4.03 4.03 4.00 9/410 9580
/proc/meminfo: memFree=30133608/32950928 swapFree=41934208/67111528
[pid=9543] ppid=9540 vsize=320380 CPUtime=1.49 cores=1,3,5,7
/proc/9543/stat : 9543 (python) S 9540 9543 9506 0 -1 4202496 13977 929 110 8 128 21 0 0 25 0 5 0 657941435 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 64
/proc/9543/statm: 80095 7301 1875 364 0 16004 0
[pid=9559] ppid=9543 vsize=279232 CPUtime=0 cores=1,3,5,7
/proc/9559/stat : 9559 (python) S 9543 9543 9506 0 -1 4202560 721 0 0 0 0 0 0 0 18 0 1 0 657941747 285933568 5714 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260239 0 0 16781312 514 13719782236864118783 0 0 17 7 0 0 0
/proc/9559/statm: 69808 5714 354 364 0 5726 0
[pid=9562] ppid=9559 vsize=1018616 CPUtime=3.12 cores=1,3,5,7
/proc/9562/stat : 9562 (gnovelty+2) R 9559 9562 9562 0 -1 4202496 764 0 0 0 312 0 0 0 25 0 1 0 657941748 1043062784 501 33554432000 134512640 135663704 4289192176 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9562/statm: 254654 501 113 282 0 254370 0
[pid=9566] ppid=9543 vsize=289624 CPUtime=0 cores=1,3,5,7
/proc/9566/stat : 9566 (python) S 9543 9543 9506 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 657941748 296574976 5762 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 7247936399251308805 0 0 17 5 0 0 0
/proc/9566/statm: 72406 5762 348 364 0 8321 0
[pid=9568] ppid=9566 vsize=1018616 CPUtime=3.16 cores=1,3,5,7
/proc/9568/stat : 9568 (gnovelty+2) R 9566 9568 9568 0 -1 4202496 763 0 0 0 316 0 0 0 25 0 1 0 657941749 1043062784 501 33554432000 134512640 135663704 4291990160 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9568/statm: 254654 501 113 282 0 254370 0
[pid=9571] ppid=9543 vsize=299880 CPUtime=0 cores=1,3,5,7
/proc/9571/stat : 9571 (python) S 9543 9543 9506 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 657941749 307077120 5766 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 13719786085154783494 0 0 17 5 0 0 0
/proc/9571/statm: 74970 5766 348 364 0 10882 0
[pid=9573] ppid=9571 vsize=418636 CPUtime=3.15 cores=1,3,5,7
/proc/9573/stat : 9573 (adaptg2wsat2009) R 9571 9573 9573 0 -1 4202496 1218 0 0 0 315 0 0 0 25 0 1 0 657941750 428683264 955 33554432000 134512640 135107411 4286610896 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9573/statm: 104659 955 59 146 0 103535 0
[pid=9578] ppid=9543 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/9578/stat : 9578 (python) S 9543 9543 9506 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 657941750 317579264 5770 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 1539281373687152902 0 0 17 1 0 0 0
/proc/9578/statm: 77534 5770 348 364 0 13443 0
[pid=9580] ppid=9578 vsize=418636 CPUtime=3.14 cores=1,3,5,7
/proc/9580/stat : 9580 (adaptg2wsat2009) R 9578 9580 9580 0 -1 4202496 1217 0 0 0 314 0 0 0 25 0 1 0 657941751 428683264 955 33554432000 134512640 135107411 4287027824 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9580/statm: 104659 955 59 146 0 103535 0
[pid=9543/tid=9561] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9561/stat : 9561 (python) S 9540 9543 9506 0 -1 4202560 23 929 0 8 0 0 0 0 19 0 5 0 657941747 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9567] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9567/stat : 9567 (python) S 9540 9543 9506 0 -1 4202560 24 929 0 8 0 0 0 0 21 0 5 0 657941748 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9572] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9572/stat : 9572 (python) S 9540 9543 9506 0 -1 4202560 23 929 0 8 0 0 0 0 23 0 5 0 657941749 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 5 0 0 0
[pid=9543/tid=9579] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9579/stat : 9579 (python) S 9540 9543 9506 0 -1 4202560 29 929 0 8 0 0 0 0 25 0 5 0 657941751 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 4373756

[startup+12.7013 s]
/proc/loadavg: 4.34 4.09 4.02 10/410 9580
/proc/meminfo: memFree=30127436/32950928 swapFree=41934208/67111528
[pid=9543] ppid=9540 vsize=320380 CPUtime=1.49 cores=1,3,5,7
/proc/9543/stat : 9543 (python) S 9540 9543 9506 0 -1 4202496 13977 929 110 8 128 21 0 0 25 0 5 0 657941435 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 64
/proc/9543/statm: 80095 7301 1875 364 0 16004 0
[pid=9559] ppid=9543 vsize=279232 CPUtime=0.01 cores=1,3,5,7
/proc/9559/stat : 9559 (python) S 9543 9543 9506 0 -1 4202560 875 0 0 0 0 1 0 0 18 0 1 0 657941747 285933568 5737 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260239 0 0 16781312 514 13719782236864086277 0 0 17 7 0 0 0
/proc/9559/statm: 69808 5737 377 364 0 5726 0
[pid=9562] ppid=9559 vsize=1018616 CPUtime=9.41 cores=1,3,5,7
/proc/9562/stat : 9562 (gnovelty+2) R 9559 9562 9562 0 -1 4202496 764 0 0 0 941 0 0 0 25 0 1 0 657941748 1043062784 501 33554432000 134512640 135663704 4289192176 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9562/statm: 254654 501 113 282 0 254370 0
[pid=9566] ppid=9543 vsize=289624 CPUtime=0.01 cores=1,3,5,7
/proc/9566/stat : 9566 (python) S 9543 9543 9506 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 657941748 296574976 5785 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 7247936399251308805 0 0 17 5 0 0 0
/proc/9566/statm: 72406 5785 371 364 0 8321 0
[pid=9568] ppid=9566 vsize=1018616 CPUtime=9.56 cores=1,3,5,7
/proc/9568/stat : 9568 (gnovelty+2) R 9566 9568 9568 0 -1 4202496 763 0 0 0 956 0 0 0 25 0 1 0 657941749 1043062784 501 33554432000 134512640 135663704 4291990160 18446744073709551615 134525722 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9568/statm: 254654 501 113 282 0 254370 0
[pid=9571] ppid=9543 vsize=299880 CPUtime=0.01 cores=1,3,5,7
/proc/9571/stat : 9571 (python) S 9543 9543 9506 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 657941749 307077120 5788 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 13719786085154783494 0 0 17 5 0 0 0
/proc/9571/statm: 74970 5788 370 364 0 10882 0
[pid=9573] ppid=9571 vsize=418636 CPUtime=9.51 cores=1,3,5,7
/proc/9573/stat : 9573 (adaptg2wsat2009) R 9571 9573 9573 0 -1 4202496 1218 0 0 0 951 0 0 0 25 0 1 0 657941750 428683264 955 33554432000 134512640 135107411 4286610896 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9573/statm: 104659 955 59 146 0 103535 0
[pid=9578] ppid=9543 vsize=310136 CPUtime=0.01 cores=1,3,5,7
/proc/9578/stat : 9578 (python) S 9543 9543 9506 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 657941750 317579264 5793 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 1539281373687152902 0 0 17 1 0 0 0
/proc/9578/statm: 77534 5793 371 364 0 13443 0
[pid=9580] ppid=9578 vsize=418636 CPUtime=9.52 cores=1,3,5,7
/proc/9580/stat : 9580 (adaptg2wsat2009) R 9578 9580 9580 0 -1 4202496 1217 0 0 0 952 0 0 0 25 0 1 0 657941751 428683264 955 33554432000 134512640 135107411 4287027824 18446744073709551615 134532360 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9580/statm: 104659 955 59 146 0 103535 0
[pid=9543/tid=9561] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9561/stat : 9561 (python) S 9540 9543 9506 0 -1 4202560 23 929 0 8 0 0 0 0 19 0 5 0 657941747 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9567] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9567/stat : 9567 (python) S 9540 9543 9506 0 -1 4202560 24 929 0 8 0 0 0 0 21 0 5 0 657941748 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9572] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9572/stat : 9572 (python) S 9540 9543 9506 0 -1 4202560 23 929 0 8 0 0 0 0 23 0 5 0 657941749 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 5 0 0 0
[pid=9543/tid=9579] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9579/stat : 9579 (python) S 9540 9543 9506 0 -1 4202560 29 929 0 8 0 0 0 0 25 0 5 0 657941751 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39.53
Current children cumulated vsize (KiB) 4373756

[startup+25.5012 s]
/proc/loadavg: 5.70 4.41 4.13 12/410 9581
/proc/meminfo: memFree=30128568/32950928 swapFree=41934208/67111528
[pid=9543] ppid=9540 vsize=320380 CPUtime=1.49 cores=1,3,5,7
/proc/9543/stat : 9543 (python) S 9540 9543 9506 0 -1 4202496 13977 929 110 8 128 21 0 0 25 0 5 0 657941435 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 64
/proc/9543/statm: 80095 7301 1875 364 0 16004 0
[pid=9559] ppid=9543 vsize=279232 CPUtime=0.07 cores=1,3,5,7
/proc/9559/stat : 9559 (python) S 9543 9543 9506 0 -1 4202560 883 0 0 0 3 4 0 0 18 0 1 0 657941747 285933568 5737 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260239 0 0 16781312 514 16485408843803623685 0 0 17 7 0 0 0
/proc/9559/statm: 69808 5737 377 364 0 5726 0
[pid=9562] ppid=9559 vsize=1018616 CPUtime=21.98 cores=1,3,5,7
/proc/9562/stat : 9562 (gnovelty+2) R 9559 9562 9562 0 -1 4202496 764 0 0 0 2198 0 0 0 25 0 1 0 657941748 1043062784 501 33554432000 134512640 135663704 4289192176 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9562/statm: 254654 501 113 282 0 254370 0
[pid=9566] ppid=9543 vsize=289624 CPUtime=0.06 cores=1,3,5,7
/proc/9566/stat : 9566 (python) S 9543 9543 9506 0 -1 4202560 906 0 0 0 3 3 0 0 18 0 1 0 657941748 296574976 5785 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 16485408843803623685 0 0 17 5 0 0 0
/proc/9566/statm: 72406 5785 371 364 0 8321 0
[pid=9568] ppid=9566 vsize=1018616 CPUtime=22.36 cores=1,3,5,7
/proc/9568/stat : 9568 (gnovelty+2) R 9566 9568 9568 0 -1 4202496 763 0 0 0 2236 0 0 0 25 0 1 0 657941749 1043062784 501 33554432000 134512640 135663704 4291990160 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9568/statm: 254654 501 113 282 0 254370 0
[pid=9571] ppid=9543 vsize=299880 CPUtime=0.07 cores=1,3,5,7
/proc/9571/stat : 9571 (python) S 9543 9543 9506 0 -1 4202560 902 0 0 0 3 4 0 0 18 0 1 0 657941749 307077120 5789 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 16485408843803623686 0 0 17 5 0 0 0
/proc/9571/statm: 74970 5789 371 364 0 10882 0
[pid=9573] ppid=9571 vsize=418636 CPUtime=22.2 cores=1,3,5,7
/proc/9573/stat : 9573 (adaptg2wsat2009) R 9571 9573 9573 0 -1 4202496 1218 0 0 0 2220 0 0 0 25 0 1 0 657941750 428683264 955 33554432000 134512640 135107411 4286610896 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9573/statm: 104659 955 59 146 0 103535 0
[pid=9578] ppid=9543 vsize=310136 CPUtime=0.06 cores=1,3,5,7
/proc/9578/stat : 9578 (python) S 9543 9543 9506 0 -1 4202560 907 0 0 0 3 3 0 0 18 0 1 0 657941750 317579264 5793 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 16485408843803623686 0 0 17 1 0 0 0
/proc/9578/statm: 77534 5793 371 364 0 13443 0
[pid=9580] ppid=9578 vsize=418636 CPUtime=22.27 cores=1,3,5,7
/proc/9580/stat : 9580 (adaptg2wsat2009) R 9578 9580 9580 0 -1 4202496 1217 0 0 0 2227 0 0 0 25 0 1 0 657941751 428683264 955 33554432000 134512640 135107411 4287027824 18446744073709551615 134531822 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9580/statm: 104659 955 59 146 0 103535 0
[pid=9543/tid=9561] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9561/stat : 9561 (python) S 9540 9543 9506 0 -1 4202560 23 929 0 8 0 0 0 0 19 0 5 0 657941747 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9567] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9567/stat : 9567 (python) S 9540 9543 9506 0 -1 4202560 24 929 0 8 0 0 0 0 21 0 5 0 657941748 328069120 7301 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9572] ppid=9540 vsize=320380 CPUtime=0 cores=1,3,5,7

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

/proc/9573/stat : 9573 (adaptg2wsat2009) T 9571 9573 9573 0 -1 4202496 1218 0 0 0 9970 0 0 0 25 0 1 0 657941750 428683264 955 33554432000 134512640 135107411 4286610896 18446744073709551615 134532036 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9573/statm: 104659 955 59 146 0 103535 0
[pid=9571/tid=9592] ppid=9543 vsize=299880 CPUtime=0 cores=1,3,5,7
/proc/9571/task/9592/stat : 9592 (python) S 9543 9543 9506 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657951779 307077120 5819 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604464697014464 0 0 -1 5 0 0 0
[pid=9578] ppid=9543 vsize=310136 CPUtime=0.28 cores=1,3,5,7
/proc/9578/stat : 9578 (python) S 9543 9543 9506 0 -1 4202560 1087 0 0 0 14 14 0 0 19 0 2 0 657941750 317579264 5823 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9578/statm: 77534 5823 400 364 0 13443 0
[pid=9580] ppid=9578 vsize=418636 CPUtime=100.09 cores=1,3,5,7
/proc/9580/stat : 9580 (adaptg2wsat2009) T 9578 9580 9580 0 -1 4202496 1217 0 0 0 10009 0 0 0 25 0 1 0 657941751 428683264 955 33554432000 134512640 135107411 4287027824 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9580/statm: 104659 955 59 146 0 103535 0
[pid=9578/tid=9604] ppid=9543 vsize=310136 CPUtime=0 cores=1,3,5,7
/proc/9578/task/9604/stat : 9604 (python) S 9543 9543 9506 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657951789 317579264 5823 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604470450954304 0 0 -1 5 0 0 0
[pid=9585] ppid=9543 vsize=320524 CPUtime=0.3 cores=1,3,5,7
/proc/9585/stat : 9585 (python) S 9543 9543 9506 0 -1 4202560 1086 0 0 0 15 15 0 0 19 0 2 0 657951684 328216576 5844 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9585/statm: 80131 5844 400 364 0 16037 0
[pid=9587] ppid=9585 vsize=418636 CPUtime=99.98 cores=1,3,5,7
/proc/9587/stat : 9587 (adaptg2wsat2009) T 9585 9587 9587 0 -1 4202496 1223 0 0 0 9998 0 0 0 25 0 1 0 657951685 428683264 957 33554432000 134512640 135107411 4291261296 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9587/statm: 104659 957 59 146 0 103535 0
[pid=9585/tid=9618] ppid=9543 vsize=320524 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9618/stat : 9618 (python) S 9543 9543 9506 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657961714 328216576 5844 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604457236282048 0 0 -1 1 0 0 0
[pid=9594] ppid=9543 vsize=331320 CPUtime=0.31 cores=1,3,5,7
/proc/9594/stat : 9594 (python) S 9543 9543 9506 0 -1 4202560 1088 0 0 0 16 15 0 0 19 0 2 0 657951780 339271680 5983 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9594/statm: 82830 5983 399 364 0 18733 0
[pid=9598] ppid=9594 vsize=1018616 CPUtime=100.32 cores=1,3,5,7
/proc/9598/stat : 9598 (gnovelty+2) T 9594 9598 9598 0 -1 4202496 762 0 0 0 10032 0 0 0 25 0 1 0 657951780 1043062784 500 33554432000 134512640 135663704 4289076112 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9598/statm: 254654 500 113 282 0 254370 0
[pid=9594/tid=9631] ppid=9543 vsize=331320 CPUtime=0 cores=1,3,5,7
/proc/9594/task/9631/stat : 9631 (python) S 9543 9543 9506 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657961813 339271680 5983 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604457236279360 0 0 -1 3 0 0 0
[pid=9607] ppid=9543 vsize=341576 CPUtime=0.3 cores=1,3,5,7
/proc/9607/stat : 9607 (python) S 9543 9543 9506 0 -1 4202560 1093 0 0 0 17 13 0 0 19 0 2 0 657951790 349773824 5987 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9607/statm: 85394 5987 399 364 0 21294 0
[pid=9610] ppid=9607 vsize=248652 CPUtime=98.17 cores=1,3,5,7
/proc/9610/stat : 9610 (FH) T 9607 9610 9610 0 -1 4202496 1120 0 0 0 9817 0 0 0 25 0 1 0 657951791 254619648 857 33554432000 134512640 134936988 4290561024 18446744073709551615 134552080 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9610/statm: 62163 857 41 104 0 61667 0
[pid=9607/tid=9642] ppid=9543 vsize=341576 CPUtime=0 cores=1,3,5,7
/proc/9607/task/9642/stat : 9642 (python) S 9543 9543 9506 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657961823 349773824 5987 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604468136790784 0 0 -1 5 0 0 0
[pid=9613] ppid=9543 vsize=351832 CPUtime=0.3 cores=1,3,5,7
/proc/9613/stat : 9613 (python) S 9543 9543 9506 0 -1 4202560 1132 0 0 0 16 14 0 0 19 0 2 0 657951792 360275968 5997 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9613/statm: 87958 5997 406 364 0 23855 0
[pid=9615] ppid=9613 vsize=418636 CPUtime=99.4 cores=1,3,5,7
/proc/9615/stat : 9615 (adaptg2wsat2009) T 9613 9615 9615 0 -1 4202496 1224 0 0 0 9940 0 0 0 25 0 1 0 657951792 428683264 955 33554432000 134512640 135107411 4290379536 18446744073709551615 134532212 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9615/statm: 104659 955 59 146 0 103535 0
[pid=9613/tid=9643] ppid=9543 vsize=351832 CPUtime=0 cores=1,3,5,7
/proc/9613/task/9643/stat : 9643 (python) S 9543 9543 9506 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657961823 360275968 5997 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604455129833920 0 0 -1 1 0 0 0
[pid=9619] ppid=9543 vsize=362088 CPUtime=0.31 cores=1,3,5,7
/proc/9619/stat : 9619 (python) S 9543 9543 9506 0 -1 4202560 1139 0 0 0 16 15 0 0 19 0 2 0 657961715 370778112 6001 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9619/statm: 90522 6001 406 364 0 26416 0
[pid=9621] ppid=9619 vsize=418636 CPUtime=100.26 cores=1,3,5,7
/proc/9621/stat : 9621 (adaptg2wsat2009) T 9619 9621 9621 0 -1 4202496 1222 0 0 0 10026 0 0 0 25 0 1 0 657961715 428683264 954 33554432000 134512640 135107411 4291595632 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9621/statm: 104659 954 59 146 0 103535 0
[pid=9619/tid=9653] ppid=9543 vsize=362088 CPUtime=0 cores=1,3,5,7
/proc/9619/task/9653/stat : 9653 (python) S 9543 9543 9506 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 657971746 370778112 6001 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604466077573376 0 0 -1 1 0 0 0
[pid=9633] ppid=9543 vsize=372344 CPUtime=0.32 cores=1,3,5,7
/proc/9633/stat : 9633 (python) S 9543 9543 9506 0 -1 4202560 1116 0 0 0 16 16 0 0 19 0 2 0 657961814 381280256 5999 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/9633/statm: 93086 5999 400 364 0 28977 0
[pid=9637] ppid=9633 vsize=248656 CPUtime=100.3 cores=1,3,5,7
/proc/9637/stat : 9637 (FH) T 9633 9637 9637 0 -1 4202496 1124 0 0 0 10030 0 0 0 25 0 1 0 657961815 254623744 858 33554432000 134512640 134936988 4294637008 18446744073709551615 134545068 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9637/statm: 62164 858 41 104 0 61668 0
[pid=9633/tid=9665] ppid=9543 vsize=372344 CPUtime=0 cores=1,3,5,7
/proc/9633/task/9665/stat : 9665 (python) S 9543 9543 9506 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657971845 381280256 5999 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604466077574272 0 0 -1 1 0 0 0
[pid=9644] ppid=9543 vsize=382600 CPUtime=0.97 cores=1,3,5,7
/proc/9644/stat : 9644 (python) S 9543 9543 9506 0 -1 4202560 1171 0 0 0 51 46 0 0 18 0 2 0 657961824 391782400 6003 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9644/statm: 95650 6003 400 364 0 31538 0
[pid=9646] ppid=9644 vsize=268420 CPUtime=293.26 cores=1,3,5,7
/proc/9646/stat : 9646 (hybridGM3) T 9644 9646 9646 0 -1 4202496 5162 0 0 0 29326 0 0 0 25 0 1 0 657961824 274862080 4895 33554432000 134512640 135204385 4293954672 18446744073709551615 134537699 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9646/statm: 67105 4895 63 169 0 66935 0
[pid=9644/tid=9680] ppid=9543 vsize=382600 CPUtime=0 cores=1,3,5,7
/proc/9644/task/9680/stat : 9680 (python) S 9543 9543 9506 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 657981297 391782400 6003 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604457819679616 0 0 -1 3 0 0 0
[pid=9647] ppid=9543 vsize=392856 CPUtime=0.34 cores=1,3,5,7
/proc/9647/stat : 9647 (python) S 9543 9543 9506 0 -1 4202560 1133 0 0 0 19 15 0 0 19 0 2 0 657961825 402284544 6007 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9647/statm: 98214 6007 400 364 0 34099 0
[pid=9649] ppid=9647 vsize=1018616 CPUtime=102.38 cores=1,3,5,7
/proc/9649/stat : 9649 (gnovelty+2) T 9647 9649 9649 0 -1 4202496 770 0 0 0 10238 0 0 0 25 0 1 0 657961826 1043062784 501 33554432000 134512640 135663704 4287680864 18446744073709551615 134525091 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9649/statm: 254654 501 113 282 0 254370 0
[pid=9647/tid=9673] ppid=9543 vsize=392856 CPUtime=0 cores=1,3,5,7
/proc/9647/task/9673/stat : 9673 (python) S 9543 9543 9506 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657972362 402284544 6007 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604457819677824 0 0 -1 7 0 0 0
[pid=9654] ppid=9543 vsize=403112 CPUtime=0.7 cores=1,3,5,7
/proc/9654/stat : 9654 (python) S 9543 9543 9506 0 -1 4202560 1172 0 0 0 36 34 0 0 18 0 2 0 657971747 412786688 6011 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9654/statm: 100778 6011 400 364 0 36660 0
[pid=9656] ppid=9654 vsize=268424 CPUtime=203.88 cores=1,3,5,7
/proc/9656/stat : 9656 (hybridGM3) R 9654 9656 9656 0 -1 4202496 5166 0 0 0 20388 0 0 0 25 0 1 0 657971748 274866176 4897 33554432000 134512640 135204385 4289869232 18446744073709551615 134538041 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9656/statm: 67106 4897 63 169 0 66936 0
[pid=9654/tid=9696] ppid=9543 vsize=403112 CPUtime=0 cores=1,3,5,7
/proc/9654/task/9696/stat : 9696 (python) S 9543 9543 9506 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657991620 412786688 6011 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604457691988288 0 0 -1 5 0 0 0
[pid=9666] ppid=9543 vsize=413368 CPUtime=0.33 cores=1,3,5,7
/proc/9666/stat : 9666 (python) S 9543 9543 9506 0 -1 4202560 1157 0 0 0 17 16 0 0 19 0 2 0 657971847 423288832 6042 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9666/statm: 103342 6042 400 364 0 39221 0
[pid=9668] ppid=9666 vsize=418636 CPUtime=99.35 cores=1,3,5,7
/proc/9668/stat : 9668 (adaptg2wsat2009) T 9666 9668 9668 0 -1 4202496 1227 0 0 0 9935 0 0 0 25 0 1 0 657971847 428683264 956 33554432000 134512640 135107411 4292599776 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9668/statm: 104659 956 59 146 0 103535 0
[pid=9666/tid=9681] ppid=9543 vsize=413368 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9681/stat : 9681 (python) S 9543 9543 9506 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657981783 423288832 6042 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604457691989184 0 0 -1 1 0 0 0
[pid=9674] ppid=9543 vsize=423872 CPUtime=0.65 cores=1,3,5,7
/proc/9674/stat : 9674 (python) S 9543 9543 9506 0 -1 4202560 1069 0 0 0 35 30 0 0 18 0 1 0 657972364 434044928 6058 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 16485408843803623686 0 0 17 5 0 0 0
/proc/9674/statm: 105968 6058 378 364 0 41844 0
[pid=9676] ppid=9674 vsize=268420 CPUtime=195.53 cores=1,3,5,7
/proc/9676/stat : 9676 (hybridGM3) R 9674 9676 9676 0 -1 4202496 5172 0 0 0 19553 0 0 0 25 0 1 0 657972366 274862080 4896 33554432000 134512640 135204385 4290302864 18446744073709551615 134537724 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9676/statm: 67105 4896 63 169 0 66935 0
[pid=9682] ppid=9543 vsize=434128 CPUtime=0.35 cores=1,3,5,7
/proc/9682/stat : 9682 (python) S 9543 9543 9506 0 -1 4202560 1194 0 0 0 18 17 0 0 19 0 2 0 657981784 444547072 6106 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9682/statm: 108532 6106 408 364 0 44405 0
[pid=9684] ppid=9682 vsize=248652 CPUtime=100.69 cores=1,3,5,7
/proc/9684/stat : 9684 (FH) T 9682 9684 9684 0 -1 4202496 1130 0 0 0 10068 1 0 0 25 0 1 0 657981784 254619648 857 33554432000 134512640 134936988 4288038544 18446744073709551615 134554295 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/9684/statm: 62163 857 41 104 0 61667 0
[pid=9682/tid=9699] ppid=9543 vsize=434128 CPUtime=0 cores=1,3,5,7
/proc/9682/task/9699/stat : 9699 (python) S 9543 9543 9506 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657992220 444547072 6106 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 514 18446604471120757888 0 0 -1 7 0 0 0
[pid=9692] ppid=9543 vsize=444596 CPUtime=0.03 cores=1,3,5,7
/proc/9692/stat : 9692 (python) S 9543 9543 9506 0 -1 4202560 1011 0 0 0 2 1 0 0 18 0 1 0 657991234 455266304 6120 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 16485408843803623687 0 0 17 7 0 0 0
/proc/9692/statm: 111149 6120 379 364 0 47019 0
[pid=9694] ppid=9692 vsize=268424 CPUtime=10.02 cores=1,3,5,7
/proc/9694/stat : 9694 (hybridGM3) R 9692 9694 9694 0 -1 4202496 5174 0 0 0 1002 0 0 0 25 0 1 0 657991234 274866176 4895 33554432000 134512640 135204385 4288773536 18446744073709551615 134538284 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9694/statm: 67106 4895 63 169 0 66936 0
[pid=9700] ppid=9543 vsize=454852 CPUtime=0 cores=1,3,5,7
/proc/9700/stat : 9700 (python) S 9543 9543 9506 0 -1 4202560 816 0 0 0 0 0 0 0 19 0 1 0 657992222 465768448 6099 33554432000 4194304 5683644 140736167749648 18446744073709551615 251814260294 0 0 16781312 514 7417525897353232383 0 0 17 7 0 0 0
/proc/9700/statm: 113713 6099 345 364 0 49580 0
[pid=9702] ppid=9700 vsize=453032 CPUtime=0.35 cores=1,3,5,7
/proc/9702/stat : 9702 (TNM) R 9700 9702 9702 0 -1 4202496 957 0 0 0 35 0 0 0 21 0 1 0 657992222 463904768 685 33554432000 134512640 135008748 4287512224 18446744073709551615 134523375 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9702/statm: 113258 685 45 122 0 112158 0
[pid=9543/tid=9561] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9561/stat : 9561 (python) S 9540 9543 9506 0 -1 4202560 23 929 0 8 0 0 0 0 19 0 19 0 657941747 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9567] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9567/stat : 9567 (python) S 9540 9543 9506 0 -1 4202560 24 929 0 8 0 0 0 0 21 0 19 0 657941748 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9572] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9572/stat : 9572 (python) S 9540 9543 9506 0 -1 4202560 23 929 0 8 0 0 0 0 23 0 19 0 657941749 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 5 0 0 0
[pid=9543/tid=9579] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9579/stat : 9579 (python) S 9540 9543 9506 0 -1 4202560 29 929 0 8 0 0 0 0 25 0 19 0 657941751 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9586] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9586/stat : 9586 (python) S 9540 9543 9506 0 -1 4202560 26 929 0 8 0 0 0 0 20 0 19 0 657951684 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9596] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9596/stat : 9596 (python) S 9540 9543 9506 0 -1 4202560 25 929 0 8 0 0 0 0 20 0 19 0 657951780 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9609] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9609/stat : 9609 (python) S 9540 9543 9506 0 -1 4202560 22 929 0 8 0 0 0 0 21 0 19 0 657951791 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 5 0 0 0
[pid=9543/tid=9614] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9614/stat : 9614 (python) S 9540 9543 9506 0 -1 4202560 28 929 0 8 0 0 0 0 23 0 19 0 657951792 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9620] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9620/stat : 9620 (python) S 9540 9543 9506 0 -1 4202560 22 929 0 8 0 0 0 0 20 0 19 0 657961715 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9635] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9635/stat : 9635 (python) S 9540 9543 9506 0 -1 4202560 28 929 0 8 0 0 0 0 20 0 19 0 657961814 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 1 0 0 0
[pid=9543/tid=9645] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9645/stat : 9645 (python) S 9540 9543 9506 0 -1 4202560 30 929 0 8 0 0 0 0 18 0 19 0 657961824 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 7 0 0 0
[pid=9543/tid=9648] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9648/stat : 9648 (python) S 9540 9543 9506 0 -1 4202560 25 929 0 8 0 0 0 0 23 0 19 0 657961826 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 7 0 0 0
[pid=9543/tid=9655] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9655/stat : 9655 (python) S 9540 9543 9506 0 -1 4202560 31 929 0 8 0 0 0 0 18 0 19 0 657971748 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 7 0 0 0
[pid=9543/tid=9667] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9667/stat : 9667 (python) S 9540 9543 9506 0 -1 4202560 28 929 0 8 0 0 0 0 20 0 19 0 657971847 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 7 0 0 0
[pid=9543/tid=9675] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9675/stat : 9675 (python) S 9540 9543 9506 0 -1 4202560 28 929 0 8 0 0 0 0 20 0 19 0 657972364 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 7 0 0 0
[pid=9543/tid=9683] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9683/stat : 9683 (python) S 9540 9543 9506 0 -1 4202560 27 929 0 8 0 0 0 0 20 0 19 0 657981784 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 7 0 0 0
[pid=9543/tid=9693] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9693/stat : 9693 (python) S 9540 9543 9506 0 -1 4202560 25 929 0 8 0 0 0 0 20 0 19 0 657991234 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 7 0 0 0
[pid=9543/tid=9701] ppid=9540 vsize=465096 CPUtime=0 cores=1,3,5,7
/proc/9543/task/9701/stat : 9701 (python) S 9540 9543 9506 0 -1 4202560 28 929 0 8 0 0 0 0 20 0 19 0 657992222 476258304 7670 33554432000 4194304 5683644 140736167749648 18446744073709551615 251826063793 0 0 16781312 2 18446604465638230016 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2009.8
Current children cumulated vsize (KiB) 15942240

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 508.358
CPU time (s): 2009.8
CPU user time (s): 2006.5
CPU system time (s): 3.3
CPU usage (%): 395.351
Max. virtual memory (cumulated for all children) (KiB): 15942240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.61575
system time used= 0.418936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29485
page faults= 118
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23770
involuntary context switches= 67

runsolver used 3.9344 second user time and 7.79781 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 14:43:47
IDJOB=3378184
IDBENCH=82593
IDSOLVER=1859
FILE ID=node126/3378184-1305463427
RUNJOBID= node126-1305463427-9526
PBS_JOBID= 13324997
Free space on /tmp= 73364 MiB

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

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

MD5SUM BENCH= 8a262b49dcf27b27fb405f8a8cdf125f
RANDOM SEED=865648043

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.75
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30268088 kB
Buffers:        176152 kB
Cached:        1796548 kB
SwapCached:      49560 kB
Active:         180756 kB
Inactive:      2251804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30268088 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:           64660 kB
Writeback:           0 kB
AnonPages:      423824 kB
Mapped:           9648 kB
Slab:           106948 kB
PageTables:      75440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88084296 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= 73300 MiB
End job on node126 at 2011-05-15 14:52:18