Trace number 3484030

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)? 1147.42 1147.61

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1368340883-085-UNKNOWN.cnf
MD5SUMc6eeff67aa308a86267a5f4d04512b40
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.5953
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.61	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.61	c INFO: solving HOME/instance-3484030-1307746991.cnf
0.34/0.61	c INFO: computing task features
0.84/1.19	c INFO: computed variable-clause graph statistics
0.93/1.21	c INFO: computed clause balance statistics
3.83/4.11	c INFO: computed variable balance statistics
6.13/6.41	c INFO: computed small-clause counts
6.13/6.42	c INFO: computed Horn-clause counts
8.13/8.44	c INFO: computed variable graph statistics
8.13/8.44	c INFO: collected features for HOME/instance-3484030-1307746991.cnf in 7.81 s
8.13/8.45	c INFO: running hybridGM3@0 for 97 with 1192 remaining (b = 0.35)
108.61/108.99	c INFO: running hybridGM3@0 for 97 with 1091 remaining (b = 0.21)
209.19/209.53	c INFO: running hybridGM3@0 for 97 with 991 remaining (b = 0.14)
309.66/310.07	c INFO: running hybridGM3@100 for 97 with 891 remaining (b = 0.10)
356.65/357.00	c INFO: running hybridGM3@100 for 97 with 848 remaining (b = 0.10)
453.76/454.13	c INFO: running TNM@0 for 97 with 751 remaining (b = 0.13)
553.83/554.26	c INFO: running hybridGM3@100 for 97 with 651 remaining (b = 0.10)
567.83/568.21	c INFO: running hybridGM3@0 for 194 with 638 remaining (b = 0.18)
764.42/764.85	c INFO: running hybridGM3@0 for 194 with 441 remaining (b = 0.13)
819.22/819.61	c INFO: running hybridGM3@0 for 194 with 389 remaining (b = 0.10)
1015.92/1016.26	c INFO: running hybridGM3@0 for 192 with 192 remaining (b = 0.03)
1147.18/1147.57	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-3484030-1307746991/watcher-3484030-1307746991 -o /tmp/evaluation-result-3484030-1307746991/solver-3484030-1307746991 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484030-1307746991.cnf -seed 1487758871 -budget 1200 

running on 2 cores: 4,6

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: 0.08 0.02 0.01 3/179 17917
/proc/meminfo: memFree=31352372/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=15080 CPUtime=0 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 618 0 0 0 0 0 0 0 21 0 1 0 867114455 15441920 513 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/17917/statm: 3770 513 300 364 0 257 0

[startup+0.058836 s]
/proc/loadavg: 0.08 0.02 0.01 3/179 17917
/proc/meminfo: memFree=31352372/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=15380 CPUtime=0 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 821 0 0 0 0 0 0 0 17 0 1 0 867114455 15749120 704 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/17917/statm: 3845 704 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.100828 s]
/proc/loadavg: 0.08 0.02 0.01 3/179 17917
/proc/meminfo: memFree=31352372/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=18884 CPUtime=0.02 cores=4,6
/proc/17917/stat : 17917 (python) R 17915 17917 17860 0 -1 4202496 1287 0 0 0 2 0 0 0 17 0 1 0 867114455 19337216 1138 33554432000 4194304 5683644 140734507948288 18446744073709551615 5291049 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17917/statm: 4721 1138 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.300793 s]
/proc/loadavg: 0.08 0.02 0.01 3/179 17917
/proc/meminfo: memFree=31352372/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=135748 CPUtime=0.15 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 5952 930 1 0 12 3 0 0 17 0 1 0 867114455 139005952 4148 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/17917/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135748

[startup+0.700725 s]
/proc/loadavg: 0.08 0.02 0.01 3/179 17917
/proc/meminfo: memFree=31352372/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=286708 CPUtime=0.43 cores=4,6
/proc/17917/stat : 17917 (python) R 17915 17917 17860 0 -1 4202496 11302 930 1 0 35 8 0 0 17 0 1 0 867114455 293588992 8977 33554432000 4194304 5683644 140734507948288 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17917/statm: 71677 8977 1761 364 0 7601 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 286708

[startup+1.50054 s]
/proc/loadavg: 0.08 0.02 0.01 4/185 17935
/proc/meminfo: memFree=31238012/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=317984 CPUtime=1.23 cores=4,6
/proc/17917/stat : 17917 (python) R 17915 17917 17860 0 -1 4202496 23805 930 1 0 114 9 0 0 18 0 1 0 867114455 325615616 16881 33554432000 4194304 5683644 140734507948288 18446744073709551615 4620348 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17917/statm: 79496 16881 1826 364 0 15420 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 317984

[startup+3.10027 s]
/proc/loadavg: 0.08 0.02 0.01 4/185 17935
/proc/meminfo: memFree=31223628/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=317984 CPUtime=2.83 cores=4,6
/proc/17917/stat : 17917 (python) R 17915 17917 17860 0 -1 4202496 23805 930 1 0 274 9 0 0 21 0 1 0 867114455 325615616 16881 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261272525 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17917/statm: 79496 16881 1826 364 0 15420 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 317984

[startup+6.30073 s]
/proc/loadavg: 0.31 0.07 0.02 5/193 17956
/proc/meminfo: memFree=31139640/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=317984 CPUtime=6.03 cores=4,6
/proc/17917/stat : 17917 (python) R 17915 17917 17860 0 -1 4202496 23806 930 1 0 594 9 0 0 25 0 1 0 867114455 325615616 16882 33554432000 4194304 5683644 140734507948288 18446744073709551615 5005904 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17917/statm: 79496 16882 1827 364 0 15420 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 317984

[startup+12.7006 s]
/proc/loadavg: 0.61 0.13 0.04 5/202 17965
/proc/meminfo: memFree=31047108/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=325124 CPUtime=8.19 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 24089 930 1 0 809 10 0 0 25 0 2 0 867114455 332926976 16144 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17917/statm: 81281 16144 1867 364 0 17199 0
[pid=17960] ppid=17917 vsize=314880 CPUtime=0 cores=4,6
/proc/17960/stat : 17960 (python) S 17917 17917 17860 0 -1 4202560 725 0 0 0 0 0 0 0 15 0 1 0 867115300 322437120 14626 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261636623 0 0 16781312 514 4594247768305795332 0 0 17 4 0 0 0
/proc/17960/statm: 78720 14626 353 364 0 14638 0
[pid=17962] ppid=17960 vsize=276240 CPUtime=4.23 cores=4,6
/proc/17962/stat : 17962 (hybridGM3) R 17960 17962 17962 0 -1 4202496 8561 0 0 0 422 1 0 0 25 0 1 0 867115301 282869760 8299 33554432000 134512640 135204385 4290964752 18446744073709551615 134536770 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17962/statm: 69060 8299 64 169 0 68890 0
[pid=17917/tid=17961] ppid=17915 vsize=325124 CPUtime=0 cores=4,6
/proc/17917/task/17961/stat : 17961 (python) S 17915 17917 17860 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 867115301 332926976 16144 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 916244

[startup+25.5003 s]
/proc/loadavg: 1.36 0.32 0.10 5/202 17965
/proc/meminfo: memFree=31046628/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=325124 CPUtime=8.19 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 24089 930 1 0 809 10 0 0 25 0 2 0 867114455 332926976 16144 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17917/statm: 81281 16144 1867 364 0 17199 0
[pid=17960] ppid=17917 vsize=314880 CPUtime=0.02 cores=4,6
/proc/17960/stat : 17960 (python) S 17917 17917 17860 0 -1 4202560 870 0 0 0 1 1 0 0 15 0 1 0 867115300 322437120 14649 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261636623 0 0 16781312 514 8827090454018228484 0 0 17 4 0 0 0
/proc/17960/statm: 78720 14649 376 364 0 14638 0
[pid=17962] ppid=17960 vsize=276240 CPUtime=17.01 cores=4,6
/proc/17962/stat : 17962 (hybridGM3) R 17960 17962 17962 0 -1 4202496 8561 0 0 0 1700 1 0 0 25 0 1 0 867115301 282869760 8299 33554432000 134512640 135204385 4290964752 18446744073709551615 134536784 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17962/statm: 69060 8299 64 169 0 68890 0
[pid=17917/tid=17961] ppid=17915 vsize=325124 CPUtime=0 cores=4,6
/proc/17917/task/17961/stat : 17961 (python) S 17915 17917 17860 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 867115301 332926976 16144 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 916244

[startup+51.1008 s]
/proc/loadavg: 2.32 0.63 0.21 5/202 17966
/proc/meminfo: memFree=31046496/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=325124 CPUtime=8.19 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 24089 930 1 0 809 10 0 0 25 0 2 0 867114455 332926976 16144 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17917/statm: 81281 16144 1867 364 0 17199 0
[pid=17960] ppid=17917 vsize=314880 CPUtime=0.05 cores=4,6
/proc/17960/stat : 17960 (python) S 17917 17917 17860 0 -1 4202560 882 0 0 0 3 2 0 0 15 0 1 0 867115300 322437120 14649 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261636623 0 0 16781312 514 8827090454018228484 0 0 17 4 0 0 0
/proc/17960/statm: 78720 14649 376 364 0 14638 0
[pid=17962] ppid=17960 vsize=276240 CPUtime=42.58 cores=4,6
/proc/17962/stat : 17962 (hybridGM3) R 17960 17962 17962 0 -1 4202496 8561 0 0 0 4257 1 0 0 25 0 1 0 867115301 282869760 8299 33554432000 134512640 135204385 4290964752 18446744073709551615 134537435 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17962/statm: 69060 8299 64 169 0 68890 0
[pid=17917/tid=17961] ppid=17915 vsize=325124 CPUtime=0 cores=4,6
/proc/17917/task/17961/stat : 17961 (python) S 17915 17917 17860 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 867115301 332926976 16144 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 916244

[startup+102.301 s]
/proc/loadavg: 3.27 1.15 0.41 5/202 17968
/proc/meminfo: memFree=31045420/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=325124 CPUtime=8.19 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 24089 930 1 0 809 10 0 0 25 0 2 0 867114455 332926976 16144 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17917/statm: 81281 16144 1867 364 0 17199 0
[pid=17960] ppid=17917 vsize=314880 CPUtime=0.11 cores=4,6
/proc/17960/stat : 17960 (python) S 17917 17917 17860 0 -1 4202560 905 0 0 0 6 5 0 0 15 0 1 0 867115300 322437120 14649 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261636623 0 0 16781312 514 8827090454018228484 0 0 17 4 0 0 0
/proc/17960/statm: 78720 14649 376 364 0 14638 0
[pid=17962] ppid=17960 vsize=276240 CPUtime=93.71 cores=4,6
/proc/17962/stat : 17962 (hybridGM3) R 17960 17962 17962 0 -1 4202496 8561 0 0 0 9370 1 0 0 25 0 1 0 867115301 282869760 8299 33554432000 134512640 135204385 4290964752 18446744073709551615 134546059 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17962/statm: 69060 8299 64 169 0 68890 0
[pid=17917/tid=17961] ppid=17915 vsize=325124 CPUtime=0 cores=4,6
/proc/17917/task/17961/stat : 17961 (python) S 17915 17917 17860 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 867115301 332926976 16144 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 916244

[startup+162.301 s]
/proc/loadavg: 3.83 1.69 0.64 5/219 17989
/proc/meminfo: memFree=30896300/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=335380 CPUtime=8.2 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 24980 930 1 0 810 10 0 0 20 0 3 0 867114455 343429120 16151 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17917/statm: 83845 16151 1870 364 0 19760 0
[pid=17960] ppid=17917 vsize=325124 CPUtime=0.12 cores=4,6
/proc/17960/stat : 17960 (python) S 17917 17917 17860 0 -1 4202560 1147 0 0 0 7 5 0 0 16 0 2 0 867115300 332926976 14693 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17960/statm: 81281 14693 415 364 0 17199 0
[pid=17962] ppid=17960 vsize=276240 CPUtime=100.39 cores=4,6
/proc/17962/stat : 17962 (hybridGM3) T 17960 17962 17962 0 -1 4202496 8561 0 0 0 10038 1 0 0 25 0 1 0 867115301 282869760 8299 33554432000 134512640 135204385 4290964752 18446744073709551615 134547366 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17962/statm: 69060 8299 64 169 0 68890 0
[pid=17960/tid=17977] ppid=17917 vsize=325124 CPUtime=0 cores=4,6
/proc/17960/task/17977/stat : 17977 (python) S 17917 17917 17860 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867125354 332926976 14693 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604453936374720 0 0 -1 4 0 0 0
[pid=17978] ppid=17917 vsize=325136 CPUtime=0.06 cores=4,6
/proc/17978/stat : 17978 (python) S 17917 17917 17860 0 -1 4202560 902 0 0 0 4 2 0 0 15 0 1 0 867125355 332939264 14647 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261636678 0 0 16781312 514 8827090454018228484 0 0 17 4 0 0 0
/proc/17978/statm: 81284 14647 370 364 0 17199 0
[pid=17980] ppid=17978 vsize=276244 CPUtime=53.22 cores=4,6
/proc/17980/stat : 17980 (hybridGM3) R 17978 17980 17980 0 -1 4202496 8565 0 0 0 5321 1 0 0 25 0 1 0 867125355 282873856 8299 33554432000 134512640 135204385 4290738336 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17980/statm: 69061 8299 64 169 0 68891 0
[pid=17917/tid=17961] ppid=17915 vsize=335380 CPUtime=0 cores=4,6
/proc/17917/task/17961/stat : 17961 (python) S 17915 17917 17860 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 3 0 867115301 343429120 16151 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=17979] ppid=17915 vsize=335380 CPUtime=0 cores=4,6
/proc/17917/task/17979/stat : 17979 (python) S 17915 17917 17860 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 867125355 343429120 16151 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 1538124

[startup+222.301 s]
/proc/loadavg: 3.94 2.11 0.85 5/231 18003
/proc/meminfo: memFree=30811200/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=345636 CPUtime=8.2 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 25832 930 1 0 810 10 0 0 20 0 4 0 867114455 353931264 16165 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17917/statm: 86409 16165 1880 364 0 22321 0
[pid=17960] ppid=17917 vsize=325124 CPUtime=0.12 cores=4,6
/proc/17960/stat : 17960 (python) S 17917 17917 17860 0 -1 4202560 1147 0 0 0 7 5 0 0 16 0 2 0 867115300 332926976 14693 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17960/statm: 81281 14693 415 364 0 17199 0
[pid=17962] ppid=17960 vsize=276240 CPUtime=100.39 cores=4,6
/proc/17962/stat : 17962 (hybridGM3) T 17960 17962 17962 0 -1 4202496 8561 0 0 0 10038 1 0 0 25 0 1 0 867115301 282869760 8299 33554432000 134512640 135204385 4290964752 18446744073709551615 134547366 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17962/statm: 69060 8299 64 169 0 68890 0
[pid=17960/tid=17977] ppid=17917 vsize=325124 CPUtime=0 cores=4,6
/proc/17960/task/17977/stat : 17977 (python) S 17917 17917 17860 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867125354 332926976 14693 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604453936374720 0 0 -1 4 0 0 0

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

/proc/18140/statm: 69060 8301 64 169 0 68890 0
[pid=18138/tid=18214] ppid=17917 vsize=355904 CPUtime=0 cores=4,6
/proc/18138/task/18214/stat : 18214 (python) S 17917 17917 17860 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867190939 364445696 14689 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604440451250048 0 0 -1 4 0 0 0
[pid=18229] ppid=17917 vsize=376416 CPUtime=0.28 cores=4,6
/proc/18229/stat : 18229 (python) S 17917 17917 17860 0 -1 4202560 1115 0 0 0 15 13 0 0 16 0 2 0 867196416 385449984 14697 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18229/statm: 94104 14697 399 364 0 30004 0
[pid=18231] ppid=18229 vsize=276244 CPUtime=196.44 cores=4,6
/proc/18231/stat : 18231 (hybridGM3) T 18229 18231 18231 0 -1 4202496 8560 0 0 0 19643 1 0 0 25 0 1 0 867196416 282873856 8296 33554432000 134512640 135204385 4290422640 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18231/statm: 69061 8296 64 169 0 68891 0
[pid=18229/tid=18256] ppid=17917 vsize=376416 CPUtime=0 cores=4,6
/proc/18229/task/18256/stat : 18256 (python) S 17917 17917 17860 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 867216081 385449984 14697 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604453979849024 0 0 -1 4 0 0 0
[pid=18257] ppid=17917 vsize=386672 CPUtime=0.18 cores=4,6
/proc/18257/stat : 18257 (python) S 17917 17917 17860 0 -1 4202560 1003 0 0 0 9 9 0 0 15 0 1 0 867216081 395952128 14686 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261636678 0 0 16781312 514 8827090454018228483 0 0 17 4 0 0 0
/proc/18257/statm: 96668 14686 385 364 0 32565 0
[pid=18259] ppid=18257 vsize=276240 CPUtime=130.23 cores=4,6
/proc/18259/stat : 18259 (hybridGM3) R 18257 18259 18259 0 -1 4202496 8567 0 0 0 13020 3 0 0 25 0 1 0 867216082 282869760 8297 33554432000 134512640 135204385 4294289472 18446744073709551615 134545992 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18259/statm: 69060 8297 64 169 0 68890 0
[pid=17917/tid=17961] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/17961/stat : 17961 (python) S 17915 17917 17860 0 -1 4202560 31 30272 0 0 0 0 31626 40 18 0 9 0 867115301 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=17979] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/17979/stat : 17979 (python) S 17915 17917 17860 0 -1 4202560 32 30272 0 0 0 0 31626 40 18 0 9 0 867125355 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=17997] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/17997/stat : 17997 (python) S 17915 17917 17860 0 -1 4202560 34 30272 0 0 0 0 31626 40 18 0 9 0 867135409 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18120] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18120/stat : 18120 (python) S 17915 17917 17860 0 -1 4202560 28 30272 0 0 0 0 31626 40 20 0 9 0 867159869 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18139] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18139/stat : 18139 (python) S 17915 17917 17860 0 -1 4202560 25 30272 0 0 0 0 31626 40 20 0 9 0 867171276 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18216] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18216/stat : 18216 (python) S 17915 17917 17860 0 -1 4202560 25 30272 0 0 0 0 31626 40 20 0 9 0 867190940 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18230] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18230/stat : 18230 (python) S 17915 17917 17860 0 -1 4202560 28 30272 0 0 0 0 31626 40 20 0 9 0 867196416 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18258] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18258/stat : 18258 (python) S 17915 17917 17860 0 -1 4202560 27 30272 0 0 0 0 31626 40 20 0 9 0 867216082 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1146.38
Current children cumulated vsize (KiB) 3758684

[startup+1147.1 s]
/proc/loadavg: 4.22 4.00 2.86 5/237 18409
/proc/meminfo: memFree=30839236/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=396916 CPUtime=324.93 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 30140 30272 1 0 815 12 31626 40 20 0 9 0 867114455 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17917/statm: 99229 16195 1890 364 0 35126 0
[pid=17978] ppid=17917 vsize=325136 CPUtime=0.26 cores=4,6
/proc/17978/stat : 17978 (python) S 17917 17917 17860 0 -1 4202560 1107 0 0 0 17 9 0 0 15 0 2 0 867125355 332939264 14677 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17978/statm: 81284 14677 399 364 0 17199 0
[pid=17980] ppid=17978 vsize=276244 CPUtime=197.36 cores=4,6
/proc/17980/stat : 17980 (hybridGM3) T 17978 17980 17980 0 -1 4202496 8565 0 0 0 19735 1 0 0 25 0 1 0 867125355 282873856 8299 33554432000 134512640 135204385 4290738336 18446744073709551615 134536762 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17980/statm: 69061 8299 64 169 0 68891 0
[pid=17978/tid=17995] ppid=17917 vsize=325136 CPUtime=0 cores=4,6
/proc/17978/task/17995/stat : 17995 (python) S 17917 17917 17860 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867135408 332939264 14677 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604453961272064 0 0 -1 4 0 0 0
[pid=18119] ppid=17917 vsize=345648 CPUtime=0.13 cores=4,6
/proc/18119/stat : 18119 (python) S 17917 17917 17860 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 867159868 353943552 14685 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18119/statm: 86412 14685 399 364 0 22321 0
[pid=18121] ppid=18119 vsize=467024 CPUtime=99.96 cores=4,6
/proc/18121/stat : 18121 (TNM) T 18119 18121 18121 0 -1 4202496 6820 0 0 0 9996 0 0 0 25 0 1 0 867159869 478232576 6557 33554432000 134512640 135008748 4288093392 18446744073709551615 134527840 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18121/statm: 116756 6557 46 122 0 115656 0
[pid=18119/tid=18137] ppid=17917 vsize=345648 CPUtime=0 cores=4,6
/proc/18119/task/18137/stat : 18137 (python) S 17917 17917 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867169881 353943552 14685 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604453899397184 0 0 -1 6 0 0 0
[pid=18138] ppid=17917 vsize=355904 CPUtime=0.28 cores=4,6
/proc/18138/stat : 18138 (python) S 17917 17917 17860 0 -1 4202560 1117 0 0 0 16 12 0 0 16 0 2 0 867171276 364445696 14689 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18138/statm: 88976 14689 399 364 0 24882 0
[pid=18140] ppid=18138 vsize=276240 CPUtime=196.33 cores=4,6
/proc/18140/stat : 18140 (hybridGM3) T 18138 18140 18140 0 -1 4202496 8563 0 0 0 19631 2 0 0 25 0 1 0 867171276 282869760 8301 33554432000 134512640 135204385 4291958688 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18140/statm: 69060 8301 64 169 0 68890 0
[pid=18138/tid=18214] ppid=17917 vsize=355904 CPUtime=0 cores=4,6
/proc/18138/task/18214/stat : 18214 (python) S 17917 17917 17860 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867190939 364445696 14689 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604440451250048 0 0 -1 4 0 0 0
[pid=18229] ppid=17917 vsize=376416 CPUtime=0.28 cores=4,6
/proc/18229/stat : 18229 (python) S 17917 17917 17860 0 -1 4202560 1115 0 0 0 15 13 0 0 16 0 2 0 867196416 385449984 14697 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18229/statm: 94104 14697 399 364 0 30004 0
[pid=18231] ppid=18229 vsize=276244 CPUtime=196.44 cores=4,6
/proc/18231/stat : 18231 (hybridGM3) T 18229 18231 18231 0 -1 4202496 8560 0 0 0 19643 1 0 0 25 0 1 0 867196416 282873856 8296 33554432000 134512640 135204385 4290422640 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18231/statm: 69061 8296 64 169 0 68891 0
[pid=18229/tid=18256] ppid=17917 vsize=376416 CPUtime=0 cores=4,6
/proc/18229/task/18256/stat : 18256 (python) S 17917 17917 17860 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 867216081 385449984 14697 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604453979849024 0 0 -1 4 0 0 0
[pid=18257] ppid=17917 vsize=386672 CPUtime=0.18 cores=4,6
/proc/18257/stat : 18257 (python) S 17917 17917 17860 0 -1 4202560 1005 0 0 0 9 9 0 0 15 0 1 0 867216081 395952128 14686 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261636678 0 0 16781312 514 8827090454018228483 0 0 17 4 0 0 0
/proc/18257/statm: 96668 14686 385 364 0 32565 0
[pid=18259] ppid=18257 vsize=276240 CPUtime=130.63 cores=4,6
/proc/18259/stat : 18259 (hybridGM3) R 18257 18259 18259 0 -1 4202496 8607 0 0 0 13060 3 0 0 25 0 1 0 867216082 282869760 8337 33554432000 134512640 135204385 4294289472 18446744073709551615 134537249 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18259/statm: 69060 8337 64 169 0 68890 0
[pid=17917/tid=17961] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/17961/stat : 17961 (python) S 17915 17917 17860 0 -1 4202560 31 30272 0 0 0 0 31626 40 18 0 9 0 867115301 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=17979] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/17979/stat : 17979 (python) S 17915 17917 17860 0 -1 4202560 32 30272 0 0 0 0 31626 40 18 0 9 0 867125355 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=17997] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/17997/stat : 17997 (python) S 17915 17917 17860 0 -1 4202560 34 30272 0 0 0 0 31626 40 18 0 9 0 867135409 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18120] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18120/stat : 18120 (python) S 17915 17917 17860 0 -1 4202560 28 30272 0 0 0 0 31626 40 20 0 9 0 867159869 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18139] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18139/stat : 18139 (python) S 17915 17917 17860 0 -1 4202560 25 30272 0 0 0 0 31626 40 20 0 9 0 867171276 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18216] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18216/stat : 18216 (python) S 17915 17917 17860 0 -1 4202560 25 30272 0 0 0 0 31626 40 20 0 9 0 867190940 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18230] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18230/stat : 18230 (python) S 17915 17917 17860 0 -1 4202560 28 30272 0 0 0 0 31626 40 20 0 9 0 867196416 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18258] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18258/stat : 18258 (python) S 17915 17917 17860 0 -1 4202560 27 30272 0 0 0 0 31626 40 20 0 9 0 867216082 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1146.78
Current children cumulated vsize (KiB) 3758684

[startup+1147.5 s]
/proc/loadavg: 4.22 4.00 2.86 5/237 18409
/proc/meminfo: memFree=30839236/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=396916 CPUtime=324.93 cores=4,6
/proc/17917/stat : 17917 (python) S 17915 17917 17860 0 -1 4202496 30140 30272 1 0 815 12 31626 40 20 0 9 0 867114455 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17917/statm: 99229 16195 1890 364 0 35126 0
[pid=17978] ppid=17917 vsize=325136 CPUtime=0.26 cores=4,6
/proc/17978/stat : 17978 (python) S 17917 17917 17860 0 -1 4202560 1107 0 0 0 17 9 0 0 15 0 2 0 867125355 332939264 14677 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17978/statm: 81284 14677 399 364 0 17199 0
[pid=17980] ppid=17978 vsize=276244 CPUtime=197.36 cores=4,6
/proc/17980/stat : 17980 (hybridGM3) T 17978 17980 17980 0 -1 4202496 8565 0 0 0 19735 1 0 0 25 0 1 0 867125355 282873856 8299 33554432000 134512640 135204385 4290738336 18446744073709551615 134536762 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17980/statm: 69061 8299 64 169 0 68891 0
[pid=17978/tid=17995] ppid=17917 vsize=325136 CPUtime=0 cores=4,6
/proc/17978/task/17995/stat : 17995 (python) S 17917 17917 17860 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867135408 332939264 14677 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604453961272064 0 0 -1 4 0 0 0
[pid=18119] ppid=17917 vsize=345648 CPUtime=0.13 cores=4,6
/proc/18119/stat : 18119 (python) S 17917 17917 17860 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 867159868 353943552 14685 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18119/statm: 86412 14685 399 364 0 22321 0
[pid=18121] ppid=18119 vsize=467024 CPUtime=99.96 cores=4,6
/proc/18121/stat : 18121 (TNM) T 18119 18121 18121 0 -1 4202496 6820 0 0 0 9996 0 0 0 25 0 1 0 867159869 478232576 6557 33554432000 134512640 135008748 4288093392 18446744073709551615 134527840 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18121/statm: 116756 6557 46 122 0 115656 0
[pid=18119/tid=18137] ppid=17917 vsize=345648 CPUtime=0 cores=4,6
/proc/18119/task/18137/stat : 18137 (python) S 17917 17917 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867169881 353943552 14685 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604453899397184 0 0 -1 6 0 0 0
[pid=18138] ppid=17917 vsize=355904 CPUtime=0.28 cores=4,6
/proc/18138/stat : 18138 (python) S 17917 17917 17860 0 -1 4202560 1117 0 0 0 16 12 0 0 16 0 2 0 867171276 364445696 14689 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18138/statm: 88976 14689 399 364 0 24882 0
[pid=18140] ppid=18138 vsize=276240 CPUtime=196.33 cores=4,6
/proc/18140/stat : 18140 (hybridGM3) T 18138 18140 18140 0 -1 4202496 8563 0 0 0 19631 2 0 0 25 0 1 0 867171276 282869760 8301 33554432000 134512640 135204385 4291958688 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18140/statm: 69060 8301 64 169 0 68890 0
[pid=18138/tid=18214] ppid=17917 vsize=355904 CPUtime=0 cores=4,6
/proc/18138/task/18214/stat : 18214 (python) S 17917 17917 17860 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867190939 364445696 14689 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604440451250048 0 0 -1 4 0 0 0
[pid=18229] ppid=17917 vsize=376416 CPUtime=0.28 cores=4,6
/proc/18229/stat : 18229 (python) S 17917 17917 17860 0 -1 4202560 1115 0 0 0 15 13 0 0 16 0 2 0 867196416 385449984 14697 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18229/statm: 94104 14697 399 364 0 30004 0
[pid=18231] ppid=18229 vsize=276244 CPUtime=196.44 cores=4,6
/proc/18231/stat : 18231 (hybridGM3) T 18229 18231 18231 0 -1 4202496 8560 0 0 0 19643 1 0 0 25 0 1 0 867196416 282873856 8296 33554432000 134512640 135204385 4290422640 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/18231/statm: 69061 8296 64 169 0 68891 0
[pid=18229/tid=18256] ppid=17917 vsize=376416 CPUtime=0 cores=4,6
/proc/18229/task/18256/stat : 18256 (python) S 17917 17917 17860 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 867216081 385449984 14697 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 514 18446604453979849024 0 0 -1 4 0 0 0
[pid=18257] ppid=17917 vsize=386672 CPUtime=0.18 cores=4,6
/proc/18257/stat : 18257 (python) S 17917 17917 17860 0 -1 4202560 1005 0 0 0 9 9 0 0 15 0 1 0 867216081 395952128 14686 33554432000 4194304 5683644 140734507948288 18446744073709551615 254261636678 0 0 16781312 514 8827090454018228483 0 0 17 4 0 0 0
/proc/18257/statm: 96668 14686 385 364 0 32565 0
[pid=18259] ppid=18257 vsize=276240 CPUtime=131.03 cores=4,6
/proc/18259/stat : 18259 (hybridGM3) R 18257 18259 18259 0 -1 4202496 8607 0 0 0 13100 3 0 0 25 0 1 0 867216082 282869760 8337 33554432000 134512640 135204385 4294289472 18446744073709551615 134536986 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18259/statm: 69060 8337 64 169 0 68890 0
[pid=17917/tid=17961] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/17961/stat : 17961 (python) S 17915 17917 17860 0 -1 4202560 31 30272 0 0 0 0 31626 40 18 0 9 0 867115301 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=17979] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/17979/stat : 17979 (python) S 17915 17917 17860 0 -1 4202560 32 30272 0 0 0 0 31626 40 18 0 9 0 867125355 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=17997] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/17997/stat : 17997 (python) S 17915 17917 17860 0 -1 4202560 34 30272 0 0 0 0 31626 40 18 0 9 0 867135409 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18120] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18120/stat : 18120 (python) S 17915 17917 17860 0 -1 4202560 28 30272 0 0 0 0 31626 40 20 0 9 0 867159869 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18139] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18139/stat : 18139 (python) S 17915 17917 17860 0 -1 4202560 25 30272 0 0 0 0 31626 40 20 0 9 0 867171276 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18216] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18216/stat : 18216 (python) S 17915 17917 17860 0 -1 4202560 25 30272 0 0 0 0 31626 40 20 0 9 0 867190940 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18230] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18230/stat : 18230 (python) S 17915 17917 17860 0 -1 4202560 28 30272 0 0 0 0 31626 40 20 0 9 0 867196416 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 4 0 0 0
[pid=17917/tid=18258] ppid=17915 vsize=396916 CPUtime=316.66 cores=4,6
/proc/17917/task/18258/stat : 18258 (python) S 17915 17917 17860 0 -1 4202560 27 30272 0 0 0 0 31626 40 20 0 9 0 867216082 406441984 16195 33554432000 4194304 5683644 140734507948288 18446744073709551615 254273440177 0 0 16781312 2 18446604453968142784 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1147.18
Current children cumulated vsize (KiB) 3758684

[startup+1147.6 s]
/proc/loadavg: 4.22 4.00 2.86 6/216 18410
/proc/meminfo: memFree=30993396/32951124 swapFree=67057920/67111528
[pid=17917] ppid=17915 vsize=0 CPUtime=1147.4 cores=4,6
/proc/17917/stat : 17917 (python) Z 17915 17917 17860 0 -1 4202524 38765 77147 1 0 818 13 113802 107 17 0 1 0 867114455 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17917/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1147.4
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1147.61
CPU time (s): 1147.42
CPU user time (s): 1146.21
CPU system time (s): 1.21081
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 3758688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1146.21
system time used= 1.21081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115912
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= 6065
involuntary context switches= 4297

runsolver used 2.29165 second user time and 4.93025 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-11 01:03:11
IDJOB=3484030
IDBENCH=82541
IDSOLVER=1975
FILE ID=node140/3484030-1307746991
RUNJOBID= node140-1307746989-17879
PBS_JOBID= 13550820
Free space on /tmp= 73772 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S1368340883-085-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484030-1307746991/watcher-3484030-1307746991 -o /tmp/evaluation-result-3484030-1307746991/solver-3484030-1307746991 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484030-1307746991.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= c6eeff67aa308a86267a5f4d04512b40
RANDOM SEED=1487758871

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31354296 kB
Buffers:        258336 kB
Cached:        1091672 kB
SwapCached:       7060 kB
Active:         688604 kB
Inactive:       704716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31354296 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:          102272 kB
Writeback:           0 kB
AnonPages:       42124 kB
Mapped:          17708 kB
Slab:           136588 kB
PageTables:       6036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   238800 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= 73548 MiB
End job on node140 at 2011-06-11 01:22:19