Trace number 3385669

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-par-random (fixed)SAT 11.4083 2.74574

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S153059456-076.SATISFIABLE.cnf
MD5SUMa07a8125427a6bd5de5db67d31fcc46b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.071988
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.33/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.45	c INFO: solving HOME/instance-3385669-1305572049.cnf
0.33/0.45	c INFO: computing task features
0.41/0.50	c INFO: computed variable-clause graph statistics
0.41/0.50	c INFO: computed clause balance statistics
0.61/0.75	c INFO: computed variable balance statistics
0.71/0.86	c INFO: computed small-clause counts
0.71/0.86	c INFO: computed Horn-clause counts
0.71/0.87	c INFO: computed variable graph statistics
0.71/0.87	c INFO: collected features for HOME/instance-3385669-1305572049.cnf in 0.42 s
0.71/0.89	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.48)
0.82/0.92	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.10)
0.82/0.95	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.06)
0.82/0.98	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.91/1.01	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
0.91/1.04	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.03)
0.91/1.08	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.02)
0.91/1.11	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.02)
11.19/2.72	s SATISFIABLE
11.19/2.72	v -1 2 -3 -4 5 -6 -7 8 -9 -10 -11 -12 13 14 15 -16 -17 18 19 -20 -21 22 23 24 25 26 -27 28 -29 -30 31 32 33 34 35 -36 37 -38 -39 -40 41 42 43 44 45 46 47 -48 -49 50 -51 52 53 54 -55 -56 57 58 59 60 -61 -62 63 64 -65 66 67 68 69 70 -71 72 -73 -74 -75 76 -77 -78 79 80 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385669-1305572049/watcher-3385669-1305572049 -o /tmp/evaluation-result-3385669-1305572049/solver-3385669-1305572049 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385669-1305572049.cnf -seed 1214991014 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.01 9.21 9.16 3/490 22644
/proc/meminfo: memFree=24306584/32951124 swapFree=60609076/67111528
[pid=22644] ppid=22642 vsize=16248 CPUtime=0 cores=0-7
/proc/22644/stat : 22644 (python) R 22642 22644 21743 0 -1 4202496 1062 0 0 0 0 0 0 0 25 0 1 0 668805858 16637952 935 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613110528 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22644/statm: 4062 935 381 364 0 549 0

[startup+0.117286 s]
/proc/loadavg: 9.01 9.21 9.16 3/490 22644
/proc/meminfo: memFree=24306584/32951124 swapFree=60609076/67111528
[pid=22644] ppid=22642 vsize=113216 CPUtime=0.08 cores=0-7
/proc/22644/stat : 22644 (python) R 22642 22644 21743 0 -1 4202496 3542 0 0 0 6 2 0 0 17 0 1 0 668805858 115933184 3189 33554432000 4194304 5683644 140735688636096 18446744073709551615 270612771525 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22644/statm: 28304 3191 885 364 0 2326 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 113216

[startup+0.200231 s]
/proc/loadavg: 9.01 9.21 9.16 3/490 22644
/proc/meminfo: memFree=24306584/32951124 swapFree=60609076/67111528
[pid=22644] ppid=22642 vsize=131300 CPUtime=0.15 cores=0-7
/proc/22644/stat : 22644 (python) R 22642 22644 21743 0 -1 4202496 5701 934 1 0 12 3 0 0 18 0 1 0 668805858 134451200 4099 33554432000 4194304 5683644 140735688636096 18446744073709551615 4522592 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22644/statm: 32825 4099 1015 364 0 3086 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131300

[startup+0.300262 s]
/proc/loadavg: 9.01 9.21 9.16 3/490 22644
/proc/meminfo: memFree=24306584/32951124 swapFree=60609076/67111528
[pid=22644] ppid=22642 vsize=198920 CPUtime=0.24 cores=0-7
/proc/22644/stat : 22644 (python) R 22642 22644 21743 0 -1 4202496 7018 934 1 0 18 6 0 0 17 0 1 0 668805858 203694080 5053 33554432000 4194304 5683644 140735688636096 18446744073709551615 47870486644032 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22644/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700142 s]
/proc/loadavg: 9.01 9.21 9.16 3/490 22644
/proc/meminfo: memFree=24306584/32951124 swapFree=60609076/67111528
[pid=22644] ppid=22642 vsize=279944 CPUtime=0.61 cores=0-7
/proc/22644/stat : 22644 (python) R 22642 22644 21743 0 -1 4202496 10125 934 1 0 53 8 0 0 17 0 1 0 668805858 286662656 7384 33554432000 4194304 5683644 140735688636096 18446744073709551615 270612759468 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22644/statm: 69986 7384 1826 364 0 5910 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279944

[startup+1.50097 s]
/proc/loadavg: 9.01 9.21 9.16 11/511 22669
/proc/meminfo: memFree=24252096/32951124 swapFree=60609076/67111528
[pid=22644] ppid=22642 vsize=426852 CPUtime=1.02 cores=0-7
/proc/22644/stat : 22644 (python) S 22642 22644 21743 0 -1 4202496 16186 934 1 0 92 10 0 0 25 0 9 0 668805858 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22644/statm: 106713 7449 1891 364 0 42610 0
[pid=22650] ppid=22644 vsize=278800 CPUtime=0 cores=0-7
/proc/22650/stat : 22650 (python) S 22644 22644 21743 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 668805948 285491200 5638 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130767 0 0 16781312 514 13518601020917153791 0 0 17 7 0 0 0
/proc/22650/statm: 69700 5638 354 364 0 5618 0
[pid=22652] ppid=22650 vsize=1018084 CPUtime=0.47 cores=0-7
/proc/22652/stat : 22652 (gnovelty+2) R 22650 22652 22652 0 -1 4202496 553 0 0 0 47 0 0 0 21 0 1 0 668805948 1042518016 286 33554432000 134512640 135663704 4294217840 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22652/statm: 254521 286 113 282 0 254237 0
[pid=22653] ppid=22644 vsize=289400 CPUtime=0 cores=0-7
/proc/22653/stat : 22653 (python) S 22644 22644 21743 0 -1 4202560 736 0 0 0 0 0 0 0 20 0 1 0 668805950 296345600 5707 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 17222561025778253823 0 0 17 4 0 0 0
/proc/22653/statm: 72350 5707 348 364 0 8265 0
[pid=22655] ppid=22653 vsize=1018084 CPUtime=0.41 cores=0-7
/proc/22655/stat : 22655 (gnovelty+2) R 22653 22655 22655 0 -1 4202496 556 0 0 0 41 0 0 0 23 0 1 0 668805951 1042518016 287 33554432000 134512640 135663704 4287872032 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22655/statm: 254521 287 113 282 0 254237 0
[pid=22656] ppid=22644 vsize=299184 CPUtime=0 cores=0-7
/proc/22656/stat : 22656 (python) S 22644 22644 21743 0 -1 4202560 721 0 0 0 0 0 0 0 19 0 1 0 668805953 306364416 5604 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 17222564874068951039 0 0 17 1 0 0 0
/proc/22656/statm: 74796 5604 344 364 0 10708 0
[pid=22658] ppid=22656 vsize=416916 CPUtime=0.53 cores=0-7
/proc/22658/stat : 22658 (adaptg2wsat2009) R 22656 22658 22658 0 -1 4202496 646 0 0 0 53 0 0 0 22 0 1 0 668805954 426921984 380 33554432000 134512640 135107411 4288782640 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22658/statm: 104229 380 49 146 0 103105 0
[pid=22659] ppid=22644 vsize=310048 CPUtime=0 cores=0-7
/proc/22659/stat : 22659 (python) S 22644 22644 21743 0 -1 4202560 728 0 0 0 0 0 0 0 20 0 1 0 668805956 317489152 5728 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 3184471826235391999 0 0 17 1 0 0 0
/proc/22659/statm: 77512 5728 344 364 0 13421 0
[pid=22661] ppid=22659 vsize=416916 CPUtime=0.48 cores=0-7
/proc/22661/stat : 22661 (adaptg2wsat2009) R 22659 22661 22661 0 -1 4202496 646 0 0 0 48 0 0 0 23 0 1 0 668805957 426921984 379 33554432000 134512640 135107411 4294633872 18446744073709551615 134523215 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22661/statm: 104229 379 49 146 0 103105 0
[pid=22662] ppid=22644 vsize=385840 CPUtime=0 cores=0-7
/proc/22662/stat : 22662 (python) S 22644 22644 21743 0 -1 4202560 707 0 0 0 0 0 0 0 19 0 1 0 668805959 395100160 5905 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 15190625054741233663 0 0 17 1 0 0 0
/proc/22662/statm: 96460 5905 344 364 0 32366 0
[pid=22664] ppid=22662 vsize=416916 CPUtime=0.46 cores=0-7
/proc/22664/stat : 22664 (adaptg2wsat2009) R 22662 22664 22664 0 -1 4202496 638 0 0 0 46 0 0 0 22 0 1 0 668805961 426921984 379 33554432000 134512640 135107411 4293593168 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22664/statm: 104229 379 49 146 0 103105 0
[pid=22665] ppid=22644 vsize=396096 CPUtime=0 cores=0-7
/proc/22665/stat : 22665 (python) S 22644 22644 21743 0 -1 4202560 727 0 0 0 0 0 0 0 19 0 1 0 668805962 405602304 5876 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 4641330780352544767 0 0 17 2 0 0 0
/proc/22665/statm: 99024 5876 348 364 0 34927 0
[pid=22667] ppid=22665 vsize=1018084 CPUtime=0.12 cores=0-7
/proc/22667/stat : 22667 (gnovelty+2) R 22665 22667 22667 0 -1 4202496 543 0 0 0 12 0 0 0 22 0 1 0 668805965 1042518016 286 33554432000 134512640 135663704 4290263760 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22667/statm: 254521 286 113 282 0 254237 0
[pid=22668] ppid=22644 vsize=406352 CPUtime=0 cores=0-7
/proc/22668/stat : 22668 (python) S 22644 22644 21743 0 -1 4202560 718 0 0 0 0 0 0 0 22 0 1 0 668805966 416104448 5877 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 848581363257835519 0 0 17 2 0 0 0
/proc/22668/statm: 101588 5877 344 364 0 37488 0
[pid=22644/tid=22651] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22651/stat : 22651 (python) S 22642 22644 21743 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 668805948 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22654/stat : 22654 (python) S 22642 22644 21743 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 9 0 668805951 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 4 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22657/stat : 22657 (python) S 22642 22644 21743 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 668805954 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 4 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22660/stat : 22660 (python) S 22642 22644 21743 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 668805957 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 7 0 0 0
[pid=22644/tid=22663] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22663/stat : 22663 (python) S 22642 22644 21743 0 -1 4202560 80 934 0 0 0 0 0 0 19 0 9 0 668805960 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 1 0 0 0
[pid=22644/tid=22666] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22666/stat : 22666 (python) S 22642 22644 21743 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 9 0 668805963 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22669] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22669/stat : 22669 (python) S 22642 22644 21743 0 -1 4202560 35 934 0 0 0 0 0 0 23 0 9 0 668805966 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22672] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22672/stat : 22672 (python) S 22642 22644 21743 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 668805969 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 7097572

Solver just ended. Dumping a history of the last processes samples

[startup+1.60195 s]
/proc/loadavg: 9.01 9.21 9.16 11/511 22669
/proc/meminfo: memFree=24252096/32951124 swapFree=60609076/67111528
[pid=22644] ppid=22642 vsize=426852 CPUtime=1.02 cores=0-7
/proc/22644/stat : 22644 (python) S 22642 22644 21743 0 -1 4202496 16186 934 1 0 92 10 0 0 25 0 9 0 668805858 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22644/statm: 106713 7449 1891 364 0 42610 0
[pid=22650] ppid=22644 vsize=278800 CPUtime=0 cores=0-7
/proc/22650/stat : 22650 (python) S 22644 22644 21743 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 668805948 285491200 5638 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130767 0 0 16781312 514 13518601020917153791 0 0 17 7 0 0 0
/proc/22650/statm: 69700 5638 354 364 0 5618 0
[pid=22652] ppid=22650 vsize=1018084 CPUtime=0.5 cores=0-7
/proc/22652/stat : 22652 (gnovelty+2) R 22650 22652 22652 0 -1 4202496 553 0 0 0 50 0 0 0 22 0 1 0 668805948 1042518016 286 33554432000 134512640 135663704 4294217840 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22652/statm: 254521 286 113 282 0 254237 0
[pid=22653] ppid=22644 vsize=289400 CPUtime=0 cores=0-7
/proc/22653/stat : 22653 (python) S 22644 22644 21743 0 -1 4202560 736 0 0 0 0 0 0 0 20 0 1 0 668805950 296345600 5707 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 17222561025778253823 0 0 17 4 0 0 0
/proc/22653/statm: 72350 5707 348 364 0 8265 0
[pid=22655] ppid=22653 vsize=1018084 CPUtime=0.44 cores=0-7
/proc/22655/stat : 22655 (gnovelty+2) R 22653 22655 22655 0 -1 4202496 556 0 0 0 44 0 0 0 23 0 1 0 668805951 1042518016 287 33554432000 134512640 135663704 4287872032 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22655/statm: 254521 287 113 282 0 254237 0
[pid=22656] ppid=22644 vsize=299184 CPUtime=0 cores=0-7
/proc/22656/stat : 22656 (python) S 22644 22644 21743 0 -1 4202560 721 0 0 0 0 0 0 0 19 0 1 0 668805953 306364416 5604 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 17222564874068951039 0 0 17 1 0 0 0
/proc/22656/statm: 74796 5604 344 364 0 10708 0
[pid=22658] ppid=22656 vsize=416916 CPUtime=0.63 cores=0-7
/proc/22658/stat : 22658 (adaptg2wsat2009) R 22656 22658 22658 0 -1 4202496 646 0 0 0 63 0 0 0 22 0 1 0 668805954 426921984 380 33554432000 134512640 135107411 4288782640 18446744073709551615 134523455 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22658/statm: 104229 380 49 146 0 103105 0
[pid=22659] ppid=22644 vsize=310048 CPUtime=0 cores=0-7
/proc/22659/stat : 22659 (python) S 22644 22644 21743 0 -1 4202560 728 0 0 0 0 0 0 0 20 0 1 0 668805956 317489152 5728 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 3184471826235391999 0 0 17 1 0 0 0
/proc/22659/statm: 77512 5728 344 364 0 13421 0
[pid=22661] ppid=22659 vsize=416916 CPUtime=0.58 cores=0-7
/proc/22661/stat : 22661 (adaptg2wsat2009) R 22659 22661 22661 0 -1 4202496 646 0 0 0 58 0 0 0 23 0 1 0 668805957 426921984 379 33554432000 134512640 135107411 4294633872 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22661/statm: 104229 379 49 146 0 103105 0
[pid=22662] ppid=22644 vsize=385840 CPUtime=0 cores=0-7
/proc/22662/stat : 22662 (python) S 22644 22644 21743 0 -1 4202560 707 0 0 0 0 0 0 0 19 0 1 0 668805959 395100160 5905 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 15190625054741233663 0 0 17 1 0 0 0
/proc/22662/statm: 96460 5905 344 364 0 32366 0
[pid=22664] ppid=22662 vsize=416916 CPUtime=0.56 cores=0-7
/proc/22664/stat : 22664 (adaptg2wsat2009) R 22662 22664 22664 0 -1 4202496 638 0 0 0 56 0 0 0 22 0 1 0 668805961 426921984 379 33554432000 134512640 135107411 4293593168 18446744073709551615 134523285 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22664/statm: 104229 379 49 146 0 103105 0
[pid=22665] ppid=22644 vsize=396096 CPUtime=0 cores=0-7
/proc/22665/stat : 22665 (python) S 22644 22644 21743 0 -1 4202560 727 0 0 0 0 0 0 0 19 0 1 0 668805962 405602304 5876 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 4641330780352544767 0 0 17 2 0 0 0
/proc/22665/statm: 99024 5876 348 364 0 34927 0
[pid=22667] ppid=22665 vsize=1018084 CPUtime=0.19 cores=0-7
/proc/22667/stat : 22667 (gnovelty+2) R 22665 22667 22667 0 -1 4202496 543 0 0 0 19 0 0 0 22 0 1 0 668805965 1042518016 286 33554432000 134512640 135663704 4290263760 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22667/statm: 254521 286 113 282 0 254237 0
[pid=22668] ppid=22644 vsize=406352 CPUtime=0 cores=0-7
/proc/22668/stat : 22668 (python) S 22644 22644 21743 0 -1 4202560 718 0 0 0 0 0 0 0 22 0 1 0 668805966 416104448 5877 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 848581363257835519 0 0 17 2 0 0 0
/proc/22668/statm: 101588 5877 344 364 0 37488 0
[pid=22644/tid=22651] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22651/stat : 22651 (python) S 22642 22644 21743 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 668805948 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22654/stat : 22654 (python) S 22642 22644 21743 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 9 0 668805951 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 4 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22657/stat : 22657 (python) S 22642 22644 21743 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 668805954 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 4 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22660/stat : 22660 (python) S 22642 22644 21743 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 668805957 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 7 0 0 0
[pid=22644/tid=22663] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22663/stat : 22663 (python) S 22642 22644 21743 0 -1 4202560 80 934 0 0 0 0 0 0 19 0 9 0 668805960 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 1 0 0 0
[pid=22644/tid=22666] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22666/stat : 22666 (python) S 22642 22644 21743 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 9 0 668805963 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22669] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22669/stat : 22669 (python) S 22642 22644 21743 0 -1 4202560 35 934 0 0 0 0 0 0 23 0 9 0 668805966 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22672] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22672/stat : 22672 (python) S 22642 22644 21743 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 668805969 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 7097572

[startup+2.40181 s]
/proc/loadavg: 9.25 9.26 9.17 11/515 22673
/proc/meminfo: memFree=24243756/32951124 swapFree=60609076/67111528
[pid=22644] ppid=22642 vsize=426852 CPUtime=1.02 cores=0-7
/proc/22644/stat : 22644 (python) S 22642 22644 21743 0 -1 4202496 16186 934 1 0 92 10 0 0 25 0 9 0 668805858 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22644/statm: 106713 7449 1891 364 0 42610 0

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

[pid=22671] ppid=22644 vsize=416608 CPUtime=0 cores=0-7
/proc/22671/stat : 22671 (python) S 22644 22644 21743 0 -1 4202560 766 0 0 0 0 0 0 0 18 0 1 0 668805969 426606592 5908 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 14522474103652220927 0 0 17 2 0 0 0
/proc/22671/statm: 104152 5908 354 364 0 40049 0
[pid=22673] ppid=22671 vsize=416916 CPUtime=0.62 cores=0-7
/proc/22673/stat : 22673 (adaptg2wsat2009) R 22671 22673 22673 0 -1 4202496 645 0 0 0 62 0 0 0 25 0 1 0 668805969 426921984 379 33554432000 134512640 135107411 4294179232 18446744073709551615 134523514 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22673/statm: 104229 379 49 146 0 103105 0
[pid=22644/tid=22651] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22651/stat : 22651 (python) S 22642 22644 21743 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 668805948 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22654/stat : 22654 (python) S 22642 22644 21743 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 9 0 668805951 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 4 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22657/stat : 22657 (python) S 22642 22644 21743 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 668805954 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 4 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22660/stat : 22660 (python) S 22642 22644 21743 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 668805957 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 7 0 0 0
[pid=22644/tid=22663] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22663/stat : 22663 (python) S 22642 22644 21743 0 -1 4202560 80 934 0 0 0 0 0 0 19 0 9 0 668805960 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 1 0 0 0
[pid=22644/tid=22666] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22666/stat : 22666 (python) S 22642 22644 21743 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 9 0 668805963 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22669] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22669/stat : 22669 (python) S 22642 22644 21743 0 -1 4202560 35 934 0 0 0 0 0 0 23 0 9 0 668805966 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22672] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22672/stat : 22672 (python) S 22642 22644 21743 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 668805969 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 8177096

[startup+2.60177 s]
/proc/loadavg: 9.25 9.26 9.17 11/515 22673
/proc/meminfo: memFree=24243756/32951124 swapFree=60609076/67111528
[pid=22644] ppid=22642 vsize=426852 CPUtime=1.02 cores=0-7
/proc/22644/stat : 22644 (python) S 22642 22644 21743 0 -1 4202496 16186 934 1 0 92 10 0 0 25 0 9 0 668805858 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22644/statm: 106713 7449 1891 364 0 42610 0
[pid=22650] ppid=22644 vsize=278800 CPUtime=0 cores=0-7
/proc/22650/stat : 22650 (python) S 22644 22644 21743 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 668805948 285491200 5638 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130767 0 0 16781312 514 13518601020917121281 0 0 17 7 0 0 0
/proc/22650/statm: 69700 5638 354 364 0 5618 0
[pid=22652] ppid=22650 vsize=1018084 CPUtime=1 cores=0-7
/proc/22652/stat : 22652 (gnovelty+2) R 22650 22652 22652 0 -1 4202496 553 0 0 0 100 0 0 0 24 0 1 0 668805948 1042518016 286 33554432000 134512640 135663704 4294217840 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22652/statm: 254521 286 113 282 0 254237 0
[pid=22653] ppid=22644 vsize=289400 CPUtime=0 cores=0-7
/proc/22653/stat : 22653 (python) S 22644 22644 21743 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 668805950 296345600 5707 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 17222561025778221313 0 0 17 4 0 0 0
/proc/22653/statm: 72350 5707 348 364 0 8265 0
[pid=22655] ppid=22653 vsize=1018084 CPUtime=1.41 cores=0-7
/proc/22655/stat : 22655 (gnovelty+2) R 22653 22655 22655 0 -1 4202496 556 0 0 0 141 0 0 0 25 0 1 0 668805951 1042518016 287 33554432000 134512640 135663704 4287872032 18446744073709551615 134525444 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22655/statm: 254521 287 113 282 0 254237 0
[pid=22656] ppid=22644 vsize=299184 CPUtime=0 cores=0-7
/proc/22656/stat : 22656 (python) S 22644 22644 21743 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668805953 306364416 5608 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 17222564874068951039 0 0 17 1 0 0 0
/proc/22656/statm: 74796 5608 348 364 0 10708 0
[pid=22658] ppid=22656 vsize=417056 CPUtime=1.63 cores=0-7
/proc/22658/stat : 22658 (adaptg2wsat2009) R 22656 22658 22658 0 -1 4202496 716 0 0 0 163 0 0 0 25 0 1 0 668805954 427065344 450 33554432000 134512640 135107411 4288782640 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22658/statm: 104264 450 59 146 0 103140 0
[pid=22659] ppid=22644 vsize=310048 CPUtime=0 cores=0-7
/proc/22659/stat : 22659 (python) S 22644 22644 21743 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 668805956 317489152 5732 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 3184471826235391999 0 0 17 1 0 0 0
/proc/22659/statm: 77512 5732 348 364 0 13421 0
[pid=22661] ppid=22659 vsize=417056 CPUtime=1.56 cores=0-7
/proc/22661/stat : 22661 (adaptg2wsat2009) R 22659 22661 22661 0 -1 4202496 717 0 0 0 156 0 0 0 25 0 1 0 668805957 427065344 450 33554432000 134512640 135107411 4294633872 18446744073709551615 134532326 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22661/statm: 104264 450 59 146 0 103140 0
[pid=22662] ppid=22644 vsize=385840 CPUtime=0 cores=0-7
/proc/22662/stat : 22662 (python) S 22644 22644 21743 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 668805959 395100160 5909 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 15190625054741233663 0 0 17 1 0 0 0
/proc/22662/statm: 96460 5909 348 364 0 32366 0
[pid=22664] ppid=22662 vsize=417056 CPUtime=1.56 cores=0-7
/proc/22664/stat : 22664 (adaptg2wsat2009) R 22662 22664 22664 0 -1 4202496 710 0 0 0 156 0 0 0 25 0 1 0 668805961 427065344 451 33554432000 134512640 135107411 4293593168 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22664/statm: 104264 451 59 146 0 103140 0
[pid=22665] ppid=22644 vsize=396096 CPUtime=0 cores=0-7
/proc/22665/stat : 22665 (python) S 22644 22644 21743 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 668805962 405602304 5876 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 4641330780352512257 0 0 17 2 0 0 0
/proc/22665/statm: 99024 5876 348 364 0 34927 0
[pid=22667] ppid=22665 vsize=1018084 CPUtime=0.69 cores=0-7
/proc/22667/stat : 22667 (gnovelty+2) R 22665 22667 22667 0 -1 4202496 543 0 0 0 69 0 0 0 24 0 1 0 668805965 1042518016 286 33554432000 134512640 135663704 4290263760 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22667/statm: 254521 286 113 282 0 254237 0
[pid=22668] ppid=22644 vsize=406352 CPUtime=0 cores=0-7
/proc/22668/stat : 22668 (python) S 22644 22644 21743 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 668805966 416104448 5881 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 848581363257835519 0 0 17 2 0 0 0
/proc/22668/statm: 101588 5881 348 364 0 37488 0
[pid=22670] ppid=22668 vsize=245580 CPUtime=1 cores=0-7
/proc/22670/stat : 22670 (FH) R 22668 22670 22670 0 -1 4202496 581 0 0 0 100 0 0 0 25 0 1 0 668805968 251473920 321 33554432000 134512640 134936988 4293324752 18446744073709551615 134523683 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22670/statm: 61395 321 37 104 0 60899 0
[pid=22671] ppid=22644 vsize=416608 CPUtime=0 cores=0-7
/proc/22671/stat : 22671 (python) S 22644 22644 21743 0 -1 4202560 766 0 0 0 0 0 0 0 18 0 1 0 668805969 426606592 5908 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 14522474103652220927 0 0 17 2 0 0 0
/proc/22671/statm: 104152 5908 354 364 0 40049 0
[pid=22673] ppid=22671 vsize=416916 CPUtime=0.72 cores=0-7
/proc/22673/stat : 22673 (adaptg2wsat2009) R 22671 22673 22673 0 -1 4202496 645 0 0 0 72 0 0 0 25 0 1 0 668805969 426921984 379 33554432000 134512640 135107411 4294179232 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22673/statm: 104229 379 49 146 0 103105 0
[pid=22644/tid=22651] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22651/stat : 22651 (python) S 22642 22644 21743 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 668805948 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22654/stat : 22654 (python) S 22642 22644 21743 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 9 0 668805951 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 4 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22657/stat : 22657 (python) S 22642 22644 21743 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 668805954 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 4 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22660/stat : 22660 (python) S 22642 22644 21743 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 668805957 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 7 0 0 0
[pid=22644/tid=22663] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22663/stat : 22663 (python) S 22642 22644 21743 0 -1 4202560 80 934 0 0 0 0 0 0 19 0 9 0 668805960 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 1 0 0 0
[pid=22644/tid=22666] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22666/stat : 22666 (python) S 22642 22644 21743 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 9 0 668805963 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22669] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22669/stat : 22669 (python) S 22642 22644 21743 0 -1 4202560 35 934 0 0 0 0 0 0 23 0 9 0 668805966 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22672] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22672/stat : 22672 (python) S 22642 22644 21743 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 668805969 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 8177096

[startup+2.70175 s]
/proc/loadavg: 9.25 9.26 9.17 11/515 22673
/proc/meminfo: memFree=24243756/32951124 swapFree=60609076/67111528
[pid=22644] ppid=22642 vsize=426852 CPUtime=1.02 cores=0-7
/proc/22644/stat : 22644 (python) S 22642 22644 21743 0 -1 4202496 16186 934 1 0 92 10 0 0 25 0 9 0 668805858 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22644/statm: 106713 7449 1891 364 0 42610 0
[pid=22650] ppid=22644 vsize=278800 CPUtime=0 cores=0-7
/proc/22650/stat : 22650 (python) S 22644 22644 21743 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 668805948 285491200 5638 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130767 0 0 16781312 514 13518601020917121281 0 0 17 7 0 0 0
/proc/22650/statm: 69700 5638 354 364 0 5618 0
[pid=22652] ppid=22650 vsize=1018084 CPUtime=1.07 cores=0-7
/proc/22652/stat : 22652 (gnovelty+2) R 22650 22652 22652 0 -1 4202496 553 0 0 0 107 0 0 0 24 0 1 0 668805948 1042518016 286 33554432000 134512640 135663704 4294217840 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22652/statm: 254521 286 113 282 0 254237 0
[pid=22653] ppid=22644 vsize=289400 CPUtime=0 cores=0-7
/proc/22653/stat : 22653 (python) S 22644 22644 21743 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 668805950 296345600 5707 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 17222561025778221313 0 0 17 4 0 0 0
/proc/22653/statm: 72350 5707 348 364 0 8265 0
[pid=22655] ppid=22653 vsize=1018084 CPUtime=1.51 cores=0-7
/proc/22655/stat : 22655 (gnovelty+2) R 22653 22655 22655 0 -1 4202496 556 0 0 0 151 0 0 0 25 0 1 0 668805951 1042518016 287 33554432000 134512640 135663704 4287872032 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22655/statm: 254521 287 113 282 0 254237 0
[pid=22656] ppid=22644 vsize=299184 CPUtime=0 cores=0-7
/proc/22656/stat : 22656 (python) S 22644 22644 21743 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668805953 306364416 5608 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 17222564874068951039 0 0 17 1 0 0 0
/proc/22656/statm: 74796 5608 348 364 0 10708 0
[pid=22658] ppid=22656 vsize=417056 CPUtime=1.73 cores=0-7
/proc/22658/stat : 22658 (adaptg2wsat2009) R 22656 22658 22658 0 -1 4202496 716 0 0 0 173 0 0 0 25 0 1 0 668805954 427065344 450 33554432000 134512640 135107411 4288782640 18446744073709551615 134531707 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22658/statm: 104264 450 59 146 0 103140 0
[pid=22659] ppid=22644 vsize=310048 CPUtime=0 cores=0-7
/proc/22659/stat : 22659 (python) S 22644 22644 21743 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 668805956 317489152 5732 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 3184471826235391999 0 0 17 1 0 0 0
/proc/22659/statm: 77512 5732 348 364 0 13421 0
[pid=22661] ppid=22659 vsize=417056 CPUtime=1.66 cores=0-7
/proc/22661/stat : 22661 (adaptg2wsat2009) R 22659 22661 22661 0 -1 4202496 717 0 0 0 166 0 0 0 25 0 1 0 668805957 427065344 450 33554432000 134512640 135107411 4294633872 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22661/statm: 104264 450 59 146 0 103140 0
[pid=22662] ppid=22644 vsize=385840 CPUtime=0 cores=0-7
/proc/22662/stat : 22662 (python) S 22644 22644 21743 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 668805959 395100160 5909 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 15190625054741233663 0 0 17 1 0 0 0
/proc/22662/statm: 96460 5909 348 364 0 32366 0
[pid=22664] ppid=22662 vsize=417056 CPUtime=1.66 cores=0-7
/proc/22664/stat : 22664 (adaptg2wsat2009) R 22662 22664 22664 0 -1 4202496 710 0 0 0 166 0 0 0 25 0 1 0 668805961 427065344 451 33554432000 134512640 135107411 4293593168 18446744073709551615 134532384 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22664/statm: 104264 451 59 146 0 103140 0
[pid=22665] ppid=22644 vsize=396096 CPUtime=0 cores=0-7
/proc/22665/stat : 22665 (python) S 22644 22644 21743 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 668805962 405602304 5876 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 4641330780352512257 0 0 17 2 0 0 0
/proc/22665/statm: 99024 5876 348 364 0 34927 0
[pid=22667] ppid=22665 vsize=1018084 CPUtime=0.72 cores=0-7
/proc/22667/stat : 22667 (gnovelty+2) R 22665 22667 22667 0 -1 4202496 543 0 0 0 72 0 0 0 25 0 1 0 668805965 1042518016 286 33554432000 134512640 135663704 4290263760 18446744073709551615 134525345 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22667/statm: 254521 286 113 282 0 254237 0
[pid=22668] ppid=22644 vsize=406352 CPUtime=0 cores=0-7
/proc/22668/stat : 22668 (python) S 22644 22644 21743 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 668805966 416104448 5881 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 848581363257835519 0 0 17 2 0 0 0
/proc/22668/statm: 101588 5881 348 364 0 37488 0
[pid=22670] ppid=22668 vsize=245580 CPUtime=1.02 cores=0-7
/proc/22670/stat : 22670 (FH) R 22668 22670 22670 0 -1 4202496 581 0 0 0 102 0 0 0 25 0 1 0 668805968 251473920 321 33554432000 134512640 134936988 4293324752 18446744073709551615 134523436 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22670/statm: 61395 321 37 104 0 60899 0
[pid=22671] ppid=22644 vsize=416608 CPUtime=0 cores=0-7
/proc/22671/stat : 22671 (python) S 22644 22644 21743 0 -1 4202560 766 0 0 0 0 0 0 0 18 0 1 0 668805969 426606592 5908 33554432000 4194304 5683644 140735688636096 18446744073709551615 270613130822 0 0 16781312 514 14522474103652220927 0 0 17 2 0 0 0
/proc/22671/statm: 104152 5908 354 364 0 40049 0
[pid=22673] ppid=22671 vsize=416916 CPUtime=0.8 cores=0-7
/proc/22673/stat : 22673 (adaptg2wsat2009) R 22671 22673 22673 0 -1 4202496 645 0 0 0 80 0 0 0 25 0 1 0 668805969 426921984 379 33554432000 134512640 135107411 4294179232 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22673/statm: 104229 379 49 146 0 103105 0
[pid=22644/tid=22651] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22651/stat : 22651 (python) S 22642 22644 21743 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 668805948 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22654] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22654/stat : 22654 (python) S 22642 22644 21743 0 -1 4202560 23 934 0 0 0 0 0 0 21 0 9 0 668805951 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 4 0 0 0
[pid=22644/tid=22657] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22657/stat : 22657 (python) S 22642 22644 21743 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 668805954 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 4 0 0 0
[pid=22644/tid=22660] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22660/stat : 22660 (python) S 22642 22644 21743 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 668805957 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 7 0 0 0
[pid=22644/tid=22663] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22663/stat : 22663 (python) S 22642 22644 21743 0 -1 4202560 80 934 0 0 0 0 0 0 19 0 9 0 668805960 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 1 0 0 0
[pid=22644/tid=22666] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22666/stat : 22666 (python) S 22642 22644 21743 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 9 0 668805963 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22669] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22669/stat : 22669 (python) S 22642 22644 21743 0 -1 4202560 35 934 0 0 0 0 0 0 23 0 9 0 668805966 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
[pid=22644/tid=22672] ppid=22642 vsize=426852 CPUtime=0 cores=0-7
/proc/22644/task/22672/stat : 22672 (python) S 22642 22644 21743 0 -1 4202560 35 934 0 0 0 0 0 0 25 0 9 0 668805969 437096448 7449 33554432000 4194304 5683644 140735688636096 18446744073709551615 270624934321 0 0 16781312 2 18446604445245106880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (KiB) 8177096

Child status: 0
Real time (s): 2.74574
CPU time (s): 11.4083
CPU user time (s): 11.2503
CPU system time (s): 0.157975
CPU usage (%): 415.49
Max. virtual memory (cumulated for all children) (KiB): 8177096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2503
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33205
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= 1211
involuntary context switches= 165

runsolver used 0.014997 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-16 20:54:09
IDJOB=3385669
IDBENCH=82934
IDSOLVER=1870
FILE ID=node108/3385669-1305572049
RUNJOBID= node108-1305564966-21757
PBS_JOBID= 13350142
Free space on /tmp= 73456 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S153059456-076.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385669-1305572049/watcher-3385669-1305572049 -o /tmp/evaluation-result-3385669-1305572049/solver-3385669-1305572049 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385669-1305572049.cnf -seed 1214991014 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a07a8125427a6bd5de5db67d31fcc46b
RANDOM SEED=1214991014

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24306988 kB
Buffers:         62440 kB
Cached:         722824 kB
SwapCached:      25764 kB
Active:        1104844 kB
Inactive:      7316448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24306988 kB
SwapTotal:    67111528 kB
SwapFree:     60609076 kB
Dirty:           33084 kB
Writeback:           0 kB
AnonPages:     7620296 kB
Mapped:          28744 kB
Slab:            83484 kB
PageTables:      65352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134636536 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= 73424 MiB
End job on node108 at 2011-05-16 20:54:12