Trace number 3377385

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) 702.91 702.877

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S1116436500-050-UNKNOWN.cnf
MD5SUMcfa9ddae87a68697f7100e24d97d7728
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.41/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/0.50	c INFO: solving HOME/instance-3377385-1305452932.cnf
0.41/0.50	c INFO: computing task features
0.51/0.60	c INFO: computed variable-clause graph statistics
0.51/0.61	c INFO: computed clause balance statistics
1.21/1.36	c INFO: computed variable balance statistics
1.51/1.65	c INFO: computed small-clause counts
1.51/1.65	c INFO: computed Horn-clause counts
1.51/1.68	c INFO: computed variable graph statistics
1.51/1.68	c INFO: collected features for HOME/instance-3377385-1305452932.cnf in 1.21 s
1.51/1.69	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
101.76/101.98	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.09/202.29	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
300.65/300.58	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.07)
400.93/400.86	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.05)
501.22/501.15	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.04)
601.52/601.46	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.03)
701.80/701.73	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 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.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-3377385-1305452932/watcher-3377385-1305452932 -o /tmp/evaluation-result-3377385-1305452932/solver-3377385-1305452932 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377385-1305452932.cnf -seed 749700175 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.21 3.93 3.51 6/357 535
/proc/meminfo: memFree=27115588/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=14820 CPUtime=0 cores=5,7
/proc/535/stat : 535 (python) R 533 535 24378 0 -1 4202496 509 0 0 0 0 0 0 0 25 0 1 0 656891968 15175680 417 33554432000 4194304 5683644 140735326699456 18446744073709551615 5107708 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/535/statm: 3705 420 259 364 0 192 0

[startup+0.0862561 s]
/proc/loadavg: 4.21 3.93 3.51 6/357 535
/proc/meminfo: memFree=27115588/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=93960 CPUtime=0.06 cores=5,7
/proc/535/stat : 535 (python) S 533 535 24378 0 -1 4202496 2694 0 0 0 4 2 0 0 17 0 1 0 656891968 96215040 2407 33554432000 4194304 5683644 140735326699456 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/535/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.100252 s]
/proc/loadavg: 4.21 3.93 3.51 6/357 535
/proc/meminfo: memFree=27115588/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=104220 CPUtime=0.07 cores=5,7
/proc/535/stat : 535 (python) R 533 535 24378 0 -1 4202496 3047 0 0 0 5 2 0 0 17 0 1 0 656891968 106721280 2732 33554432000 4194304 5683644 140735326699456 18446744073709551615 268272687104 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/535/statm: 26055 2732 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300159 s]
/proc/loadavg: 4.21 3.93 3.51 6/357 535
/proc/meminfo: memFree=27115588/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=187692 CPUtime=0.24 cores=5,7
/proc/535/stat : 535 (python) S 533 535 24378 0 -1 4202496 6834 935 1 0 18 6 0 0 18 0 1 0 656891968 192196608 4885 33554432000 4194304 5683644 140735326699456 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/535/statm: 46923 4885 1399 364 0 3724 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187692

[startup+0.701091 s]
/proc/loadavg: 4.21 3.93 3.51 6/357 535
/proc/meminfo: memFree=27115588/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=283976 CPUtime=0.61 cores=5,7
/proc/535/stat : 535 (python) R 533 535 24378 0 -1 4202496 11753 935 1 0 52 9 0 0 18 0 1 0 656891968 290791424 8379 33554432000 4194304 5683644 140735326699456 18446744073709551615 47078058624425 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/535/statm: 70994 8379 1826 364 0 6918 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 283976

[startup+1.50095 s]
/proc/loadavg: 4.21 3.93 3.51 7/358 540
/proc/meminfo: memFree=27087632/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=283976 CPUtime=1.41 cores=5,7
/proc/535/stat : 535 (python) R 533 535 24378 0 -1 4202496 11754 935 1 0 132 9 0 0 20 0 1 0 656891968 290791424 8380 33554432000 4194304 5683644 140735326699456 18446744073709551615 47078056032811 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/535/statm: 70994 8380 1827 364 0 6918 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 283976

[startup+3.10066 s]
/proc/loadavg: 4.21 3.93 3.51 7/361 543
/proc/meminfo: memFree=27087484/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=289868 CPUtime=1.6 cores=5,7
/proc/535/stat : 535 (python) S 533 535 24378 0 -1 4202496 12103 935 1 0 151 9 0 0 23 0 2 0 656891968 296824832 7340 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/535/statm: 72467 7340 1877 364 0 8385 0
[pid=541] ppid=535 vsize=280108 CPUtime=0 cores=5,7
/proc/541/stat : 541 (python) S 535 535 24378 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 656892137 286830592 5815 33554432000 4194304 5683644 140735326699456 18446744073709551615 268272709135 0 0 16781312 514 2390052410056737029 0 0 17 5 0 0 0
/proc/541/statm: 70027 5815 355 364 0 5945 0
[pid=543] ppid=541 vsize=1018820 CPUtime=1.39 cores=5,7
/proc/543/stat : 543 (gnovelty+2) R 541 543 543 0 -1 4202496 857 0 0 0 139 0 0 0 25 0 1 0 656892138 1043271680 595 33554432000 134512640 135663704 4290375408 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/543/statm: 254705 595 113 282 0 254421 0
[pid=535/tid=542] ppid=533 vsize=289868 CPUtime=0 cores=5,7
/proc/535/task/542/stat : 542 (python) S 533 535 24378 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 2 0 656892138 296824832 7340 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1588796

[startup+6.30109 s]
/proc/loadavg: 4.35 3.97 3.52 7/361 543
/proc/meminfo: memFree=27087272/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=289868 CPUtime=1.6 cores=5,7
/proc/535/stat : 535 (python) S 533 535 24378 0 -1 4202496 12103 935 1 0 151 9 0 0 23 0 2 0 656891968 296824832 7340 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/535/statm: 72467 7340 1877 364 0 8385 0
[pid=541] ppid=535 vsize=280108 CPUtime=0.01 cores=5,7
/proc/541/stat : 541 (python) S 535 535 24378 0 -1 4202560 965 0 0 0 0 1 0 0 18 0 1 0 656892137 286830592 5843 33554432000 4194304 5683644 140735326699456 18446744073709551615 268272709135 0 0 16781312 514 2390052410056737029 0 0 17 5 0 0 0
/proc/541/statm: 70027 5843 383 364 0 5945 0
[pid=543] ppid=541 vsize=1018820 CPUtime=4.57 cores=5,7
/proc/543/stat : 543 (gnovelty+2) R 541 543 543 0 -1 4202496 857 0 0 0 457 0 0 0 25 0 1 0 656892138 1043271680 595 33554432000 134512640 135663704 4290375408 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/543/statm: 254705 595 113 282 0 254421 0
[pid=535/tid=542] ppid=533 vsize=289868 CPUtime=0 cores=5,7
/proc/535/task/542/stat : 542 (python) S 533 535 24378 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 2 0 656892138 296824832 7340 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1588796

[startup+12.701 s]
/proc/loadavg: 4.40 3.98 3.53 7/365 547
/proc/meminfo: memFree=27044072/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=289868 CPUtime=1.6 cores=5,7
/proc/535/stat : 535 (python) S 533 535 24378 0 -1 4202496 12103 935 1 0 151 9 0 0 23 0 2 0 656891968 296824832 7340 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/535/statm: 72467 7340 1877 364 0 8385 0
[pid=541] ppid=535 vsize=280108 CPUtime=0.02 cores=5,7
/proc/541/stat : 541 (python) S 535 535 24378 0 -1 4202560 967 0 0 0 1 1 0 0 18 0 1 0 656892137 286830592 5843 33554432000 4194304 5683644 140735326699456 18446744073709551615 268272709135 0 0 16781312 514 3729613810160337157 0 0 17 5 0 0 0
/proc/541/statm: 70027 5843 383 364 0 5945 0
[pid=543] ppid=541 vsize=1018820 CPUtime=10.95 cores=5,7
/proc/543/stat : 543 (gnovelty+2) R 541 543 543 0 -1 4202496 857 0 0 0 1095 0 0 0 25 0 1 0 656892138 1043271680 595 33554432000 134512640 135663704 4290375408 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/543/statm: 254705 595 113 282 0 254421 0
[pid=535/tid=542] ppid=533 vsize=289868 CPUtime=0 cores=5,7
/proc/535/task/542/stat : 542 (python) S 533 535 24378 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 2 0 656892138 296824832 7340 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1588796

[startup+25.5007 s]
/proc/loadavg: 4.53 4.03 3.55 6/365 547
/proc/meminfo: memFree=27044816/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=289868 CPUtime=1.6 cores=5,7
/proc/535/stat : 535 (python) S 533 535 24378 0 -1 4202496 12103 935 1 0 151 9 0 0 23 0 2 0 656891968 296824832 7340 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/535/statm: 72467 7340 1877 364 0 8385 0
[pid=541] ppid=535 vsize=280108 CPUtime=0.05 cores=5,7
/proc/541/stat : 541 (python) S 535 535 24378 0 -1 4202560 972 0 0 0 2 3 0 0 18 0 1 0 656892137 286830592 5843 33554432000 4194304 5683644 140735326699456 18446744073709551615 268272709135 0 0 16781312 514 3729613810160337157 0 0 17 5 0 0 0
/proc/541/statm: 70027 5843 383 364 0 5945 0
[pid=543] ppid=541 vsize=1018820 CPUtime=23.71 cores=5,7
/proc/543/stat : 543 (gnovelty+2) R 541 543 543 0 -1 4202496 857 0 0 0 2371 0 0 0 25 0 1 0 656892138 1043271680 595 33554432000 134512640 135663704 4290375408 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/543/statm: 254705 595 113 282 0 254421 0
[pid=535/tid=542] ppid=533 vsize=289868 CPUtime=0 cores=5,7
/proc/535/task/542/stat : 542 (python) S 533 535 24378 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 2 0 656892138 296824832 7340 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1588796

[startup+51.1011 s]
/proc/loadavg: 4.69 4.11 3.59 7/369 552
/proc/meminfo: memFree=27039468/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=289868 CPUtime=1.6 cores=5,7
/proc/535/stat : 535 (python) S 533 535 24378 0 -1 4202496 12103 935 1 0 151 9 0 0 23 0 2 0 656891968 296824832 7340 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/535/statm: 72467 7340 1877 364 0 8385 0
[pid=541] ppid=535 vsize=280108 CPUtime=0.11 cores=5,7
/proc/541/stat : 541 (python) S 535 535 24378 0 -1 4202560 984 0 0 0 5 6 0 0 18 0 1 0 656892137 286830592 5843 33554432000 4194304 5683644 140735326699456 18446744073709551615 268272709135 0 0 16781312 514 3729613810160337157 0 0 17 5 0 0 0
/proc/541/statm: 70027 5843 383 364 0 5945 0
[pid=543] ppid=541 vsize=1018820 CPUtime=49.26 cores=5,7
/proc/543/stat : 543 (gnovelty+2) R 541 543 543 0 -1 4202496 857 0 0 0 4926 0 0 0 25 0 1 0 656892138 1043271680 595 33554432000 134512640 135663704 4290375408 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/543/statm: 254705 595 113 282 0 254421 0
[pid=535/tid=542] ppid=533 vsize=289868 CPUtime=0 cores=5,7
/proc/535/task/542/stat : 542 (python) S 533 535 24378 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 2 0 656892138 296824832 7340 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1588796

[startup+102.313 s]
/proc/loadavg: 4.90 4.26 3.67 7/377 562
/proc/meminfo: memFree=27025820/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=300124 CPUtime=1.62 cores=5,7
/proc/535/stat : 535 (python) S 533 535 24378 0 -1 4202496 12972 935 1 0 153 9 0 0 20 0 3 0 656891968 307326976 7347 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/535/statm: 75031 7347 1880 364 0 10946 0
[pid=541] ppid=535 vsize=290352 CPUtime=0.24 cores=5,7
/proc/541/stat : 541 (python) S 535 535 24378 0 -1 4202560 1146 0 0 0 12 12 0 0 19 0 2 0 656892137 297320448 5880 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/541/statm: 72588 5880 415 364 0 8506 0
[pid=543] ppid=541 vsize=1018820 CPUtime=99.99 cores=5,7
/proc/543/stat : 543 (gnovelty+2) T 541 543 543 0 -1 4202496 857 0 0 0 9999 0 0 0 25 0 1 0 656892138 1043271680 595 33554432000 134512640 135663704 4290375408 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/543/statm: 254705 595 113 282 0 254421 0
[pid=541/tid=559] ppid=535 vsize=290352 CPUtime=0 cores=5,7
/proc/541/task/559/stat : 559 (python) S 535 535 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656902165 297320448 5880 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604466354072576 0 0 -1 7 0 0 0
[pid=560] ppid=535 vsize=290364 CPUtime=0 cores=5,7
/proc/560/stat : 560 (python) S 535 535 24378 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 656902167 297332736 5813 33554432000 4194304 5683644 140735326699456 18446744073709551615 268272709190 0 0 16781312 514 4483096213708603391 0 0 17 5 0 0 0
/proc/560/statm: 72591 5813 349 364 0 8506 0
[pid=562] ppid=560 vsize=1018820 CPUtime=0.31 cores=5,7
/proc/562/stat : 562 (gnovelty+2) R 560 562 562 0 -1 4202496 861 0 0 0 31 0 0 0 21 0 1 0 656902167 1043271680 596 33554432000 134512640 135663704 4288112784 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/562/statm: 254705 596 113 282 0 254421 0
[pid=535/tid=542] ppid=533 vsize=300124 CPUtime=0 cores=5,7
/proc/535/task/542/stat : 542 (python) S 533 535 24378 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 3 0 656892138 307326976 7347 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=561] ppid=533 vsize=300124 CPUtime=0 cores=5,7
/proc/535/task/561/stat : 561 (python) S 533 535 24378 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 656902167 307326976 7347 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 2918480

[startup+162.301 s]
/proc/loadavg: 4.96 4.39 3.75 6/382 568
/proc/meminfo: memFree=27014220/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=300124 CPUtime=1.62 cores=5,7
/proc/535/stat : 535 (python) S 533 535 24378 0 -1 4202496 12972 935 1 0 153 9 0 0 20 0 3 0 656891968 307326976 7347 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/535/statm: 75031 7347 1880 364 0 10946 0
[pid=541] ppid=535 vsize=290352 CPUtime=0.24 cores=5,7
/proc/541/stat : 541 (python) S 535 535 24378 0 -1 4202560 1146 0 0 0 12 12 0 0 19 0 2 0 656892137 297320448 5880 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/541/statm: 72588 5880 415 364 0 8506 0
[pid=543] ppid=541 vsize=1018820 CPUtime=99.99 cores=5,7
/proc/543/stat : 543 (gnovelty+2) T 541 543 543 0 -1 4202496 857 0 0 0 9999 0 0 0 25 0 1 0 656892138 1043271680 595 33554432000 134512640 135663704 4290375408 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/543/statm: 254705 595 113 282 0 254421 0
[pid=541/tid=559] ppid=535 vsize=290352 CPUtime=0 cores=5,7
/proc/541/task/559/stat : 559 (python) S 535 535 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656902165 297320448 5880 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604466354072576 0 0 -1 7 0 0 0
[pid=560] ppid=535 vsize=290364 CPUtime=0.15 cores=5,7

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

/proc/560/statm: 72591 5865 400 364 0 8506 0
[pid=562] ppid=560 vsize=1018820 CPUtime=100.07 cores=5,7
/proc/562/stat : 562 (gnovelty+2) T 560 562 562 0 -1 4202496 861 0 0 0 10007 0 0 0 25 0 1 0 656902167 1043271680 596 33554432000 134512640 135663704 4288112784 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/562/statm: 254705 596 113 282 0 254421 0
[pid=560/tid=574] ppid=535 vsize=290364 CPUtime=0 cores=5,7
/proc/560/task/574/stat : 574 (python) S 535 535 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656912196 297332736 5865 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604471136364608 0 0 -1 7 0 0 0
[pid=575] ppid=535 vsize=300700 CPUtime=0.27 cores=5,7
/proc/575/stat : 575 (python) S 535 535 24378 0 -1 4202560 1078 0 0 0 15 12 0 0 19 0 2 0 656912197 307916800 5869 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/575/statm: 75175 5869 400 364 0 11087 0
[pid=577] ppid=575 vsize=419428 CPUtime=98.27 cores=5,7
/proc/577/stat : 577 (adaptg2wsat2009) T 575 577 577 0 -1 4202496 1438 0 0 0 9827 0 0 0 25 0 1 0 656912198 429494272 1175 33554432000 134512640 135107411 4291070848 18446744073709551615 134531508 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/577/statm: 104857 1175 59 146 0 103733 0
[pid=575/tid=585] ppid=535 vsize=300700 CPUtime=0 cores=5,7
/proc/575/task/585/stat : 585 (python) S 535 535 24378 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656922026 307916800 5869 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604468354245760 0 0 -1 7 0 0 0
[pid=586] ppid=535 vsize=311048 CPUtime=0.27 cores=5,7
/proc/586/stat : 586 (python) S 535 535 24378 0 -1 4202560 1092 0 0 0 16 11 0 0 19 0 2 0 656922027 318513152 5893 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/586/statm: 77762 5893 400 364 0 13671 0
[pid=588] ppid=586 vsize=419428 CPUtime=99.97 cores=5,7
/proc/588/stat : 588 (adaptg2wsat2009) T 586 588 588 0 -1 4202496 1443 0 0 0 9997 0 0 0 25 0 1 0 656922027 429494272 1176 33554432000 134512640 135107411 4291821952 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/588/statm: 104857 1176 59 146 0 103733 0
[pid=586/tid=612] ppid=535 vsize=311048 CPUtime=0 cores=5,7
/proc/586/task/612/stat : 612 (python) S 535 535 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656932053 318513152 5893 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604468977775808 0 0 -1 7 0 0 0
[pid=613] ppid=535 vsize=321400 CPUtime=0.27 cores=5,7
/proc/613/stat : 613 (python) S 535 535 24378 0 -1 4202560 1087 0 0 0 14 13 0 0 19 0 2 0 656932055 329113600 5920 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/613/statm: 80350 5920 400 364 0 16256 0
[pid=615] ppid=613 vsize=419428 CPUtime=99.98 cores=5,7
/proc/615/stat : 615 (adaptg2wsat2009) T 613 615 615 0 -1 4202496 1441 0 0 0 9998 0 0 0 25 0 1 0 656932055 429494272 1176 33554432000 134512640 135107411 4290999584 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/615/statm: 104857 1176 59 146 0 103733 0
[pid=613/tid=649] ppid=535 vsize=321400 CPUtime=0 cores=5,7
/proc/613/task/649/stat : 649 (python) S 535 535 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656942082 329113600 5920 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604456516567424 0 0 -1 7 0 0 0
[pid=650] ppid=535 vsize=331560 CPUtime=0.26 cores=5,7
/proc/650/stat : 650 (python) S 535 535 24378 0 -1 4202560 1094 0 0 0 12 14 0 0 19 0 2 0 656942083 339517440 5948 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/650/statm: 82890 5948 400 364 0 18793 0
[pid=652] ppid=650 vsize=1018820 CPUtime=100.04 cores=5,7
/proc/652/stat : 652 (gnovelty+2) T 650 652 652 0 -1 4202496 863 0 0 0 10004 0 0 0 25 0 1 0 656942084 1043271680 596 33554432000 134512640 135663704 4289840336 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/652/statm: 254705 596 113 282 0 254421 0
[pid=650/tid=661] ppid=535 vsize=331560 CPUtime=0 cores=5,7
/proc/650/task/661/stat : 661 (python) S 535 535 24378 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656952113 339517440 5948 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604458862775296 0 0 -1 7 0 0 0
[pid=662] ppid=535 vsize=341972 CPUtime=0.27 cores=5,7
/proc/662/stat : 662 (python) S 535 535 24378 0 -1 4202560 1087 0 0 0 14 13 0 0 19 0 2 0 656952114 350179328 5952 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/662/statm: 85493 5952 400 364 0 21393 0
[pid=664] ppid=662 vsize=249196 CPUtime=99.98 cores=5,7
/proc/664/stat : 664 (FH) T 662 664 664 0 -1 4202496 1322 0 0 0 9998 0 0 0 25 0 1 0 656952115 255176704 1059 33554432000 134512640 134936988 4287751968 18446744073709551615 134553579 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/664/statm: 62299 1059 41 104 0 61803 0
[pid=535/tid=542] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/542/stat : 542 (python) S 533 535 24378 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 9 0 656892138 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=561] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/561/stat : 561 (python) S 533 535 24378 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656902167 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=576] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/576/stat : 576 (python) S 533 535 24378 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656912197 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 7 0 0 0
[pid=535/tid=587] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/587/stat : 587 (python) S 533 535 24378 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 656922027 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=614] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/614/stat : 614 (python) S 533 535 24378 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 656932055 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=651] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/651/stat : 651 (python) S 533 535 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 656942084 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=663] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/663/stat : 663 (python) S 533 535 24378 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656952114 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 701.84
Current children cumulated vsize (KiB) 7113324



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.08 4.43 4.11 6/420 678
/proc/meminfo: memFree=26859388/32950928 swapFree=60199044/67111528
[pid=535] ppid=533 vsize=361988 CPUtime=1.7 cores=5,7
/proc/535/stat : 535 (python) S 533 535 24378 0 -1 4202496 18149 935 1 0 160 10 0 0 20 0 9 0 656891968 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/535/statm: 90497 7465 1892 364 0 26394 0
[pid=541] ppid=535 vsize=290352 CPUtime=0.24 cores=5,7
/proc/541/stat : 541 (python) S 535 535 24378 0 -1 4202560 1146 0 0 0 12 12 0 0 19 0 2 0 656892137 297320448 5880 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/541/statm: 72588 5880 415 364 0 8506 0
[pid=543] ppid=541 vsize=1018820 CPUtime=99.99 cores=5,7
/proc/543/stat : 543 (gnovelty+2) T 541 543 543 0 -1 4202496 857 0 0 0 9999 0 0 0 25 0 1 0 656892138 1043271680 595 33554432000 134512640 135663704 4290375408 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/543/statm: 254705 595 113 282 0 254421 0
[pid=541/tid=559] ppid=535 vsize=290352 CPUtime=0 cores=5,7
/proc/541/task/559/stat : 559 (python) S 535 535 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656902165 297320448 5880 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604466354072576 0 0 -1 7 0 0 0
[pid=560] ppid=535 vsize=290364 CPUtime=0.26 cores=5,7
/proc/560/stat : 560 (python) S 535 535 24378 0 -1 4202560 1056 0 0 0 13 13 0 0 19 0 2 0 656902167 297332736 5865 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/560/statm: 72591 5865 400 364 0 8506 0
[pid=562] ppid=560 vsize=1018820 CPUtime=100.07 cores=5,7
/proc/562/stat : 562 (gnovelty+2) T 560 562 562 0 -1 4202496 861 0 0 0 10007 0 0 0 25 0 1 0 656902167 1043271680 596 33554432000 134512640 135663704 4288112784 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/562/statm: 254705 596 113 282 0 254421 0
[pid=560/tid=574] ppid=535 vsize=290364 CPUtime=0 cores=5,7
/proc/560/task/574/stat : 574 (python) S 535 535 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656912196 297332736 5865 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604471136364608 0 0 -1 7 0 0 0
[pid=575] ppid=535 vsize=300700 CPUtime=0.27 cores=5,7
/proc/575/stat : 575 (python) S 535 535 24378 0 -1 4202560 1078 0 0 0 15 12 0 0 19 0 2 0 656912197 307916800 5869 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/575/statm: 75175 5869 400 364 0 11087 0
[pid=577] ppid=575 vsize=419428 CPUtime=98.27 cores=5,7
/proc/577/stat : 577 (adaptg2wsat2009) T 575 577 577 0 -1 4202496 1438 0 0 0 9827 0 0 0 25 0 1 0 656912198 429494272 1175 33554432000 134512640 135107411 4291070848 18446744073709551615 134531508 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/577/statm: 104857 1175 59 146 0 103733 0
[pid=575/tid=585] ppid=535 vsize=300700 CPUtime=0 cores=5,7
/proc/575/task/585/stat : 585 (python) S 535 535 24378 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656922026 307916800 5869 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604468354245760 0 0 -1 7 0 0 0
[pid=586] ppid=535 vsize=311048 CPUtime=0.27 cores=5,7
/proc/586/stat : 586 (python) S 535 535 24378 0 -1 4202560 1092 0 0 0 16 11 0 0 19 0 2 0 656922027 318513152 5893 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/586/statm: 77762 5893 400 364 0 13671 0
[pid=588] ppid=586 vsize=419428 CPUtime=99.97 cores=5,7
/proc/588/stat : 588 (adaptg2wsat2009) T 586 588 588 0 -1 4202496 1443 0 0 0 9997 0 0 0 25 0 1 0 656922027 429494272 1176 33554432000 134512640 135107411 4291821952 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/588/statm: 104857 1176 59 146 0 103733 0
[pid=586/tid=612] ppid=535 vsize=311048 CPUtime=0 cores=5,7
/proc/586/task/612/stat : 612 (python) S 535 535 24378 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656932053 318513152 5893 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604468977775808 0 0 -1 7 0 0 0
[pid=613] ppid=535 vsize=321400 CPUtime=0.27 cores=5,7
/proc/613/stat : 613 (python) S 535 535 24378 0 -1 4202560 1087 0 0 0 14 13 0 0 19 0 2 0 656932055 329113600 5920 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/613/statm: 80350 5920 400 364 0 16256 0
[pid=615] ppid=613 vsize=419428 CPUtime=99.98 cores=5,7
/proc/615/stat : 615 (adaptg2wsat2009) T 613 615 615 0 -1 4202496 1441 0 0 0 9998 0 0 0 25 0 1 0 656932055 429494272 1176 33554432000 134512640 135107411 4290999584 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/615/statm: 104857 1176 59 146 0 103733 0
[pid=613/tid=649] ppid=535 vsize=321400 CPUtime=0 cores=5,7
/proc/613/task/649/stat : 649 (python) S 535 535 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656942082 329113600 5920 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604456516567424 0 0 -1 7 0 0 0
[pid=650] ppid=535 vsize=331560 CPUtime=0.26 cores=5,7
/proc/650/stat : 650 (python) S 535 535 24378 0 -1 4202560 1094 0 0 0 12 14 0 0 19 0 2 0 656942083 339517440 5948 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/650/statm: 82890 5948 400 364 0 18793 0
[pid=652] ppid=650 vsize=1018820 CPUtime=100.04 cores=5,7
/proc/652/stat : 652 (gnovelty+2) T 650 652 652 0 -1 4202496 863 0 0 0 10004 0 0 0 25 0 1 0 656942084 1043271680 596 33554432000 134512640 135663704 4289840336 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/652/statm: 254705 596 113 282 0 254421 0
[pid=650/tid=661] ppid=535 vsize=331560 CPUtime=0 cores=5,7
/proc/650/task/661/stat : 661 (python) S 535 535 24378 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656952113 339517440 5948 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604458862775296 0 0 -1 7 0 0 0
[pid=662] ppid=535 vsize=341972 CPUtime=0.27 cores=5,7
/proc/662/stat : 662 (python) S 535 535 24378 0 -1 4202560 1087 0 0 0 14 13 0 0 19 0 2 0 656952114 350179328 5952 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/662/statm: 85493 5952 400 364 0 21393 0
[pid=664] ppid=662 vsize=249196 CPUtime=99.98 cores=5,7
/proc/664/stat : 664 (FH) T 662 664 664 0 -1 4202496 1322 0 0 0 9998 0 0 0 25 0 1 0 656952115 255176704 1059 33554432000 134512640 134936988 4287751968 18446744073709551615 134553579 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/664/statm: 62299 1059 41 104 0 61803 0
[pid=662/tid=675] ppid=535 vsize=341972 CPUtime=0 cores=5,7
/proc/662/task/675/stat : 675 (python) S 535 535 24378 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656962141 350179328 5952 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 514 18446604463481103424 0 0 -1 5 0 0 0
[pid=676] ppid=535 vsize=352348 CPUtime=0 cores=5,7
/proc/676/stat : 676 (python) S 535 535 24378 0 -1 4202560 800 0 0 0 0 0 0 0 18 0 1 0 656962142 360804352 5925 33554432000 4194304 5683644 140735326699456 18446744073709551615 268272709190 0 0 16781312 514 996869747716915199 0 0 17 7 0 0 0
/proc/676/statm: 88087 5925 355 364 0 23984 0
[pid=678] ppid=676 vsize=419160 CPUtime=1.07 cores=5,7
/proc/678/stat : 678 (adaptg2wsat2009) R 676 678 678 0 -1 4202496 1261 0 0 0 107 0 0 0 24 0 1 0 656962142 429219840 992 33554432000 134512640 135107411 4293411264 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/678/statm: 104790 992 49 146 0 103666 0
[pid=535/tid=542] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/542/stat : 542 (python) S 533 535 24378 0 -1 4202560 26 935 0 0 0 0 0 0 23 0 9 0 656892138 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=561] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/561/stat : 561 (python) S 533 535 24378 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656902167 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=576] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/576/stat : 576 (python) S 533 535 24378 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656912197 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 7 0 0 0
[pid=535/tid=587] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/587/stat : 587 (python) S 533 535 24378 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 656922027 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=614] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/614/stat : 614 (python) S 533 535 24378 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 656932055 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=651] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/651/stat : 651 (python) S 533 535 24378 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 656942084 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
[pid=535/tid=663] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/663/stat : 663 (python) S 533 535 24378 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656952114 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 7 0 0 0
[pid=535/tid=677] ppid=533 vsize=361988 CPUtime=0 cores=5,7
/proc/535/task/677/stat : 677 (python) S 533 535 24378 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656962142 370675712 7465 33554432000 4194304 5683644 140735326699456 18446744073709551615 268284512689 0 0 16781312 2 18446604468994025280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.91
Current children cumulated vsize (KiB) 7884832

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

Real time (s): 702.877
CPU time (s): 702.91
CPU user time (s): 701.93
CPU system time (s): 0.98
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 7884832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.61875
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19590
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1003
involuntary context switches= 28

runsolver used 2.71559 second user time and 5.9241 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 11:48:52
IDJOB=3377385
IDBENCH=82694
IDSOLVER=1857
FILE ID=node122/3377385-1305452932
RUNJOBID= node122-1305452222-32572
PBS_JOBID= 13324864
Free space on /tmp= 73388 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S1116436500-050-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-3377385-1305452932/watcher-3377385-1305452932 -o /tmp/evaluation-result-3377385-1305452932/solver-3377385-1305452932 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377385-1305452932.cnf -seed 749700175 -budget 2400

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

MD5SUM BENCH= cfa9ddae87a68697f7100e24d97d7728
RANDOM SEED=749700175

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27115620 kB
Buffers:        302652 kB
Cached:        3902360 kB
SwapCached:      50104 kB
Active:        1524004 kB
Inactive:      4076848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27115620 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           66244 kB
Writeback:           0 kB
AnonPages:     1356916 kB
Mapped:          22676 kB
Slab:           130384 kB
PageTables:      38896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 65120284 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= 73392 MiB
End job on node122 at 2011-05-15 12:00:37