Trace number 3377379

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.44 700.675

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S1351005860-011-UNKNOWN.cnf
MD5SUM6a80d43525a755784678c69a1c250bac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.4207
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
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 520000
Number of clauses of size over 50

Solver Data

0.36/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.66	c INFO: solving HOME/instance-3377379-1305452885.cnf
0.36/0.66	c INFO: computing task features
0.54/0.80	c INFO: computed variable-clause graph statistics
0.54/0.80	c INFO: computed clause balance statistics
1.04/1.36	c INFO: computed variable balance statistics
1.34/1.69	c INFO: computed small-clause counts
1.34/1.69	c INFO: computed Horn-clause counts
1.44/1.71	c INFO: computed variable graph statistics
1.44/1.71	c INFO: collected features for HOME/instance-3377379-1305452885.cnf in 1.05 s
1.44/1.73	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.39)
98.99/99.05	c INFO: running gnovelty+2@0 for 97 with 2301 remaining (b = 0.14)
198.53/198.38	c INFO: running adaptg2wsat2009++@0 for 97 with 2202 remaining (b = 0.10)
298.85/298.69	c INFO: running adaptg2wsat2009++@0 for 97 with 2102 remaining (b = 0.08)
399.40/398.99	c INFO: running adaptg2wsat2009++@0 for 97 with 2002 remaining (b = 0.06)
499.72/499.29	c INFO: running gnovelty+2@0 for 97 with 1902 remaining (b = 0.05)
600.17/599.62	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.04)
700.72/699.91	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 remaining (b = 0.04)

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

running on 2 cores: 0,2

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: 5.01 5.03 4.51 5/385 692
/proc/meminfo: memFree=26437952/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=11796 CPUtime=0 cores=0,2
/proc/692/stat : 692 (runsolver) R 690 692 31275 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 656887075 12079104 50 33554432000 4194304 5432360 140734339895232 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/692/statm: 2949 50 30 303 0 2643 0

[startup+0.0746019 s]
/proc/loadavg: 5.01 5.03 4.51 5/385 692
/proc/meminfo: memFree=26437952/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=29788 CPUtime=0.04 cores=0,2
/proc/692/stat : 692 (python) S 690 692 31275 0 -1 4202496 1455 0 0 0 3 1 0 0 25 0 1 0 656887075 30502912 1296 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/692/statm: 7447 1296 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29788

[startup+0.100872 s]
/proc/loadavg: 5.01 5.03 4.51 5/385 692
/proc/meminfo: memFree=26437952/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=54536 CPUtime=0.05 cores=0,2
/proc/692/stat : 692 (python) R 690 692 31275 0 -1 4202496 2071 0 0 0 4 1 0 0 25 0 1 0 656887075 55844864 1828 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204645376 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/692/statm: 13634 1828 492 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.300853 s]
/proc/loadavg: 5.01 5.03 4.51 5/385 692
/proc/meminfo: memFree=26437952/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=135748 CPUtime=0.18 cores=0,2
/proc/692/stat : 692 (python) S 690 692 31275 0 -1 4202496 5969 932 1 0 13 5 0 0 17 0 1 0 656887075 139005952 4149 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204643333 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/692/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.707818 s]
/proc/loadavg: 5.01 5.03 4.51 5/385 692
/proc/meminfo: memFree=26437952/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=280812 CPUtime=0.44 cores=0,2
/proc/692/stat : 692 (python) R 690 692 31275 0 -1 4202496 9877 932 1 0 33 11 0 0 16 0 1 0 656887075 287551488 7552 33554432000 4194304 5683644 140733891666176 18446744073709551615 4602978 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/692/statm: 70203 7552 1761 364 0 6127 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280812

[startup+1.50071 s]
/proc/loadavg: 5.01 5.03 4.51 6/386 697
/proc/meminfo: memFree=26410168/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=284128 CPUtime=1.24 cores=0,2
/proc/692/stat : 692 (python) R 690 692 31275 0 -1 4202496 11463 932 1 0 112 12 0 0 17 0 1 0 656887075 290947072 8418 33554432000 4194304 5683644 140733891666176 18446744073709551615 4539665 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/692/statm: 71032 8418 1827 364 0 6956 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 284128

[startup+3.10044 s]
/proc/loadavg: 5.01 5.03 4.51 6/389 700
/proc/meminfo: memFree=26407292/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=291480 CPUtime=1.47 cores=0,2
/proc/692/stat : 692 (python) S 690 692 31275 0 -1 4202496 11823 932 1 0 135 12 0 0 19 0 2 0 656887075 298475520 7735 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/692/statm: 72870 7735 1869 364 0 8788 0
[pid=698] ppid=692 vsize=281236 CPUtime=0 cores=0,2
/proc/698/stat : 698 (python) S 692 692 31275 0 -1 4202560 721 0 0 0 0 0 0 0 18 0 1 0 656887248 287985664 6216 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204667407 0 0 16781312 514 1078410079788564737 0 0 17 2 0 0 0
/proc/698/statm: 70309 6216 354 364 0 6227 0
[pid=700] ppid=698 vsize=1018676 CPUtime=1.36 cores=0,2
/proc/700/stat : 700 (gnovelty+2) R 698 700 700 0 -1 4202496 770 0 0 0 136 0 0 0 23 0 1 0 656887248 1043124224 508 33554432000 134512640 135663704 4290116384 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/700/statm: 254669 508 113 282 0 254385 0
[pid=692/tid=699] ppid=690 vsize=291480 CPUtime=0 cores=0,2
/proc/692/task/699/stat : 699 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 656887248 298475520 7735 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1591392

[startup+6.30087 s]
/proc/loadavg: 5.01 5.03 4.52 6/389 700
/proc/meminfo: memFree=26408576/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=291480 CPUtime=1.47 cores=0,2
/proc/692/stat : 692 (python) S 690 692 31275 0 -1 4202496 11823 932 1 0 135 12 0 0 19 0 2 0 656887075 298475520 7735 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/692/statm: 72870 7735 1869 364 0 8788 0
[pid=698] ppid=692 vsize=281236 CPUtime=0.01 cores=0,2
/proc/698/stat : 698 (python) S 692 692 31275 0 -1 4202560 967 0 0 0 0 1 0 0 18 0 1 0 656887248 287985664 6244 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204667407 0 0 16781312 514 1078410079788564737 0 0 17 2 0 0 0
/proc/698/statm: 70309 6244 382 364 0 6227 0
[pid=700] ppid=698 vsize=1018676 CPUtime=4.56 cores=0,2
/proc/700/stat : 700 (gnovelty+2) R 698 700 700 0 -1 4202496 770 0 0 0 456 0 0 0 25 0 1 0 656887248 1043124224 508 33554432000 134512640 135663704 4290116384 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/700/statm: 254669 508 113 282 0 254385 0
[pid=692/tid=699] ppid=690 vsize=291480 CPUtime=0 cores=0,2
/proc/692/task/699/stat : 699 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 656887248 298475520 7735 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 1591392

[startup+12.7008 s]
/proc/loadavg: 5.01 5.03 4.52 6/389 700
/proc/meminfo: memFree=26407244/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=291480 CPUtime=1.47 cores=0,2
/proc/692/stat : 692 (python) S 690 692 31275 0 -1 4202496 11823 932 1 0 135 12 0 0 19 0 2 0 656887075 298475520 7735 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/692/statm: 72870 7735 1869 364 0 8788 0
[pid=698] ppid=692 vsize=281236 CPUtime=0.02 cores=0,2
/proc/698/stat : 698 (python) S 692 692 31275 0 -1 4202560 970 0 0 0 1 1 0 0 18 0 1 0 656887248 287985664 6244 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204667407 0 0 16781312 514 7354905957077319937 0 0 17 2 0 0 0
/proc/698/statm: 70309 6244 382 364 0 6227 0
[pid=700] ppid=698 vsize=1018676 CPUtime=10.96 cores=0,2
/proc/700/stat : 700 (gnovelty+2) R 698 700 700 0 -1 4202496 770 0 0 0 1096 0 0 0 25 0 1 0 656887248 1043124224 508 33554432000 134512640 135663704 4290116384 18446744073709551615 134525107 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/700/statm: 254669 508 113 282 0 254385 0
[pid=692/tid=699] ppid=690 vsize=291480 CPUtime=0 cores=0,2
/proc/692/task/699/stat : 699 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 656887248 298475520 7735 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1591392

[startup+25.5007 s]
/proc/loadavg: 5.17 5.06 4.54 6/389 700
/proc/meminfo: memFree=26407288/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=291480 CPUtime=1.47 cores=0,2
/proc/692/stat : 692 (python) S 690 692 31275 0 -1 4202496 11823 932 1 0 135 12 0 0 19 0 2 0 656887075 298475520 7735 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/692/statm: 72870 7735 1869 364 0 8788 0
[pid=698] ppid=692 vsize=281236 CPUtime=0.06 cores=0,2
/proc/698/stat : 698 (python) S 692 692 31275 0 -1 4202560 975 0 0 0 3 3 0 0 18 0 1 0 656887248 287985664 6244 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204667407 0 0 16781312 514 7354905957077319937 0 0 17 2 0 0 0
/proc/698/statm: 70309 6244 382 364 0 6227 0
[pid=700] ppid=698 vsize=1018676 CPUtime=23.76 cores=0,2
/proc/700/stat : 700 (gnovelty+2) R 698 700 700 0 -1 4202496 770 0 0 0 2376 0 0 0 25 0 1 0 656887248 1043124224 508 33554432000 134512640 135663704 4290116384 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/700/statm: 254669 508 113 282 0 254385 0
[pid=692/tid=699] ppid=690 vsize=291480 CPUtime=0 cores=0,2
/proc/692/task/699/stat : 699 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 656887248 298475520 7735 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 1591392

[startup+51.1004 s]
/proc/loadavg: 5.11 5.06 4.55 6/389 701
/proc/meminfo: memFree=26407020/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=291480 CPUtime=1.47 cores=0,2
/proc/692/stat : 692 (python) S 690 692 31275 0 -1 4202496 11823 932 1 0 135 12 0 0 19 0 2 0 656887075 298475520 7735 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/692/statm: 72870 7735 1869 364 0 8788 0
[pid=698] ppid=692 vsize=281236 CPUtime=0.12 cores=0,2
/proc/698/stat : 698 (python) S 692 692 31275 0 -1 4202560 987 0 0 0 6 6 0 0 18 0 1 0 656887248 287985664 6244 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204667407 0 0 16781312 514 7354905957077319937 0 0 17 2 0 0 0
/proc/698/statm: 70309 6244 382 364 0 6227 0
[pid=700] ppid=698 vsize=1018676 CPUtime=49.36 cores=0,2
/proc/700/stat : 700 (gnovelty+2) R 698 700 700 0 -1 4202496 770 0 0 0 4936 0 0 0 25 0 1 0 656887248 1043124224 508 33554432000 134512640 135663704 4290116384 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/700/statm: 254669 508 113 282 0 254385 0
[pid=692/tid=699] ppid=690 vsize=291480 CPUtime=0 cores=0,2
/proc/692/task/699/stat : 699 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 656887248 298475520 7735 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1591392

[startup+102.314 s]
/proc/loadavg: 5.14 5.07 4.58 6/401 714
/proc/meminfo: memFree=26361476/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=301736 CPUtime=1.48 cores=0,2
/proc/692/stat : 692 (python) S 690 692 31275 0 -1 4202496 12693 932 1 0 136 12 0 0 20 0 3 0 656887075 308977664 7767 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/692/statm: 75434 7767 1880 364 0 11349 0
[pid=698] ppid=692 vsize=291480 CPUtime=0.27 cores=0,2
/proc/698/stat : 698 (python) S 692 692 31275 0 -1 4202560 1146 0 0 0 15 12 0 0 19 0 2 0 656887248 298475520 6282 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/698/statm: 72870 6282 415 364 0 8788 0
[pid=700] ppid=698 vsize=1018676 CPUtime=97.3 cores=0,2
/proc/700/stat : 700 (gnovelty+2) T 698 700 700 0 -1 4202496 770 0 0 0 9730 0 0 0 25 0 1 0 656887248 1043124224 508 33554432000 134512640 135663704 4290116384 18446744073709551615 134546893 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/700/statm: 254669 508 113 282 0 254385 0
[pid=698/tid=711] ppid=692 vsize=291480 CPUtime=0 cores=0,2
/proc/698/task/711/stat : 711 (python) S 692 692 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656896979 298475520 6282 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604440278878272 0 0 -1 2 0 0 0
[pid=712] ppid=692 vsize=291492 CPUtime=0 cores=0,2
/proc/712/stat : 712 (python) S 692 692 31275 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 656896980 298487808 6231 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204667462 0 0 16781312 514 554243474891702532 0 0 17 2 0 0 0
/proc/712/statm: 72873 6231 348 364 0 8788 0
[pid=714] ppid=712 vsize=1018676 CPUtime=3.24 cores=0,2
/proc/714/stat : 714 (gnovelty+2) R 712 714 714 0 -1 4202496 772 0 0 0 324 0 0 0 25 0 1 0 656896981 1043124224 508 33554432000 134512640 135663704 4294839616 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/714/statm: 254669 508 113 282 0 254385 0
[pid=692/tid=699] ppid=690 vsize=301736 CPUtime=0 cores=0,2
/proc/692/task/699/stat : 699 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 3 0 656887248 308977664 7767 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=713] ppid=690 vsize=301736 CPUtime=0 cores=0,2
/proc/692/task/713/stat : 713 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 656896981 308977664 7767 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2922060

[startup+162.301 s]
/proc/loadavg: 5.08 5.07 4.61 6/410 725
/proc/meminfo: memFree=26306604/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=301736 CPUtime=1.48 cores=0,2
/proc/692/stat : 692 (python) S 690 692 31275 0 -1 4202496 12693 932 1 0 136 12 0 0 20 0 3 0 656887075 308977664 7767 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/692/statm: 75434 7767 1880 364 0 11349 0
[pid=698] ppid=692 vsize=291480 CPUtime=0.27 cores=0,2
/proc/698/stat : 698 (python) S 692 692 31275 0 -1 4202560 1146 0 0 0 15 12 0 0 19 0 2 0 656887248 298475520 6282 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/698/statm: 72870 6282 415 364 0 8788 0
[pid=700] ppid=698 vsize=1018676 CPUtime=97.3 cores=0,2
/proc/700/stat : 700 (gnovelty+2) T 698 700 700 0 -1 4202496 770 0 0 0 9730 0 0 0 25 0 1 0 656887248 1043124224 508 33554432000 134512640 135663704 4290116384 18446744073709551615 134546893 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/700/statm: 254669 508 113 282 0 254385 0
[pid=698/tid=711] ppid=692 vsize=291480 CPUtime=0 cores=0,2
/proc/698/task/711/stat : 711 (python) S 692 692 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656896979 298475520 6282 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604440278878272 0 0 -1 2 0 0 0
[pid=712] ppid=692 vsize=291492 CPUtime=0.17 cores=0,2

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

/proc/712/statm: 72873 6284 400 364 0 8788 0
[pid=714] ppid=712 vsize=1018676 CPUtime=99.3 cores=0,2
/proc/714/stat : 714 (gnovelty+2) T 712 714 714 0 -1 4202496 772 0 0 0 9930 0 0 0 25 0 1 0 656896981 1043124224 508 33554432000 134512640 135663704 4294839616 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/714/statm: 254669 508 113 282 0 254385 0
[pid=712/tid=727] ppid=692 vsize=291492 CPUtime=0 cores=0,2
/proc/712/task/727/stat : 727 (python) S 692 692 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656906912 298487808 6284 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604453041738112 0 0 -1 2 0 0 0
[pid=728] ppid=692 vsize=301748 CPUtime=0.3 cores=0,2
/proc/728/stat : 728 (python) S 692 692 31275 0 -1 4202560 1085 0 0 0 15 15 0 0 19 0 2 0 656906913 308989952 6288 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/728/statm: 75437 6288 400 364 0 11349 0
[pid=730] ppid=728 vsize=419584 CPUtime=99.99 cores=0,2
/proc/730/stat : 730 (adaptg2wsat2009) T 728 730 730 0 -1 4202496 1472 0 0 0 9998 1 0 0 25 0 1 0 656906913 429654016 1206 33554432000 134512640 135107411 4291039136 18446744073709551615 134531615 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/730/statm: 104896 1206 59 146 0 103772 0
[pid=728/tid=738] ppid=692 vsize=301748 CPUtime=0 cores=0,2
/proc/728/task/738/stat : 738 (python) S 692 692 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656916942 308989952 6288 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604449699771712 0 0 -1 2 0 0 0
[pid=739] ppid=692 vsize=312236 CPUtime=0.28 cores=0,2
/proc/739/stat : 739 (python) S 692 692 31275 0 -1 4202560 1087 0 0 0 17 11 0 0 19 0 2 0 656916944 319729664 6333 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/739/statm: 78059 6333 400 364 0 13968 0
[pid=741] ppid=739 vsize=419584 CPUtime=100.27 cores=0,2
/proc/741/stat : 741 (adaptg2wsat2009) T 739 741 741 0 -1 4202496 1472 0 0 0 10027 0 0 0 25 0 1 0 656916944 429654016 1207 33554432000 134512640 135107411 4294267520 18446744073709551615 134532336 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/741/statm: 104896 1207 59 146 0 103772 0
[pid=739/tid=756] ppid=692 vsize=312236 CPUtime=0 cores=0,2
/proc/739/task/756/stat : 756 (python) S 692 692 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656926972 319729664 6333 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604447750191040 0 0 -1 2 0 0 0
[pid=757] ppid=692 vsize=322492 CPUtime=0.29 cores=0,2
/proc/757/stat : 757 (python) S 692 692 31275 0 -1 4202560 1099 0 0 0 15 14 0 0 19 0 2 0 656926974 330231808 6337 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/757/statm: 80623 6337 400 364 0 16529 0
[pid=759] ppid=757 vsize=419584 CPUtime=99.99 cores=0,2
/proc/759/stat : 759 (adaptg2wsat2009) T 757 759 759 0 -1 4202496 1470 0 0 0 9999 0 0 0 25 0 1 0 656926974 429654016 1205 33554432000 134512640 135107411 4289650080 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/759/statm: 104896 1205 59 146 0 103772 0
[pid=757/tid=804] ppid=692 vsize=322492 CPUtime=0 cores=0,2
/proc/757/task/804/stat : 804 (python) S 692 692 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656937003 330231808 6337 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604451084124416 0 0 -1 2 0 0 0
[pid=805] ppid=692 vsize=333248 CPUtime=0.28 cores=0,2
/proc/805/stat : 805 (python) S 692 692 31275 0 -1 4202560 1095 0 0 0 16 12 0 0 19 0 2 0 656937004 341245952 6466 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/805/statm: 83312 6466 399 364 0 19215 0
[pid=807] ppid=805 vsize=1018676 CPUtime=100.09 cores=0,2
/proc/807/stat : 807 (gnovelty+2) T 805 807 807 0 -1 4202496 775 0 0 0 10009 0 0 0 25 0 1 0 656937005 1043124224 508 33554432000 134512640 135663704 4288612848 18446744073709551615 134525465 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/807/statm: 254669 508 113 282 0 254385 0
[pid=805/tid=814] ppid=692 vsize=333248 CPUtime=0 cores=0,2
/proc/805/task/814/stat : 814 (python) S 692 692 31275 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656947035 341245952 6466 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604451084125312 0 0 -1 2 0 0 0
[pid=815] ppid=692 vsize=409040 CPUtime=0.1 cores=0,2
/proc/815/stat : 815 (python) S 692 692 31275 0 -1 4202560 819 0 0 0 5 5 0 0 18 0 1 0 656947037 418856960 6613 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204667462 0 0 16781312 514 7354905957077319937 0 0 17 2 0 0 0
/proc/815/statm: 102260 6613 371 364 0 38160 0
[pid=817] ppid=815 vsize=249476 CPUtime=42.68 cores=0,2
/proc/817/stat : 817 (FH) R 815 817 817 0 -1 4202496 1392 0 0 0 4268 0 0 0 25 0 1 0 656947037 255463424 1135 33554432000 134512640 134936988 4289740544 18446744073709551615 134545214 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/817/statm: 62369 1135 41 104 0 61873 0
[pid=692/tid=699] ppid=690 vsize=419284 CPUtime=0 cores=0,2
/proc/692/task/699/stat : 699 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 8 0 656887248 429346816 8136 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=713] ppid=690 vsize=419284 CPUtime=0 cores=0,2
/proc/692/task/713/stat : 713 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 656896981 429346816 8136 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=729] ppid=690 vsize=419284 CPUtime=0 cores=0,2
/proc/692/task/729/stat : 729 (python) S 690 692 31275 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 8 0 656906913 429346816 8136 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=740] ppid=690 vsize=419284 CPUtime=0 cores=0,2
/proc/692/task/740/stat : 740 (python) S 690 692 31275 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 8 0 656916944 429346816 8136 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=758] ppid=690 vsize=419284 CPUtime=0 cores=0,2
/proc/692/task/758/stat : 758 (python) S 690 692 31275 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 656926974 429346816 8136 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=806] ppid=690 vsize=419284 CPUtime=0 cores=0,2
/proc/692/task/806/stat : 806 (python) S 690 692 31275 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 8 0 656937005 429346816 8136 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=816] ppid=690 vsize=419284 CPUtime=0 cores=0,2
/proc/692/task/816/stat : 816 (python) S 690 692 31275 0 -1 4202560 100 932 0 0 0 0 0 0 20 0 8 0 656947037 429346816 8136 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 642.97
Current children cumulated vsize (KiB) 7245276



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+700.602 s]
/proc/loadavg: 3.05 3.90 4.32 5/402 824
/proc/meminfo: memFree=26471008/32951124 swapFree=63649232/67111528
[pid=692] ppid=690 vsize=429540 CPUtime=1.58 cores=0,2
/proc/692/stat : 692 (python) S 690 692 31275 0 -1 4202496 17716 932 1 0 144 14 0 0 19 0 9 0 656887075 439848960 8154 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/692/statm: 107385 8154 1892 364 0 43282 0
[pid=698] ppid=692 vsize=291480 CPUtime=0.27 cores=0,2
/proc/698/stat : 698 (python) S 692 692 31275 0 -1 4202560 1146 0 0 0 15 12 0 0 19 0 2 0 656887248 298475520 6282 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/698/statm: 72870 6282 415 364 0 8788 0
[pid=700] ppid=698 vsize=1018676 CPUtime=97.3 cores=0,2
/proc/700/stat : 700 (gnovelty+2) T 698 700 700 0 -1 4202496 770 0 0 0 9730 0 0 0 25 0 1 0 656887248 1043124224 508 33554432000 134512640 135663704 4290116384 18446744073709551615 134546893 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/700/statm: 254669 508 113 282 0 254385 0
[pid=698/tid=711] ppid=692 vsize=291480 CPUtime=0 cores=0,2
/proc/698/task/711/stat : 711 (python) S 692 692 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656896979 298475520 6282 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604440278878272 0 0 -1 2 0 0 0
[pid=712] ppid=692 vsize=291492 CPUtime=0.27 cores=0,2
/proc/712/stat : 712 (python) S 692 692 31275 0 -1 4202560 1066 0 0 0 14 13 0 0 19 0 2 0 656896980 298487808 6284 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/712/statm: 72873 6284 400 364 0 8788 0
[pid=714] ppid=712 vsize=1018676 CPUtime=99.3 cores=0,2
/proc/714/stat : 714 (gnovelty+2) T 712 714 714 0 -1 4202496 772 0 0 0 9930 0 0 0 25 0 1 0 656896981 1043124224 508 33554432000 134512640 135663704 4294839616 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/714/statm: 254669 508 113 282 0 254385 0
[pid=712/tid=727] ppid=692 vsize=291492 CPUtime=0 cores=0,2
/proc/712/task/727/stat : 727 (python) S 692 692 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656906912 298487808 6284 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604453041738112 0 0 -1 2 0 0 0
[pid=728] ppid=692 vsize=301748 CPUtime=0.3 cores=0,2
/proc/728/stat : 728 (python) S 692 692 31275 0 -1 4202560 1085 0 0 0 15 15 0 0 19 0 2 0 656906913 308989952 6288 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/728/statm: 75437 6288 400 364 0 11349 0
[pid=730] ppid=728 vsize=419584 CPUtime=99.99 cores=0,2
/proc/730/stat : 730 (adaptg2wsat2009) T 728 730 730 0 -1 4202496 1472 0 0 0 9998 1 0 0 25 0 1 0 656906913 429654016 1206 33554432000 134512640 135107411 4291039136 18446744073709551615 134531615 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/730/statm: 104896 1206 59 146 0 103772 0
[pid=728/tid=738] ppid=692 vsize=301748 CPUtime=0 cores=0,2
/proc/728/task/738/stat : 738 (python) S 692 692 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656916942 308989952 6288 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604449699771712 0 0 -1 2 0 0 0
[pid=739] ppid=692 vsize=312236 CPUtime=0.28 cores=0,2
/proc/739/stat : 739 (python) S 692 692 31275 0 -1 4202560 1087 0 0 0 17 11 0 0 19 0 2 0 656916944 319729664 6333 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/739/statm: 78059 6333 400 364 0 13968 0
[pid=741] ppid=739 vsize=419584 CPUtime=100.27 cores=0,2
/proc/741/stat : 741 (adaptg2wsat2009) T 739 741 741 0 -1 4202496 1472 0 0 0 10027 0 0 0 25 0 1 0 656916944 429654016 1207 33554432000 134512640 135107411 4294267520 18446744073709551615 134532336 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/741/statm: 104896 1207 59 146 0 103772 0
[pid=739/tid=756] ppid=692 vsize=312236 CPUtime=0 cores=0,2
/proc/739/task/756/stat : 756 (python) S 692 692 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656926972 319729664 6333 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604447750191040 0 0 -1 2 0 0 0
[pid=757] ppid=692 vsize=322492 CPUtime=0.29 cores=0,2
/proc/757/stat : 757 (python) S 692 692 31275 0 -1 4202560 1099 0 0 0 15 14 0 0 19 0 2 0 656926974 330231808 6337 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/757/statm: 80623 6337 400 364 0 16529 0
[pid=759] ppid=757 vsize=419584 CPUtime=99.99 cores=0,2
/proc/759/stat : 759 (adaptg2wsat2009) T 757 759 759 0 -1 4202496 1470 0 0 0 9999 0 0 0 25 0 1 0 656926974 429654016 1205 33554432000 134512640 135107411 4289650080 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/759/statm: 104896 1205 59 146 0 103772 0
[pid=757/tid=804] ppid=692 vsize=322492 CPUtime=0 cores=0,2
/proc/757/task/804/stat : 804 (python) S 692 692 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656937003 330231808 6337 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604451084124416 0 0 -1 2 0 0 0
[pid=805] ppid=692 vsize=333248 CPUtime=0.28 cores=0,2
/proc/805/stat : 805 (python) S 692 692 31275 0 -1 4202560 1095 0 0 0 16 12 0 0 19 0 2 0 656937004 341245952 6466 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/805/statm: 83312 6466 399 364 0 19215 0
[pid=807] ppid=805 vsize=1018676 CPUtime=100.09 cores=0,2
/proc/807/stat : 807 (gnovelty+2) T 805 807 807 0 -1 4202496 775 0 0 0 10009 0 0 0 25 0 1 0 656937005 1043124224 508 33554432000 134512640 135663704 4288612848 18446744073709551615 134525465 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/807/statm: 254669 508 113 282 0 254385 0
[pid=805/tid=814] ppid=692 vsize=333248 CPUtime=0 cores=0,2
/proc/805/task/814/stat : 814 (python) S 692 692 31275 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656947035 341245952 6466 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604451084125312 0 0 -1 2 0 0 0
[pid=815] ppid=692 vsize=409040 CPUtime=0.27 cores=0,2
/proc/815/stat : 815 (python) S 692 692 31275 0 -1 4202560 1055 0 0 0 14 13 0 0 19 0 2 0 656947037 418856960 6643 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/815/statm: 102260 6643 400 364 0 38160 0
[pid=817] ppid=815 vsize=249476 CPUtime=100.26 cores=0,2
/proc/817/stat : 817 (FH) T 815 817 817 0 -1 4202496 1392 0 0 0 10026 0 0 0 25 0 1 0 656947037 255463424 1135 33554432000 134512640 134936988 4289740544 18446744073709551615 134552507 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/817/statm: 62369 1135 41 104 0 61873 0
[pid=815/tid=821] ppid=692 vsize=409040 CPUtime=0 cores=0,2
/proc/815/task/821/stat : 821 (python) S 692 692 31275 0 -1 4202560 126 0 0 0 0 0 0 0 19 0 2 0 656957064 418856960 6643 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 514 18446604443423885312 0 0 -1 2 0 0 0
[pid=822] ppid=692 vsize=419296 CPUtime=0 cores=0,2
/proc/822/stat : 822 (python) S 692 692 31275 0 -1 4202560 757 0 0 0 0 0 0 0 19 0 1 0 656957066 429359104 6608 33554432000 4194304 5683644 140733891666176 18446744073709551615 210204667462 0 0 16781312 514 7561526461341892607 0 0 17 2 0 0 0
/proc/822/statm: 104824 6608 350 364 0 40721 0
[pid=824] ppid=822 vsize=419584 CPUtime=0.7 cores=0,2
/proc/824/stat : 824 (adaptg2wsat2009) R 822 824 824 0 -1 4202496 1468 0 0 0 70 0 0 0 22 0 1 0 656957066 429654016 1206 33554432000 134512640 135107411 4289865664 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/824/statm: 104896 1206 59 146 0 103772 0
[pid=692/tid=699] ppid=690 vsize=429540 CPUtime=0 cores=0,2
/proc/692/task/699/stat : 699 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 656887248 439848960 8154 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=713] ppid=690 vsize=429540 CPUtime=0 cores=0,2
/proc/692/task/713/stat : 713 (python) S 690 692 31275 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656896981 439848960 8154 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=729] ppid=690 vsize=429540 CPUtime=0 cores=0,2
/proc/692/task/729/stat : 729 (python) S 690 692 31275 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 656906913 439848960 8154 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=740] ppid=690 vsize=429540 CPUtime=0 cores=0,2
/proc/692/task/740/stat : 740 (python) S 690 692 31275 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 656916944 439848960 8154 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=758] ppid=690 vsize=429540 CPUtime=0 cores=0,2
/proc/692/task/758/stat : 758 (python) S 690 692 31275 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 656926974 439848960 8154 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=806] ppid=690 vsize=429540 CPUtime=0 cores=0,2
/proc/692/task/806/stat : 806 (python) S 690 692 31275 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656937005 439848960 8154 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=816] ppid=690 vsize=429540 CPUtime=0 cores=0,2
/proc/692/task/816/stat : 816 (python) S 690 692 31275 0 -1 4202560 100 932 0 0 0 0 0 0 20 0 9 0 656947037 439848960 8154 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
[pid=692/tid=823] ppid=690 vsize=429540 CPUtime=0 cores=0,2
/proc/692/task/823/stat : 823 (python) S 690 692 31275 0 -1 4202560 34 932 0 0 0 0 0 0 20 0 9 0 656957066 439848960 8154 33554432000 4194304 5683644 140733891666176 18446744073709551615 210216470961 0 0 16781312 2 18446604450340766848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.44
Current children cumulated vsize (KiB) 8094412

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

Real time (s): 700.675
CPU time (s): 701.44
CPU user time (s): 700.39
CPU system time (s): 1.05
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 8094412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.45678
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19046
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= 2861
involuntary context switches= 41

runsolver used 2.82057 second user time and 5.69513 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 11:48:06
IDJOB=3377379
IDBENCH=82688
IDSOLVER=1857
FILE ID=node130/3377379-1305452885
RUNJOBID= node130-1305451278-32330
PBS_JOBID= 13324842
Free space on /tmp= 73248 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S1351005860-011-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-3377379-1305452885/watcher-3377379-1305452885 -o /tmp/evaluation-result-3377379-1305452885/solver-3377379-1305452885 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377379-1305452885.cnf -seed 712967825 -budget 2400

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

MD5SUM BENCH= 6a80d43525a755784678c69a1c250bac
RANDOM SEED=712967825

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26438232 kB
Buffers:        285928 kB
Cached:        4191888 kB
SwapCached:      10248 kB
Active:        2242268 kB
Inactive:      3976748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26438232 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           60976 kB
Writeback:           0 kB
AnonPages:     1739440 kB
Mapped:          25656 kB
Slab:           190128 kB
PageTables:      39920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81943624 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= 73344 MiB
End job on node130 at 2011-05-15 11:59:48