Trace number 3386496

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-seq-random (fixed)? (MO) 3644.75 3632.84

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S896023516-057-UNKNOWN.cnf
MD5SUMfbc6593197090933c7d66c2e5740159a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark240.774
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

Solver Data

0.43/1.16	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.43/1.16	c INFO: solving HOME/instance-3386496-1305586150.cnf
0.43/1.16	c INFO: computing task features
0.49/1.25	c INFO: computed variable-clause graph statistics
0.49/1.25	c INFO: computed clause balance statistics
0.78/1.71	c INFO: computed variable balance statistics
0.78/1.90	c INFO: computed small-clause counts
0.78/1.90	c INFO: computed Horn-clause counts
0.78/1.91	c INFO: computed variable graph statistics
0.78/1.91	c INFO: collected features for HOME/instance-3386496-1305586150.cnf in 0.75 s
0.78/1.94	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.37)
101.90/102.31	c INFO: running gnovelty+2@0 for 97 with 4898 remaining (b = 0.11)
201.60/201.70	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.08)
302.24/302.06	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.06)
402.97/402.42	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.05)
501.65/500.80	c INFO: running gnovelty+2@0 for 97 with 4500 remaining (b = 0.04)
601.35/600.20	c INFO: running FH@0 for 97 with 4401 remaining (b = 0.03)
700.97/699.59	c INFO: running adaptg2wsat2009++@0 for 97 with 4301 remaining (b = 0.03)
800.71/798.97	c INFO: running adaptg2wsat2009++@0 for 97 with 4202 remaining (b = 0.02)
899.43/897.37	c INFO: running FH@0 for 97 with 4103 remaining (b = 0.02)
999.15/996.75	c INFO: running hybridGM3@0 for 194 with 4004 remaining (b = 0.04)
1194.46/1191.49	c INFO: running gnovelty+2@0 for 97 with 3809 remaining (b = 0.02)
1295.21/1291.90	c INFO: running hybridGM3@0 for 194 with 3709 remaining (b = 0.03)
1491.69/1487.65	c INFO: running hybridGM3@0 for 194 with 3513 remaining (b = 0.03)
1688.18/1683.45	c INFO: running TNM@0 for 1552 with 3318 remaining (b = 0.19)
3247.27/3236.70	c INFO: running adaptg2wsat2009++@100 for 97 with 1764 remaining (b = 0.01)
3347.15/3336.18	c INFO: running FH@0 for 97 with 1665 remaining (b = 0.01)
3449.04/3437.66	c INFO: running adaptg2wsat2009++@100 for 97 with 1563 remaining (b = 0.01)
3543.81/3532.08	c INFO: running gnovelty+2@0 for 97 with 1469 remaining (b = 0.01)
3644.43/3632.48	c INFO: running hybridGM3@0 for 194 with 1369 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: 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-3386496-1305586150/watcher-3386496-1305586150 -o /tmp/evaluation-result-3386496-1305586150/solver-3386496-1305586150 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386496-1305586150.cnf -seed 1340849444 -budget 5000 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.00 0.13 2.01 2/447 31264
/proc/meminfo: memFree=18637244/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/31264/stat : 31264 (python) S 31262 31264 31225 0 -1 4202496 927 0 0 0 0 0 0 0 17 0 1 0 748845756 16154624 807 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/31264/statm: 3944 807 356 364 0 431 0

[startup+0.0719541 s]
/proc/loadavg: 0.00 0.13 2.01 2/447 31264
/proc/meminfo: memFree=18637244/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=34424 CPUtime=0.04 cores=1,3,5,7
/proc/31264/stat : 31264 (python) S 31262 31264 31225 0 -1 4202496 1552 0 0 0 3 1 0 0 17 0 1 0 748845756 35250176 1388 33554432000 4194304 5683644 140733306806816 18446744073709551615 215983668871 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/31264/statm: 9127 1392 450 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34424

[startup+0.100953 s]
/proc/loadavg: 0.00 0.13 2.01 2/447 31264
/proc/meminfo: memFree=18637244/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=85364 CPUtime=0.06 cores=1,3,5,7
/proc/31264/stat : 31264 (python) R 31262 31264 31225 0 -1 4202496 2593 0 0 0 4 2 0 0 17 0 1 0 748845756 87412736 2315 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988588389 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31264/statm: 21341 2315 713 364 0 1558 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85364

[startup+0.300927 s]
/proc/loadavg: 0.00 0.13 2.01 2/447 31264
/proc/meminfo: memFree=18637244/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/31264/stat : 31264 (python) R 31262 31264 31225 0 -1 4202496 5971 934 1 0 12 6 0 0 17 0 1 0 748845756 139005952 4149 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988588549 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/31264/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700861 s]
/proc/loadavg: 0.00 0.13 2.01 2/447 31264
/proc/meminfo: memFree=18637244/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=135748 CPUtime=0.23 cores=1,3,5,7
/proc/31264/stat : 31264 (python) R 31262 31264 31225 0 -1 4202496 5973 934 1 0 14 9 0 0 15 0 1 0 748845756 139005952 4150 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988588549 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/31264/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135748

[startup+1.50064 s]
/proc/loadavg: 0.00 0.13 2.00 1/448 31273
/proc/meminfo: memFree=18604252/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=281528 CPUtime=0.78 cores=1,3,5,7
/proc/31264/stat : 31264 (python) R 31262 31264 31225 0 -1 4202496 10733 934 1 0 61 17 0 0 16 0 1 0 748845756 288284672 7778 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988259858 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31264/statm: 70382 7778 1826 364 0 6306 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 281528

[startup+3.10036 s]
/proc/loadavg: 0.00 0.13 2.00 3/454 31279
/proc/meminfo: memFree=18581716/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=289260 CPUtime=1.23 cores=1,3,5,7
/proc/31264/stat : 31264 (python) S 31262 31264 31225 0 -1 4202496 11110 934 1 0 106 17 0 0 17 0 2 0 748845756 296202240 7205 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31264/statm: 72315 7205 1877 364 0 8233 0
[pid=31274] ppid=31264 vsize=279016 CPUtime=0 cores=1,3,5,7
/proc/31274/stat : 31274 (python) S 31264 31264 31225 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 748845951 285712384 5678 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988612623 0 0 16781312 514 5931799540326695172 0 0 17 1 0 0 0
/proc/31274/statm: 69754 5678 354 364 0 5672 0
[pid=31276] ppid=31274 vsize=1018364 CPUtime=1.14 cores=1,3,5,7
/proc/31276/stat : 31276 (gnovelty+2) R 31274 31276 31276 0 -1 4202496 669 0 0 0 114 0 0 0 22 0 1 0 748845951 1042804736 409 33554432000 134512640 135663704 4291580800 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31276/statm: 254591 409 113 282 0 254307 0
[pid=31264/tid=31275] ppid=31262 vsize=289260 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31275/stat : 31275 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 748845951 296202240 7205 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1586640
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 0.16 0.16 2.00 3/454 31279
/proc/meminfo: memFree=18581052/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=289260 CPUtime=1.23 cores=1,3,5,7
/proc/31264/stat : 31264 (python) S 31262 31264 31225 0 -1 4202496 11110 934 1 0 106 17 0 0 17 0 2 0 748845756 296202240 7205 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31264/statm: 72315 7205 1877 364 0 8233 0
[pid=31274] ppid=31264 vsize=279016 CPUtime=0.01 cores=1,3,5,7
/proc/31274/stat : 31274 (python) S 31264 31264 31225 0 -1 4202560 880 0 0 0 1 0 0 0 18 0 1 0 748845951 285712384 5701 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988612623 0 0 16781312 514 5931799540326695172 0 0 17 1 0 0 0
/proc/31274/statm: 69754 5701 377 364 0 5672 0
[pid=31276] ppid=31274 vsize=1018364 CPUtime=4.34 cores=1,3,5,7
/proc/31276/stat : 31276 (gnovelty+2) R 31274 31276 31276 0 -1 4202496 669 0 0 0 434 0 0 0 25 0 1 0 748845951 1042804736 409 33554432000 134512640 135663704 4291580800 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31276/statm: 254591 409 113 282 0 254307 0
[pid=31264/tid=31275] ppid=31262 vsize=289260 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31275/stat : 31275 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 748845951 296202240 7205 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 1586640

[startup+12.7157 s]
/proc/loadavg: 0.31 0.19 2.00 3/454 31279
/proc/meminfo: memFree=18580960/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=289260 CPUtime=1.23 cores=1,3,5,7
/proc/31264/stat : 31264 (python) S 31262 31264 31225 0 -1 4202496 11110 934 1 0 106 17 0 0 17 0 2 0 748845756 296202240 7205 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31264/statm: 72315 7205 1877 364 0 8233 0
[pid=31274] ppid=31264 vsize=279016 CPUtime=0.03 cores=1,3,5,7
/proc/31274/stat : 31274 (python) S 31264 31264 31225 0 -1 4202560 884 0 0 0 2 1 0 0 18 0 1 0 748845951 285712384 5701 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988612623 0 0 16781312 514 12501412023440998660 0 0 17 1 0 0 0
/proc/31274/statm: 69754 5701 377 364 0 5672 0
[pid=31276] ppid=31274 vsize=1018364 CPUtime=10.76 cores=1,3,5,7
/proc/31276/stat : 31276 (gnovelty+2) R 31274 31276 31276 0 -1 4202496 669 0 0 0 1076 0 0 0 25 0 1 0 748845951 1042804736 409 33554432000 134512640 135663704 4291580800 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31276/statm: 254591 409 113 282 0 254307 0
[pid=31264/tid=31275] ppid=31262 vsize=289260 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31275/stat : 31275 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 748845951 296202240 7205 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 1586640

[startup+25.5004 s]
/proc/loadavg: 0.57 0.25 2.00 3/454 31279
/proc/meminfo: memFree=18581764/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=289260 CPUtime=1.23 cores=1,3,5,7
/proc/31264/stat : 31264 (python) S 31262 31264 31225 0 -1 4202496 11110 934 1 0 106 17 0 0 17 0 2 0 748845756 296202240 7205 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31264/statm: 72315 7205 1877 364 0 8233 0
[pid=31274] ppid=31264 vsize=279016 CPUtime=0.06 cores=1,3,5,7
/proc/31274/stat : 31274 (python) S 31264 31264 31225 0 -1 4202560 889 0 0 0 3 3 0 0 18 0 1 0 748845951 285712384 5701 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988612623 0 0 16781312 514 12501412023440998660 0 0 17 1 0 0 0
/proc/31274/statm: 69754 5701 377 364 0 5672 0
[pid=31276] ppid=31274 vsize=1018364 CPUtime=23.54 cores=1,3,5,7
/proc/31276/stat : 31276 (gnovelty+2) R 31274 31276 31276 0 -1 4202496 669 0 0 0 2354 0 0 0 25 0 1 0 748845951 1042804736 409 33554432000 134512640 135663704 4291580800 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31276/statm: 254591 409 113 282 0 254307 0
[pid=31264/tid=31275] ppid=31262 vsize=289260 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31275/stat : 31275 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 748845951 296202240 7205 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 1586640

[startup+51.101 s]
/proc/loadavg: 1.13 0.41 2.00 3/454 31280
/proc/meminfo: memFree=18581616/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=289260 CPUtime=1.23 cores=1,3,5,7
/proc/31264/stat : 31264 (python) S 31262 31264 31225 0 -1 4202496 11110 934 1 0 106 17 0 0 17 0 2 0 748845756 296202240 7205 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31264/statm: 72315 7205 1877 364 0 8233 0
[pid=31274] ppid=31264 vsize=279016 CPUtime=0.15 cores=1,3,5,7
/proc/31274/stat : 31274 (python) S 31264 31264 31225 0 -1 4202560 897 0 0 0 8 7 0 0 18 0 1 0 748845951 285712384 5701 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988612623 0 0 16781312 514 12501412023440998660 0 0 17 7 0 0 0
/proc/31274/statm: 69754 5701 377 364 0 5672 0
[pid=31276] ppid=31274 vsize=1018364 CPUtime=49.16 cores=1,3,5,7
/proc/31276/stat : 31276 (gnovelty+2) R 31274 31276 31276 0 -1 4202496 669 0 0 0 4916 0 0 0 25 0 1 0 748845951 1042804736 409 33554432000 134512640 135663704 4291580800 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31276/statm: 254591 409 113 282 0 254307 0
[pid=31264/tid=31275] ppid=31262 vsize=289260 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31275/stat : 31275 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 748845951 296202240 7205 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 1586640

[startup+102.301 s]
/proc/loadavg: 1.73 0.68 2.01 3/454 31316
/proc/meminfo: memFree=18560504/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=289868 CPUtime=1.25 cores=1,3,5,7
/proc/31264/stat : 31264 (python) R 31262 31264 31225 0 -1 4202496 11561 934 1 0 108 17 0 0 18 0 2 0 748845756 296824832 7341 33554432000 4194304 5683644 140733306806816 18446744073709551615 215992031075 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31264/statm: 72467 7341 1878 364 0 8385 0
[pid=31274] ppid=31264 vsize=289260 CPUtime=0.32 cores=1,3,5,7
/proc/31274/stat : 31274 (python) S 31264 31264 31225 0 -1 4202560 1072 0 0 0 17 15 0 0 19 0 2 0 748845951 296202240 5739 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31274/statm: 72315 5739 410 364 0 8233 0
[pid=31276] ppid=31274 vsize=1018364 CPUtime=100.33 cores=1,3,5,7
/proc/31276/stat : 31276 (gnovelty+2) T 31274 31276 31276 0 -1 4202496 669 0 0 0 10033 0 0 0 25 0 1 0 748845951 1042804736 409 33554432000 134512640 135663704 4291580800 18446744073709551615 134524526 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31276/statm: 254591 409 113 282 0 254307 0
[pid=31264/tid=31275] ppid=31262 vsize=289868 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31275/stat : 31275 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 748845951 296824832 7341 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 1597492

[startup+162.316 s]
/proc/loadavg: 1.98 0.95 2.01 3/458 31322
/proc/meminfo: memFree=18553896/32950940 swapFree=67111356/67111528
[pid=31264] ppid=31262 vsize=300124 CPUtime=1.26 cores=1,3,5,7
/proc/31264/stat : 31264 (python) S 31262 31264 31225 0 -1 4202496 11982 934 1 0 109 17 0 0 20 0 3 0 748845756 307326976 7347 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31264/statm: 75031 7347 1880 364 0 10946 0
[pid=31274] ppid=31264 vsize=289260 CPUtime=0.32 cores=1,3,5,7
/proc/31274/stat : 31274 (python) S 31264 31264 31225 0 -1 4202560 1072 0 0 0 17 15 0 0 19 0 2 0 748845951 296202240 5739 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31274/statm: 72315 5739 410 364 0 8233 0
[pid=31276] ppid=31274 vsize=1018364 CPUtime=100.33 cores=1,3,5,7
/proc/31276/stat : 31276 (gnovelty+2) T 31274 31276 31276 0 -1 4202496 669 0 0 0 10033 0 0 0 25 0 1 0 748845951 1042804736 409 33554432000 134512640 135663704 4291580800 18446744073709551615 134524526 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31276/statm: 254591 409 113 282 0 254307 0
[pid=31274/tid=31317] ppid=31264 vsize=289260 CPUtime=0 cores=1,3,5,7
/proc/31274/task/31317/stat : 31317 (python) S 31264 31264 31225 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 748855985 296202240 5739 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604462883732544 0 0 -1 7 0 0 0
[pid=31318] ppid=31264 vsize=289880 CPUtime=0.19 cores=1,3,5,7
/proc/31318/stat : 31318 (python) S 31264 31264 31225 0 -1 4202560 906 0 0 0 10 9 0 0 18 0 1 0 748855988 296837120 5834 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988612678 0 0 16781312 514 12501412023440998663 0 0 17 7 0 0 0
/proc/31318/statm: 72470 5834 371 364 0 8385 0
[pid=31320] ppid=31318 vsize=1018364 CPUtime=59.99 cores=1,3,5,7
/proc/31320/stat : 31320 (gnovelty+2) R 31318 31320 31320 0 -1 4202496 673 0 0 0 5999 0 0 0 25 0 1 0 748855988 1042804736 408 33554432000 134512640 135663704 4287130096 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31320/statm: 254591 408 113 282 0 254307 0
[pid=31264/tid=31275] ppid=31262 vsize=300124 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31275/stat : 31275 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 3 0 748845951 307326976 7347 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
[pid=31264/tid=31319] ppid=31262 vsize=300124 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31319/stat : 31319 (python) S 31262 31264 31225 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 3 0 748855988 307326976 7347 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 7 0 0 0

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

[pid=31375] ppid=31264 vsize=310392 CPUtime=0.71 cores=1,3,5,7
/proc/31375/stat : 31375 (python) S 31264 31264 31225 0 -1 4202560 1158 0 0 0 38 33 0 0 18 0 2 0 748875963 317841408 5872 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31375/statm: 77598 5872 400 364 0 13507 0
[pid=31377] ppid=31375 vsize=417976 CPUtime=194.73 cores=1,3,5,7
/proc/31377/stat : 31377 (adaptg2wsat2009) T 31375 31377 31377 0 -1 4202496 1005 0 0 0 19473 0 0 0 25 0 1 0 748875963 428007424 735 33554432000 134512640 135107411 4292491568 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31377/statm: 104494 735 59 146 0 103370 0
[pid=31375/tid=31384] ppid=31264 vsize=310392 CPUtime=0 cores=1,3,5,7
/proc/31375/task/31384/stat : 31384 (python) S 31264 31264 31225 0 -1 4202560 54 0 0 0 0 0 0 0 18 0 2 0 748885995 317841408 5872 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604460315165888 0 0 -1 1 0 0 0
[pid=31385] ppid=31264 vsize=320648 CPUtime=0.33 cores=1,3,5,7
/proc/31385/stat : 31385 (python) S 31264 31264 31225 0 -1 4202560 1128 0 0 0 16 17 0 0 19 0 2 0 748885999 328343552 5876 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31385/statm: 80162 5876 400 364 0 16068 0
[pid=31387] ppid=31385 vsize=417976 CPUtime=98.31 cores=1,3,5,7
/proc/31387/stat : 31387 (adaptg2wsat2009) T 31385 31387 31387 0 -1 4202496 1004 0 0 0 9831 0 0 0 25 0 1 0 748885999 428007424 736 33554432000 134512640 135107411 4291539504 18446744073709551615 134531810 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31387/statm: 104494 736 59 146 0 103370 0
[pid=31385/tid=31426] ppid=31264 vsize=320648 CPUtime=0 cores=1,3,5,7
/proc/31385/task/31426/stat : 31426 (python) S 31264 31264 31225 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 748895834 328343552 5876 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604462883730752 0 0 -1 7 0 0 0
[pid=31427] ppid=31264 vsize=330904 CPUtime=0.33 cores=1,3,5,7
/proc/31427/stat : 31427 (python) S 31264 31264 31225 0 -1 4202560 1128 0 0 0 17 16 0 0 19 0 2 0 748895837 338845696 5880 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31427/statm: 82726 5880 400 364 0 18629 0
[pid=31429] ppid=31427 vsize=1018364 CPUtime=99.33 cores=1,3,5,7
/proc/31429/stat : 31429 (gnovelty+2) T 31427 31429 31429 0 -1 4202496 674 0 0 0 9933 0 0 0 25 0 1 0 748895838 1042804736 408 33554432000 134512640 135663704 4289728048 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31429/statm: 254591 408 113 282 0 254307 0
[pid=31427/tid=31437] ppid=31264 vsize=330904 CPUtime=0 cores=1,3,5,7
/proc/31427/task/31437/stat : 31437 (python) S 31264 31264 31225 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 748905774 338845696 5880 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604455319434496 0 0 -1 7 0 0 0
[pid=31438] ppid=31264 vsize=341160 CPUtime=0.34 cores=1,3,5,7
/proc/31438/stat : 31438 (python) S 31264 31264 31225 0 -1 4202560 1169 0 0 0 19 15 0 0 19 0 2 0 748905777 349347840 5916 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31438/statm: 85290 5916 406 364 0 21190 0
[pid=31440] ppid=31438 vsize=247988 CPUtime=99.34 cores=1,3,5,7
/proc/31440/stat : 31440 (FH) T 31438 31440 31440 0 -1 4202496 925 0 0 0 9934 0 0 0 25 0 1 0 748905777 253939712 658 33554432000 134512640 134936988 4294422208 18446744073709551615 134553554 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31440/statm: 61997 658 41 104 0 61501 0
[pid=31438/tid=31447] ppid=31264 vsize=341160 CPUtime=0 cores=1,3,5,7
/proc/31438/task/31447/stat : 31447 (python) S 31264 31264 31225 0 -1 4202560 94 0 0 0 0 0 0 0 19 0 2 0 748915712 349347840 5916 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604469761937472 0 0 -1 7 0 0 0
[pid=31448] ppid=31264 vsize=351416 CPUtime=0.34 cores=1,3,5,7
/proc/31448/stat : 31448 (python) S 31264 31264 31225 0 -1 4202560 1167 0 0 0 18 16 0 0 19 0 2 0 748915716 359849984 5920 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31448/statm: 87854 5920 406 364 0 23751 0
[pid=31450] ppid=31448 vsize=417976 CPUtime=99.33 cores=1,3,5,7
/proc/31450/stat : 31450 (adaptg2wsat2009) T 31448 31450 31450 0 -1 4202496 1008 0 0 0 9933 0 0 0 25 0 1 0 748915716 428007424 736 33554432000 134512640 135107411 4294467504 18446744073709551615 134539260 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31450/statm: 104494 736 59 146 0 103370 0
[pid=31448/tid=31464] ppid=31264 vsize=351416 CPUtime=0 cores=1,3,5,7
/proc/31448/task/31464/stat : 31464 (python) S 31264 31264 31225 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 748925650 359849984 5920 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604469761939264 0 0 -1 7 0 0 0
[pid=31465] ppid=31264 vsize=361832 CPUtime=0.34 cores=1,3,5,7
/proc/31465/stat : 31465 (python) S 31264 31264 31225 0 -1 4202560 1135 0 0 0 17 17 0 0 19 0 2 0 748925654 370515968 5932 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31465/statm: 90458 5932 400 364 0 26352 0
[pid=31467] ppid=31465 vsize=417976 CPUtime=98.35 cores=1,3,5,7
/proc/31467/stat : 31467 (adaptg2wsat2009) T 31465 31467 31467 0 -1 4202496 1009 0 0 0 9835 0 0 0 25 0 1 0 748925654 428007424 736 33554432000 134512640 135107411 4288907216 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31467/statm: 104494 736 59 146 0 103370 0
[pid=31465/tid=31504] ppid=31264 vsize=361832 CPUtime=0 cores=1,3,5,7
/proc/31465/task/31504/stat : 31504 (python) S 31264 31264 31225 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 748935490 370515968 5932 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604459206799488 0 0 -1 7 0 0 0
[pid=31505] ppid=31264 vsize=372088 CPUtime=0.34 cores=1,3,5,7
/proc/31505/stat : 31505 (python) S 31264 31264 31225 0 -1 4202560 1137 0 0 0 17 17 0 0 19 0 2 0 748935494 381018112 5936 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31505/statm: 93022 5936 400 364 0 28913 0
[pid=31507] ppid=31505 vsize=247988 CPUtime=99.33 cores=1,3,5,7
/proc/31507/stat : 31507 (FH) T 31505 31507 31507 0 -1 4202496 927 0 0 0 9933 0 0 0 25 0 1 0 748935494 253939712 658 33554432000 134512640 134936988 4290568528 18446744073709551615 134545336 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31507/statm: 61997 658 41 104 0 61501 0
[pid=31505/tid=31515] ppid=31264 vsize=372088 CPUtime=0 cores=1,3,5,7
/proc/31505/task/31515/stat : 31515 (python) S 31264 31264 31225 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 748945428 381018112 5936 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604469761938368 0 0 -1 7 0 0 0
[pid=31516] ppid=31264 vsize=382344 CPUtime=0.68 cores=1,3,5,7
/proc/31516/stat : 31516 (python) S 31264 31264 31225 0 -1 4202560 1159 0 0 0 35 33 0 0 19 0 2 0 748945432 391520256 5955 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31516/statm: 95586 5955 400 364 0 31474 0
[pid=31518] ppid=31516 vsize=268428 CPUtime=194.64 cores=1,3,5,7
/proc/31518/stat : 31518 (hybridGM3) T 31516 31518 31518 0 -1 4202496 5059 0 0 0 19463 1 0 0 25 0 1 0 748945432 274870272 4787 33554432000 134512640 135204385 4290972272 18446744073709551615 134537792 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31518/statm: 67107 4787 63 169 0 66937 0
[pid=31516/tid=31606] ppid=31264 vsize=382344 CPUtime=0 cores=1,3,5,7
/proc/31516/task/31606/stat : 31606 (python) S 31264 31264 31225 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 748964902 391520256 5955 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604466393592000 0 0 -1 7 0 0 0
[pid=31607] ppid=31264 vsize=392600 CPUtime=0.35 cores=1,3,5,7
/proc/31607/stat : 31607 (python) S 31264 31264 31225 0 -1 4202560 1134 0 0 0 17 18 0 0 19 0 2 0 748964906 402022400 5959 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31607/statm: 98150 5959 400 364 0 34035 0
[pid=31609] ppid=31607 vsize=1018364 CPUtime=100.37 cores=1,3,5,7
/proc/31609/stat : 31609 (gnovelty+2) T 31607 31609 31609 0 -1 4202496 681 0 0 0 10037 0 0 0 25 0 1 0 748964906 1042804736 408 33554432000 134512640 135663704 4292398880 18446744073709551615 134545583 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31609/statm: 254591 408 113 282 0 254307 0
[pid=31607/tid=31617] ppid=31264 vsize=392600 CPUtime=0 cores=1,3,5,7
/proc/31607/task/31617/stat : 31617 (python) S 31264 31264 31225 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 748974943 402022400 5959 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604459206801280 0 0 -1 7 0 0 0
[pid=31618] ppid=31264 vsize=403044 CPUtime=0.68 cores=1,3,5,7
/proc/31618/stat : 31618 (python) S 31264 31264 31225 0 -1 4202560 1155 0 0 0 32 36 0 0 19 0 2 0 748974947 412717056 5995 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31618/statm: 100761 5995 400 364 0 36643 0
[pid=31620] ppid=31618 vsize=268420 CPUtime=195.71 cores=1,3,5,7
/proc/31620/stat : 31620 (hybridGM3) T 31618 31620 31620 0 -1 4202496 5058 0 0 0 19571 0 0 0 25 0 1 0 748974947 274862080 4786 33554432000 134512640 135204385 4287967216 18446744073709551615 134545390 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31620/statm: 67105 4786 63 169 0 66935 0
[pid=31618/tid=31630] ppid=31264 vsize=403044 CPUtime=0 cores=1,3,5,7
/proc/31618/task/31630/stat : 31630 (python) S 31264 31264 31225 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 748994519 412717056 5995 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604455609823488 0 0 -1 7 0 0 0
[pid=31631] ppid=31264 vsize=413300 CPUtime=0.7 cores=1,3,5,7
/proc/31631/stat : 31631 (python) S 31264 31264 31225 0 -1 4202560 1177 0 0 0 37 33 0 0 19 0 2 0 748994522 423219200 5999 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31631/statm: 103325 5999 400 364 0 39204 0
[pid=31633] ppid=31631 vsize=268424 CPUtime=195.75 cores=1,3,5,7
/proc/31633/stat : 31633 (hybridGM3) T 31631 31633 31633 0 -1 4202496 5059 0 0 0 19575 0 0 0 25 0 1 0 748994523 274866176 4788 33554432000 134512640 135204385 4292908016 18446744073709551615 134538047 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31633/statm: 67106 4788 63 169 0 66936 0
[pid=31631/tid=31647] ppid=31264 vsize=413300 CPUtime=0 cores=1,3,5,7
/proc/31631/task/31647/stat : 31647 (python) S 31264 31264 31225 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749014099 423219200 5999 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604466393592896 0 0 -1 7 0 0 0
[pid=31648] ppid=31264 vsize=423556 CPUtime=5.87 cores=1,3,5,7
/proc/31648/stat : 31648 (python) S 31264 31264 31225 0 -1 4202560 1213 0 0 0 312 275 0 0 19 0 2 0 749014102 433721344 6043 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31648/statm: 105889 6043 408 364 0 41765 0
[pid=31650] ppid=31648 vsize=456468 CPUtime=1553.25 cores=1,3,5,7
/proc/31650/stat : 31650 (TNM) T 31648 31650 31650 0 -1 4202496 916 0 0 0 155325 0 0 0 25 0 1 0 749014103 467423232 642 33554432000 134512640 135008748 4290165040 18446744073709551615 134529183 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31650/statm: 114117 642 46 122 0 113017 0
[pid=31648/tid=31736] ppid=31264 vsize=423556 CPUtime=0 cores=1,3,5,7
/proc/31648/task/31736/stat : 31736 (python) S 31264 31264 31225 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749169425 433721344 6043 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604461830238528 0 0 -1 7 0 0 0
[pid=31739] ppid=31264 vsize=434028 CPUtime=0.39 cores=1,3,5,7
/proc/31739/stat : 31739 (python) S 31264 31264 31225 0 -1 4202560 1176 0 0 0 20 19 0 0 16 0 2 0 749179375 444444672 6068 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31739/statm: 108507 6068 407 364 0 44380 0
[pid=31741] ppid=31739 vsize=247988 CPUtime=101.45 cores=1,3,5,7
/proc/31741/stat : 31741 (FH) T 31739 31741 31741 0 -1 4202496 933 0 0 0 10145 0 0 0 25 0 1 0 749179375 253939712 658 33554432000 134512640 134936988 4287001264 18446744073709551615 134554594 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31741/statm: 61997 658 41 104 0 61501 0
[pid=31739/tid=31745] ppid=31264 vsize=434028 CPUtime=0 cores=1,3,5,7
/proc/31739/task/31745/stat : 31745 (python) S 31264 31264 31225 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 749189521 444444672 6068 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604461830240320 0 0 -1 7 0 0 0
[pid=31749] ppid=31264 vsize=444284 CPUtime=0.36 cores=1,3,5,7
/proc/31749/stat : 31749 (python) S 31264 31264 31225 0 -1 4202560 1167 0 0 0 19 17 0 0 19 0 2 0 749198965 454946816 6088 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31749/statm: 111071 6088 401 364 0 46941 0
[pid=31751] ppid=31749 vsize=1018364 CPUtime=100.23 cores=1,3,5,7
/proc/31751/stat : 31751 (gnovelty+2) T 31749 31751 31751 0 -1 4202496 688 0 0 0 10023 0 0 0 25 0 1 0 749198965 1042804736 408 33554432000 134512640 135663704 4290846272 18446744073709551615 134524540 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31751/statm: 254591 408 113 282 0 254307 0
[pid=31749/tid=31754] ppid=31264 vsize=444284 CPUtime=0 cores=1,3,5,7
/proc/31749/task/31754/stat : 31754 (python) S 31264 31264 31225 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749209003 454946816 6088 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 514 18446604462981542336 0 0 -1 3 0 0 0
[pid=31755] ppid=31264 vsize=454540 CPUtime=0 cores=1,3,5,7
/proc/31755/stat : 31755 (python) S 31264 31264 31225 0 -1 4202560 842 0 0 0 0 0 0 0 19 0 1 0 749209005 465448960 6039 33554432000 4194304 5683644 140733306806816 18446744073709551615 215988612678 0 0 16781312 514 6351897094776684543 0 0 17 3 0 0 0
/proc/31755/statm: 113635 6039 349 364 0 49502 0
[pid=31757] ppid=31755 vsize=268424 CPUtime=0.23 cores=1,3,5,7
/proc/31757/stat : 31757 (hybridGM3) R 31755 31757 31757 0 -1 4202496 5059 0 0 0 23 0 0 0 21 0 1 0 749209006 274866176 4786 33554432000 134512640 135204385 4290776512 18446744073709551615 134538355 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31757/statm: 67106 4786 63 169 0 66936 0
[pid=31264/tid=31275] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31275/stat : 31275 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 19 0 748845951 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
[pid=31264/tid=31319] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31319/stat : 31319 (python) S 31262 31264 31225 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 19 0 748855988 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 7 0 0 0
[pid=31264/tid=31365] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31365/stat : 31365 (python) S 31262 31264 31225 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 19 0 748865927 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
[pid=31264/tid=31376] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31376/stat : 31376 (python) S 31262 31264 31225 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 19 0 748875963 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 3 0 0 0
[pid=31264/tid=31386] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31386/stat : 31386 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 19 0 748885999 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 7 0 0 0
[pid=31264/tid=31428] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31428/stat : 31428 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 19 0 748895837 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 3 0 0 0
[pid=31264/tid=31439] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31439/stat : 31439 (python) S 31262 31264 31225 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 19 0 748905777 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 3 0 0 0
[pid=31264/tid=31449] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31449/stat : 31449 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 19 0 748915716 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 3 0 0 0
[pid=31264/tid=31466] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31466/stat : 31466 (python) S 31262 31264 31225 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 19 0 748925654 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 3 0 0 0
[pid=31264/tid=31506] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31506/stat : 31506 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 19 0 748935494 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 3 0 0 0
[pid=31264/tid=31517] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31517/stat : 31517 (python) S 31262 31264 31225 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 19 0 748945432 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 7 0 0 0
[pid=31264/tid=31608] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31608/stat : 31608 (python) S 31262 31264 31225 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 19 0 748964906 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 5 0 0 0
[pid=31264/tid=31619] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31619/stat : 31619 (python) S 31262 31264 31225 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 19 0 748974947 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 5 0 0 0
[pid=31264/tid=31632] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31632/stat : 31632 (python) S 31262 31264 31225 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 19 0 748994522 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
[pid=31264/tid=31649] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31649/stat : 31649 (python) S 31262 31264 31225 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 19 0 749014102 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
[pid=31264/tid=31740] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31740/stat : 31740 (python) S 31262 31264 31225 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 19 0 749179375 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
[pid=31264/tid=31750] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31750/stat : 31750 (python) S 31262 31264 31225 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 19 0 749198965 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 1 0 0 0
[pid=31264/tid=31756] ppid=31262 vsize=464784 CPUtime=0 cores=1,3,5,7
/proc/31264/task/31756/stat : 31756 (python) S 31262 31264 31225 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 19 0 749209006 475938816 7606 33554432000 4194304 5683644 140733306806816 18446744073709551615 216000416177 0 0 16781312 2 18446604460315164992 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3644.75
Current children cumulated vsize (KiB) 16536024

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 3632.84
CPU time (s): 3644.75
CPU user time (s): 3638.27
CPU system time (s): 6.48
CPU usage (%): 100.328
Max. virtual memory (cumulated for all children) (KiB): 16536024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.64075
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28496
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= 8400
involuntary context switches= 45

runsolver used 26.6919 second user time and 57.5732 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-17 00:49:10
IDJOB=3386496
IDBENCH=82561
IDSOLVER=1872
FILE ID=node117/3386496-1305586150
RUNJOBID= node117-1305586148-31244
PBS_JOBID= 13350361
Free space on /tmp= 73436 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S896023516-057-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386496-1305586150/watcher-3386496-1305586150 -o /tmp/evaluation-result-3386496-1305586150/solver-3386496-1305586150 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386496-1305586150.cnf -seed 1340849444 -budget 5000

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

MD5SUM BENCH= fbc6593197090933c7d66c2e5740159a
RANDOM SEED=1340849444

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18637524 kB
Buffers:        341076 kB
Cached:        4821532 kB
SwapCached:          0 kB
Active:       10707192 kB
Inactive:      3241576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18637524 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           64588 kB
Writeback:           0 kB
AnonPages:     8786080 kB
Mapped:          35556 kB
Slab:           248088 kB
PageTables:      49120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 115512724 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= 73388 MiB
End job on node117 at 2011-05-17 01:49:45