Trace number 3484075

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 702.92 702.863

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S655589261-059-UNKNOWN.cnf
MD5SUM7ca36bcba61bdf9cc15c9739d715b3da
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 variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.35/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.62	c INFO: solving HOME/instance-3484075-1307747067.cnf
0.35/0.62	c INFO: computing task features
0.44/0.77	c INFO: computed variable-clause graph statistics
0.44/0.78	c INFO: computed clause balance statistics
1.24/1.53	c INFO: computed variable balance statistics
1.54/1.81	c INFO: computed small-clause counts
1.54/1.82	c INFO: computed Horn-clause counts
1.54/1.84	c INFO: computed variable graph statistics
1.54/1.84	c INFO: collected features for HOME/instance-3484075-1307747067.cnf in 1.21 s
1.54/1.85	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
101.85/102.01	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.06/202.17	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.27/302.30	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.36/402.44	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.48/502.59	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.67/602.78	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.00/701.93	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.03)

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.1 (svn: 988)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.99 0.95 0.33 4/195 13121
/proc/meminfo: memFree=31766716/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=15184 CPUtime=0 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 734 0 0 0 0 0 0 0 25 0 1 0 867122673 15548416 622 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/13121/statm: 3796 622 322 364 0 283 0

[startup+0.0122999 s]
/proc/loadavg: 2.99 0.95 0.33 4/195 13121
/proc/meminfo: memFree=31766716/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=15780 CPUtime=0 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 904 0 0 0 0 0 0 0 25 0 1 0 867122673 16158720 784 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/13121/statm: 3945 784 346 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+0.100276 s]
/proc/loadavg: 2.99 0.95 0.33 4/195 13121
/proc/meminfo: memFree=31766716/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=93964 CPUtime=0.05 cores=4,6
/proc/13121/stat : 13121 (python) R 13119 13121 12976 0 -1 4202496 2696 0 0 0 4 1 0 0 25 0 1 0 867122673 96219136 2407 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816234496 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/13121/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.30019 s]
/proc/loadavg: 2.99 0.95 0.33 4/195 13121
/proc/meminfo: memFree=31766716/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=135752 CPUtime=0.18 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 5973 933 1 0 13 5 0 0 25 0 1 0 867122673 139010048 4149 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816232453 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/13121/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.701093 s]
/proc/loadavg: 2.99 0.95 0.33 4/195 13121
/proc/meminfo: memFree=31766716/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=281336 CPUtime=0.44 cores=4,6
/proc/13121/stat : 13121 (python) R 13119 13121 12976 0 -1 4202496 9968 933 1 0 35 9 0 0 25 0 1 0 867122673 288088064 7637 33554432000 4194304 5683644 140734582216976 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/13121/statm: 70334 7637 1761 364 0 6258 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 281336

[startup+1.501 s]
/proc/loadavg: 2.99 0.95 0.33 5/196 13126
/proc/meminfo: memFree=31738832/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=283976 CPUtime=1.24 cores=4,6
/proc/13121/stat : 13121 (python) R 13119 13121 12976 0 -1 4202496 11755 933 1 0 115 9 0 0 25 0 1 0 867122673 290791424 8378 33554432000 4194304 5683644 140734582216976 18446744073709551615 220815894770 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13121/statm: 70994 8378 1826 364 0 6918 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 283976

[startup+3.10072 s]
/proc/loadavg: 2.99 0.95 0.33 5/199 13129
/proc/meminfo: memFree=31739160/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=289868 CPUtime=1.59 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 12101 933 1 0 150 9 0 0 20 0 2 0 867122673 296824832 7331 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13121/statm: 72467 7331 1869 364 0 8385 0
[pid=13127] ppid=13121 vsize=280108 CPUtime=0 cores=4,6
/proc/13127/stat : 13127 (python) S 13121 13121 12976 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 867122858 286830592 5814 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816256527 0 0 16781312 514 4332129418924228868 0 0 17 6 0 0 0
/proc/13127/statm: 70027 5814 355 364 0 5945 0
[pid=13129] ppid=13127 vsize=1018820 CPUtime=1.24 cores=4,6
/proc/13129/stat : 13129 (gnovelty+2) R 13127 13129 13129 0 -1 4202496 861 0 0 0 124 0 0 0 25 0 1 0 867122858 1043271680 595 33554432000 134512640 135663704 4292735712 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13129/statm: 254705 595 113 282 0 254421 0
[pid=13121/tid=13128] ppid=13119 vsize=289868 CPUtime=0 cores=4,6
/proc/13121/task/13128/stat : 13128 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 867122858 296824832 7331 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1588796

[startup+6.30112 s]
/proc/loadavg: 3.07 1.00 0.35 5/199 13129
/proc/meminfo: memFree=31738596/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=289868 CPUtime=1.59 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 12101 933 1 0 150 9 0 0 20 0 2 0 867122673 296824832 7331 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13121/statm: 72467 7331 1869 364 0 8385 0
[pid=13127] ppid=13121 vsize=280108 CPUtime=0 cores=4,6
/proc/13127/stat : 13127 (python) S 13121 13121 12976 0 -1 4202560 863 0 0 0 0 0 0 0 18 0 1 0 867122858 286830592 5837 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816256527 0 0 16781312 514 4332129418924228868 0 0 17 6 0 0 0
/proc/13127/statm: 70027 5837 378 364 0 5945 0
[pid=13129] ppid=13127 vsize=1018820 CPUtime=4.44 cores=4,6
/proc/13129/stat : 13129 (gnovelty+2) R 13127 13129 13129 0 -1 4202496 861 0 0 0 444 0 0 0 25 0 1 0 867122858 1043271680 595 33554432000 134512640 135663704 4292735712 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13129/statm: 254705 595 113 282 0 254421 0
[pid=13121/tid=13128] ppid=13119 vsize=289868 CPUtime=0 cores=4,6
/proc/13121/task/13128/stat : 13128 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 867122858 296824832 7331 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1588796

[startup+12.7009 s]
/proc/loadavg: 3.14 1.05 0.37 5/199 13129
/proc/meminfo: memFree=31738232/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=289868 CPUtime=1.59 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 12101 933 1 0 150 9 0 0 20 0 2 0 867122673 296824832 7331 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13121/statm: 72467 7331 1869 364 0 8385 0
[pid=13127] ppid=13121 vsize=280108 CPUtime=0 cores=4,6
/proc/13127/stat : 13127 (python) S 13121 13121 12976 0 -1 4202560 865 0 0 0 0 0 0 0 18 0 1 0 867122858 286830592 5837 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816256527 0 0 16781312 514 14878450609576444164 0 0 17 6 0 0 0
/proc/13127/statm: 70027 5837 378 364 0 5945 0
[pid=13129] ppid=13127 vsize=1018820 CPUtime=10.84 cores=4,6
/proc/13129/stat : 13129 (gnovelty+2) R 13127 13129 13129 0 -1 4202496 861 0 0 0 1084 0 0 0 25 0 1 0 867122858 1043271680 595 33554432000 134512640 135663704 4292735712 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13129/statm: 254705 595 113 282 0 254421 0
[pid=13121/tid=13128] ppid=13119 vsize=289868 CPUtime=0 cores=4,6
/proc/13121/task/13128/stat : 13128 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 867122858 296824832 7331 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1588796

[startup+25.5006 s]
/proc/loadavg: 3.33 1.19 0.43 5/207 13138
/proc/meminfo: memFree=31727036/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=289868 CPUtime=1.59 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 12101 933 1 0 150 9 0 0 20 0 2 0 867122673 296824832 7331 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13121/statm: 72467 7331 1869 364 0 8385 0
[pid=13127] ppid=13121 vsize=280108 CPUtime=0.02 cores=4,6
/proc/13127/stat : 13127 (python) S 13121 13121 12976 0 -1 4202560 869 0 0 0 1 1 0 0 18 0 1 0 867122858 286830592 5837 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816256527 0 0 16781312 514 14878450609576444164 0 0 17 6 0 0 0
/proc/13127/statm: 70027 5837 378 364 0 5945 0
[pid=13129] ppid=13127 vsize=1018820 CPUtime=23.64 cores=4,6
/proc/13129/stat : 13129 (gnovelty+2) R 13127 13129 13129 0 -1 4202496 861 0 0 0 2364 0 0 0 25 0 1 0 867122858 1043271680 595 33554432000 134512640 135663704 4292735712 18446744073709551615 134525009 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13129/statm: 254705 595 113 282 0 254421 0
[pid=13121/tid=13128] ppid=13119 vsize=289868 CPUtime=0 cores=4,6
/proc/13121/task/13128/stat : 13128 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 867122858 296824832 7331 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1588796

[startup+51.1008 s]
/proc/loadavg: 3.63 1.43 0.53 5/211 13142
/proc/meminfo: memFree=31689752/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=289868 CPUtime=1.59 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 12101 933 1 0 150 9 0 0 20 0 2 0 867122673 296824832 7331 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13121/statm: 72467 7331 1869 364 0 8385 0
[pid=13127] ppid=13121 vsize=280108 CPUtime=0.05 cores=4,6
/proc/13127/stat : 13127 (python) S 13121 13121 12976 0 -1 4202560 882 0 0 0 3 2 0 0 18 0 1 0 867122858 286830592 5837 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816256527 0 0 16781312 514 14878450609576444164 0 0 17 6 0 0 0
/proc/13127/statm: 70027 5837 378 364 0 5945 0
[pid=13129] ppid=13127 vsize=1018820 CPUtime=49.24 cores=4,6
/proc/13129/stat : 13129 (gnovelty+2) R 13127 13129 13129 0 -1 4202496 861 0 0 0 4924 0 0 0 25 0 1 0 867122858 1043271680 595 33554432000 134512640 135663704 4292735712 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13129/statm: 254705 595 113 282 0 254421 0
[pid=13121/tid=13128] ppid=13119 vsize=289868 CPUtime=0 cores=4,6
/proc/13121/task/13128/stat : 13128 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 2 0 867122858 296824832 7331 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 1588796

[startup+102.307 s]
/proc/loadavg: 3.84 1.83 0.71 5/215 13148
/proc/meminfo: memFree=31682160/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=300124 CPUtime=1.6 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 12960 933 1 0 150 10 0 0 20 0 3 0 867122673 307326976 7338 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13121/statm: 75031 7338 1872 364 0 10946 0
[pid=13127] ppid=13121 vsize=290352 CPUtime=0.12 cores=4,6
/proc/13127/stat : 13127 (python) S 13121 13121 12976 0 -1 4202560 1135 0 0 0 7 5 0 0 19 0 2 0 867122858 297320448 5879 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13127/statm: 72588 5879 415 364 0 8506 0
[pid=13129] ppid=13127 vsize=1018820 CPUtime=100.14 cores=4,6
/proc/13129/stat : 13129 (gnovelty+2) T 13127 13129 13129 0 -1 4202496 861 0 0 0 10014 0 0 0 25 0 1 0 867122858 1043271680 595 33554432000 134512640 135663704 4292735712 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13129/statm: 254705 595 113 282 0 254421 0
[pid=13127/tid=13145] ppid=13121 vsize=290352 CPUtime=0 cores=4,6
/proc/13127/task/13145/stat : 13145 (python) S 13121 13121 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867132873 297320448 5879 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453921345728 0 0 -1 6 0 0 0
[pid=13146] ppid=13121 vsize=290364 CPUtime=0 cores=4,6
/proc/13146/stat : 13146 (python) S 13121 13121 12976 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 867132874 297332736 5812 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816256582 0 0 16781312 514 4361337395560316927 0 0 17 6 0 0 0
/proc/13146/statm: 72591 5812 349 364 0 8506 0
[pid=13148] ppid=13146 vsize=1018820 CPUtime=0.29 cores=4,6
/proc/13148/stat : 13148 (gnovelty+2) R 13146 13148 13148 0 -1 4202496 861 0 0 0 29 0 0 0 21 0 1 0 867132874 1043271680 595 33554432000 134512640 135663704 4290208128 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13148/statm: 254705 595 113 282 0 254421 0
[pid=13121/tid=13128] ppid=13119 vsize=300124 CPUtime=0 cores=4,6
/proc/13121/task/13128/stat : 13128 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 867122858 307326976 7338 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13147] ppid=13119 vsize=300124 CPUtime=0 cores=4,6
/proc/13121/task/13147/stat : 13147 (python) S 13119 13121 12976 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 867132874 307326976 7338 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 2918480

[startup+162.301 s]
/proc/loadavg: 3.99 2.24 0.92 5/227 13161
/proc/meminfo: memFree=31626076/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=300124 CPUtime=1.6 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 12960 933 1 0 150 10 0 0 20 0 3 0 867122673 307326976 7338 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13121/statm: 75031 7338 1872 364 0 10946 0
[pid=13127] ppid=13121 vsize=290352 CPUtime=0.12 cores=4,6
/proc/13127/stat : 13127 (python) S 13121 13121 12976 0 -1 4202560 1135 0 0 0 7 5 0 0 19 0 2 0 867122858 297320448 5879 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13127/statm: 72588 5879 415 364 0 8506 0
[pid=13129] ppid=13127 vsize=1018820 CPUtime=100.14 cores=4,6
/proc/13129/stat : 13129 (gnovelty+2) T 13127 13129 13129 0 -1 4202496 861 0 0 0 10014 0 0 0 25 0 1 0 867122858 1043271680 595 33554432000 134512640 135663704 4292735712 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13129/statm: 254705 595 113 282 0 254421 0
[pid=13127/tid=13145] ppid=13121 vsize=290352 CPUtime=0 cores=4,6
/proc/13127/task/13145/stat : 13145 (python) S 13121 13121 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867132873 297320448 5879 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453921345728 0 0 -1 6 0 0 0
[pid=13146] ppid=13121 vsize=290364 CPUtime=0.07 cores=4,6

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

/proc/13146/statm: 72591 5864 400 364 0 8506 0
[pid=13148] ppid=13146 vsize=1018820 CPUtime=100.15 cores=4,6
/proc/13148/stat : 13148 (gnovelty+2) T 13146 13148 13148 0 -1 4202496 861 0 0 0 10015 0 0 0 25 0 1 0 867132874 1043271680 595 33554432000 134512640 135663704 4290208128 18446744073709551615 134525002 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13148/statm: 254705 595 113 282 0 254421 0
[pid=13146/tid=13164] ppid=13121 vsize=290364 CPUtime=0 cores=4,6
/proc/13146/task/13164/stat : 13164 (python) S 13121 13121 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867142890 297332736 5864 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453928146240 0 0 -1 6 0 0 0
[pid=13165] ppid=13121 vsize=300700 CPUtime=0.12 cores=4,6
/proc/13165/stat : 13165 (python) S 13121 13121 12976 0 -1 4202560 1079 0 0 0 7 5 0 0 19 0 2 0 867142890 307916800 5868 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13165/statm: 75175 5868 400 364 0 11087 0
[pid=13167] ppid=13165 vsize=419428 CPUtime=100.01 cores=4,6
/proc/13167/stat : 13167 (adaptg2wsat2009) T 13165 13167 13167 0 -1 4202496 1441 0 0 0 10001 0 0 0 25 0 1 0 867142891 429494272 1175 33554432000 134512640 135107411 4292311216 18446744073709551615 134539376 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13167/statm: 104857 1175 59 146 0 103733 0
[pid=13165/tid=13179] ppid=13121 vsize=300700 CPUtime=0 cores=4,6
/proc/13165/task/13179/stat : 13179 (python) S 13121 13121 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867152903 307916800 5868 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453931496768 0 0 -1 6 0 0 0
[pid=13180] ppid=13121 vsize=311048 CPUtime=0.14 cores=4,6
/proc/13180/stat : 13180 (python) S 13121 13121 12976 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867152904 318513152 5892 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13180/statm: 77762 5892 400 364 0 13671 0
[pid=13182] ppid=13180 vsize=419428 CPUtime=99.99 cores=4,6
/proc/13182/stat : 13182 (adaptg2wsat2009) T 13180 13182 13182 0 -1 4202496 1437 0 0 0 9999 0 0 0 25 0 1 0 867152904 429494272 1176 33554432000 134512640 135107411 4287043488 18446744073709551615 134531810 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13182/statm: 104857 1176 59 146 0 103733 0
[pid=13180/tid=13194] ppid=13121 vsize=311048 CPUtime=0 cores=4,6
/proc/13180/task/13194/stat : 13194 (python) S 13121 13121 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867162916 318513152 5892 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604440278213952 0 0 -1 6 0 0 0
[pid=13195] ppid=13121 vsize=321400 CPUtime=0.14 cores=4,6
/proc/13195/stat : 13195 (python) S 13121 13121 12976 0 -1 4202560 1076 0 0 0 8 6 0 0 19 0 2 0 867162917 329113600 5919 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13195/statm: 80350 5919 400 364 0 16256 0
[pid=13197] ppid=13195 vsize=419428 CPUtime=100 cores=4,6
/proc/13197/stat : 13197 (adaptg2wsat2009) T 13195 13197 13197 0 -1 4202496 1440 0 0 0 10000 0 0 0 25 0 1 0 867162918 429494272 1176 33554432000 134512640 135107411 4289881824 18446744073709551615 134531552 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13197/statm: 104857 1176 59 146 0 103733 0
[pid=13195/tid=13212] ppid=13121 vsize=321400 CPUtime=0 cores=4,6
/proc/13195/task/13212/stat : 13212 (python) S 13121 13121 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867172931 329113600 5919 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453926162496 0 0 -1 4 0 0 0
[pid=13213] ppid=13121 vsize=397404 CPUtime=0.15 cores=4,6
/proc/13213/stat : 13213 (python) S 13121 13121 12976 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 867172932 406941696 5949 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13213/statm: 99351 5949 400 364 0 35254 0
[pid=13215] ppid=13213 vsize=1018820 CPUtime=100.04 cores=4,6
/proc/13215/stat : 13215 (gnovelty+2) T 13213 13215 13215 0 -1 4202496 857 0 0 0 10004 0 0 0 25 0 1 0 867172933 1043271680 595 33554432000 134512640 135663704 4293978976 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13215/statm: 254705 595 113 282 0 254421 0
[pid=13213/tid=13227] ppid=13121 vsize=397404 CPUtime=0 cores=4,6
/proc/13213/task/13227/stat : 13227 (python) S 13121 13121 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867182950 406941696 5949 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453940312000 0 0 -1 6 0 0 0
[pid=13228] ppid=13121 vsize=407480 CPUtime=0.14 cores=4,6
/proc/13228/stat : 13228 (python) S 13121 13121 12976 0 -1 4202560 1079 0 0 0 9 5 0 0 19 0 2 0 867182951 417259520 6006 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13228/statm: 101870 6006 400 364 0 37770 0
[pid=13230] ppid=13228 vsize=249192 CPUtime=99.13 cores=4,6
/proc/13230/stat : 13230 (FH) T 13228 13230 13230 0 -1 4202496 1325 0 0 0 9911 2 0 0 25 0 1 0 867182951 255172608 1059 33554432000 134512640 134936988 4290236464 18446744073709551615 134552080 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13230/statm: 62298 1059 41 104 0 61802 0
[pid=13121/tid=13128] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13128/stat : 13128 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867122858 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13147] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13147/stat : 13147 (python) S 13119 13121 12976 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867132874 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13166] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13166/stat : 13166 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867142891 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13181] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13181/stat : 13181 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867152904 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13196] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13196/stat : 13196 (python) S 13119 13121 12976 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 867162917 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 6 0 0 0
[pid=13121/tid=13214] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13214/stat : 13214 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867172932 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13229] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13229/stat : 13229 (python) S 13119 13121 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867182951 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 7310360



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.01 3.72 2.27 5/243 13342
/proc/meminfo: memFree=31508636/32951124 swapFree=67062492/67111528
[pid=13121] ppid=13119 vsize=427676 CPUtime=1.66 cores=4,6
/proc/13121/stat : 13121 (python) S 13119 13121 12976 0 -1 4202496 17994 933 1 0 155 11 0 0 20 0 9 0 867122673 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13121/statm: 106919 7504 1892 364 0 42816 0
[pid=13127] ppid=13121 vsize=290352 CPUtime=0.12 cores=4,6
/proc/13127/stat : 13127 (python) S 13121 13121 12976 0 -1 4202560 1135 0 0 0 7 5 0 0 19 0 2 0 867122858 297320448 5879 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13127/statm: 72588 5879 415 364 0 8506 0
[pid=13129] ppid=13127 vsize=1018820 CPUtime=100.14 cores=4,6
/proc/13129/stat : 13129 (gnovelty+2) T 13127 13129 13129 0 -1 4202496 861 0 0 0 10014 0 0 0 25 0 1 0 867122858 1043271680 595 33554432000 134512640 135663704 4292735712 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13129/statm: 254705 595 113 282 0 254421 0
[pid=13127/tid=13145] ppid=13121 vsize=290352 CPUtime=0 cores=4,6
/proc/13127/task/13145/stat : 13145 (python) S 13121 13121 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867132873 297320448 5879 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453921345728 0 0 -1 6 0 0 0
[pid=13146] ppid=13121 vsize=290364 CPUtime=0.12 cores=4,6
/proc/13146/stat : 13146 (python) S 13121 13121 12976 0 -1 4202560 1075 0 0 0 7 5 0 0 19 0 2 0 867132874 297332736 5864 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13146/statm: 72591 5864 400 364 0 8506 0
[pid=13148] ppid=13146 vsize=1018820 CPUtime=100.15 cores=4,6
/proc/13148/stat : 13148 (gnovelty+2) T 13146 13148 13148 0 -1 4202496 861 0 0 0 10015 0 0 0 25 0 1 0 867132874 1043271680 595 33554432000 134512640 135663704 4290208128 18446744073709551615 134525002 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13148/statm: 254705 595 113 282 0 254421 0
[pid=13146/tid=13164] ppid=13121 vsize=290364 CPUtime=0 cores=4,6
/proc/13146/task/13164/stat : 13164 (python) S 13121 13121 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867142890 297332736 5864 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453928146240 0 0 -1 6 0 0 0
[pid=13165] ppid=13121 vsize=300700 CPUtime=0.12 cores=4,6
/proc/13165/stat : 13165 (python) S 13121 13121 12976 0 -1 4202560 1079 0 0 0 7 5 0 0 19 0 2 0 867142890 307916800 5868 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13165/statm: 75175 5868 400 364 0 11087 0
[pid=13167] ppid=13165 vsize=419428 CPUtime=100.01 cores=4,6
/proc/13167/stat : 13167 (adaptg2wsat2009) T 13165 13167 13167 0 -1 4202496 1441 0 0 0 10001 0 0 0 25 0 1 0 867142891 429494272 1175 33554432000 134512640 135107411 4292311216 18446744073709551615 134539376 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13167/statm: 104857 1175 59 146 0 103733 0
[pid=13165/tid=13179] ppid=13121 vsize=300700 CPUtime=0 cores=4,6
/proc/13165/task/13179/stat : 13179 (python) S 13121 13121 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867152903 307916800 5868 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453931496768 0 0 -1 6 0 0 0
[pid=13180] ppid=13121 vsize=311048 CPUtime=0.14 cores=4,6
/proc/13180/stat : 13180 (python) S 13121 13121 12976 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867152904 318513152 5892 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13180/statm: 77762 5892 400 364 0 13671 0
[pid=13182] ppid=13180 vsize=419428 CPUtime=99.99 cores=4,6
/proc/13182/stat : 13182 (adaptg2wsat2009) T 13180 13182 13182 0 -1 4202496 1437 0 0 0 9999 0 0 0 25 0 1 0 867152904 429494272 1176 33554432000 134512640 135107411 4287043488 18446744073709551615 134531810 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13182/statm: 104857 1176 59 146 0 103733 0
[pid=13180/tid=13194] ppid=13121 vsize=311048 CPUtime=0 cores=4,6
/proc/13180/task/13194/stat : 13194 (python) S 13121 13121 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867162916 318513152 5892 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604440278213952 0 0 -1 6 0 0 0
[pid=13195] ppid=13121 vsize=321400 CPUtime=0.14 cores=4,6
/proc/13195/stat : 13195 (python) S 13121 13121 12976 0 -1 4202560 1076 0 0 0 8 6 0 0 19 0 2 0 867162917 329113600 5919 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13195/statm: 80350 5919 400 364 0 16256 0
[pid=13197] ppid=13195 vsize=419428 CPUtime=100 cores=4,6
/proc/13197/stat : 13197 (adaptg2wsat2009) T 13195 13197 13197 0 -1 4202496 1440 0 0 0 10000 0 0 0 25 0 1 0 867162918 429494272 1176 33554432000 134512640 135107411 4289881824 18446744073709551615 134531552 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13197/statm: 104857 1176 59 146 0 103733 0
[pid=13195/tid=13212] ppid=13121 vsize=321400 CPUtime=0 cores=4,6
/proc/13195/task/13212/stat : 13212 (python) S 13121 13121 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867172931 329113600 5919 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453926162496 0 0 -1 4 0 0 0
[pid=13213] ppid=13121 vsize=397404 CPUtime=0.15 cores=4,6
/proc/13213/stat : 13213 (python) S 13121 13121 12976 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 867172932 406941696 5949 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13213/statm: 99351 5949 400 364 0 35254 0
[pid=13215] ppid=13213 vsize=1018820 CPUtime=100.04 cores=4,6
/proc/13215/stat : 13215 (gnovelty+2) T 13213 13215 13215 0 -1 4202496 857 0 0 0 10004 0 0 0 25 0 1 0 867172933 1043271680 595 33554432000 134512640 135663704 4293978976 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13215/statm: 254705 595 113 282 0 254421 0
[pid=13213/tid=13227] ppid=13121 vsize=397404 CPUtime=0 cores=4,6
/proc/13213/task/13227/stat : 13227 (python) S 13121 13121 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867182950 406941696 5949 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453940312000 0 0 -1 6 0 0 0
[pid=13228] ppid=13121 vsize=407480 CPUtime=0.14 cores=4,6
/proc/13228/stat : 13228 (python) S 13121 13121 12976 0 -1 4202560 1079 0 0 0 9 5 0 0 19 0 2 0 867182951 417259520 6006 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13228/statm: 101870 6006 400 364 0 37770 0
[pid=13230] ppid=13228 vsize=249192 CPUtime=99.13 cores=4,6
/proc/13230/stat : 13230 (FH) T 13228 13230 13230 0 -1 4202496 1325 0 0 0 9911 2 0 0 25 0 1 0 867182951 255172608 1059 33554432000 134512640 134936988 4290236464 18446744073709551615 134552080 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13230/statm: 62298 1059 41 104 0 61802 0
[pid=13228/tid=13339] ppid=13121 vsize=407480 CPUtime=0 cores=4,6
/proc/13228/task/13339/stat : 13339 (python) S 13121 13121 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867192865 417259520 6006 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 514 18446604453936428160 0 0 -1 6 0 0 0
[pid=13340] ppid=13121 vsize=417976 CPUtime=0 cores=4,6
/proc/13340/stat : 13340 (python) S 13121 13121 12976 0 -1 4202560 838 0 0 0 0 0 0 0 19 0 1 0 867192866 428007424 5960 33554432000 4194304 5683644 140734582216976 18446744073709551615 220816256582 0 0 16781312 514 4402714217136783359 0 0 17 4 0 0 0
/proc/13340/statm: 104494 5960 351 364 0 40391 0
[pid=13342] ppid=13340 vsize=419160 CPUtime=0.87 cores=4,6
/proc/13342/stat : 13342 (adaptg2wsat2009) R 13340 13342 13342 0 -1 4202496 1254 0 0 0 87 0 0 0 23 0 1 0 867192867 429219840 990 33554432000 134512640 135107411 4287940496 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13342/statm: 104790 990 49 146 0 103666 0
[pid=13121/tid=13128] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13128/stat : 13128 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867122858 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13147] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13147/stat : 13147 (python) S 13119 13121 12976 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867132874 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13166] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13166/stat : 13166 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867142891 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13181] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13181/stat : 13181 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867152904 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13196] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13196/stat : 13196 (python) S 13119 13121 12976 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 867162917 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 6 0 0 0
[pid=13121/tid=13214] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13214/stat : 13214 (python) S 13119 13121 12976 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867172932 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13229] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13229/stat : 13229 (python) S 13119 13121 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867182951 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
[pid=13121/tid=13341] ppid=13119 vsize=427676 CPUtime=0 cores=4,6
/proc/13121/task/13341/stat : 13341 (python) S 13119 13121 12976 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 867192867 437940224 7504 33554432000 4194304 5683644 140734582216976 18446744073709551615 220828060081 0 0 16781312 2 18446604453937780928 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.92
Current children cumulated vsize (KiB) 8147496

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 13121 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=558763
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=119981
# CPU time returned by wait4() is 1.67874
# while last known CPU time is 702.92
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 702.863
CPU time (s): 702.92
CPU user time (s): 702.41
CPU system time (s): 0.51
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 8147496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.55876
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19280
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= 2875
involuntary context switches= 51

runsolver used 1.84172 second user time and 2.91656 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 01:04:27
IDJOB=3484075
IDBENCH=82586
IDSOLVER=1975
FILE ID=node147/3484075-1307747067
RUNJOBID= node147-1307746987-12995
PBS_JOBID= 13550813
Free space on /tmp= 73948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S655589261-059-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-3484075-1307747067/watcher-3484075-1307747067 -o /tmp/evaluation-result-3484075-1307747067/solver-3484075-1307747067 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484075-1307747067.cnf -seed 1402461258 -budget 1200

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

MD5SUM BENCH= 7ca36bcba61bdf9cc15c9739d715b3da
RANDOM SEED=1402461258

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31767268 kB
Buffers:         98656 kB
Cached:         780240 kB
SwapCached:      10268 kB
Active:         489780 kB
Inactive:       549668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31767268 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           32296 kB
Writeback:           0 kB
AnonPages:      159188 kB
Mapped:          17372 kB
Slab:            76044 kB
PageTables:       8152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2771232 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= 73916 MiB
End job on node147 at 2011-06-11 01:16:13