Trace number 3484078

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, 1200 s timeout)? 1176.29 1175.77

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
MD5SUM0d20733a6f7d3b01f88ae7bba5f0d271
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark405.867
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.62	c INFO: solving HOME/instance-3484078-1307747077.cnf
0.38/0.62	c INFO: computing task features
0.88/1.14	c INFO: computed variable-clause graph statistics
0.88/1.16	c INFO: computed clause balance statistics
3.57/3.84	c INFO: computed variable balance statistics
5.77/6.00	c INFO: computed small-clause counts
5.77/6.01	c INFO: computed Horn-clause counts
7.37/7.62	c INFO: computed variable graph statistics
7.37/7.62	c INFO: collected features for HOME/instance-3484078-1307747077.cnf in 6.98 s
7.37/7.63	c INFO: running hybridGM3@0 for 97 with 1193 remaining (b = 0.34)
107.57/107.87	c INFO: running hybridGM3@0 for 97 with 1092 remaining (b = 0.21)
206.98/207.12	c INFO: running hybridGM3@0 for 97 with 993 remaining (b = 0.14)
307.21/307.38	c INFO: running hybridGM3@100 for 97 with 893 remaining (b = 0.10)
404.40/404.51	c INFO: running hybridGM3@99 for 97 with 796 remaining (b = 0.11)
500.64/500.66	c INFO: running TNM@0 for 97 with 700 remaining (b = 0.13)
600.87/600.81	c INFO: running hybridGM3@100 for 97 with 600 remaining (b = 0.10)
698.01/697.95	c INFO: running hybridGM3@0 for 97 with 503 remaining (b = 0.10)
798.34/798.22	c INFO: running hybridGM3@100 for 97 with 403 remaining (b = 0.07)
893.49/893.36	c INFO: running hybridGM3@0 for 97 with 308 remaining (b = 0.07)
993.81/993.63	c INFO: running hybridGM3@100 for 97 with 208 remaining (b = 0.06)
1088.94/1088.78	c INFO: running hybridGM3@0 for 113 with 113 remaining (b = 0.05)
1176.06/1175.73	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484078-1307747077/watcher-3484078-1307747077 -o /tmp/evaluation-result-3484078-1307747077/solver-3484078-1307747077 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484078-1307747077.cnf -seed 770318917 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.67 0.82 0.28 5/198 15974
/proc/meminfo: memFree=31377240/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=15184 CPUtime=0 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 733 0 0 0 0 0 0 0 25 0 1 0 886306408 15548416 621 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 0
/proc/15974/statm: 3796 621 322 364 0 283 0

[startup+0.0313579 s]
/proc/loadavg: 2.67 0.82 0.28 5/198 15974
/proc/meminfo: memFree=31377240/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=16532 CPUtime=0.01 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 1185 0 0 0 1 0 0 0 25 0 1 0 886306408 16928768 1045 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 0
/proc/15974/statm: 4133 1045 417 364 0 620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.100448 s]
/proc/loadavg: 2.67 0.82 0.28 5/198 15974
/proc/meminfo: memFree=31377240/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=89764 CPUtime=0.05 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 2672 0 0 0 4 1 0 0 17 0 1 0 886306408 91918336 2387 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/15974/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89764

[startup+0.300316 s]
/proc/loadavg: 2.67 0.82 0.28 5/198 15974
/proc/meminfo: memFree=31377240/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=135744 CPUtime=0.18 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 5972 931 1 0 13 5 0 0 17 0 1 0 886306408 139001856 4148 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814236165 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/15974/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.707299 s]
/proc/loadavg: 2.67 0.82 0.28 5/198 15974
/proc/meminfo: memFree=31377240/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=286064 CPUtime=0.47 cores=1,3
/proc/15974/stat : 15974 (python) R 15972 15974 15638 0 -1 4202496 11190 931 1 0 37 10 0 0 16 0 1 0 886306408 292929536 8859 33554432000 4194304 5683644 140737279550208 18446744073709551615 4539747 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15974/statm: 71516 8859 1761 364 0 7440 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 286064

[startup+1.50011 s]
/proc/loadavg: 2.67 0.82 0.28 5/199 15979
/proc/meminfo: memFree=31330760/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=312968 CPUtime=1.27 cores=1,3
/proc/15974/stat : 15974 (python) R 15972 15974 15638 0 -1 4202496 21980 931 1 0 115 12 0 0 17 0 1 0 886306408 320479232 15627 33554432000 4194304 5683644 140737279550208 18446744073709551615 47945429543472 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15974/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 312968

[startup+3.10084 s]
/proc/loadavg: 2.67 0.82 0.28 5/199 15979
/proc/meminfo: memFree=31320840/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=312968 CPUtime=2.87 cores=1,3
/proc/15974/stat : 15974 (python) R 15972 15974 15638 0 -1 4202496 21980 931 1 0 275 12 0 0 19 0 1 0 886306408 320479232 15627 33554432000 4194304 5683644 140737279550208 18446744073709551615 47945429311326 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15974/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 312968

[startup+6.3003 s]
/proc/loadavg: 2.78 0.87 0.30 5/199 15979
/proc/meminfo: memFree=31320820/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=312968 CPUtime=6.07 cores=1,3
/proc/15974/stat : 15974 (python) R 15972 15974 15638 0 -1 4202496 21987 931 1 0 595 12 0 0 25 0 1 0 886306408 320479232 15634 33554432000 4194304 5683644 140737279550208 18446744073709551615 47945429231744 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15974/statm: 78242 15634 1833 364 0 14166 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 312968

[startup+12.7002 s]
/proc/loadavg: 2.88 0.92 0.32 5/202 15982
/proc/meminfo: memFree=31290360/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=320504 CPUtime=7.4 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 22277 931 1 0 728 12 0 0 25 0 2 0 886306408 328196096 14997 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15974/statm: 80126 14997 1875 364 0 16044 0
[pid=15980] ppid=15974 vsize=310260 CPUtime=0 cores=1,3
/proc/15980/stat : 15980 (python) S 15974 15974 15638 0 -1 4202560 867 0 0 0 0 0 0 0 15 0 1 0 886307172 317706240 13494 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814260239 0 0 16781312 514 4579371101104079112 0 0 17 1 0 0 0
/proc/15980/statm: 77565 13494 376 364 0 13483 0
[pid=15982] ppid=15980 vsize=268428 CPUtime=5.04 cores=1,3
/proc/15982/stat : 15982 (hybridGM3) R 15980 15982 15982 0 -1 4202496 8086 0 0 0 503 1 0 0 25 0 1 0 886307172 274870272 7822 33554432000 134512640 135204385 4289018160 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15982/statm: 67107 7822 64 169 0 66937 0
[pid=15974/tid=15981] ppid=15972 vsize=320504 CPUtime=0 cores=1,3
/proc/15974/task/15981/stat : 15981 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 2 0 886307172 328196096 14997 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 899192

[startup+25.5011 s]
/proc/loadavg: 3.13 1.07 0.38 5/202 15982
/proc/meminfo: memFree=31290852/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=320504 CPUtime=7.4 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 22277 931 1 0 728 12 0 0 25 0 2 0 886306408 328196096 14997 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15974/statm: 80126 14997 1875 364 0 16044 0
[pid=15980] ppid=15974 vsize=310260 CPUtime=0.01 cores=1,3
/proc/15980/stat : 15980 (python) S 15974 15974 15638 0 -1 4202560 873 0 0 0 1 0 0 0 15 0 1 0 886307172 317706240 13494 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814260239 0 0 16781312 514 2827609655104995592 0 0 17 1 0 0 0
/proc/15980/statm: 77565 13494 376 364 0 13483 0
[pid=15982] ppid=15980 vsize=268428 CPUtime=17.83 cores=1,3
/proc/15982/stat : 15982 (hybridGM3) R 15980 15982 15982 0 -1 4202496 8087 0 0 0 1782 1 0 0 25 0 1 0 886307172 274870272 7823 33554432000 134512640 135204385 4289018160 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15982/statm: 67107 7823 64 169 0 66937 0
[pid=15974/tid=15981] ppid=15972 vsize=320504 CPUtime=0 cores=1,3
/proc/15974/task/15981/stat : 15981 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 2 0 886307172 328196096 14997 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 899192

[startup+51.1008 s]
/proc/loadavg: 3.50 1.32 0.48 5/210 15991
/proc/meminfo: memFree=31220044/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=320504 CPUtime=7.4 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 22277 931 1 0 728 12 0 0 25 0 2 0 886306408 328196096 14997 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15974/statm: 80126 14997 1875 364 0 16044 0
[pid=15980] ppid=15974 vsize=310260 CPUtime=0.04 cores=1,3
/proc/15980/stat : 15980 (python) S 15974 15974 15638 0 -1 4202560 884 0 0 0 2 2 0 0 15 0 1 0 886307172 317706240 13494 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814260239 0 0 16781312 514 2827609655104995592 0 0 17 1 0 0 0
/proc/15980/statm: 77565 13494 376 364 0 13483 0
[pid=15982] ppid=15980 vsize=268428 CPUtime=43.41 cores=1,3
/proc/15982/stat : 15982 (hybridGM3) R 15980 15982 15982 0 -1 4202496 8087 0 0 0 4340 1 0 0 25 0 1 0 886307172 274870272 7823 33554432000 134512640 135204385 4289018160 18446744073709551615 134547418 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15982/statm: 67107 7823 64 169 0 66937 0
[pid=15974/tid=15981] ppid=15972 vsize=320504 CPUtime=0 cores=1,3
/proc/15974/task/15981/stat : 15981 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 2 0 886307172 328196096 14997 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 899192

[startup+102.307 s]
/proc/loadavg: 3.78 1.73 0.66 5/214 15996
/proc/meminfo: memFree=31180412/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=320504 CPUtime=7.4 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 22277 931 1 0 728 12 0 0 25 0 2 0 886306408 328196096 14997 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15974/statm: 80126 14997 1875 364 0 16044 0
[pid=15980] ppid=15974 vsize=310260 CPUtime=0.12 cores=1,3
/proc/15980/stat : 15980 (python) S 15974 15974 15638 0 -1 4202560 907 0 0 0 7 5 0 0 15 0 1 0 886307172 317706240 13494 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814260239 0 0 16781312 514 2827609655104995592 0 0 17 1 0 0 0
/proc/15980/statm: 77565 13494 376 364 0 13483 0
[pid=15982] ppid=15980 vsize=268428 CPUtime=94.55 cores=1,3
/proc/15982/stat : 15982 (hybridGM3) R 15980 15982 15982 0 -1 4202496 8087 0 0 0 9454 1 0 0 25 0 1 0 886307172 274870272 7823 33554432000 134512640 135204385 4289018160 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15982/statm: 67107 7823 64 169 0 66937 0
[pid=15974/tid=15981] ppid=15972 vsize=320504 CPUtime=0 cores=1,3
/proc/15974/task/15981/stat : 15981 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 2 0 886307172 328196096 14997 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 899192

[startup+162.301 s]
/proc/loadavg: 3.99 2.16 0.87 5/226 16010
/proc/meminfo: memFree=31071896/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=330760 CPUtime=7.41 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 23172 931 1 0 728 13 0 0 20 0 3 0 886306408 338698240 15004 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15974/statm: 82690 15004 1878 364 0 18605 0
[pid=15980] ppid=15974 vsize=320504 CPUtime=0.13 cores=1,3
/proc/15980/stat : 15980 (python) S 15974 15974 15638 0 -1 4202560 1147 0 0 0 8 5 0 0 16 0 2 0 886307172 328196096 13538 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15980/statm: 80126 13538 415 364 0 16044 0
[pid=15982] ppid=15980 vsize=268428 CPUtime=100.11 cores=1,3
/proc/15982/stat : 15982 (hybridGM3) T 15980 15982 15982 0 -1 4202496 8087 0 0 0 10010 1 0 0 25 0 1 0 886307172 274870272 7823 33554432000 134512640 135204385 4289018160 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15982/statm: 67107 7823 64 169 0 66937 0
[pid=15980/tid=15998] ppid=15974 vsize=320504 CPUtime=0 cores=1,3
/proc/15980/task/15998/stat : 15998 (python) S 15974 15974 15638 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 886317195 328196096 13538 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 1 0 0 0
[pid=15999] ppid=15974 vsize=320516 CPUtime=0.06 cores=1,3
/proc/15999/stat : 15999 (python) S 15974 15974 15638 0 -1 4202560 908 0 0 0 3 3 0 0 15 0 1 0 886317196 328208384 13492 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814260294 0 0 16781312 514 2827609655104995592 0 0 17 3 0 0 0
/proc/15999/statm: 80129 13492 370 364 0 16044 0
[pid=16001] ppid=15999 vsize=268428 CPUtime=54.41 cores=1,3
/proc/16001/stat : 16001 (hybridGM3) R 15999 16001 16001 0 -1 4202496 8084 0 0 0 5440 1 0 0 25 0 1 0 886317196 274870272 7822 33554432000 134512640 135204385 4288980432 18446744073709551615 134536965 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16001/statm: 67107 7822 64 169 0 66937 0
[pid=15974/tid=15981] ppid=15972 vsize=330760 CPUtime=0 cores=1,3
/proc/15974/task/15981/stat : 15981 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 3 0 886307172 338698240 15004 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
[pid=15974/tid=16000] ppid=15972 vsize=330760 CPUtime=0 cores=1,3
/proc/15974/task/16000/stat : 16000 (python) S 15972 15974 15638 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886317196 338698240 15004 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 1508636

[startup+222.301 s]
/proc/loadavg: 3.99 2.49 1.07 5/234 16020
/proc/meminfo: memFree=30998392/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=341016 CPUtime=7.42 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 24016 931 1 0 729 13 0 0 19 0 4 0 886306408 349200384 15010 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15974/statm: 85254 15010 1880 364 0 21166 0
[pid=15980] ppid=15974 vsize=320504 CPUtime=0.13 cores=1,3
/proc/15980/stat : 15980 (python) S 15974 15974 15638 0 -1 4202560 1147 0 0 0 8 5 0 0 16 0 2 0 886307172 328196096 13538 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15980/statm: 80126 13538 415 364 0 16044 0
[pid=15982] ppid=15980 vsize=268428 CPUtime=100.11 cores=1,3
/proc/15982/stat : 15982 (hybridGM3) T 15980 15982 15982 0 -1 4202496 8087 0 0 0 10010 1 0 0 25 0 1 0 886307172 274870272 7823 33554432000 134512640 135204385 4289018160 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15982/statm: 67107 7823 64 169 0 66937 0
[pid=15980/tid=15998] ppid=15974 vsize=320504 CPUtime=0 cores=1,3
/proc/15980/task/15998/stat : 15998 (python) S 15974 15974 15638 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 886317195 328196096 13538 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 1 0 0 0

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

[pid=15974/tid=15981] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/15981/stat : 15981 (python) S 15972 15974 15638 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886307172 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
[pid=15974/tid=16000] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16000/stat : 16000 (python) S 15972 15974 15638 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886317196 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=15974/tid=16018] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16018/stat : 16018 (python) S 15972 15974 15638 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886327121 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
[pid=15974/tid=16042] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16042/stat : 16042 (python) S 15972 15974 15638 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 8 0 886356475 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
[pid=15974/tid=16063] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16063/stat : 16063 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 8 0 886376204 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=15974/tid=16085] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16085/stat : 16085 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 8 0 886395745 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=15974/tid=16106] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16106/stat : 16106 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 886415287 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1175.46
Current children cumulated vsize (KiB) 4855072

[startup+1175.5 s]
/proc/loadavg: 3.95 3.93 2.93 5/226 16296
/proc/meminfo: memFree=31130896/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=382040 CPUtime=7.49 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 27899 931 1 0 734 15 0 0 20 0 8 0 886306408 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15974/statm: 95510 15034 1888 364 0 31410 0
[pid=15980] ppid=15974 vsize=320504 CPUtime=0.27 cores=1,3
/proc/15980/stat : 15980 (python) S 15974 15974 15638 0 -1 4202560 1202 0 0 0 15 12 0 0 15 0 2 0 886307172 328196096 13539 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15980/statm: 80126 13539 416 364 0 16044 0
[pid=15982] ppid=15980 vsize=268428 CPUtime=197.09 cores=1,3
/proc/15982/stat : 15982 (hybridGM3) T 15980 15982 15982 0 -1 4202496 8087 0 0 0 19708 1 0 0 25 0 1 0 886307172 274870272 7823 33554432000 134512640 135204385 4289018160 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15982/statm: 67107 7823 64 169 0 66937 0
[pid=15980/tid=15998] ppid=15974 vsize=320504 CPUtime=0 cores=1,3
/proc/15980/task/15998/stat : 15998 (python) S 15974 15974 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886317195 328196096 13539 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 1 0 0 0
[pid=15999] ppid=15974 vsize=320516 CPUtime=0.28 cores=1,3
/proc/15999/stat : 15999 (python) S 15974 15974 15638 0 -1 4202560 1116 0 0 0 14 14 0 0 15 0 2 0 886317196 328208384 13522 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15999/statm: 80129 13522 399 364 0 16044 0
[pid=16001] ppid=15999 vsize=268428 CPUtime=195.37 cores=1,3
/proc/16001/stat : 16001 (hybridGM3) T 15999 16001 16001 0 -1 4202496 8084 0 0 0 19536 1 0 0 25 0 1 0 886317196 274870272 7822 33554432000 134512640 135204385 4288980432 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16001/statm: 67107 7822 64 169 0 66937 0
[pid=15999/tid=16016] ppid=15974 vsize=320516 CPUtime=0 cores=1,3
/proc/15999/task/16016/stat : 16016 (python) S 15974 15974 15638 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886327120 328208384 13522 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604471100421184 0 0 -1 3 0 0 0
[pid=16017] ppid=15974 vsize=330772 CPUtime=0.3 cores=1,3
/proc/16017/stat : 16017 (python) S 15974 15974 15638 0 -1 4202560 1112 0 0 0 15 15 0 0 15 0 2 0 886327121 338710528 13526 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16017/statm: 82693 13526 399 364 0 18605 0
[pid=16019] ppid=16017 vsize=268420 CPUtime=197.14 cores=1,3
/proc/16019/stat : 16019 (hybridGM3) T 16017 16019 16019 0 -1 4202496 8083 0 0 0 19713 1 0 0 25 0 1 0 886327121 274862080 7821 33554432000 134512640 135204385 4291031440 18446744073709551615 134545975 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16019/statm: 67105 7821 64 169 0 66935 0
[pid=16017/tid=16026] ppid=15974 vsize=330772 CPUtime=0 cores=1,3
/proc/16017/task/16026/stat : 16026 (python) S 15974 15974 15638 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886337146 338710528 13526 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604458212315456 0 0 -1 1 0 0 0
[pid=16041] ppid=15974 vsize=341028 CPUtime=0.14 cores=1,3
/proc/16041/stat : 16041 (python) S 15974 15974 15638 0 -1 4202560 1075 0 0 0 8 6 0 0 19 0 2 0 886356475 349212672 13530 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16041/statm: 85257 13530 399 364 0 21166 0
[pid=16043] ppid=16041 vsize=465044 CPUtime=100.02 cores=1,3
/proc/16043/stat : 16043 (TNM) T 16041 16043 16043 0 -1 4202496 6006 0 0 0 10001 1 0 0 25 0 1 0 886356475 476205056 5750 33554432000 134512640 135008748 4290765264 18446744073709551615 134527091 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16043/statm: 116261 5750 46 122 0 115161 0
[pid=16041/tid=16050] ppid=15974 vsize=341028 CPUtime=0 cores=1,3
/proc/16041/task/16050/stat : 16050 (python) S 15974 15974 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886366489 349212672 13530 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604467659198848 0 0 -1 3 0 0 0
[pid=16062] ppid=15974 vsize=351284 CPUtime=0.3 cores=1,3
/proc/16062/stat : 16062 (python) S 15974 15974 15638 0 -1 4202560 1128 0 0 0 15 15 0 0 15 0 2 0 886376204 359714816 13534 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16062/statm: 87821 13534 399 364 0 23727 0
[pid=16064] ppid=16062 vsize=268428 CPUtime=195.17 cores=1,3
/proc/16064/stat : 16064 (hybridGM3) T 16062 16064 16064 0 -1 4202496 8084 0 0 0 19516 1 0 0 25 0 1 0 886376205 274870272 7824 33554432000 134512640 135204385 4286617808 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16064/statm: 67107 7824 64 169 0 66937 0
[pid=16062/tid=16071] ppid=15974 vsize=351284 CPUtime=0 cores=1,3
/proc/16062/task/16071/stat : 16071 (python) S 15974 15974 15638 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886386230 359714816 13534 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604467659199744 0 0 -1 1 0 0 0
[pid=16084] ppid=15974 vsize=361540 CPUtime=0.32 cores=1,3
/proc/16084/stat : 16084 (python) S 15974 15974 15638 0 -1 4202560 1124 0 0 0 16 16 0 0 15 0 2 0 886395745 370216960 13538 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16084/statm: 90385 13538 399 364 0 26288 0
[pid=16086] ppid=16084 vsize=268420 CPUtime=195.15 cores=1,3
/proc/16086/stat : 16086 (hybridGM3) T 16084 16086 16086 0 -1 4202496 8082 0 0 0 19514 1 0 0 25 0 1 0 886395745 274862080 7820 33554432000 134512640 135204385 4292935904 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16086/statm: 67105 7820 64 169 0 66935 0
[pid=16084/tid=16092] ppid=15974 vsize=361540 CPUtime=0 cores=1,3
/proc/16084/task/16092/stat : 16092 (python) S 15974 15974 15638 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886405771 370216960 13538 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604462762247488 0 0 -1 1 0 0 0
[pid=16105] ppid=15974 vsize=371796 CPUtime=0.12 cores=1,3
/proc/16105/stat : 16105 (python) S 15974 15974 15638 0 -1 4202560 919 0 0 0 7 5 0 0 15 0 1 0 886415287 380719104 13512 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814260294 0 0 16781312 514 2827609655104995589 0 0 17 3 0 0 0
/proc/16105/statm: 92949 13512 370 364 0 28849 0
[pid=16107] ppid=16105 vsize=268424 CPUtime=86.7 cores=1,3
/proc/16107/stat : 16107 (hybridGM3) R 16105 16107 16107 0 -1 4202496 8123 0 0 0 8668 2 0 0 25 0 1 0 886415288 274866176 7858 33554432000 134512640 135204385 4291500224 18446744073709551615 134537583 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16107/statm: 67106 7858 64 169 0 66936 0
[pid=15974/tid=15981] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/15981/stat : 15981 (python) S 15972 15974 15638 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886307172 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
[pid=15974/tid=16000] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16000/stat : 16000 (python) S 15972 15974 15638 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886317196 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=15974/tid=16018] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16018/stat : 16018 (python) S 15972 15974 15638 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886327121 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
[pid=15974/tid=16042] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16042/stat : 16042 (python) S 15972 15974 15638 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 8 0 886356475 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
[pid=15974/tid=16063] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16063/stat : 16063 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 8 0 886376204 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=15974/tid=16085] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16085/stat : 16085 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 8 0 886395745 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=15974/tid=16106] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16106/stat : 16106 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 886415287 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1175.86
Current children cumulated vsize (KiB) 4855072

[startup+1175.7 s]
/proc/loadavg: 3.95 3.93 2.93 5/226 16296
/proc/meminfo: memFree=31130896/32950928 swapFree=67050648/67111528
[pid=15974] ppid=15972 vsize=382040 CPUtime=7.49 cores=1,3
/proc/15974/stat : 15974 (python) S 15972 15974 15638 0 -1 4202496 27899 931 1 0 734 15 0 0 20 0 8 0 886306408 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15974/statm: 95510 15034 1888 364 0 31410 0
[pid=15980] ppid=15974 vsize=320504 CPUtime=0.27 cores=1,3
/proc/15980/stat : 15980 (python) S 15974 15974 15638 0 -1 4202560 1202 0 0 0 15 12 0 0 15 0 2 0 886307172 328196096 13539 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15980/statm: 80126 13539 416 364 0 16044 0
[pid=15982] ppid=15980 vsize=268428 CPUtime=197.09 cores=1,3
/proc/15982/stat : 15982 (hybridGM3) T 15980 15982 15982 0 -1 4202496 8087 0 0 0 19708 1 0 0 25 0 1 0 886307172 274870272 7823 33554432000 134512640 135204385 4289018160 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15982/statm: 67107 7823 64 169 0 66937 0
[pid=15980/tid=15998] ppid=15974 vsize=320504 CPUtime=0 cores=1,3
/proc/15980/task/15998/stat : 15998 (python) S 15974 15974 15638 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886317195 328196096 13539 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604471158780352 0 0 -1 1 0 0 0
[pid=15999] ppid=15974 vsize=320516 CPUtime=0.28 cores=1,3
/proc/15999/stat : 15999 (python) S 15974 15974 15638 0 -1 4202560 1116 0 0 0 14 14 0 0 15 0 2 0 886317196 328208384 13522 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15999/statm: 80129 13522 399 364 0 16044 0
[pid=16001] ppid=15999 vsize=268428 CPUtime=195.37 cores=1,3
/proc/16001/stat : 16001 (hybridGM3) T 15999 16001 16001 0 -1 4202496 8084 0 0 0 19536 1 0 0 25 0 1 0 886317196 274870272 7822 33554432000 134512640 135204385 4288980432 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16001/statm: 67107 7822 64 169 0 66937 0
[pid=15999/tid=16016] ppid=15974 vsize=320516 CPUtime=0 cores=1,3
/proc/15999/task/16016/stat : 16016 (python) S 15974 15974 15638 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886327120 328208384 13522 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604471100421184 0 0 -1 3 0 0 0
[pid=16017] ppid=15974 vsize=330772 CPUtime=0.3 cores=1,3
/proc/16017/stat : 16017 (python) S 15974 15974 15638 0 -1 4202560 1112 0 0 0 15 15 0 0 15 0 2 0 886327121 338710528 13526 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16017/statm: 82693 13526 399 364 0 18605 0
[pid=16019] ppid=16017 vsize=268420 CPUtime=197.14 cores=1,3
/proc/16019/stat : 16019 (hybridGM3) T 16017 16019 16019 0 -1 4202496 8083 0 0 0 19713 1 0 0 25 0 1 0 886327121 274862080 7821 33554432000 134512640 135204385 4291031440 18446744073709551615 134545975 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16019/statm: 67105 7821 64 169 0 66935 0
[pid=16017/tid=16026] ppid=15974 vsize=330772 CPUtime=0 cores=1,3
/proc/16017/task/16026/stat : 16026 (python) S 15974 15974 15638 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886337146 338710528 13526 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604458212315456 0 0 -1 1 0 0 0
[pid=16041] ppid=15974 vsize=341028 CPUtime=0.14 cores=1,3
/proc/16041/stat : 16041 (python) S 15974 15974 15638 0 -1 4202560 1075 0 0 0 8 6 0 0 19 0 2 0 886356475 349212672 13530 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16041/statm: 85257 13530 399 364 0 21166 0
[pid=16043] ppid=16041 vsize=465044 CPUtime=100.02 cores=1,3
/proc/16043/stat : 16043 (TNM) T 16041 16043 16043 0 -1 4202496 6006 0 0 0 10001 1 0 0 25 0 1 0 886356475 476205056 5750 33554432000 134512640 135008748 4290765264 18446744073709551615 134527091 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16043/statm: 116261 5750 46 122 0 115161 0
[pid=16041/tid=16050] ppid=15974 vsize=341028 CPUtime=0 cores=1,3
/proc/16041/task/16050/stat : 16050 (python) S 15974 15974 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886366489 349212672 13530 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604467659198848 0 0 -1 3 0 0 0
[pid=16062] ppid=15974 vsize=351284 CPUtime=0.3 cores=1,3
/proc/16062/stat : 16062 (python) S 15974 15974 15638 0 -1 4202560 1128 0 0 0 15 15 0 0 15 0 2 0 886376204 359714816 13534 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16062/statm: 87821 13534 399 364 0 23727 0
[pid=16064] ppid=16062 vsize=268428 CPUtime=195.17 cores=1,3
/proc/16064/stat : 16064 (hybridGM3) T 16062 16064 16064 0 -1 4202496 8084 0 0 0 19516 1 0 0 25 0 1 0 886376205 274870272 7824 33554432000 134512640 135204385 4286617808 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16064/statm: 67107 7824 64 169 0 66937 0
[pid=16062/tid=16071] ppid=15974 vsize=351284 CPUtime=0 cores=1,3
/proc/16062/task/16071/stat : 16071 (python) S 15974 15974 15638 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886386230 359714816 13534 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604467659199744 0 0 -1 1 0 0 0
[pid=16084] ppid=15974 vsize=361540 CPUtime=0.32 cores=1,3
/proc/16084/stat : 16084 (python) S 15974 15974 15638 0 -1 4202560 1124 0 0 0 16 16 0 0 15 0 2 0 886395745 370216960 13538 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16084/statm: 90385 13538 399 364 0 26288 0
[pid=16086] ppid=16084 vsize=268420 CPUtime=195.15 cores=1,3
/proc/16086/stat : 16086 (hybridGM3) T 16084 16086 16086 0 -1 4202496 8082 0 0 0 19514 1 0 0 25 0 1 0 886395745 274862080 7820 33554432000 134512640 135204385 4292935904 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16086/statm: 67105 7820 64 169 0 66935 0
[pid=16084/tid=16092] ppid=15974 vsize=361540 CPUtime=0 cores=1,3
/proc/16084/task/16092/stat : 16092 (python) S 15974 15974 15638 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886405771 370216960 13538 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 514 18446604462762247488 0 0 -1 1 0 0 0
[pid=16105] ppid=15974 vsize=371796 CPUtime=0.12 cores=1,3
/proc/16105/stat : 16105 (python) S 15974 15974 15638 0 -1 4202560 919 0 0 0 7 5 0 0 15 0 1 0 886415287 380719104 13512 33554432000 4194304 5683644 140737279550208 18446744073709551615 251814260294 0 0 16781312 514 2827609655104995589 0 0 17 3 0 0 0
/proc/16105/statm: 92949 13512 370 364 0 28849 0
[pid=16107] ppid=16105 vsize=268424 CPUtime=86.9 cores=1,3
/proc/16107/stat : 16107 (hybridGM3) R 16105 16107 16107 0 -1 4204032 8123 0 0 0 8685 5 0 0 25 0 1 0 886415288 274866176 7858 33554432000 134512640 135204385 4291500224 18446744073709551615 134539301 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16107/statm: 67106 7858 64 169 0 66936 0
[pid=15974/tid=15981] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/15981/stat : 15981 (python) S 15972 15974 15638 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886307172 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
[pid=15974/tid=16000] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16000/stat : 16000 (python) S 15972 15974 15638 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886317196 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=15974/tid=16018] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16018/stat : 16018 (python) S 15972 15974 15638 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886327121 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
[pid=15974/tid=16042] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16042/stat : 16042 (python) S 15972 15974 15638 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 8 0 886356475 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 1 0 0 0
[pid=15974/tid=16063] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16063/stat : 16063 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 8 0 886376204 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=15974/tid=16085] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16085/stat : 16085 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 8 0 886395745 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
[pid=15974/tid=16106] ppid=15972 vsize=382040 CPUtime=0 cores=1,3
/proc/15974/task/16106/stat : 16106 (python) S 15972 15974 15638 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 886415287 391208960 15034 33554432000 4194304 5683644 140737279550208 18446744073709551615 251826063793 0 0 16781312 2 18446604466304862016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1176.06
Current children cumulated vsize (KiB) 4855072

Child status: 0
Real time (s): 1175.77
CPU time (s): 1176.29
CPU user time (s): 1175.07
CPU system time (s): 1.21981
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (KiB): 4855072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1175.07
system time used= 1.21981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99561
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= 4084
involuntary context switches= 5630

runsolver used 2.42063 second user time and 5.77512 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 01:04:37
IDJOB=3484078
IDBENCH=82589
IDSOLVER=1975
FILE ID=node126/3484078-1307747077
RUNJOBID= node126-1307747008-15658
PBS_JOBID= 13550831
Free space on /tmp= 74064 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S448503257-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-3484078-1307747077/watcher-3484078-1307747077 -o /tmp/evaluation-result-3484078-1307747077/solver-3484078-1307747077 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484078-1307747077.cnf -seed 770318917 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 0d20733a6f7d3b01f88ae7bba5f0d271
RANDOM SEED=770318917

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31377916 kB
Buffers:        240120 kB
Cached:         839020 kB
SwapCached:      14888 kB
Active:         814944 kB
Inactive:       551828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31377916 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:           48340 kB
Writeback:           0 kB
AnonPages:      284724 kB
Mapped:          15952 kB
Slab:           136044 kB
PageTables:       9308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1448604 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= 74000 MiB
End job on node126 at 2011-06-11 01:24:13