Trace number 3377723

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 701.1 700.779

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S741717046-057.UNKNOWN.cnf
MD5SUM1f00de1fd8adbfbf4cc573ef44af531f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.39/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.50	c INFO: solving HOME/instance-3377723-1305457370.cnf
0.39/0.50	c INFO: computing task features
0.39/0.52	c INFO: computed variable-clause graph statistics
0.39/0.52	c INFO: computed clause balance statistics
0.69/0.80	c INFO: computed variable balance statistics
0.79/0.91	c INFO: computed small-clause counts
0.79/0.91	c INFO: computed Horn-clause counts
0.79/0.92	c INFO: computed variable graph statistics
0.79/0.92	c INFO: collected features for HOME/instance-3377723-1305457370.cnf in 0.45 s
0.79/0.93	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.47)
101.10/101.23	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.11)
201.39/201.53	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
301.65/301.83	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.05)
399.22/399.14	c INFO: running adaptg2wsat2009++@0 for 97 with 2002 remaining (b = 0.04)
499.80/499.44	c INFO: running gnovelty+2@0 for 97 with 1901 remaining (b = 0.03)
600.09/599.74	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.03)
700.40/700.05	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377723-1305457370/watcher-3377723-1305457370 -o /tmp/evaluation-result-3377723-1305457370/solver-3377723-1305457370 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377723-1305457370.cnf -seed 53261234 -budget 2400 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 4.00 3.94 3.67 4/429 22802
/proc/meminfo: memFree=21844372/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=15908 CPUtime=0 cores=1,3
/proc/22802/stat : 22802 (python) S 22800 22802 19943 0 -1 4202496 958 0 0 0 0 0 0 0 25 0 1 0 735967522 16289792 834 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/22802/statm: 3977 834 357 364 0 464 0

[startup+0.114884 s]
/proc/loadavg: 4.00 3.94 3.67 4/429 22802
/proc/meminfo: memFree=21844372/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=107296 CPUtime=0.08 cores=1,3
/proc/22802/stat : 22802 (python) R 22800 22802 19943 0 -1 4202496 3354 0 0 0 6 2 0 0 17 0 1 0 735967522 109871104 3014 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458065552 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22802/statm: 26824 3014 871 364 0 2055 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 107296

[startup+0.200871 s]
/proc/loadavg: 4.00 3.94 3.67 4/429 22802
/proc/meminfo: memFree=21844372/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=128860 CPUtime=0.15 cores=1,3
/proc/22802/stat : 22802 (python) R 22800 22802 19943 0 -1 4202496 5583 937 1 0 12 3 0 0 19 0 1 0 735967522 131952640 4018 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458065664 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22802/statm: 32215 4018 1011 364 0 2994 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128860

[startup+0.300871 s]
/proc/loadavg: 4.00 3.94 3.67 4/429 22802
/proc/meminfo: memFree=21844372/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=170752 CPUtime=0.22 cores=1,3
/proc/22802/stat : 22802 (python) R 22800 22802 19943 0 -1 4202496 6744 937 1 0 16 6 0 0 17 0 1 0 735967522 174850048 4807 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458063872 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/22802/statm: 42689 4808 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170752

[startup+0.700771 s]
/proc/loadavg: 4.00 3.94 3.67 4/429 22802
/proc/meminfo: memFree=21844372/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=280228 CPUtime=0.59 cores=1,3
/proc/22802/stat : 22802 (python) R 22800 22802 19943 0 -1 4202496 10001 937 1 0 50 9 0 0 17 0 1 0 735967522 286953472 7442 33554432000 4194304 5683644 140735446869776 18446744073709551615 252457752431 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22802/statm: 70057 7442 1826 364 0 5981 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 280228

[startup+1.50064 s]
/proc/loadavg: 4.00 3.94 3.67 5/433 22811
/proc/meminfo: memFree=21817920/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=289652 CPUtime=0.83 cores=1,3
/proc/22802/stat : 22802 (python) S 22800 22802 19943 0 -1 4202496 10431 937 1 0 74 9 0 0 20 0 2 0 735967522 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22802/statm: 72413 7310 1869 364 0 8331 0
[pid=22809] ppid=22802 vsize=279408 CPUtime=0 cores=1,3
/proc/22809/stat : 22809 (python) S 22802 22802 19943 0 -1 4202560 734 0 0 0 0 0 0 0 19 0 1 0 735967616 286113792 5791 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458085903 0 0 16781312 514 6907098789757059071 0 0 17 1 0 0 0
/proc/22809/statm: 69852 5791 354 364 0 5770 0
[pid=22811] ppid=22809 vsize=1018088 CPUtime=0.55 cores=1,3
/proc/22811/stat : 22811 (gnovelty+2) R 22809 22811 22811 0 -1 4202496 574 0 0 0 55 0 0 0 21 0 1 0 735967616 1042522112 306 33554432000 134512640 135663704 4287678960 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22811/statm: 254522 306 113 282 0 254238 0
[pid=22802/tid=22810] ppid=22800 vsize=289652 CPUtime=0 cores=1,3
/proc/22802/task/22810/stat : 22810 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 735967616 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1587148

[startup+3.10033 s]
/proc/loadavg: 4.00 3.94 3.67 5/433 22811
/proc/meminfo: memFree=21816432/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=289652 CPUtime=0.83 cores=1,3
/proc/22802/stat : 22802 (python) S 22800 22802 19943 0 -1 4202496 10431 937 1 0 74 9 0 0 20 0 2 0 735967522 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22802/statm: 72413 7310 1869 364 0 8331 0
[pid=22809] ppid=22802 vsize=279408 CPUtime=0 cores=1,3
/proc/22809/stat : 22809 (python) S 22802 22802 19943 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 735967616 286113792 5791 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458085903 0 0 16781312 514 6907098789757026568 0 0 17 1 0 0 0
/proc/22809/statm: 69852 5791 354 364 0 5770 0
[pid=22811] ppid=22809 vsize=1018088 CPUtime=2.15 cores=1,3
/proc/22811/stat : 22811 (gnovelty+2) R 22809 22811 22811 0 -1 4202496 574 0 0 0 215 0 0 0 25 0 1 0 735967616 1042522112 306 33554432000 134512640 135663704 4287678960 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22811/statm: 254522 306 113 282 0 254238 0
[pid=22802/tid=22810] ppid=22800 vsize=289652 CPUtime=0 cores=1,3
/proc/22802/task/22810/stat : 22810 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 735967616 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1587148

[startup+6.30073 s]
/proc/loadavg: 4.00 3.95 3.67 5/433 22811
/proc/meminfo: memFree=21814452/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=289652 CPUtime=0.83 cores=1,3
/proc/22802/stat : 22802 (python) S 22800 22802 19943 0 -1 4202496 10431 937 1 0 74 9 0 0 20 0 2 0 735967522 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22802/statm: 72413 7310 1869 364 0 8331 0
[pid=22809] ppid=22802 vsize=279408 CPUtime=0 cores=1,3
/proc/22809/stat : 22809 (python) S 22802 22802 19943 0 -1 4202560 983 0 0 0 0 0 0 0 18 0 1 0 735967616 286113792 5818 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458085903 0 0 16781312 514 6907098789757026568 0 0 17 1 0 0 0
/proc/22809/statm: 69852 5818 381 364 0 5770 0
[pid=22811] ppid=22809 vsize=1018088 CPUtime=5.33 cores=1,3
/proc/22811/stat : 22811 (gnovelty+2) R 22809 22811 22811 0 -1 4202496 574 0 0 0 533 0 0 0 25 0 1 0 735967616 1042522112 306 33554432000 134512640 135663704 4287678960 18446744073709551615 134546030 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22811/statm: 254522 306 113 282 0 254238 0
[pid=22802/tid=22810] ppid=22800 vsize=289652 CPUtime=0 cores=1,3
/proc/22802/task/22810/stat : 22810 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 735967616 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1587148

[startup+12.7006 s]
/proc/loadavg: 4.00 3.95 3.67 5/433 22811
/proc/meminfo: memFree=21811292/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=289652 CPUtime=0.83 cores=1,3
/proc/22802/stat : 22802 (python) S 22800 22802 19943 0 -1 4202496 10431 937 1 0 74 9 0 0 20 0 2 0 735967522 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22802/statm: 72413 7310 1869 364 0 8331 0
[pid=22809] ppid=22802 vsize=279408 CPUtime=0.03 cores=1,3
/proc/22809/stat : 22809 (python) S 22802 22802 19943 0 -1 4202560 986 0 0 0 2 1 0 0 18 0 1 0 735967616 286113792 5818 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458085903 0 0 16781312 514 12127965098090135816 0 0 17 1 0 0 0
/proc/22809/statm: 69852 5818 381 364 0 5770 0
[pid=22811] ppid=22809 vsize=1018088 CPUtime=11.72 cores=1,3
/proc/22811/stat : 22811 (gnovelty+2) R 22809 22811 22811 0 -1 4202496 574 0 0 0 1172 0 0 0 25 0 1 0 735967616 1042522112 306 33554432000 134512640 135663704 4287678960 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22811/statm: 254522 306 113 282 0 254238 0
[pid=22802/tid=22810] ppid=22800 vsize=289652 CPUtime=0 cores=1,3
/proc/22802/task/22810/stat : 22810 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 735967616 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1587148

[startup+25.5012 s]
/proc/loadavg: 4.00 3.95 3.68 5/433 22811
/proc/meminfo: memFree=21806384/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=289652 CPUtime=0.83 cores=1,3
/proc/22802/stat : 22802 (python) S 22800 22802 19943 0 -1 4202496 10431 937 1 0 74 9 0 0 20 0 2 0 735967522 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22802/statm: 72413 7310 1869 364 0 8331 0
[pid=22809] ppid=22802 vsize=279408 CPUtime=0.06 cores=1,3
/proc/22809/stat : 22809 (python) S 22802 22802 19943 0 -1 4202560 993 0 0 0 4 2 0 0 18 0 1 0 735967616 286113792 5819 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458085903 0 0 16781312 514 12127965098090135816 0 0 17 1 0 0 0
/proc/22809/statm: 69852 5819 382 364 0 5770 0
[pid=22811] ppid=22809 vsize=1018088 CPUtime=24.48 cores=1,3
/proc/22811/stat : 22811 (gnovelty+2) R 22809 22811 22811 0 -1 4202496 574 0 0 0 2448 0 0 0 25 0 1 0 735967616 1042522112 306 33554432000 134512640 135663704 4287678960 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22811/statm: 254522 306 113 282 0 254238 0
[pid=22802/tid=22810] ppid=22800 vsize=289652 CPUtime=0 cores=1,3
/proc/22802/task/22810/stat : 22810 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 735967616 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1587148

[startup+51.1004 s]
/proc/loadavg: 4.00 3.95 3.68 5/433 22812
/proc/meminfo: memFree=21795636/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=289652 CPUtime=0.83 cores=1,3
/proc/22802/stat : 22802 (python) S 22800 22802 19943 0 -1 4202496 10431 937 1 0 74 9 0 0 20 0 2 0 735967522 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22802/statm: 72413 7310 1869 364 0 8331 0
[pid=22809] ppid=22802 vsize=279408 CPUtime=0.12 cores=1,3
/proc/22809/stat : 22809 (python) S 22802 22802 19943 0 -1 4202560 1002 0 0 0 7 5 0 0 18 0 1 0 735967616 286113792 5819 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458085903 0 0 16781312 514 12127965098090135816 0 0 17 1 0 0 0
/proc/22809/statm: 69852 5819 382 364 0 5770 0
[pid=22811] ppid=22809 vsize=1018088 CPUtime=50.02 cores=1,3
/proc/22811/stat : 22811 (gnovelty+2) R 22809 22811 22811 0 -1 4202496 574 0 0 0 5002 0 0 0 25 0 1 0 735967616 1042522112 306 33554432000 134512640 135663704 4287678960 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22811/statm: 254522 306 113 282 0 254238 0
[pid=22802/tid=22810] ppid=22800 vsize=289652 CPUtime=0 cores=1,3
/proc/22802/task/22810/stat : 22810 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 2 0 735967616 296603648 7310 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1587148

[startup+102.301 s]
/proc/loadavg: 4.05 3.97 3.70 5/437 22817
/proc/meminfo: memFree=21768976/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=300228 CPUtime=0.84 cores=1,3
/proc/22802/stat : 22802 (python) S 22800 22802 19943 0 -1 4202496 11349 937 1 0 75 9 0 0 20 0 3 0 735967522 307433472 7365 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 75057 7365 1872 364 0 10972 0
[pid=22809] ppid=22802 vsize=289652 CPUtime=0.28 cores=1,3
/proc/22809/stat : 22809 (python) S 22802 22802 19943 0 -1 4202560 1163 0 0 0 15 13 0 0 19 0 2 0 735967616 296603648 5857 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22809/statm: 72413 5857 415 364 0 8331 0
[pid=22811] ppid=22809 vsize=1018088 CPUtime=100.02 cores=1,3
/proc/22811/stat : 22811 (gnovelty+2) T 22809 22811 22811 0 -1 4202496 574 0 0 0 10002 0 0 0 25 0 1 0 735967616 1042522112 306 33554432000 134512640 135663704 4287678960 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22811/statm: 254522 306 113 282 0 254238 0
[pid=22809/tid=22814] ppid=22802 vsize=289652 CPUtime=0 cores=1,3
/proc/22809/task/22814/stat : 22814 (python) S 22802 22802 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735977644 296603648 5857 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604467405779392 0 0 -1 3 0 0 0
[pid=22815] ppid=22802 vsize=289984 CPUtime=0 cores=1,3
/proc/22815/stat : 22815 (python) S 22802 22802 19943 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 735977646 296943616 5837 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458085958 0 0 16781312 514 4526447208412709126 0 0 17 1 0 0 0
/proc/22815/statm: 72496 5837 348 364 0 8411 0
[pid=22817] ppid=22815 vsize=1018088 CPUtime=1.05 cores=1,3
/proc/22817/stat : 22817 (gnovelty+2) R 22815 22817 22817 0 -1 4202496 569 0 0 0 105 0 0 0 20 0 1 0 735977646 1042522112 306 33554432000 134512640 135663704 4288847136 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22817/statm: 254522 306 113 282 0 254238 0
[pid=22802/tid=22810] ppid=22800 vsize=300228 CPUtime=0 cores=1,3
/proc/22802/task/22810/stat : 22810 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 3 0 735967616 307433472 7365 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
[pid=22802/tid=22816] ppid=22800 vsize=300228 CPUtime=0 cores=1,3
/proc/22802/task/22816/stat : 22816 (python) S 22800 22802 19943 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 3 0 735977646 307433472 7365 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 2916040

[startup+162.301 s]
/proc/loadavg: 4.12 4.02 3.73 5/437 22819
/proc/meminfo: memFree=21743148/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=300228 CPUtime=0.84 cores=1,3
/proc/22802/stat : 22802 (python) S 22800 22802 19943 0 -1 4202496 11349 937 1 0 75 9 0 0 20 0 3 0 735967522 307433472 7365 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 75057 7365 1872 364 0 10972 0
[pid=22809] ppid=22802 vsize=289652 CPUtime=0.28 cores=1,3

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

/proc/22815/statm: 72496 5890 400 364 0 8411 0
[pid=22817] ppid=22815 vsize=1018088 CPUtime=100 cores=1,3
/proc/22817/stat : 22817 (gnovelty+2) T 22815 22817 22817 0 -1 4202496 569 0 0 0 10000 0 0 0 25 0 1 0 735977646 1042522112 306 33554432000 134512640 135663704 4288847136 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22817/statm: 254522 306 113 282 0 254238 0
[pid=22815/tid=22821] ppid=22802 vsize=289984 CPUtime=0 cores=1,3
/proc/22815/task/22821/stat : 22821 (python) S 22802 22802 19943 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 735987674 296943616 5890 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604471146458048 0 0 -1 1 0 0 0
[pid=22822] ppid=22802 vsize=300240 CPUtime=0.29 cores=1,3
/proc/22822/stat : 22822 (python) S 22802 22802 19943 0 -1 4202560 1089 0 0 0 17 12 0 0 19 0 2 0 735987676 307445760 5894 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22822/statm: 75060 5894 400 364 0 10972 0
[pid=22824] ppid=22822 vsize=417192 CPUtime=99.95 cores=1,3
/proc/22824/stat : 22824 (adaptg2wsat2009) T 22822 22824 22824 0 -1 4202496 763 0 0 0 9995 0 0 0 25 0 1 0 735987676 427204608 497 33554432000 134512640 135107411 4290237360 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22824/statm: 104298 497 59 146 0 103174 0
[pid=22822/tid=22828] ppid=22802 vsize=300240 CPUtime=0 cores=1,3
/proc/22822/task/22828/stat : 22828 (python) S 22802 22802 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735997704 307445760 5894 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604464760025472 0 0 -1 1 0 0 0
[pid=22829] ppid=22802 vsize=310496 CPUtime=0.29 cores=1,3
/proc/22829/stat : 22829 (python) S 22802 22802 19943 0 -1 4202560 1104 0 0 0 16 13 0 0 19 0 2 0 735997705 317947904 5898 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22829/statm: 77624 5898 400 364 0 13533 0
[pid=22831] ppid=22829 vsize=417192 CPUtime=97.29 cores=1,3
/proc/22831/stat : 22831 (adaptg2wsat2009) T 22829 22831 22831 0 -1 4202496 762 0 0 0 9729 0 0 0 25 0 1 0 735997706 427204608 496 33554432000 134512640 135107411 4294799648 18446744073709551615 134532224 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22831/statm: 104298 496 59 146 0 103174 0
[pid=22829/tid=22907] ppid=22802 vsize=310496 CPUtime=0 cores=1,3
/proc/22829/task/22907/stat : 22907 (python) S 22802 22802 19943 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 736007435 317947904 5898 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604467405781184 0 0 -1 1 0 0 0
[pid=22908] ppid=22802 vsize=320752 CPUtime=0.28 cores=1,3
/proc/22908/stat : 22908 (python) S 22802 22802 19943 0 -1 4202560 1094 0 0 0 16 12 0 0 19 0 2 0 736007436 328450048 5902 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22908/statm: 80188 5902 400 364 0 16094 0
[pid=22910] ppid=22908 vsize=417192 CPUtime=100.27 cores=1,3
/proc/22910/stat : 22910 (adaptg2wsat2009) T 22908 22910 22910 0 -1 4202496 763 0 0 0 10027 0 0 0 25 0 1 0 736007437 427204608 496 33554432000 134512640 135107411 4288321200 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22910/statm: 104298 496 59 146 0 103174 0
[pid=22908/tid=22957] ppid=22802 vsize=320752 CPUtime=0 cores=1,3
/proc/22908/task/22957/stat : 22957 (python) S 22802 22802 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736017465 328450048 5902 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604465319315328 0 0 -1 3 0 0 0
[pid=22958] ppid=22802 vsize=331008 CPUtime=0.28 cores=1,3
/proc/22958/stat : 22958 (python) S 22802 22802 19943 0 -1 4202560 1100 0 0 0 14 14 0 0 19 0 2 0 736017466 338952192 5906 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22958/statm: 82752 5906 400 364 0 18655 0
[pid=22960] ppid=22958 vsize=1018088 CPUtime=99.99 cores=1,3
/proc/22960/stat : 22960 (gnovelty+2) T 22958 22960 22960 0 -1 4202496 568 0 0 0 9999 0 0 0 25 0 1 0 736017467 1042522112 306 33554432000 134512640 135663704 4294884544 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22960/statm: 254522 306 113 282 0 254238 0
[pid=22958/tid=22975] ppid=22802 vsize=331008 CPUtime=0 cores=1,3
/proc/22958/task/22975/stat : 22975 (python) S 22802 22802 19943 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 736027495 338952192 5906 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604466873516096 0 0 -1 3 0 0 0
[pid=22976] ppid=22802 vsize=341264 CPUtime=0.12 cores=1,3
/proc/22976/stat : 22976 (python) S 22802 22802 19943 0 -1 4202560 912 0 0 0 6 6 0 0 18 0 1 0 736027497 349454336 5880 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458085958 0 0 16781312 514 12127965098090135815 0 0 17 1 0 0 0
/proc/22976/statm: 85316 5880 371 364 0 21216 0
[pid=22978] ppid=22976 vsize=247348 CPUtime=42.43 cores=1,3
/proc/22978/stat : 22978 (FH) R 22976 22978 22978 0 -1 4202496 706 0 0 0 4243 0 0 0 25 0 1 0 736027497 253284352 444 33554432000 134512640 134936988 4291631152 18446744073709551615 134554090 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22978/statm: 61837 444 41 104 0 61341 0
[pid=22802/tid=22810] ppid=22800 vsize=351508 CPUtime=0 cores=1,3
/proc/22802/task/22810/stat : 22810 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 8 0 735967616 359944192 7403 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
[pid=22802/tid=22816] ppid=22800 vsize=351508 CPUtime=0 cores=1,3
/proc/22802/task/22816/stat : 22816 (python) S 22800 22802 19943 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 8 0 735977646 359944192 7403 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 3 0 0 0
[pid=22802/tid=22823] ppid=22800 vsize=351508 CPUtime=0 cores=1,3
/proc/22802/task/22823/stat : 22823 (python) S 22800 22802 19943 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 8 0 735987676 359944192 7403 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 3 0 0 0
[pid=22802/tid=22830] ppid=22800 vsize=351508 CPUtime=0 cores=1,3
/proc/22802/task/22830/stat : 22830 (python) S 22800 22802 19943 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 735997705 359944192 7403 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 3 0 0 0
[pid=22802/tid=22909] ppid=22800 vsize=351508 CPUtime=0 cores=1,3
/proc/22802/task/22909/stat : 22909 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 8 0 736007436 359944192 7403 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
[pid=22802/tid=22959] ppid=22800 vsize=351508 CPUtime=0 cores=1,3
/proc/22802/task/22959/stat : 22959 (python) S 22800 22802 19943 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 8 0 736017467 359944192 7403 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
[pid=22802/tid=22977] ppid=22800 vsize=351508 CPUtime=0 cores=1,3
/proc/22802/task/22977/stat : 22977 (python) S 22800 22802 19943 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 736027497 359944192 7403 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 642.69
Current children cumulated vsize (KiB) 7088092



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+700.701 s]
/proc/loadavg: 4.02 4.04 3.85 6/463 22993
/proc/meminfo: memFree=22032664/32951124 swapFree=59305796/67111528
[pid=22802] ppid=22800 vsize=361764 CPUtime=0.92 cores=1,3
/proc/22802/stat : 22802 (python) S 22800 22802 19943 0 -1 4202496 16854 937 1 0 82 10 0 0 19 0 9 0 735967522 370446336 7409 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 90441 7409 1892 364 0 26338 0
[pid=22809] ppid=22802 vsize=289652 CPUtime=0.28 cores=1,3
/proc/22809/stat : 22809 (python) S 22802 22802 19943 0 -1 4202560 1163 0 0 0 15 13 0 0 19 0 2 0 735967616 296603648 5857 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22809/statm: 72413 5857 415 364 0 8331 0
[pid=22811] ppid=22809 vsize=1018088 CPUtime=100.02 cores=1,3
/proc/22811/stat : 22811 (gnovelty+2) T 22809 22811 22811 0 -1 4202496 574 0 0 0 10002 0 0 0 25 0 1 0 735967616 1042522112 306 33554432000 134512640 135663704 4287678960 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22811/statm: 254522 306 113 282 0 254238 0
[pid=22809/tid=22814] ppid=22802 vsize=289652 CPUtime=0 cores=1,3
/proc/22809/task/22814/stat : 22814 (python) S 22802 22802 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735977644 296603648 5857 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604467405779392 0 0 -1 3 0 0 0
[pid=22815] ppid=22802 vsize=289984 CPUtime=0.29 cores=1,3
/proc/22815/stat : 22815 (python) S 22802 22802 19943 0 -1 4202560 1093 0 0 0 15 14 0 0 16 0 2 0 735977646 296943616 5890 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22815/statm: 72496 5890 400 364 0 8411 0
[pid=22817] ppid=22815 vsize=1018088 CPUtime=100 cores=1,3
/proc/22817/stat : 22817 (gnovelty+2) T 22815 22817 22817 0 -1 4202496 569 0 0 0 10000 0 0 0 25 0 1 0 735977646 1042522112 306 33554432000 134512640 135663704 4288847136 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22817/statm: 254522 306 113 282 0 254238 0
[pid=22815/tid=22821] ppid=22802 vsize=289984 CPUtime=0 cores=1,3
/proc/22815/task/22821/stat : 22821 (python) S 22802 22802 19943 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 735987674 296943616 5890 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604471146458048 0 0 -1 1 0 0 0
[pid=22822] ppid=22802 vsize=300240 CPUtime=0.29 cores=1,3
/proc/22822/stat : 22822 (python) S 22802 22802 19943 0 -1 4202560 1089 0 0 0 17 12 0 0 19 0 2 0 735987676 307445760 5894 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22822/statm: 75060 5894 400 364 0 10972 0
[pid=22824] ppid=22822 vsize=417192 CPUtime=99.95 cores=1,3
/proc/22824/stat : 22824 (adaptg2wsat2009) T 22822 22824 22824 0 -1 4202496 763 0 0 0 9995 0 0 0 25 0 1 0 735987676 427204608 497 33554432000 134512640 135107411 4290237360 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22824/statm: 104298 497 59 146 0 103174 0
[pid=22822/tid=22828] ppid=22802 vsize=300240 CPUtime=0 cores=1,3
/proc/22822/task/22828/stat : 22828 (python) S 22802 22802 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735997704 307445760 5894 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604464760025472 0 0 -1 1 0 0 0
[pid=22829] ppid=22802 vsize=310496 CPUtime=0.29 cores=1,3
/proc/22829/stat : 22829 (python) S 22802 22802 19943 0 -1 4202560 1104 0 0 0 16 13 0 0 19 0 2 0 735997705 317947904 5898 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22829/statm: 77624 5898 400 364 0 13533 0
[pid=22831] ppid=22829 vsize=417192 CPUtime=97.29 cores=1,3
/proc/22831/stat : 22831 (adaptg2wsat2009) T 22829 22831 22831 0 -1 4202496 762 0 0 0 9729 0 0 0 25 0 1 0 735997706 427204608 496 33554432000 134512640 135107411 4294799648 18446744073709551615 134532224 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22831/statm: 104298 496 59 146 0 103174 0
[pid=22829/tid=22907] ppid=22802 vsize=310496 CPUtime=0 cores=1,3
/proc/22829/task/22907/stat : 22907 (python) S 22802 22802 19943 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 736007435 317947904 5898 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604467405781184 0 0 -1 1 0 0 0
[pid=22908] ppid=22802 vsize=320752 CPUtime=0.28 cores=1,3
/proc/22908/stat : 22908 (python) S 22802 22802 19943 0 -1 4202560 1094 0 0 0 16 12 0 0 19 0 2 0 736007436 328450048 5902 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22908/statm: 80188 5902 400 364 0 16094 0
[pid=22910] ppid=22908 vsize=417192 CPUtime=100.27 cores=1,3
/proc/22910/stat : 22910 (adaptg2wsat2009) T 22908 22910 22910 0 -1 4202496 763 0 0 0 10027 0 0 0 25 0 1 0 736007437 427204608 496 33554432000 134512640 135107411 4288321200 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22910/statm: 104298 496 59 146 0 103174 0
[pid=22908/tid=22957] ppid=22802 vsize=320752 CPUtime=0 cores=1,3
/proc/22908/task/22957/stat : 22957 (python) S 22802 22802 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736017465 328450048 5902 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604465319315328 0 0 -1 3 0 0 0
[pid=22958] ppid=22802 vsize=331008 CPUtime=0.28 cores=1,3
/proc/22958/stat : 22958 (python) S 22802 22802 19943 0 -1 4202560 1100 0 0 0 14 14 0 0 19 0 2 0 736017466 338952192 5906 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22958/statm: 82752 5906 400 364 0 18655 0
[pid=22960] ppid=22958 vsize=1018088 CPUtime=99.99 cores=1,3
/proc/22960/stat : 22960 (gnovelty+2) T 22958 22960 22960 0 -1 4202496 568 0 0 0 9999 0 0 0 25 0 1 0 736017467 1042522112 306 33554432000 134512640 135663704 4294884544 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22960/statm: 254522 306 113 282 0 254238 0
[pid=22958/tid=22975] ppid=22802 vsize=331008 CPUtime=0 cores=1,3
/proc/22958/task/22975/stat : 22975 (python) S 22802 22802 19943 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 736027495 338952192 5906 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604466873516096 0 0 -1 3 0 0 0
[pid=22976] ppid=22802 vsize=341264 CPUtime=0.29 cores=1,3
/proc/22976/stat : 22976 (python) S 22802 22802 19943 0 -1 4202560 1087 0 0 0 15 14 0 0 19 0 2 0 736027497 349454336 5910 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22976/statm: 85316 5910 400 364 0 21216 0
[pid=22978] ppid=22976 vsize=247348 CPUtime=100 cores=1,3
/proc/22978/stat : 22978 (FH) T 22976 22978 22978 0 -1 4202496 706 0 0 0 10000 0 0 0 25 0 1 0 736027497 253284352 444 33554432000 134512640 134936988 4291631152 18446744073709551615 134553311 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22978/statm: 61837 444 41 104 0 61341 0
[pid=22976/tid=22990] ppid=22802 vsize=341264 CPUtime=0 cores=1,3
/proc/22976/task/22990/stat : 22990 (python) S 22802 22802 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 736037526 349454336 5910 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 514 18446604465319314432 0 0 -1 3 0 0 0
[pid=22991] ppid=22802 vsize=351520 CPUtime=0 cores=1,3
/proc/22991/stat : 22991 (python) S 22802 22802 19943 0 -1 4202560 773 0 0 0 0 0 0 0 19 0 1 0 736037527 359956480 5863 33554432000 4194304 5683644 140735446869776 18446744073709551615 252458085958 0 0 16781312 514 4632454422981509119 0 0 17 3 0 0 0
/proc/22991/statm: 87880 5863 350 364 0 23777 0
[pid=22993] ppid=22991 vsize=417048 CPUtime=0.66 cores=1,3
/proc/22993/stat : 22993 (adaptg2wsat2009) R 22991 22993 22993 0 -1 4202496 688 0 0 0 66 0 0 0 22 0 1 0 736037528 427057152 420 33554432000 134512640 135107411 4288242000 18446744073709551615 134523290 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22993/statm: 104262 420 49 146 0 103138 0
[pid=22802/tid=22810] ppid=22800 vsize=361764 CPUtime=0 cores=1,3
/proc/22802/task/22810/stat : 22810 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 735967616 370446336 7409 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
[pid=22802/tid=22816] ppid=22800 vsize=361764 CPUtime=0 cores=1,3
/proc/22802/task/22816/stat : 22816 (python) S 22800 22802 19943 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 735977646 370446336 7409 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 3 0 0 0
[pid=22802/tid=22823] ppid=22800 vsize=361764 CPUtime=0 cores=1,3
/proc/22802/task/22823/stat : 22823 (python) S 22800 22802 19943 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 735987676 370446336 7409 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 3 0 0 0
[pid=22802/tid=22830] ppid=22800 vsize=361764 CPUtime=0 cores=1,3
/proc/22802/task/22830/stat : 22830 (python) S 22800 22802 19943 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 735997705 370446336 7409 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 3 0 0 0
[pid=22802/tid=22909] ppid=22800 vsize=361764 CPUtime=0 cores=1,3
/proc/22802/task/22909/stat : 22909 (python) S 22800 22802 19943 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 9 0 736007436 370446336 7409 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
[pid=22802/tid=22959] ppid=22800 vsize=361764 CPUtime=0 cores=1,3
/proc/22802/task/22959/stat : 22959 (python) S 22800 22802 19943 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 736017467 370446336 7409 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
[pid=22802/tid=22977] ppid=22800 vsize=361764 CPUtime=0 cores=1,3
/proc/22802/task/22977/stat : 22977 (python) S 22800 22802 19943 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 736027497 370446336 7409 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 1 0 0 0
[pid=22802/tid=22992] ppid=22800 vsize=361764 CPUtime=0 cores=1,3
/proc/22802/task/22992/stat : 22992 (python) S 22800 22802 19943 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 736037527 370446336 7409 33554432000 4194304 5683644 140735446869776 18446744073709551615 252469889457 0 0 16781312 2 18446604461104002880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 701.1
Current children cumulated vsize (KiB) 7866916

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 700.779
CPU time (s): 701.1
CPU user time (s): 700.08
CPU system time (s): 1.02
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 7866916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.839872
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18303
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= 1003
involuntary context switches= 33

runsolver used 2.75658 second user time and 6.03408 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 13:02:50
IDJOB=3377723
IDBENCH=83032
IDSOLVER=1857
FILE ID=node111/3377723-1305457370
RUNJOBID= node111-1305456430-22307
PBS_JOBID= 13324865
Free space on /tmp= 73572 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S741717046-057.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-3377723-1305457370/watcher-3377723-1305457370 -o /tmp/evaluation-result-3377723-1305457370/solver-3377723-1305457370 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377723-1305457370.cnf -seed 53261234 -budget 2400

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

MD5SUM BENCH= 1f00de1fd8adbfbf4cc573ef44af531f
RANDOM SEED=53261234

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.67
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.849
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:      21844404 kB
Buffers:        291680 kB
Cached:        6893472 kB
SwapCached:      13720 kB
Active:        1893384 kB
Inactive:      8962872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21844404 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           32004 kB
Writeback:           0 kB
AnonPages:     3665776 kB
Mapped:          29328 kB
Slab:           131548 kB
PageTables:      52824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 101080600 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= 73536 MiB
End job on node111 at 2011-05-15 13:14:33