Trace number 3386442

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) 3368.73 3357.34

General information on the benchmark

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

Solver Data

0.37/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.65	c INFO: solving HOME/instance-3386442-1305586143.cnf
0.37/0.65	c INFO: computing task features
0.46/0.76	c INFO: computed variable-clause graph statistics
0.46/0.76	c INFO: computed clause balance statistics
1.06/1.37	c INFO: computed variable balance statistics
1.36/1.60	c INFO: computed small-clause counts
1.36/1.61	c INFO: computed Horn-clause counts
1.36/1.62	c INFO: computed variable graph statistics
1.36/1.62	c INFO: collected features for HOME/instance-3386442-1305586143.cnf in 0.98 s
1.36/1.65	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.36)
102.01/102.07	c INFO: running gnovelty+2@0 for 97 with 4898 remaining (b = 0.12)
202.70/202.49	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
305.56/304.99	c INFO: running adaptg2wsat2009++@0 for 97 with 4695 remaining (b = 0.07)
406.24/405.38	c INFO: running adaptg2wsat2009++@0 for 97 with 4595 remaining (b = 0.05)
506.90/505.78	c INFO: running gnovelty+2@0 for 97 with 4495 remaining (b = 0.04)
607.58/606.21	c INFO: running FH@0 for 97 with 4395 remaining (b = 0.03)
710.58/708.70	c INFO: running adaptg2wsat2009++@0 for 97 with 4292 remaining (b = 0.03)
811.25/809.11	c INFO: running adaptg2wsat2009++@0 for 97 with 4192 remaining (b = 0.02)
911.89/909.53	c INFO: running FH@0 for 97 with 4092 remaining (b = 0.02)
1012.68/1009.95	c INFO: running hybridGM3@0 for 194 with 3991 remaining (b = 0.04)
1209.97/1206.77	c INFO: running gnovelty+2@0 for 97 with 3795 remaining (b = 0.02)
1312.97/1309.30	c INFO: running hybridGM3@0 for 194 with 3692 remaining (b = 0.03)
1510.34/1506.12	c INFO: running hybridGM3@0 for 194 with 3495 remaining (b = 0.03)
1707.70/1702.97	c INFO: running TNM@0 for 1552 with 3299 remaining (b = 0.20)
3267.70/3256.59	c INFO: running adaptg2wsat2009++@0 for 97 with 1745 remaining (b = 0.01)
3368.51/3357.02	c INFO: running FH@0 for 97 with 1645 remaining (b = 0.01)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386442-1305586143/watcher-3386442-1305586143 -o /tmp/evaluation-result-3386442-1305586143/solver-3386442-1305586143 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386442-1305586143.cnf -seed 2076694856 -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: 4.08 4.02 5.07 6/491 9151
/proc/meminfo: memFree=21260144/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=15780 CPUtime=0 cores=1,3,5,7
/proc/9151/stat : 9151 (python) S 9149 9151 9113 0 -1 4202496 895 0 0 0 0 0 0 0 19 0 1 0 670211360 16158720 777 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/9151/statm: 3945 777 343 364 0 432 0

[startup+0.102783 s]
/proc/loadavg: 4.08 4.02 5.07 6/491 9151
/proc/meminfo: memFree=21260144/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=102012 CPUtime=0.07 cores=1,3,5,7
/proc/9151/stat : 9151 (python) S 9149 9151 9113 0 -1 4202496 3007 0 0 0 5 2 0 0 17 0 1 0 670211360 104460288 2700 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/9151/statm: 25503 2700 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.204765 s]
/proc/loadavg: 4.08 4.02 5.07 6/491 9151
/proc/meminfo: memFree=21260144/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=126800 CPUtime=0.14 cores=1,3,5,7
/proc/9151/stat : 9151 (python) R 9149 9151 9113 0 -1 4202496 5491 933 1 0 11 3 0 0 18 0 1 0 670211360 129843200 4003 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476738183 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9151/statm: 31700 4004 1008 364 0 2995 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 126800

[startup+0.300747 s]
/proc/loadavg: 4.08 4.02 5.07 6/491 9151
/proc/meminfo: memFree=21260144/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=135752 CPUtime=0.2 cores=1,3,5,7
/proc/9151/stat : 9151 (python) S 9149 9151 9113 0 -1 4202496 5974 933 1 0 14 6 0 0 17 0 1 0 670211360 139010048 4150 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/9151/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.700671 s]
/proc/loadavg: 4.08 4.02 5.07 6/491 9151
/proc/meminfo: memFree=21260144/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=280148 CPUtime=0.46 cores=1,3,5,7
/proc/9151/stat : 9151 (python) R 9149 9151 9113 0 -1 4202496 9708 933 1 0 32 14 0 0 16 0 1 0 670211360 286871552 7378 33554432000 4194304 5683644 140733975135936 18446744073709551615 4421901 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9151/statm: 70037 7378 1761 364 0 5961 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 280148

[startup+1.50051 s]
/proc/loadavg: 4.08 4.02 5.07 7/492 9160
/proc/meminfo: memFree=21208276/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=282560 CPUtime=1.26 cores=1,3,5,7
/proc/9151/stat : 9151 (python) R 9149 9151 9113 0 -1 4202496 11220 933 1 0 112 14 0 0 16 0 1 0 670211360 289341440 8053 33554432000 4194304 5683644 140733975135936 18446744073709551615 4539725 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/9151/statm: 70640 8053 1827 364 0 6564 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 282560

[startup+3.10121 s]
/proc/loadavg: 4.08 4.02 5.07 7/495 9163
/proc/meminfo: memFree=21206888/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=289440 CPUtime=1.41 cores=1,3,5,7
/proc/9151/stat : 9151 (python) S 9149 9151 9113 0 -1 4202496 11592 933 1 0 127 14 0 0 19 0 2 0 670211360 296386560 7232 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9151/statm: 72360 7232 1877 364 0 8278 0
[pid=9161] ppid=9151 vsize=279196 CPUtime=0 cores=1,3,5,7
/proc/9161/stat : 9161 (python) S 9151 9151 9113 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 670211526 285896704 5705 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476715023 0 0 16781312 514 9512134580929265926 0 0 17 5 0 0 0
/proc/9161/statm: 69799 5705 354 364 0 5717 0
[pid=9163] ppid=9161 vsize=1018616 CPUtime=1.43 cores=1,3,5,7
/proc/9163/stat : 9163 (gnovelty+2) R 9161 9163 9163 0 -1 4202496 764 0 0 0 143 0 0 0 23 0 1 0 670211527 1043062784 501 33554432000 134512640 135663704 4292441424 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9163/statm: 254654 501 113 282 0 254370 0
[pid=9151/tid=9162] ppid=9149 vsize=289440 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9162/stat : 9162 (python) S 9149 9151 9113 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 670211527 296386560 7232 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1587252

[startup+6.30054 s]
/proc/loadavg: 4.31 4.07 5.08 7/498 9166
/proc/meminfo: memFree=21186804/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=289440 CPUtime=1.41 cores=1,3,5,7
/proc/9151/stat : 9151 (python) S 9149 9151 9113 0 -1 4202496 11592 933 1 0 127 14 0 0 19 0 2 0 670211360 296386560 7232 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9151/statm: 72360 7232 1877 364 0 8278 0
[pid=9161] ppid=9151 vsize=279196 CPUtime=0.01 cores=1,3,5,7
/proc/9161/stat : 9161 (python) S 9151 9151 9113 0 -1 4202560 875 0 0 0 0 1 0 0 18 0 1 0 670211526 285896704 5728 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476715023 0 0 16781312 514 9512134580929265926 0 0 17 5 0 0 0
/proc/9161/statm: 69799 5728 377 364 0 5717 0
[pid=9163] ppid=9161 vsize=1018616 CPUtime=4.63 cores=1,3,5,7
/proc/9163/stat : 9163 (gnovelty+2) R 9161 9163 9163 0 -1 4202496 764 0 0 0 463 0 0 0 25 0 1 0 670211527 1043062784 501 33554432000 134512640 135663704 4292441424 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/9163/statm: 254654 501 113 282 0 254370 0
[pid=9151/tid=9162] ppid=9149 vsize=289440 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9162/stat : 9162 (python) S 9149 9151 9113 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 670211527 296386560 7232 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 1587252

[startup+12.7004 s]
/proc/loadavg: 4.45 4.10 5.08 7/498 9167
/proc/meminfo: memFree=21185056/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=289440 CPUtime=1.41 cores=1,3,5,7
/proc/9151/stat : 9151 (python) S 9149 9151 9113 0 -1 4202496 11592 933 1 0 127 14 0 0 19 0 2 0 670211360 296386560 7232 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9151/statm: 72360 7232 1877 364 0 8278 0
[pid=9161] ppid=9151 vsize=279196 CPUtime=0.03 cores=1,3,5,7
/proc/9161/stat : 9161 (python) S 9151 9151 9113 0 -1 4202560 877 0 0 0 1 2 0 0 18 0 1 0 670211526 285896704 5728 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476715023 0 0 16781312 514 1487683212846006534 0 0 17 5 0 0 0
/proc/9161/statm: 69799 5728 377 364 0 5717 0
[pid=9163] ppid=9161 vsize=1018616 CPUtime=11.02 cores=1,3,5,7
/proc/9163/stat : 9163 (gnovelty+2) R 9161 9163 9163 0 -1 4202496 764 0 0 0 1102 0 0 0 25 0 1 0 670211527 1043062784 501 33554432000 134512640 135663704 4292441424 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9163/statm: 254654 501 113 282 0 254370 0
[pid=9151/tid=9162] ppid=9149 vsize=289440 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9162/stat : 9162 (python) S 9149 9151 9113 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 670211527 296386560 7232 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1587252

[startup+25.5009 s]
/proc/loadavg: 4.94 4.22 5.11 7/498 9167
/proc/meminfo: memFree=21187576/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=289440 CPUtime=1.41 cores=1,3,5,7
/proc/9151/stat : 9151 (python) S 9149 9151 9113 0 -1 4202496 11592 933 1 0 127 14 0 0 19 0 2 0 670211360 296386560 7232 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9151/statm: 72360 7232 1877 364 0 8278 0
[pid=9161] ppid=9151 vsize=279196 CPUtime=0.08 cores=1,3,5,7
/proc/9161/stat : 9161 (python) S 9151 9151 9113 0 -1 4202560 884 0 0 0 4 4 0 0 18 0 1 0 670211526 285896704 5728 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476715023 0 0 16781312 514 1487683212846006534 0 0 17 5 0 0 0
/proc/9161/statm: 69799 5728 377 364 0 5717 0
[pid=9163] ppid=9161 vsize=1018616 CPUtime=23.81 cores=1,3,5,7
/proc/9163/stat : 9163 (gnovelty+2) R 9161 9163 9163 0 -1 4202496 764 0 0 0 2381 0 0 0 25 0 1 0 670211527 1043062784 501 33554432000 134512640 135663704 4292441424 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9163/statm: 254654 501 113 282 0 254370 0
[pid=9151/tid=9162] ppid=9149 vsize=289440 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9162/stat : 9162 (python) S 9149 9151 9113 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 670211527 296386560 7232 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 1587252

[startup+51.101 s]
/proc/loadavg: 5.37 4.38 5.14 7/495 9199
/proc/meminfo: memFree=21161288/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=289440 CPUtime=1.41 cores=1,3,5,7
/proc/9151/stat : 9151 (python) S 9149 9151 9113 0 -1 4202496 11592 933 1 0 127 14 0 0 19 0 2 0 670211360 296386560 7232 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9151/statm: 72360 7232 1877 364 0 8278 0
[pid=9161] ppid=9151 vsize=279196 CPUtime=0.17 cores=1,3,5,7
/proc/9161/stat : 9161 (python) S 9151 9151 9113 0 -1 4202560 896 0 0 0 8 9 0 0 18 0 1 0 670211526 285896704 5728 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476715023 0 0 16781312 514 1487683212846006534 0 0 17 5 0 0 0
/proc/9161/statm: 69799 5728 377 364 0 5717 0
[pid=9163] ppid=9161 vsize=1018616 CPUtime=49.39 cores=1,3,5,7
/proc/9163/stat : 9163 (gnovelty+2) R 9161 9163 9163 0 -1 4202496 764 0 0 0 4939 0 0 0 25 0 1 0 670211527 1043062784 501 33554432000 134512640 135663704 4292441424 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9163/statm: 254654 501 113 282 0 254370 0
[pid=9151/tid=9162] ppid=9149 vsize=289440 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9162/stat : 9162 (python) S 9149 9151 9113 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 670211527 296386560 7232 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1587252

[startup+102.301 s]
/proc/loadavg: 5.72 4.63 5.18 7/502 9208
/proc/meminfo: memFree=21118568/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=299900 CPUtime=1.44 cores=1,3,5,7
/proc/9151/stat : 9151 (python) S 9149 9151 9113 0 -1 4202496 12437 933 1 0 130 14 0 0 19 0 3 0 670211360 307097600 7307 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9151/statm: 74975 7307 1880 364 0 10890 0
[pid=9161] ppid=9151 vsize=289440 CPUtime=0.37 cores=1,3,5,7
/proc/9161/stat : 9161 (python) S 9151 9151 9113 0 -1 4202560 1070 0 0 0 18 19 0 0 19 0 2 0 670211526 296386560 5766 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9161/statm: 72360 5766 410 364 0 8278 0
[pid=9163] ppid=9161 vsize=1018616 CPUtime=100.3 cores=1,3,5,7
/proc/9163/stat : 9163 (gnovelty+2) T 9161 9163 9163 0 -1 4202496 764 0 0 0 10030 0 0 0 25 0 1 0 670211527 1043062784 501 33554432000 134512640 135663704 4292441424 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9163/statm: 254654 501 113 282 0 254370 0
[pid=9161/tid=9205] ppid=9151 vsize=289440 CPUtime=0 cores=1,3,5,7
/proc/9161/task/9205/stat : 9205 (python) S 9151 9151 9113 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670221565 296386560 5766 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604463717344256 0 0 -1 7 0 0 0
[pid=9206] ppid=9151 vsize=289656 CPUtime=0 cores=1,3,5,7
/proc/9206/stat : 9206 (python) S 9151 9151 9113 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 670221568 296607744 5771 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476715078 0 0 16781312 514 10950627292816080895 0 0 17 5 0 0 0
/proc/9206/statm: 72414 5771 348 364 0 8329 0
[pid=9208] ppid=9206 vsize=1018616 CPUtime=0.22 cores=1,3,5,7
/proc/9208/stat : 9208 (gnovelty+2) R 9206 9208 9208 0 -1 4202496 766 0 0 0 22 0 0 0 21 0 1 0 670221568 1043062784 501 33554432000 134512640 135663704 4291983264 18446744073709551615 135007701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9208/statm: 254654 501 113 282 0 254370 0
[pid=9151/tid=9162] ppid=9149 vsize=299900 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9162/stat : 9162 (python) S 9149 9151 9113 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 3 0 670211527 307097600 7307 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
[pid=9151/tid=9207] ppid=9149 vsize=299900 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9207/stat : 9207 (python) S 9149 9151 9113 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 670221568 307097600 7307 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 2916228

[startup+162.301 s]
/proc/loadavg: 5.90 4.88 5.23 7/506 9214
/proc/meminfo: memFree=21076036/32950928 swapFree=67056568/67111528
[pid=9151] ppid=9149 vsize=299900 CPUtime=1.44 cores=1,3,5,7
/proc/9151/stat : 9151 (python) S 9149 9151 9113 0 -1 4202496 12437 933 1 0 130 14 0 0 19 0 3 0 670211360 307097600 7307 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9151/statm: 74975 7307 1880 364 0 10890 0
[pid=9161] ppid=9151 vsize=289440 CPUtime=0.37 cores=1,3,5,7
/proc/9161/stat : 9161 (python) S 9151 9151 9113 0 -1 4202560 1070 0 0 0 18 19 0 0 19 0 2 0 670211526 296386560 5766 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9161/statm: 72360 5766 410 364 0 8278 0
[pid=9163] ppid=9161 vsize=1018616 CPUtime=100.3 cores=1,3,5,7
/proc/9163/stat : 9163 (gnovelty+2) T 9161 9163 9163 0 -1 4202496 764 0 0 0 10030 0 0 0 25 0 1 0 670211527 1043062784 501 33554432000 134512640 135663704 4292441424 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9163/statm: 254654 501 113 282 0 254370 0
[pid=9161/tid=9205] ppid=9151 vsize=289440 CPUtime=0 cores=1,3,5,7
/proc/9161/task/9205/stat : 9205 (python) S 9151 9151 9113 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670221565 296386560 5766 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604463717344256 0 0 -1 7 0 0 0
[pid=9206] ppid=9151 vsize=289656 CPUtime=0.21 cores=1,3,5,7

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

[pid=9206/tid=9216] ppid=9151 vsize=289656 CPUtime=0 cores=1,3,5,7
/proc/9206/task/9216/stat : 9216 (python) S 9151 9151 9113 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 670231607 296607744 5824 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604464052269440 0 0 -1 7 0 0 0
[pid=9217] ppid=9151 vsize=300520 CPUtime=0.39 cores=1,3,5,7
/proc/9217/stat : 9217 (python) S 9151 9151 9113 0 -1 4202560 1088 0 0 0 19 20 0 0 19 0 2 0 670231610 307732480 5963 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9217/statm: 75130 5963 399 364 0 11042 0
[pid=9219] ppid=9217 vsize=418636 CPUtime=102.46 cores=1,3,5,7
/proc/9219/stat : 9219 (adaptg2wsat2009) T 9217 9219 9219 0 -1 4202496 1220 0 0 0 10246 0 0 0 25 0 1 0 670231610 428683264 954 33554432000 134512640 135107411 4289817216 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9219/statm: 104659 954 59 146 0 103535 0
[pid=9217/tid=9226] ppid=9151 vsize=300520 CPUtime=0 cores=1,3,5,7
/proc/9217/task/9226/stat : 9226 (python) S 9151 9151 9113 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670241857 307732480 5963 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604461255214336 0 0 -1 7 0 0 0
[pid=9227] ppid=9151 vsize=376312 CPUtime=0.36 cores=1,3,5,7
/proc/9227/stat : 9227 (python) S 9151 9151 9113 0 -1 4202560 1026 0 0 0 20 16 0 0 19 0 2 0 670241860 385343488 6140 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9227/statm: 94078 6140 400 364 0 29987 0
[pid=9229] ppid=9227 vsize=418636 CPUtime=100.26 cores=1,3,5,7
/proc/9229/stat : 9229 (adaptg2wsat2009) T 9227 9229 9229 0 -1 4202496 1210 0 0 0 10026 0 0 0 25 0 1 0 670241860 428683264 955 33554432000 134512640 135107411 4293552816 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9229/statm: 104659 955 59 146 0 103535 0
[pid=9227/tid=9234] ppid=9151 vsize=376312 CPUtime=0 cores=1,3,5,7
/proc/9227/task/9234/stat : 9234 (python) S 9151 9151 9113 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 670251896 385343488 6140 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604467471290560 0 0 -1 7 0 0 0
[pid=9235] ppid=9151 vsize=386568 CPUtime=0.37 cores=1,3,5,7
/proc/9235/stat : 9235 (python) S 9151 9151 9113 0 -1 4202560 987 0 0 0 19 18 0 0 19 0 2 0 670251899 395845632 6147 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9235/statm: 96642 6147 400 364 0 32548 0
[pid=9237] ppid=9235 vsize=418636 CPUtime=100.26 cores=1,3,5,7
/proc/9237/stat : 9237 (adaptg2wsat2009) T 9235 9237 9237 0 -1 4202496 1213 0 0 0 10026 0 0 0 25 0 1 0 670251899 428683264 955 33554432000 134512640 135107411 4286904368 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9237/statm: 104659 955 59 146 0 103535 0
[pid=9235/tid=9241] ppid=9151 vsize=386568 CPUtime=0 cores=1,3,5,7
/proc/9235/task/9241/stat : 9241 (python) S 9151 9151 9113 0 -1 4202560 71 0 0 0 0 0 0 0 19 0 2 0 670261936 395845632 6147 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604470545409920 0 0 -1 7 0 0 0
[pid=9242] ppid=9151 vsize=396824 CPUtime=0.37 cores=1,3,5,7
/proc/9242/stat : 9242 (python) S 9151 9151 9113 0 -1 4202560 1096 0 0 0 21 16 0 0 19 0 2 0 670261939 406347776 6110 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9242/statm: 99206 6110 399 364 0 35109 0
[pid=9244] ppid=9242 vsize=1018616 CPUtime=100.29 cores=1,3,5,7
/proc/9244/stat : 9244 (gnovelty+2) T 9242 9244 9244 0 -1 4202496 769 0 0 0 10029 0 0 0 25 0 1 0 670261939 1043062784 500 33554432000 134512640 135663704 4294450752 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9244/statm: 254654 500 113 282 0 254370 0
[pid=9242/tid=9250] ppid=9151 vsize=396824 CPUtime=0 cores=1,3,5,7
/proc/9242/task/9250/stat : 9250 (python) S 9151 9151 9113 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670271978 406347776 6110 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604454373904832 0 0 -1 7 0 0 0
[pid=9251] ppid=9151 vsize=407080 CPUtime=0.41 cores=1,3,5,7
/proc/9251/stat : 9251 (python) S 9151 9151 9113 0 -1 4202560 1177 0 0 0 20 21 0 0 19 0 2 0 670271982 416849920 6120 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9251/statm: 101770 6120 406 364 0 37670 0
[pid=9253] ppid=9251 vsize=248652 CPUtime=102.44 cores=1,3,5,7
/proc/9253/stat : 9253 (FH) T 9251 9253 9253 0 -1 4202496 1125 0 0 0 10244 0 0 0 25 0 1 0 670271982 254619648 857 33554432000 134512640 134936988 4294926400 18446744073709551615 134545007 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9253/statm: 62163 857 41 104 0 61667 0
[pid=9251/tid=9258] ppid=9151 vsize=407080 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9258/stat : 9258 (python) S 9151 9151 9113 0 -1 4202560 106 0 0 0 0 0 0 0 19 0 2 0 670282227 416849920 6120 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604468912035968 0 0 -1 5 0 0 0
[pid=9259] ppid=9151 vsize=417336 CPUtime=0.38 cores=1,3,5,7
/proc/9259/stat : 9259 (python) S 9151 9151 9113 0 -1 4202560 1167 0 0 0 18 20 0 0 19 0 2 0 670282231 427352064 6124 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9259/statm: 104334 6124 406 364 0 40231 0
[pid=9261] ppid=9259 vsize=418636 CPUtime=100.26 cores=1,3,5,7
/proc/9261/stat : 9261 (adaptg2wsat2009) T 9259 9261 9261 0 -1 4202496 1232 0 0 0 10026 0 0 0 25 0 1 0 670282231 428683264 956 33554432000 134512640 135107411 4288156080 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9261/statm: 104659 956 59 146 0 103535 0
[pid=9259/tid=9277] ppid=9151 vsize=417336 CPUtime=0 cores=1,3,5,7
/proc/9259/task/9277/stat : 9277 (python) S 9151 9151 9113 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 670292268 427352064 6124 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604470545408128 0 0 -1 5 0 0 0
[pid=9278] ppid=9151 vsize=427592 CPUtime=0.38 cores=1,3,5,7
/proc/9278/stat : 9278 (python) S 9151 9151 9113 0 -1 4202560 1139 0 0 0 19 19 0 0 19 0 2 0 670292272 437854208 6122 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9278/statm: 106898 6122 400 364 0 42792 0
[pid=9280] ppid=9278 vsize=418636 CPUtime=100.24 cores=1,3,5,7
/proc/9280/stat : 9280 (adaptg2wsat2009) T 9278 9280 9280 0 -1 4202496 1232 0 0 0 10024 0 0 0 25 0 1 0 670292273 428683264 955 33554432000 134512640 135107411 4291111312 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9280/statm: 104659 955 59 146 0 103535 0
[pid=9278/tid=9286] ppid=9151 vsize=427592 CPUtime=0 cores=1,3,5,7
/proc/9278/task/9286/stat : 9286 (python) S 9151 9151 9113 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 670302310 437854208 6122 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604454954760000 0 0 -1 7 0 0 0
[pid=9287] ppid=9151 vsize=437848 CPUtime=0.39 cores=1,3,5,7
/proc/9287/stat : 9287 (python) S 9151 9151 9113 0 -1 4202560 1141 0 0 0 20 19 0 0 19 0 2 0 670302314 448356352 6126 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9287/statm: 109462 6126 400 364 0 45353 0
[pid=9289] ppid=9287 vsize=248656 CPUtime=100.36 cores=1,3,5,7
/proc/9289/stat : 9289 (FH) T 9287 9289 9289 0 -1 4202496 1129 0 0 0 10036 0 0 0 25 0 1 0 670302314 254623744 857 33554432000 134512640 134936988 4289387392 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9289/statm: 62164 857 41 104 0 61668 0
[pid=9287/tid=9297] ppid=9151 vsize=437848 CPUtime=0 cores=1,3,5,7
/proc/9287/task/9297/stat : 9297 (python) S 9151 9151 9113 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670312352 448356352 6126 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604454954758208 0 0 -1 5 0 0 0
[pid=9298] ppid=9151 vsize=448104 CPUtime=0.75 cores=1,3,5,7
/proc/9298/stat : 9298 (python) S 9151 9151 9113 0 -1 4202560 1161 0 0 0 40 35 0 0 19 0 2 0 670312356 458858496 6130 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9298/statm: 112026 6130 400 364 0 47914 0
[pid=9300] ppid=9298 vsize=268420 CPUtime=196.53 cores=1,3,5,7
/proc/9300/stat : 9300 (hybridGM3) T 9298 9300 9300 0 -1 4202496 5167 0 0 0 19653 0 0 0 25 0 1 0 670312356 274862080 4895 33554432000 134512640 135204385 4289272544 18446744073709551615 134537958 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9300/statm: 67105 4895 63 169 0 66935 0
[pid=9298/tid=9310] ppid=9151 vsize=448104 CPUtime=0 cores=1,3,5,7
/proc/9298/task/9310/stat : 9310 (python) S 9151 9151 9113 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670332034 458858496 6130 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604466569226112 0 0 -1 7 0 0 0
[pid=9311] ppid=9151 vsize=458516 CPUtime=0.41 cores=1,3,5,7
/proc/9311/stat : 9311 (python) S 9151 9151 9113 0 -1 4202560 1140 0 0 0 20 21 0 0 19 0 2 0 670332037 469520384 6173 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9311/statm: 114629 6173 400 364 0 50514 0
[pid=9313] ppid=9311 vsize=1018616 CPUtime=102.49 cores=1,3,5,7
/proc/9313/stat : 9313 (gnovelty+2) T 9311 9313 9313 0 -1 4202496 772 0 0 0 10249 0 0 0 25 0 1 0 670332038 1043062784 501 33554432000 134512640 135663704 4288841584 18446744073709551615 134544380 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9313/statm: 254654 501 113 282 0 254370 0
[pid=9311/tid=9317] ppid=9151 vsize=458516 CPUtime=0 cores=1,3,5,7
/proc/9311/task/9317/stat : 9317 (python) S 9151 9151 9113 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670342287 469520384 6173 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604466569224320 0 0 -1 7 0 0 0
[pid=9318] ppid=9151 vsize=468772 CPUtime=0.76 cores=1,3,5,7
/proc/9318/stat : 9318 (python) S 9151 9151 9113 0 -1 4202560 1163 0 0 0 41 35 0 0 19 0 2 0 670342291 480022528 6177 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9318/statm: 117193 6177 400 364 0 53075 0
[pid=9320] ppid=9318 vsize=268420 CPUtime=196.59 cores=1,3,5,7
/proc/9320/stat : 9320 (hybridGM3) T 9318 9320 9320 0 -1 4202496 5167 0 0 0 19659 0 0 0 25 0 1 0 670342291 274862080 4895 33554432000 134512640 135204385 4294675472 18446744073709551615 134538432 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9320/statm: 67105 4895 63 169 0 66935 0
[pid=9318/tid=9330] ppid=9151 vsize=468772 CPUtime=0 cores=1,3,5,7
/proc/9318/task/9330/stat : 9330 (python) S 9151 9151 9113 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670361969 480022528 6177 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604470545409024 0 0 -1 7 0 0 0
[pid=9331] ppid=9151 vsize=479028 CPUtime=0.78 cores=1,3,5,7
/proc/9331/stat : 9331 (python) S 9151 9151 9113 0 -1 4202560 1185 0 0 0 42 36 0 0 19 0 2 0 670361973 490524672 6181 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9331/statm: 119757 6181 400 364 0 55636 0
[pid=9333] ppid=9331 vsize=268420 CPUtime=196.59 cores=1,3,5,7
/proc/9333/stat : 9333 (hybridGM3) T 9331 9333 9333 0 -1 4202496 5168 0 0 0 19659 0 0 0 25 0 1 0 670361973 274862080 4895 33554432000 134512640 135204385 4292869872 18446744073709551615 134538016 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9333/statm: 67105 4895 63 169 0 66935 0
[pid=9331/tid=9348] ppid=9151 vsize=479028 CPUtime=0 cores=1,3,5,7
/proc/9331/task/9348/stat : 9348 (python) S 9151 9151 9113 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670381654 490524672 6181 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604471163005760 0 0 -1 7 0 0 0
[pid=9349] ppid=9151 vsize=489284 CPUtime=6.65 cores=1,3,5,7
/proc/9349/stat : 9349 (python) S 9151 9151 9113 0 -1 4202560 1216 0 0 0 335 330 0 0 19 0 2 0 670381657 501026816 6206 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9349/statm: 122321 6206 408 364 0 58197 0
[pid=9351] ppid=9349 vsize=457124 CPUtime=1553.38 cores=1,3,5,7
/proc/9351/stat : 9351 (TNM) T 9349 9351 9351 0 -1 4202496 1115 0 0 0 155338 0 0 0 25 0 1 0 670381658 468094976 837 33554432000 134512640 135008748 4292207472 18446744073709551615 134527339 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/9351/statm: 114281 837 46 122 0 113181 0
[pid=9349/tid=9430] ppid=9151 vsize=489284 CPUtime=0 cores=1,3,5,7
/proc/9349/task/9430/stat : 9430 (python) S 9151 9151 9113 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670537018 501026816 6206 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604465785664576 0 0 -1 7 0 0 0
[pid=9431] ppid=9151 vsize=499540 CPUtime=0.42 cores=1,3,5,7
/proc/9431/stat : 9431 (python) S 9151 9151 9113 0 -1 4202560 1179 0 0 0 21 21 0 0 19 0 2 0 670537020 511528960 6209 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/9431/statm: 124885 6209 407 364 0 60758 0
[pid=9433] ppid=9431 vsize=418636 CPUtime=100.27 cores=1,3,5,7
/proc/9433/stat : 9433 (adaptg2wsat2009) T 9431 9433 9433 0 -1 4202496 1234 0 0 0 10027 0 0 0 25 0 1 0 670537020 428683264 956 33554432000 134512640 135107411 4293525440 18446744073709551615 134531554 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/9433/statm: 104659 956 59 146 0 103535 0
[pid=9431/tid=9437] ppid=9151 vsize=499540 CPUtime=0 cores=1,3,5,7
/proc/9431/task/9437/stat : 9437 (python) S 9151 9151 9113 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670547061 511528960 6209 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 514 18446604465785665472 0 0 -1 5 0 0 0
[pid=9438] ppid=9151 vsize=509796 CPUtime=0 cores=1,3,5,7
/proc/9438/stat : 9438 (python) S 9151 9151 9113 0 -1 4202560 826 0 0 0 0 0 0 0 19 0 1 0 670547063 522031104 6161 33554432000 4194304 5683644 140733975135936 18446744073709551615 239476715078 0 0 16781312 514 11952787061557166079 0 0 17 7 0 0 0
/proc/9438/statm: 127449 6161 345 364 0 63319 0
[pid=9440] ppid=9438 vsize=246900 CPUtime=0.2 cores=1,3,5,7
/proc/9440/stat : 9440 (FH) R 9438 9440 9440 0 -1 4202496 953 0 0 0 20 0 0 0 18 0 1 0 670547063 252825600 678 33554432000 134512640 134936988 4294785552 18446744073709551615 134523482 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/9440/statm: 61725 678 37 104 0 61229 0
[pid=9151/tid=9162] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9162/stat : 9162 (python) S 9149 9151 9113 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 18 0 670211527 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
[pid=9151/tid=9207] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9207/stat : 9207 (python) S 9149 9151 9113 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 18 0 670221568 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9218] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9218/stat : 9218 (python) S 9149 9151 9113 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 18 0 670231610 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9228] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9228/stat : 9228 (python) S 9149 9151 9113 0 -1 4202560 88 933 0 0 0 0 0 0 20 0 18 0 670241860 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9236] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9236/stat : 9236 (python) S 9149 9151 9113 0 -1 4202560 36 933 0 0 0 0 0 0 20 0 18 0 670251899 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9243] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9243/stat : 9243 (python) S 9149 9151 9113 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 18 0 670261939 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9252] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9252/stat : 9252 (python) S 9149 9151 9113 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 18 0 670271982 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
[pid=9151/tid=9260] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9260/stat : 9260 (python) S 9149 9151 9113 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 18 0 670282231 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
[pid=9151/tid=9279] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9279/stat : 9279 (python) S 9149 9151 9113 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 18 0 670292272 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9288] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9288/stat : 9288 (python) S 9149 9151 9113 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 18 0 670302314 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
[pid=9151/tid=9299] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9299/stat : 9299 (python) S 9149 9151 9113 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 18 0 670312356 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9312] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9312/stat : 9312 (python) S 9149 9151 9113 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 18 0 670332038 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9319] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9319/stat : 9319 (python) S 9149 9151 9113 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 18 0 670342291 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9332] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9332/stat : 9332 (python) S 9149 9151 9113 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 18 0 670361973 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9350] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9350/stat : 9350 (python) S 9149 9151 9113 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 18 0 670381658 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 5 0 0 0
[pid=9151/tid=9432] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9432/stat : 9432 (python) S 9149 9151 9113 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 18 0 670537020 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
[pid=9151/tid=9439] ppid=9149 vsize=520040 CPUtime=0 cores=1,3,5,7
/proc/9151/task/9439/stat : 9439 (python) S 9149 9151 9113 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 18 0 670547063 532520960 7730 33554432000 4194304 5683644 140733975135936 18446744073709551615 239488518577 0 0 16781312 2 18446604461255215232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3368.73
Current children cumulated vsize (KiB) 16195128

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 3357.34
CPU time (s): 3368.73
CPU user time (s): 3361.92
CPU system time (s): 6.81
CPU usage (%): 100.339
Max. virtual memory (cumulated for all children) (KiB): 16195128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79273
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27585
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= 6549
involuntary context switches= 87

runsolver used 30.7093 second user time and 62.4995 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-17 00:49:03
IDJOB=3386442
IDBENCH=82507
IDSOLVER=1872
FILE ID=node148/3386442-1305586143
RUNJOBID= node148-1305586142-9132
PBS_JOBID= 13350330
Free space on /tmp= 72852 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S862393334-098-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-3386442-1305586143/watcher-3386442-1305586143 -o /tmp/evaluation-result-3386442-1305586143/solver-3386442-1305586143 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386442-1305586143.cnf -seed 2076694856 -budget 5000

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

MD5SUM BENCH= 860d0404ebc2282cbe692f8828f81b2c
RANDOM SEED=2076694856

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21260548 kB
Buffers:        355768 kB
Cached:        5079952 kB
SwapCached:       8488 kB
Active:        8108004 kB
Inactive:      3212680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21260548 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           64796 kB
Writeback:           0 kB
AnonPages:     5882228 kB
Mapped:          38980 kB
Slab:           252104 kB
PageTables:      49532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 141752320 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= 72816 MiB
End job on node148 at 2011-05-17 01:45:02