Trace number 3386478

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) 1989.68 1984.54

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S319509287-085-UNKNOWN.cnf
MD5SUMbb548a1e884feefbb349d3449e849f5e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3906.44
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
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 540000
Number of clauses of size over 50

Solver Data

0.36/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.66	c INFO: solving HOME/instance-3386478-1305586147.cnf
0.36/0.66	c INFO: computing task features
0.53/0.89	c INFO: computed variable-clause graph statistics
0.63/0.90	c INFO: computed clause balance statistics
1.63/1.94	c INFO: computed variable balance statistics
2.23/2.57	c INFO: computed small-clause counts
2.23/2.57	c INFO: computed Horn-clause counts
2.33/2.62	c INFO: computed variable graph statistics
2.33/2.62	c INFO: collected features for HOME/instance-3386478-1305586147.cnf in 1.95 s
2.33/2.65	c INFO: running gnovelty+2@0 for 97 with 4998 remaining (b = 0.38)
101.98/102.07	c INFO: running gnovelty+2@0 for 97 with 4898 remaining (b = 0.13)
201.69/201.48	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.08)
302.40/301.85	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.07)
403.07/402.20	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.05)
502.61/501.57	c INFO: running gnovelty+2@0 for 97 with 4499 remaining (b = 0.05)
602.44/601.00	c INFO: running FH@0 for 97 with 4399 remaining (b = 0.03)
702.03/700.37	c INFO: running adaptg2wsat2009++@0 for 97 with 4300 remaining (b = 0.03)
802.62/800.72	c INFO: running adaptg2wsat2009++@0 for 97 with 4200 remaining (b = 0.02)
903.13/901.08	c INFO: running FH@0 for 97 with 4100 remaining (b = 0.02)
1003.84/1001.46	c INFO: running hybridGM3@0 for 194 with 3999 remaining (b = 0.04)
1201.00/1198.22	c INFO: running gnovelty+2@0 for 97 with 3803 remaining (b = 0.02)
1300.70/1297.67	c INFO: running hybridGM3@0 for 194 with 3703 remaining (b = 0.03)
1496.16/1492.47	c INFO: running adaptg2wsat2009++@0 for 97 with 3509 remaining (b = 0.01)
1596.80/1592.86	c INFO: running hybridGM3@0 for 194 with 3408 remaining (b = 0.03)
1793.26/1788.70	c INFO: running hybridGM3@0 for 194 with 3213 remaining (b = 0.02)
1988.77/1983.53	c INFO: running TNM@0 for 1552 with 3018 remaining (b = 0.19)

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-3386478-1305586147/watcher-3386478-1305586147 -o /tmp/evaluation-result-3386478-1305586147/solver-3386478-1305586147 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386478-1305586147.cnf -seed 865129503 -budget 5000 

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

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: 2.08 2.02 2.97 3/413 11523
/proc/meminfo: memFree=24101736/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=15760 CPUtime=0 cores=0,2,4,6
/proc/11523/stat : 11523 (python) S 11521 11523 11495 0 -1 4202496 844 0 0 0 0 0 0 0 17 0 1 0 670213268 16138240 727 33554432000 4194304 5683644 140733602672080 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/11523/statm: 3940 727 334 364 0 427 0

[startup+0.114594 s]
/proc/loadavg: 2.08 2.02 2.97 3/413 11523
/proc/meminfo: memFree=24101736/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=99372 CPUtime=0.06 cores=0,2,4,6
/proc/11523/stat : 11523 (python) R 11521 11523 11495 0 -1 4202496 2866 0 0 0 5 1 0 0 17 0 1 0 670213268 101756928 2564 33554432000 4194304 5683644 140733602672080 18446744073709551615 4875555 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11523/statm: 24843 2564 818 364 0 1694 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99372

[startup+0.200584 s]
/proc/loadavg: 2.08 2.02 2.97 3/413 11523
/proc/meminfo: memFree=24101736/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=124232 CPUtime=0.11 cores=0,2,4,6
/proc/11523/stat : 11523 (python) R 11521 11523 11495 0 -1 4202496 4259 0 1 0 8 3 0 0 17 0 1 0 670213268 127213568 3868 33554432000 4194304 5683644 140733602672080 18446744073709551615 4509422 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11523/statm: 31058 3871 996 364 0 2869 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124232

[startup+0.300534 s]
/proc/loadavg: 2.08 2.02 2.97 3/413 11523
/proc/meminfo: memFree=24101736/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/11523/stat : 11523 (python) R 11521 11523 11495 0 -1 4202496 5971 931 1 0 14 4 0 0 17 0 1 0 670213268 139005952 4148 33554432000 4194304 5683644 140733602672080 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11523/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700535 s]
/proc/loadavg: 2.08 2.02 2.97 3/413 11523
/proc/meminfo: memFree=24101736/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=281324 CPUtime=0.44 cores=0,2,4,6
/proc/11523/stat : 11523 (python) R 11521 11523 11495 0 -1 4202496 9986 931 1 0 34 10 0 0 16 0 1 0 670213268 288075776 7660 33554432000 4194304 5683644 140733602672080 18446744073709551615 4602349 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11523/statm: 70331 7662 1761 364 0 6255 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 281324

[startup+1.50035 s]
/proc/loadavg: 2.08 2.02 2.97 4/414 11529
/proc/meminfo: memFree=24066388/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=290800 CPUtime=1.23 cores=0,2,4,6
/proc/11523/stat : 11523 (python) R 11521 11523 11495 0 -1 4202496 14018 931 1 0 113 10 0 0 17 0 1 0 670213268 297779200 10085 33554432000 4194304 5683644 140733602672080 18446744073709551615 4500657 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11523/statm: 72700 10085 1826 364 0 8624 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 290800

[startup+3.10106 s]
/proc/loadavg: 2.08 2.02 2.97 4/414 11529
/proc/meminfo: memFree=24065520/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=300284 CPUtime=2.38 cores=0,2,4,6
/proc/11523/stat : 11523 (python) S 11521 11523 11495 0 -1 4202496 14320 931 1 0 228 10 0 0 20 0 2 0 670213268 307490816 9944 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11523/statm: 75071 9944 1877 364 0 10989 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 300284
heavy processes:

[startup+6.30055 s]
/proc/loadavg: 2.23 2.05 2.98 5/422 11546
/proc/meminfo: memFree=23962456/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=300284 CPUtime=2.38 cores=0,2,4,6
/proc/11523/stat : 11523 (python) S 11521 11523 11495 0 -1 4202496 14320 931 1 0 228 10 0 0 20 0 2 0 670213268 307490816 9944 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11523/statm: 75071 9944 1877 364 0 10989 0
[pid=11530] ppid=11523 vsize=290040 CPUtime=0 cores=0,2,4,6
/proc/11530/stat : 11530 (python) S 11523 11523 11495 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 670213534 297000960 8416 33554432000 4194304 5683644 140733602672080 18446744073709551615 210204667407 0 0 16781312 514 3473160423857946884 0 0 17 2 0 0 0
/proc/11530/statm: 72510 8416 353 364 0 8428 0
[pid=11532] ppid=11530 vsize=1020308 CPUtime=3.63 cores=0,2,4,6
/proc/11532/stat : 11532 (gnovelty+2) R 11530 11532 11532 0 -1 4202496 1152 0 0 0 363 0 0 0 25 0 1 0 670213535 1044795392 892 33554432000 134512640 135663704 4291831552 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11532/statm: 255077 892 113 282 0 254793 0
[pid=11523/tid=11531] ppid=11521 vsize=300284 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (python) S 11521 11523 11495 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 670213534 307490816 9944 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1610632

[startup+12.7005 s]
/proc/loadavg: 2.37 2.08 2.98 5/422 11546
/proc/meminfo: memFree=23961908/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=300284 CPUtime=2.38 cores=0,2,4,6
/proc/11523/stat : 11523 (python) S 11521 11523 11495 0 -1 4202496 14320 931 1 0 228 10 0 0 20 0 2 0 670213268 307490816 9944 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11523/statm: 75071 9944 1877 364 0 10989 0
[pid=11530] ppid=11523 vsize=290040 CPUtime=0.02 cores=0,2,4,6
/proc/11530/stat : 11530 (python) S 11523 11523 11495 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 670213534 297000960 8439 33554432000 4194304 5683644 140733602672080 18446744073709551615 210204667407 0 0 16781312 514 3473160423857946884 0 0 17 6 0 0 0
/proc/11530/statm: 72510 8439 376 364 0 8428 0
[pid=11532] ppid=11530 vsize=1020308 CPUtime=10.03 cores=0,2,4,6
/proc/11532/stat : 11532 (gnovelty+2) R 11530 11532 11532 0 -1 4202496 1152 0 0 0 1003 0 0 0 25 0 1 0 670213535 1044795392 892 33554432000 134512640 135663704 4291831552 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11532/statm: 255077 892 113 282 0 254793 0
[pid=11523/tid=11531] ppid=11521 vsize=300284 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (python) S 11521 11523 11495 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 670213534 307490816 9944 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1610632

[startup+25.5013 s]
/proc/loadavg: 2.73 2.18 3.00 5/425 11549
/proc/meminfo: memFree=23929200/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=300284 CPUtime=2.38 cores=0,2,4,6
/proc/11523/stat : 11523 (python) S 11521 11523 11495 0 -1 4202496 14320 931 1 0 228 10 0 0 20 0 2 0 670213268 307490816 9944 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11523/statm: 75071 9944 1877 364 0 10989 0
[pid=11530] ppid=11523 vsize=290040 CPUtime=0.07 cores=0,2,4,6
/proc/11530/stat : 11530 (python) S 11523 11523 11495 0 -1 4202560 902 0 0 0 4 3 0 0 18 0 1 0 670213534 297000960 8439 33554432000 4194304 5683644 140733602672080 18446744073709551615 210204667407 0 0 16781312 514 13471761821278896388 0 0 17 6 0 0 0
/proc/11530/statm: 72510 8439 376 364 0 8428 0
[pid=11532] ppid=11530 vsize=1020308 CPUtime=22.83 cores=0,2,4,6
/proc/11532/stat : 11532 (gnovelty+2) R 11530 11532 11532 0 -1 4202496 1152 0 0 0 2283 0 0 0 25 0 1 0 670213535 1044795392 892 33554432000 134512640 135663704 4291831552 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11532/statm: 255077 892 113 282 0 254793 0
[pid=11523/tid=11531] ppid=11521 vsize=300284 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (python) S 11521 11523 11495 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 670213534 307490816 9944 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 1610632

[startup+51.1011 s]
/proc/loadavg: 3.16 2.32 3.03 5/425 11550
/proc/meminfo: memFree=23929416/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=300284 CPUtime=2.38 cores=0,2,4,6
/proc/11523/stat : 11523 (python) S 11521 11523 11495 0 -1 4202496 14320 931 1 0 228 10 0 0 20 0 2 0 670213268 307490816 9944 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11523/statm: 75071 9944 1877 364 0 10989 0
[pid=11530] ppid=11523 vsize=290040 CPUtime=0.13 cores=0,2,4,6
/proc/11530/stat : 11530 (python) S 11523 11523 11495 0 -1 4202560 912 0 0 0 7 6 0 0 18 0 1 0 670213534 297000960 8439 33554432000 4194304 5683644 140733602672080 18446744073709551615 210204667407 0 0 16781312 514 13471761821278896388 0 0 17 6 0 0 0
/proc/11530/statm: 72510 8439 376 364 0 8428 0
[pid=11532] ppid=11530 vsize=1020308 CPUtime=48.42 cores=0,2,4,6
/proc/11532/stat : 11532 (gnovelty+2) R 11530 11532 11532 0 -1 4202496 1152 0 0 0 4842 0 0 0 25 0 1 0 670213535 1044795392 892 33554432000 134512640 135663704 4291831552 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11532/statm: 255077 892 113 282 0 254793 0
[pid=11523/tid=11531] ppid=11521 vsize=300284 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (python) S 11521 11523 11495 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 670213534 307490816 9944 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 1610632

[startup+102.3 s]
/proc/loadavg: 3.64 2.58 3.07 5/429 11555
/proc/meminfo: memFree=23922936/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=310540 CPUtime=2.42 cores=0,2,4,6
/proc/11523/stat : 11523 (python) S 11521 11523 11495 0 -1 4202496 15171 931 1 0 231 11 0 0 20 0 3 0 670213268 317992960 9951 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11523/statm: 77635 9951 1880 364 0 13550 0
[pid=11530] ppid=11523 vsize=300284 CPUtime=0.3 cores=0,2,4,6
/proc/11530/stat : 11530 (python) S 11523 11523 11495 0 -1 4202560 1094 0 0 0 17 13 0 0 19 0 2 0 670213534 307490816 8477 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11530/statm: 75071 8477 409 364 0 10989 0
[pid=11532] ppid=11530 vsize=1020308 CPUtime=99.35 cores=0,2,4,6
/proc/11532/stat : 11532 (gnovelty+2) T 11530 11532 11532 0 -1 4202496 1152 0 0 0 9935 0 0 0 25 0 1 0 670213535 1044795392 892 33554432000 134512640 135663704 4291831552 18446744073709551615 134544380 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11532/statm: 255077 892 113 282 0 254793 0
[pid=11530/tid=11552] ppid=11523 vsize=300284 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11552/stat : 11552 (python) S 11523 11523 11495 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670223472 307490816 8477 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604453721351424 0 0 -1 6 0 0 0
[pid=11553] ppid=11523 vsize=300296 CPUtime=0 cores=0,2,4,6
/proc/11553/stat : 11553 (python) S 11523 11523 11495 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 670223475 307503104 8414 33554432000 4194304 5683644 140733602672080 18446744073709551615 210204667462 0 0 16781312 514 15487513810083774463 0 0 17 2 0 0 0
/proc/11553/statm: 75074 8414 347 364 0 10989 0
[pid=11555] ppid=11553 vsize=1020308 CPUtime=0.22 cores=0,2,4,6
/proc/11555/stat : 11555 (gnovelty+2) R 11553 11555 11555 0 -1 4202496 1155 0 0 0 22 0 0 0 21 0 1 0 670223476 1044795392 892 33554432000 134512640 135663704 4293523040 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11555/statm: 255077 892 113 282 0 254793 0
[pid=11523/tid=11531] ppid=11521 vsize=310540 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (python) S 11521 11523 11495 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 670213534 317992960 9951 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 0 0 0 0
[pid=11523/tid=11554] ppid=11521 vsize=310540 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11554/stat : 11554 (python) S 11521 11523 11495 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 670223476 317992960 9951 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2951736

[startup+162.301 s]
/proc/loadavg: 3.86 2.83 3.13 5/433 11561
/proc/meminfo: memFree=23883040/32951124 swapFree=63649240/67111528
[pid=11523] ppid=11521 vsize=310540 CPUtime=2.42 cores=0,2,4,6
/proc/11523/stat : 11523 (python) S 11521 11523 11495 0 -1 4202496 15171 931 1 0 231 11 0 0 20 0 3 0 670213268 317992960 9951 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11523/statm: 77635 9951 1880 364 0 13550 0
[pid=11530] ppid=11523 vsize=300284 CPUtime=0.3 cores=0,2,4,6
/proc/11530/stat : 11530 (python) S 11523 11523 11495 0 -1 4202560 1094 0 0 0 17 13 0 0 19 0 2 0 670213534 307490816 8477 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11530/statm: 75071 8477 409 364 0 10989 0
[pid=11532] ppid=11530 vsize=1020308 CPUtime=99.35 cores=0,2,4,6
/proc/11532/stat : 11532 (gnovelty+2) T 11530 11532 11532 0 -1 4202496 1152 0 0 0 9935 0 0 0 25 0 1 0 670213535 1044795392 892 33554432000 134512640 135663704 4291831552 18446744073709551615 134544380 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11532/statm: 255077 892 113 282 0 254793 0
[pid=11530/tid=11552] ppid=11523 vsize=300284 CPUtime=0 cores=0,2,4,6
/proc/11530/task/11552/stat : 11552 (python) S 11523 11523 11495 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670223472 307490816 8477 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604453721351424 0 0 -1 6 0 0 0
[pid=11553] ppid=11523 vsize=300296 CPUtime=0.18 cores=0,2,4,6
/proc/11553/stat : 11553 (python) S 11523 11523 11495 0 -1 4202560 926 0 0 0 10 8 0 0 18 0 1 0 670223475 307503104 8437 33554432000 4194304 5683644 140733602672080 18446744073709551615 210204667462 0 0 16781312 514 13471761821278896386 0 0 17 2 0 0 0
/proc/11553/statm: 75074 8437 370 364 0 10989 0
[pid=11555] ppid=11553 vsize=1020308 CPUtime=60.22 cores=0,2,4,6
/proc/11555/stat : 11555 (gnovelty+2) R 11553 11555 11555 0 -1 4202496 1155 0 0 0 6022 0 0 0 25 0 1 0 670223476 1044795392 892 33554432000 134512640 135663704 4293523040 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11555/statm: 255077 892 113 282 0 254793 0
[pid=11523/tid=11531] ppid=11521 vsize=310540 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (python) S 11521 11523 11495 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 670213534 317992960 9951 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 0 0 0 0

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

[pid=11553/tid=11567] ppid=11523 vsize=300296 CPUtime=0 cores=0,2,4,6
/proc/11553/task/11567/stat : 11567 (python) S 11523 11523 11495 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 670233414 307503104 8467 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604443633759168 0 0 -1 6 0 0 0
[pid=11568] ppid=11523 vsize=310552 CPUtime=0.33 cores=0,2,4,6
/proc/11568/stat : 11568 (python) S 11523 11523 11495 0 -1 4202560 1085 0 0 0 18 15 0 0 19 0 2 0 670233417 318005248 8471 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11568/statm: 77638 8471 399 364 0 13550 0
[pid=11570] ppid=11568 vsize=423400 CPUtime=100.31 cores=0,2,4,6
/proc/11570/stat : 11570 (adaptg2wsat2009) T 11568 11570 11570 0 -1 4202496 2623 0 0 0 10031 0 0 0 25 0 1 0 670233417 433561600 2357 33554432000 134512640 135107411 4287669328 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11570/statm: 105850 2357 59 146 0 104726 0
[pid=11568/tid=11575] ppid=11523 vsize=310552 CPUtime=0 cores=0,2,4,6
/proc/11568/task/11575/stat : 11575 (python) S 11523 11523 11495 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670243450 318005248 8471 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604444355494336 0 0 -1 6 0 0 0
[pid=11576] ppid=11523 vsize=320808 CPUtime=0.32 cores=0,2,4,6
/proc/11576/stat : 11576 (python) S 11523 11523 11495 0 -1 4202560 1098 0 0 0 18 14 0 0 19 0 2 0 670243454 328507392 8475 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11576/statm: 80202 8475 399 364 0 16111 0
[pid=11578] ppid=11576 vsize=423400 CPUtime=100.25 cores=0,2,4,6
/proc/11578/stat : 11578 (adaptg2wsat2009) T 11576 11578 11578 0 -1 4202496 2625 0 0 0 10025 0 0 0 25 0 1 0 670243454 433561600 2358 33554432000 134512640 135107411 4290228384 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11578/statm: 105850 2358 59 146 0 104726 0
[pid=11576/tid=11615] ppid=11523 vsize=320808 CPUtime=0 cores=0,2,4,6
/proc/11576/task/11615/stat : 11615 (python) S 11523 11523 11495 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 670253485 328507392 8475 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604449712625792 0 0 -1 2 0 0 0
[pid=11616] ppid=11523 vsize=396600 CPUtime=0.32 cores=0,2,4,6
/proc/11616/stat : 11616 (python) S 11523 11523 11495 0 -1 4202560 1046 0 0 0 17 15 0 0 19 0 2 0 670253489 406118400 8652 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11616/statm: 99150 8652 399 364 0 35056 0
[pid=11618] ppid=11616 vsize=423400 CPUtime=99.27 cores=0,2,4,6
/proc/11618/stat : 11618 (adaptg2wsat2009) T 11616 11618 11618 0 -1 4202496 2614 0 0 0 9927 0 0 0 25 0 1 0 670253489 433561600 2357 33554432000 134512640 135107411 4294839664 18446744073709551615 134531806 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11618/statm: 105850 2357 59 146 0 104726 0
[pid=11616/tid=11626] ppid=11523 vsize=396600 CPUtime=0 cores=0,2,4,6
/proc/11616/task/11626/stat : 11626 (python) S 11523 11523 11495 0 -1 4202560 141 0 0 0 0 0 0 0 19 0 2 0 670263422 406118400 8652 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604447298830592 0 0 -1 6 0 0 0
[pid=11627] ppid=11523 vsize=406856 CPUtime=0.31 cores=0,2,4,6
/proc/11627/stat : 11627 (python) S 11523 11523 11495 0 -1 4202560 1106 0 0 0 16 15 0 0 19 0 2 0 670263426 416620544 8576 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11627/statm: 101714 8576 399 364 0 37617 0
[pid=11629] ppid=11627 vsize=1020308 CPUtime=99.38 cores=0,2,4,6
/proc/11629/stat : 11629 (gnovelty+2) T 11627 11629 11629 0 -1 4202496 1160 0 0 0 9938 0 0 0 25 0 1 0 670263426 1044795392 891 33554432000 134512640 135663704 4286647200 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11629/statm: 255077 891 113 282 0 254793 0
[pid=11627/tid=11637] ppid=11523 vsize=406856 CPUtime=0 cores=0,2,4,6
/proc/11627/task/11637/stat : 11637 (python) S 11523 11523 11495 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670273365 416620544 8576 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604444355495232 0 0 -1 6 0 0 0
[pid=11638] ppid=11523 vsize=417112 CPUtime=0.33 cores=0,2,4,6
/proc/11638/stat : 11638 (python) S 11523 11523 11495 0 -1 4202560 1182 0 0 0 16 17 0 0 19 0 2 0 670273369 427122688 8586 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11638/statm: 104278 8586 405 364 0 40178 0
[pid=11640] ppid=11638 vsize=253028 CPUtime=99.31 cores=0,2,4,6
/proc/11640/stat : 11640 (FH) T 11638 11640 11640 0 -1 4202496 2502 0 0 0 9931 0 0 0 25 0 1 0 670273369 259100672 2232 33554432000 134512640 134936988 4287046656 18446744073709551615 134552507 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11640/statm: 63257 2232 41 104 0 62761 0
[pid=11638/tid=11678] ppid=11523 vsize=417112 CPUtime=0 cores=0,2,4,6
/proc/11638/task/11678/stat : 11678 (python) S 11523 11523 11495 0 -1 4202560 99 0 0 0 0 0 0 0 19 0 2 0 670283302 427122688 8586 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604442571510208 0 0 -1 6 0 0 0
[pid=11679] ppid=11523 vsize=427368 CPUtime=0.31 cores=0,2,4,6
/proc/11679/stat : 11679 (python) S 11523 11523 11495 0 -1 4202560 1173 0 0 0 17 14 0 0 19 0 2 0 670283306 437624832 8590 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11679/statm: 106842 8590 405 364 0 42739 0
[pid=11681] ppid=11679 vsize=423400 CPUtime=100.19 cores=0,2,4,6
/proc/11681/stat : 11681 (adaptg2wsat2009) T 11679 11681 11681 0 -1 4202496 2632 0 0 0 10019 0 0 0 25 0 1 0 670283306 433561600 2357 33554432000 134512640 135107411 4291337488 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11681/statm: 105850 2357 59 146 0 104726 0
[pid=11679/tid=11698] ppid=11523 vsize=427368 CPUtime=0 cores=0,2,4,6
/proc/11679/task/11698/stat : 11698 (python) S 11523 11523 11495 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670293337 437624832 8590 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604453721353216 0 0 -1 2 0 0 0
[pid=11699] ppid=11523 vsize=437624 CPUtime=0.31 cores=0,2,4,6
/proc/11699/stat : 11699 (python) S 11523 11523 11495 0 -1 4202560 1146 0 0 0 16 15 0 0 19 0 2 0 670293341 448126976 8588 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11699/statm: 109406 8588 399 364 0 45300 0
[pid=11701] ppid=11699 vsize=423400 CPUtime=100.21 cores=0,2,4,6
/proc/11701/stat : 11701 (adaptg2wsat2009) T 11699 11701 11701 0 -1 4202496 2631 0 0 0 10021 0 0 0 25 0 1 0 670293342 433561600 2357 33554432000 134512640 135107411 4286869008 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11701/statm: 105850 2357 59 146 0 104726 0
[pid=11699/tid=11709] ppid=11523 vsize=437624 CPUtime=0 cores=0,2,4,6
/proc/11699/task/11709/stat : 11709 (python) S 11523 11523 11495 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 670303373 448126976 8588 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604452872200512 0 0 -1 6 0 0 0
[pid=11710] ppid=11523 vsize=447880 CPUtime=0.33 cores=0,2,4,6
/proc/11710/stat : 11710 (python) S 11523 11523 11495 0 -1 4202560 1151 0 0 0 17 16 0 0 19 0 2 0 670303377 458629120 8592 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11710/statm: 111970 8592 399 364 0 47861 0
[pid=11712] ppid=11710 vsize=253036 CPUtime=100.33 cores=0,2,4,6
/proc/11712/stat : 11712 (FH) T 11710 11712 11712 0 -1 4202496 2503 0 0 0 10033 0 0 0 25 0 1 0 670303377 259108864 2232 33554432000 134512640 134936988 4292491552 18446744073709551615 134552493 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11712/statm: 63259 2232 41 104 0 62763 0
[pid=11710/tid=11722] ppid=11523 vsize=447880 CPUtime=0 cores=0,2,4,6
/proc/11710/task/11722/stat : 11722 (python) S 11523 11523 11495 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670313411 458629120 8592 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604447298832384 0 0 -1 6 0 0 0
[pid=11723] ppid=11523 vsize=458136 CPUtime=0.65 cores=0,2,4,6
/proc/11723/stat : 11723 (python) S 11523 11523 11495 0 -1 4202560 1173 0 0 0 37 28 0 0 19 0 2 0 670313415 469131264 8596 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11723/statm: 114534 8596 399 364 0 50422 0
[pid=11725] ppid=11723 vsize=268420 CPUtime=196.42 cores=0,2,4,6
/proc/11725/stat : 11725 (hybridGM3) T 11723 11725 11725 0 -1 4202496 6192 0 0 0 19641 1 0 0 25 0 1 0 670313415 274862080 5919 33554432000 134512640 135204385 4287062800 18446744073709551615 134538427 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11725/statm: 67105 5919 63 169 0 66935 0
[pid=11723/tid=11739] ppid=11523 vsize=458136 CPUtime=0 cores=0,2,4,6
/proc/11723/task/11739/stat : 11739 (python) S 11523 11523 11495 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670333087 469131264 8596 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604450340766848 0 0 -1 6 0 0 0
[pid=11740] ppid=11523 vsize=468392 CPUtime=0.34 cores=0,2,4,6
/proc/11740/stat : 11740 (python) S 11523 11523 11495 0 -1 4202560 1157 0 0 0 19 15 0 0 19 0 2 0 670333091 479633408 8600 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11740/statm: 117098 8600 399 364 0 52983 0
[pid=11742] ppid=11740 vsize=1020308 CPUtime=99.4 cores=0,2,4,6
/proc/11742/stat : 11742 (gnovelty+2) T 11740 11742 11742 0 -1 4202496 1165 0 0 0 9940 0 0 0 25 0 1 0 670333092 1044795392 892 33554432000 134512640 135663704 4291527616 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11742/statm: 255077 892 113 282 0 254793 0
[pid=11740/tid=11750] ppid=11523 vsize=468392 CPUtime=0 cores=0,2,4,6
/proc/11740/task/11750/stat : 11750 (python) S 11523 11523 11495 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670343032 479633408 8600 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604446543603712 0 0 -1 2 0 0 0
[pid=11751] ppid=11523 vsize=478648 CPUtime=0.66 cores=0,2,4,6
/proc/11751/stat : 11751 (python) S 11523 11523 11495 0 -1 4202560 1172 0 0 0 35 31 0 0 19 0 2 0 670343036 490135552 8604 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11751/statm: 119662 8604 399 364 0 55544 0
[pid=11753] ppid=11751 vsize=268420 CPUtime=194.75 cores=0,2,4,6
/proc/11753/stat : 11753 (hybridGM3) T 11751 11753 11753 0 -1 4202496 6192 0 0 0 19475 0 0 0 25 0 1 0 670343037 274862080 5919 33554432000 134512640 135204385 4288795600 18446744073709551615 134538289 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11753/statm: 67105 5919 63 169 0 66935 0
[pid=11751/tid=11767] ppid=11523 vsize=478648 CPUtime=0 cores=0,2,4,6
/proc/11751/task/11767/stat : 11767 (python) S 11523 11523 11495 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670362512 490135552 8604 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604452185220288 0 0 -1 6 0 0 0
[pid=11768] ppid=11523 vsize=488904 CPUtime=0.34 cores=0,2,4,6
/proc/11768/stat : 11768 (python) S 11523 11523 11495 0 -1 4202560 1160 0 0 0 18 16 0 0 19 0 2 0 670362516 500637696 8608 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11768/statm: 122226 8608 399 364 0 58105 0
[pid=11770] ppid=11768 vsize=423400 CPUtime=100.22 cores=0,2,4,6
/proc/11770/stat : 11770 (adaptg2wsat2009) T 11768 11770 11770 0 -1 4202496 2633 0 0 0 10022 0 0 0 25 0 1 0 670362517 433561600 2358 33554432000 134512640 135107411 4291380480 18446744073709551615 134531259 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11770/statm: 105850 2358 59 146 0 104726 0
[pid=11768/tid=11778] ppid=11523 vsize=488904 CPUtime=0 cores=0,2,4,6
/proc/11768/task/11778/stat : 11778 (python) S 11523 11523 11495 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670372551 500637696 8608 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604450584273216 0 0 -1 6 0 0 0
[pid=11779] ppid=11523 vsize=499160 CPUtime=0.69 cores=0,2,4,6
/proc/11779/stat : 11779 (python) S 11523 11523 11495 0 -1 4202560 1227 0 0 0 39 30 0 0 19 0 2 0 670372555 511139840 8619 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11779/statm: 124790 8619 406 364 0 60666 0
[pid=11781] ppid=11779 vsize=268424 CPUtime=195.78 cores=0,2,4,6
/proc/11781/stat : 11781 (hybridGM3) T 11779 11781 11781 0 -1 4202496 6195 0 0 0 19578 0 0 0 25 0 1 0 670372555 274866176 5920 33554432000 134512640 135204385 4293595264 18446744073709551615 134545494 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11781/statm: 67106 5920 63 169 0 66936 0
[pid=11779/tid=11791] ppid=11523 vsize=499160 CPUtime=0 cores=0,2,4,6
/proc/11779/task/11791/stat : 11791 (python) S 11523 11523 11495 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670392135 511139840 8619 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604447720354112 0 0 -1 2 0 0 0
[pid=11792] ppid=11523 vsize=509416 CPUtime=0.68 cores=0,2,4,6
/proc/11792/stat : 11792 (python) S 11523 11523 11495 0 -1 4202560 1219 0 0 0 36 32 0 0 19 0 2 0 670392139 521641984 8623 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11792/statm: 127354 8623 406 364 0 63227 0
[pid=11794] ppid=11792 vsize=268420 CPUtime=194.72 cores=0,2,4,6
/proc/11794/stat : 11794 (hybridGM3) T 11792 11794 11794 0 -1 4202496 6195 0 0 0 19471 1 0 0 25 0 1 0 670392139 274862080 5919 33554432000 134512640 135204385 4291645840 18446744073709551615 134538494 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/11794/statm: 67105 5919 63 169 0 66935 0
[pid=11792/tid=11808] ppid=11523 vsize=509416 CPUtime=0 cores=0,2,4,6
/proc/11792/task/11808/stat : 11808 (python) S 11523 11523 11495 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 670411619 521641984 8623 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 514 18446604447720355904 0 0 -1 6 0 0 0
[pid=11809] ppid=11523 vsize=519672 CPUtime=0 cores=0,2,4,6
/proc/11809/stat : 11809 (python) S 11523 11523 11495 0 -1 4202560 794 0 0 0 0 0 0 0 20 0 1 0 670411622 532144128 8703 33554432000 4194304 5683644 140733602672080 18446744073709551615 210204667462 0 0 16781312 514 4358542986758324223 0 0 17 2 0 0 0
/proc/11809/statm: 129918 8703 345 364 0 65788 0
[pid=11811] ppid=11809 vsize=457676 CPUtime=0.88 cores=0,2,4,6
/proc/11811/stat : 11811 (TNM) R 11809 11811 11811 0 -1 4202496 2464 0 0 0 88 0 0 0 25 0 1 0 670411623 468660224 2195 33554432000 134512640 135008748 4293842256 18446744073709551615 134529475 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11811/statm: 114419 2195 46 122 0 113319 0
[pid=11523/tid=11531] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (python) S 11521 11523 11495 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 18 0 670213534 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 0 0 0 0
[pid=11523/tid=11554] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11554/stat : 11554 (python) S 11521 11523 11495 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 18 0 670223476 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 0 0 0 0
[pid=11523/tid=11569] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11569/stat : 11569 (python) S 11521 11523 11495 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 18 0 670233417 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 0 0 0 0
[pid=11523/tid=11577] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11577/stat : 11577 (python) S 11521 11523 11495 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 18 0 670243454 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 2 0 0 0
[pid=11523/tid=11617] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11617/stat : 11617 (python) S 11521 11523 11495 0 -1 4202560 105 931 0 0 0 0 0 0 20 0 18 0 670253489 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 2 0 0 0
[pid=11523/tid=11628] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11628/stat : 11628 (python) S 11521 11523 11495 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 18 0 670263426 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 2 0 0 0
[pid=11523/tid=11639] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11639/stat : 11639 (python) S 11521 11523 11495 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 18 0 670273369 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 2 0 0 0
[pid=11523/tid=11680] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11680/stat : 11680 (python) S 11521 11523 11495 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 18 0 670283306 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 6 0 0 0
[pid=11523/tid=11700] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11700/stat : 11700 (python) S 11521 11523 11495 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 18 0 670293342 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 2 0 0 0
[pid=11523/tid=11711] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11711/stat : 11711 (python) S 11521 11523 11495 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 18 0 670303377 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 2 0 0 0
[pid=11523/tid=11724] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11724/stat : 11724 (python) S 11521 11523 11495 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 18 0 670313415 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 6 0 0 0
[pid=11523/tid=11741] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11741/stat : 11741 (python) S 11521 11523 11495 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 18 0 670333092 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 2 0 0 0
[pid=11523/tid=11752] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11752/stat : 11752 (python) S 11521 11523 11495 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 18 0 670343037 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 2 0 0 0
[pid=11523/tid=11769] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11769/stat : 11769 (python) S 11521 11523 11495 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 18 0 670362517 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 2 0 0 0
[pid=11523/tid=11780] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11780/stat : 11780 (python) S 11521 11523 11495 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 18 0 670372555 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 2 0 0 0
[pid=11523/tid=11793] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11793/stat : 11793 (python) S 11521 11523 11495 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 18 0 670392139 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 6 0 0 0
[pid=11523/tid=11810] ppid=11521 vsize=529916 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11810/stat : 11810 (python) S 11521 11523 11495 0 -1 4202560 149 931 0 0 0 0 0 0 20 0 18 0 670411622 542633984 10271 33554432000 4194304 5683644 140733602672080 18446744073709551615 210216470961 0 0 16781312 2 18446604452872201408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1989.68
Current children cumulated vsize (KiB) 16376680

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11523 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=865564
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=170974
# CPU time returned by wait4() is 3.03654
# while last known CPU time is 1989.68
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1984.54
CPU time (s): 1989.68
CPU user time (s): 1986.5
CPU system time (s): 3.18
CPU usage (%): 100.259
Max. virtual memory (cumulated for all children) (KiB): 16376680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.86556
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31134
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= 2932
involuntary context switches= 71

runsolver used 15.3767 second user time and 31.3062 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-17 00:49:07
IDJOB=3386478
IDBENCH=82543
IDSOLVER=1872
FILE ID=node130/3386478-1305586147
RUNJOBID= node130-1305586146-11513
PBS_JOBID= 13350348
Free space on /tmp= 73356 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S319509287-085-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-3386478-1305586147/watcher-3386478-1305586147 -o /tmp/evaluation-result-3386478-1305586147/solver-3386478-1305586147 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386478-1305586147.cnf -seed 865129503 -budget 5000

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

MD5SUM BENCH= bb548a1e884feefbb349d3449e849f5e
RANDOM SEED=865129503

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24101768 kB
Buffers:        311252 kB
Cached:        4363988 kB
SwapCached:      10240 kB
Active:        4527320 kB
Inactive:      4019356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24101768 kB
SwapTotal:    67111528 kB
SwapFree:     63649240 kB
Dirty:           32660 kB
Writeback:           0 kB
AnonPages:     3869320 kB
Mapped:          22716 kB
Slab:           191300 kB
PageTables:      44644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110439116 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= 73292 MiB
End job on node130 at 2011-05-17 01:22:14