Trace number 3484188

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S871131876-087-UNKNOWN.cnf
MD5SUM637b75113dde2f4a15dbf158341be921
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.8421
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
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 525000
Number of clauses of size over 50

Solver Data

0.34/0.52	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.52	c INFO: solving HOME/instance-3484188-1307748228.cnf
0.34/0.52	c INFO: computing task features
0.42/0.65	c INFO: computed variable-clause graph statistics
0.42/0.65	c INFO: computed clause balance statistics
1.03/1.26	c INFO: computed variable balance statistics
1.33/1.59	c INFO: computed small-clause counts
1.43/1.60	c INFO: computed Horn-clause counts
1.43/1.62	c INFO: computed variable graph statistics
1.43/1.62	c INFO: collected features for HOME/instance-3484188-1307748228.cnf in 1.10 s
1.43/1.63	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
101.64/101.80	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.14)
200.85/200.96	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.09)
300.96/301.09	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
401.14/401.23	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.06)
501.22/501.38	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.05)
601.43/601.56	c INFO: running FH@0 for 97 with 599 remaining (b = 0.04)
701.64/701.72	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.00 4.08 3.47 4/242 14145
/proc/meminfo: memFree=30408140/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=15756 CPUtime=0 cores=5,7
/proc/14145/stat : 14145 (python) S 14143 14145 13569 0 -1 4202496 840 0 0 0 0 0 0 0 25 0 1 0 886420791 16134144 723 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/14145/statm: 3939 723 334 364 0 426 0

[startup+0.010722 s]
/proc/loadavg: 4.00 4.08 3.47 4/242 14145
/proc/meminfo: memFree=30408140/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=15780 CPUtime=0 cores=5,7
/proc/14145/stat : 14145 (python) R 14143 14145 13569 0 -1 4202496 936 0 0 0 0 0 0 0 25 0 1 0 886420791 16158720 814 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122712064 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/14145/statm: 3945 814 356 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+0.100728 s]
/proc/loadavg: 4.00 4.08 3.47 4/242 14145
/proc/meminfo: memFree=30408140/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=96956 CPUtime=0.05 cores=5,7
/proc/14145/stat : 14145 (python) R 14143 14145 13569 0 -1 4202496 2817 0 0 0 4 1 0 0 17 0 1 0 886420791 99282944 2520 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122400464 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14145/statm: 24239 2521 790 364 0 1687 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 96956

[startup+0.300713 s]
/proc/loadavg: 4.00 4.08 3.47 4/242 14145
/proc/meminfo: memFree=30408140/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=135900 CPUtime=0.19 cores=5,7
/proc/14145/stat : 14145 (python) R 14143 14145 13569 0 -1 4202496 6054 935 1 0 15 4 0 0 17 0 1 0 886420791 139161600 4187 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122709861 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14145/statm: 33975 4187 1032 364 0 3161 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135900

[startup+0.700615 s]
/proc/loadavg: 4.00 4.08 3.47 4/242 14145
/proc/meminfo: memFree=30408140/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=285816 CPUtime=0.53 cores=5,7
/proc/14145/stat : 14145 (python) R 14143 14145 13569 0 -1 4202496 12070 935 1 0 45 8 0 0 17 0 1 0 886420791 292675584 8838 33554432000 4194304 5683644 140735308150320 18446744073709551615 47232820248877 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14145/statm: 71454 8838 1826 364 0 7378 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 285816

[startup+1.50048 s]
/proc/loadavg: 4.00 4.08 3.47 5/243 14150
/proc/meminfo: memFree=30379016/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=285816 CPUtime=1.33 cores=5,7
/proc/14145/stat : 14145 (python) R 14143 14145 13569 0 -1 4202496 12071 935 1 0 125 8 0 0 18 0 1 0 886420791 292675584 8839 33554432000 4194304 5683644 140735308150320 18446744073709551615 47232852761387 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14145/statm: 71454 8839 1827 364 0 7378 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 285816

[startup+3.10118 s]
/proc/loadavg: 4.00 4.08 3.47 5/246 14153
/proc/meminfo: memFree=30378496/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=292296 CPUtime=1.47 cores=5,7
/proc/14145/stat : 14145 (python) S 14143 14145 13569 0 -1 4202496 12441 935 1 0 139 8 0 0 20 0 2 0 886420791 299311104 7946 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14145/statm: 73074 7946 1877 364 0 8992 0
[pid=14151] ppid=14145 vsize=282052 CPUtime=0 cores=5,7
/proc/14151/stat : 14151 (python) S 14145 14145 13569 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 886420955 288821248 6419 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122734095 0 0 16781312 514 9437724856641618181 0 0 17 5 0 0 0
/proc/14151/statm: 70513 6419 354 364 0 6431 0
[pid=14153] ppid=14151 vsize=1018800 CPUtime=1.45 cores=5,7
/proc/14153/stat : 14153 (gnovelty+2) R 14151 14153 14153 0 -1 4202496 866 0 0 0 145 0 0 0 25 0 1 0 886420955 1043251200 602 33554432000 134512640 135663704 4291587392 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14153/statm: 254700 602 113 282 0 254416 0
[pid=14145/tid=14152] ppid=14143 vsize=292296 CPUtime=0 cores=5,7
/proc/14145/task/14152/stat : 14152 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886420955 299311104 7946 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 1593148

[startup+6.30057 s]
/proc/loadavg: 4.00 4.08 3.47 4/217 14154
/proc/meminfo: memFree=30733256/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=292296 CPUtime=1.47 cores=5,7
/proc/14145/stat : 14145 (python) S 14143 14145 13569 0 -1 4202496 12441 935 1 0 139 8 0 0 20 0 2 0 886420791 299311104 7946 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14145/statm: 73074 7946 1877 364 0 8992 0
[pid=14151] ppid=14145 vsize=282052 CPUtime=0 cores=5,7
/proc/14151/stat : 14151 (python) S 14145 14145 13569 0 -1 4202560 865 0 0 0 0 0 0 0 18 0 1 0 886420955 288821248 6442 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122734095 0 0 16781312 514 9437724856641618181 0 0 17 5 0 0 0
/proc/14151/statm: 70513 6442 377 364 0 6431 0
[pid=14153] ppid=14151 vsize=1018800 CPUtime=4.64 cores=5,7
/proc/14153/stat : 14153 (gnovelty+2) R 14151 14153 14153 0 -1 4202496 866 0 0 0 464 0 0 0 25 0 1 0 886420955 1043251200 602 33554432000 134512640 135663704 4291587392 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14153/statm: 254700 602 113 282 0 254416 0
[pid=14145/tid=14152] ppid=14143 vsize=292296 CPUtime=0 cores=5,7
/proc/14145/task/14152/stat : 14152 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886420955 299311104 7946 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 1593148

[startup+12.7004 s]
/proc/loadavg: 4.00 4.08 3.48 5/222 14200
/proc/meminfo: memFree=30707776/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=292296 CPUtime=1.47 cores=5,7
/proc/14145/stat : 14145 (python) S 14143 14145 13569 0 -1 4202496 12441 935 1 0 139 8 0 0 20 0 2 0 886420791 299311104 7946 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14145/statm: 73074 7946 1877 364 0 8992 0
[pid=14151] ppid=14145 vsize=282052 CPUtime=0 cores=5,7
/proc/14151/stat : 14151 (python) S 14145 14145 13569 0 -1 4202560 867 0 0 0 0 0 0 0 18 0 1 0 886420955 288821248 6442 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122734095 0 0 16781312 514 5326966710807265541 0 0 17 5 0 0 0
/proc/14151/statm: 70513 6442 377 364 0 6431 0
[pid=14153] ppid=14151 vsize=1018800 CPUtime=11.02 cores=5,7
/proc/14153/stat : 14153 (gnovelty+2) R 14151 14153 14153 0 -1 4202496 866 0 0 0 1102 0 0 0 25 0 1 0 886420955 1043251200 602 33554432000 134512640 135663704 4291587392 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14153/statm: 254700 602 113 282 0 254416 0
[pid=14145/tid=14152] ppid=14143 vsize=292296 CPUtime=0 cores=5,7
/proc/14145/task/14152/stat : 14152 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886420955 299311104 7946 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 1593148

[startup+25.5011 s]
/proc/loadavg: 4.00 4.07 3.48 5/222 14200
/proc/meminfo: memFree=30707856/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=292296 CPUtime=1.47 cores=5,7
/proc/14145/stat : 14145 (python) S 14143 14145 13569 0 -1 4202496 12441 935 1 0 139 8 0 0 20 0 2 0 886420791 299311104 7946 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14145/statm: 73074 7946 1877 364 0 8992 0
[pid=14151] ppid=14145 vsize=282052 CPUtime=0.02 cores=5,7
/proc/14151/stat : 14151 (python) S 14145 14145 13569 0 -1 4202560 872 0 0 0 1 1 0 0 18 0 1 0 886420955 288821248 6442 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122734095 0 0 16781312 514 5326966710807265541 0 0 17 5 0 0 0
/proc/14151/statm: 70513 6442 377 364 0 6431 0
[pid=14153] ppid=14151 vsize=1018800 CPUtime=23.82 cores=5,7
/proc/14153/stat : 14153 (gnovelty+2) R 14151 14153 14153 0 -1 4202496 866 0 0 0 2382 0 0 0 25 0 1 0 886420955 1043251200 602 33554432000 134512640 135663704 4291587392 18446744073709551615 134524566 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14153/statm: 254700 602 113 282 0 254416 0
[pid=14145/tid=14152] ppid=14143 vsize=292296 CPUtime=0 cores=5,7
/proc/14145/task/14152/stat : 14152 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886420955 299311104 7946 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 1593148

[startup+51.1005 s]
/proc/loadavg: 4.07 4.08 3.50 5/222 14201
/proc/meminfo: memFree=30708152/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=292296 CPUtime=1.47 cores=5,7
/proc/14145/stat : 14145 (python) S 14143 14145 13569 0 -1 4202496 12441 935 1 0 139 8 0 0 20 0 2 0 886420791 299311104 7946 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14145/statm: 73074 7946 1877 364 0 8992 0
[pid=14151] ppid=14145 vsize=282052 CPUtime=0.06 cores=5,7
/proc/14151/stat : 14151 (python) S 14145 14145 13569 0 -1 4202560 884 0 0 0 3 3 0 0 18 0 1 0 886420955 288821248 6442 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122734095 0 0 16781312 514 5326966710807265541 0 0 17 5 0 0 0
/proc/14151/statm: 70513 6442 377 364 0 6431 0
[pid=14153] ppid=14151 vsize=1018800 CPUtime=49.39 cores=5,7
/proc/14153/stat : 14153 (gnovelty+2) R 14151 14153 14153 0 -1 4202496 866 0 0 0 4939 0 0 0 25 0 1 0 886420955 1043251200 602 33554432000 134512640 135663704 4291587392 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14153/statm: 254700 602 113 282 0 254416 0
[pid=14145/tid=14152] ppid=14143 vsize=292296 CPUtime=0 cores=5,7
/proc/14145/task/14152/stat : 14152 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886420955 299311104 7946 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 1593148

[startup+102.307 s]
/proc/loadavg: 4.03 4.07 3.53 5/234 14214
/proc/meminfo: memFree=30683492/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=302552 CPUtime=1.47 cores=5,7
/proc/14145/stat : 14145 (python) S 14143 14145 13569 0 -1 4202496 13285 935 1 0 139 8 0 0 20 0 3 0 886420791 309813248 7953 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14145/statm: 75638 7953 1880 364 0 11553 0
[pid=14151] ppid=14145 vsize=292296 CPUtime=0.13 cores=5,7
/proc/14151/stat : 14151 (python) S 14145 14145 13569 0 -1 4202560 1145 0 0 0 7 6 0 0 19 0 2 0 886420955 299311104 6485 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14151/statm: 73074 6485 415 364 0 8992 0
[pid=14153] ppid=14151 vsize=1018800 CPUtime=100.04 cores=5,7
/proc/14153/stat : 14153 (gnovelty+2) T 14151 14153 14153 0 -1 4202496 866 0 0 0 10004 0 0 0 25 0 1 0 886420955 1043251200 602 33554432000 134512640 135663704 4291587392 18446744073709551615 134545566 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14153/statm: 254700 602 113 282 0 254416 0
[pid=14151/tid=14211] ppid=14145 vsize=292296 CPUtime=0 cores=5,7
/proc/14151/task/14211/stat : 14211 (python) S 14145 14145 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886430970 299311104 6485 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604463700019392 0 0 -1 7 0 0 0
[pid=14212] ppid=14145 vsize=292308 CPUtime=0 cores=5,7
/proc/14212/stat : 14212 (python) S 14145 14145 13569 0 -1 4202560 741 0 0 0 0 0 0 0 19 0 1 0 886430971 299323392 6417 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122734150 0 0 16781312 514 974321238132391935 0 0 17 7 0 0 0
/proc/14212/statm: 73077 6417 348 364 0 8992 0
[pid=14214] ppid=14212 vsize=1018800 CPUtime=0.5 cores=5,7
/proc/14214/stat : 14214 (gnovelty+2) R 14212 14214 14214 0 -1 4202496 867 0 0 0 50 0 0 0 18 0 1 0 886430971 1043251200 603 33554432000 134512640 135663704 4293312608 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14214/statm: 254700 603 113 282 0 254416 0
[pid=14145/tid=14152] ppid=14143 vsize=302552 CPUtime=0 cores=5,7
/proc/14145/task/14152/stat : 14152 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886420955 309813248 7953 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
[pid=14145/tid=14213] ppid=14143 vsize=302552 CPUtime=0 cores=5,7
/proc/14145/task/14213/stat : 14213 (python) S 14143 14145 13569 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 3 0 886430971 309813248 7953 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 2924756

[startup+162.3 s]
/proc/loadavg: 4.05 4.07 3.56 5/238 14220
/proc/meminfo: memFree=30675160/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=302552 CPUtime=1.47 cores=5,7
/proc/14145/stat : 14145 (python) S 14143 14145 13569 0 -1 4202496 13285 935 1 0 139 8 0 0 20 0 3 0 886420791 309813248 7953 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14145/statm: 75638 7953 1880 364 0 11553 0
[pid=14151] ppid=14145 vsize=292296 CPUtime=0.13 cores=5,7
/proc/14151/stat : 14151 (python) S 14145 14145 13569 0 -1 4202560 1145 0 0 0 7 6 0 0 19 0 2 0 886420955 299311104 6485 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14151/statm: 73074 6485 415 364 0 8992 0
[pid=14153] ppid=14151 vsize=1018800 CPUtime=100.04 cores=5,7
/proc/14153/stat : 14153 (gnovelty+2) T 14151 14153 14153 0 -1 4202496 866 0 0 0 10004 0 0 0 25 0 1 0 886420955 1043251200 602 33554432000 134512640 135663704 4291587392 18446744073709551615 134545566 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14153/statm: 254700 602 113 282 0 254416 0
[pid=14151/tid=14211] ppid=14145 vsize=292296 CPUtime=0 cores=5,7
/proc/14151/task/14211/stat : 14211 (python) S 14145 14145 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886430970 299311104 6485 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604463700019392 0 0 -1 7 0 0 0
[pid=14212] ppid=14145 vsize=292308 CPUtime=0.07 cores=5,7

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

/proc/14212/statm: 73077 6470 400 364 0 8992 0
[pid=14214] ppid=14212 vsize=1018800 CPUtime=99.15 cores=5,7
/proc/14214/stat : 14214 (gnovelty+2) T 14212 14214 14214 0 -1 4202496 867 0 0 0 9915 0 0 0 25 0 1 0 886430971 1043251200 603 33554432000 134512640 135663704 4293312608 18446744073709551615 134544167 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14214/statm: 254700 603 113 282 0 254416 0
[pid=14212/tid=14277] ppid=14145 vsize=292308 CPUtime=0 cores=5,7
/proc/14212/task/14277/stat : 14277 (python) S 14145 14145 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886440887 299323392 6470 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604457434512384 0 0 -1 7 0 0 0
[pid=14278] ppid=14145 vsize=302716 CPUtime=0.13 cores=5,7
/proc/14278/stat : 14278 (python) S 14145 14145 13569 0 -1 4202560 1075 0 0 0 7 6 0 0 19 0 2 0 886440888 309981184 6512 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14278/statm: 75679 6512 400 364 0 11591 0
[pid=14280] ppid=14278 vsize=420484 CPUtime=99.98 cores=5,7
/proc/14280/stat : 14280 (adaptg2wsat2009) T 14278 14280 14280 0 -1 4202496 1761 0 0 0 9998 0 0 0 25 0 1 0 886440888 430575616 1493 33554432000 134512640 135107411 4289398144 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14280/statm: 105121 1493 59 146 0 103997 0
[pid=14278/tid=14295] ppid=14145 vsize=302716 CPUtime=0 cores=5,7
/proc/14278/task/14295/stat : 14295 (python) S 14145 14145 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886450900 309981184 6512 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604471126100864 0 0 -1 5 0 0 0
[pid=14296] ppid=14145 vsize=312972 CPUtime=0.14 cores=5,7
/proc/14296/stat : 14296 (python) S 14145 14145 13569 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 886450901 320483328 6536 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14296/statm: 78243 6536 400 364 0 14152 0
[pid=14298] ppid=14296 vsize=420484 CPUtime=99.98 cores=5,7
/proc/14298/stat : 14298 (adaptg2wsat2009) T 14296 14298 14298 0 -1 4202496 1759 0 0 0 9998 0 0 0 25 0 1 0 886450901 430575616 1492 33554432000 134512640 135107411 4294158912 18446744073709551615 134532291 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14298/statm: 105121 1492 59 146 0 103997 0
[pid=14296/tid=14314] ppid=14145 vsize=312972 CPUtime=0 cores=5,7
/proc/14296/task/14314/stat : 14314 (python) S 14145 14145 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886460914 320483328 6536 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604463700018496 0 0 -1 5 0 0 0
[pid=14315] ppid=14145 vsize=323228 CPUtime=0.14 cores=5,7
/proc/14315/stat : 14315 (python) S 14145 14145 13569 0 -1 4202560 1075 0 0 0 7 7 0 0 19 0 2 0 886460915 330985472 6540 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14315/statm: 80807 6540 400 364 0 16713 0
[pid=14317] ppid=14315 vsize=420484 CPUtime=99.98 cores=5,7
/proc/14317/stat : 14317 (adaptg2wsat2009) T 14315 14317 14317 0 -1 4202496 1756 0 0 0 9998 0 0 0 25 0 1 0 886460915 430575616 1493 33554432000 134512640 135107411 4292925536 18446744073709551615 134531561 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14317/statm: 105121 1493 59 146 0 103997 0
[pid=14315/tid=14333] ppid=14145 vsize=323228 CPUtime=0 cores=5,7
/proc/14315/task/14333/stat : 14333 (python) S 14145 14145 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886470929 330985472 6540 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604463700017600 0 0 -1 7 0 0 0
[pid=14334] ppid=14145 vsize=333620 CPUtime=0.15 cores=5,7
/proc/14334/stat : 14334 (python) S 14145 14145 13569 0 -1 4202560 1084 0 0 0 9 6 0 0 19 0 2 0 886470930 341626880 6558 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14334/statm: 83405 6558 400 364 0 19308 0
[pid=14336] ppid=14334 vsize=1018800 CPUtime=100.05 cores=5,7
/proc/14336/stat : 14336 (gnovelty+2) T 14334 14336 14336 0 -1 4202496 865 0 0 0 10005 0 0 0 25 0 1 0 886470930 1043251200 602 33554432000 134512640 135663704 4289723888 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14336/statm: 254700 602 113 282 0 254416 0
[pid=14334/tid=14351] ppid=14145 vsize=333620 CPUtime=0 cores=5,7
/proc/14334/task/14351/stat : 14351 (python) S 14145 14145 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886480947 341626880 6558 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604471161514752 0 0 -1 7 0 0 0
[pid=14352] ppid=14145 vsize=343876 CPUtime=0.16 cores=5,7
/proc/14352/stat : 14352 (python) S 14145 14145 13569 0 -1 4202560 1091 0 0 0 9 7 0 0 19 0 2 0 886480948 352129024 6588 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14352/statm: 85969 6588 400 364 0 21869 0
[pid=14354] ppid=14352 vsize=250372 CPUtime=99.99 cores=5,7
/proc/14354/stat : 14354 (FH) T 14352 14354 14354 0 -1 4202496 1673 0 0 0 9999 0 0 0 25 0 1 0 886480948 256380928 1407 33554432000 134512640 134936988 4294118480 18446744073709551615 134558760 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14354/statm: 62593 1407 41 104 0 62097 0
[pid=14145/tid=14152] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14152/stat : 14152 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886420955 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
[pid=14145/tid=14213] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14213/stat : 14213 (python) S 14143 14145 13569 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 886430971 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
[pid=14145/tid=14279] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14279/stat : 14279 (python) S 14143 14145 13569 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 886440888 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 7 0 0 0
[pid=14145/tid=14297] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14297/stat : 14297 (python) S 14143 14145 13569 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886450901 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
[pid=14145/tid=14316] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14316/stat : 14316 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886460915 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
[pid=14145/tid=14335] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14335/stat : 14335 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886470930 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 7 0 0 0
[pid=14145/tid=14353] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14353/stat : 14353 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886480948 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 701.68
Current children cumulated vsize (KiB) 7133616



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.01 4.02 3.75 6/274 14419
/proc/meminfo: memFree=30609200/32951124 swapFree=67051744/67111528
[pid=14145] ppid=14143 vsize=364376 CPUtime=1.53 cores=5,7
/proc/14145/stat : 14145 (python) S 14143 14145 13569 0 -1 4202496 18422 935 1 0 144 9 0 0 20 0 9 0 886420791 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14145/statm: 91094 8087 1892 364 0 26991 0
[pid=14151] ppid=14145 vsize=292296 CPUtime=0.13 cores=5,7
/proc/14151/stat : 14151 (python) S 14145 14145 13569 0 -1 4202560 1145 0 0 0 7 6 0 0 19 0 2 0 886420955 299311104 6485 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14151/statm: 73074 6485 415 364 0 8992 0
[pid=14153] ppid=14151 vsize=1018800 CPUtime=100.04 cores=5,7
/proc/14153/stat : 14153 (gnovelty+2) T 14151 14153 14153 0 -1 4202496 866 0 0 0 10004 0 0 0 25 0 1 0 886420955 1043251200 602 33554432000 134512640 135663704 4291587392 18446744073709551615 134545566 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14153/statm: 254700 602 113 282 0 254416 0
[pid=14151/tid=14211] ppid=14145 vsize=292296 CPUtime=0 cores=5,7
/proc/14151/task/14211/stat : 14211 (python) S 14145 14145 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886430970 299311104 6485 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604463700019392 0 0 -1 7 0 0 0
[pid=14212] ppid=14145 vsize=292308 CPUtime=0.13 cores=5,7
/proc/14212/stat : 14212 (python) S 14145 14145 13569 0 -1 4202560 1082 0 0 0 7 6 0 0 19 0 2 0 886430971 299323392 6470 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14212/statm: 73077 6470 400 364 0 8992 0
[pid=14214] ppid=14212 vsize=1018800 CPUtime=99.15 cores=5,7
/proc/14214/stat : 14214 (gnovelty+2) T 14212 14214 14214 0 -1 4202496 867 0 0 0 9915 0 0 0 25 0 1 0 886430971 1043251200 603 33554432000 134512640 135663704 4293312608 18446744073709551615 134544167 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14214/statm: 254700 603 113 282 0 254416 0
[pid=14212/tid=14277] ppid=14145 vsize=292308 CPUtime=0 cores=5,7
/proc/14212/task/14277/stat : 14277 (python) S 14145 14145 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886440887 299323392 6470 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604457434512384 0 0 -1 7 0 0 0
[pid=14278] ppid=14145 vsize=302716 CPUtime=0.13 cores=5,7
/proc/14278/stat : 14278 (python) S 14145 14145 13569 0 -1 4202560 1075 0 0 0 7 6 0 0 19 0 2 0 886440888 309981184 6512 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14278/statm: 75679 6512 400 364 0 11591 0
[pid=14280] ppid=14278 vsize=420484 CPUtime=99.98 cores=5,7
/proc/14280/stat : 14280 (adaptg2wsat2009) T 14278 14280 14280 0 -1 4202496 1761 0 0 0 9998 0 0 0 25 0 1 0 886440888 430575616 1493 33554432000 134512640 135107411 4289398144 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14280/statm: 105121 1493 59 146 0 103997 0
[pid=14278/tid=14295] ppid=14145 vsize=302716 CPUtime=0 cores=5,7
/proc/14278/task/14295/stat : 14295 (python) S 14145 14145 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886450900 309981184 6512 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604471126100864 0 0 -1 5 0 0 0
[pid=14296] ppid=14145 vsize=312972 CPUtime=0.14 cores=5,7
/proc/14296/stat : 14296 (python) S 14145 14145 13569 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 886450901 320483328 6536 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14296/statm: 78243 6536 400 364 0 14152 0
[pid=14298] ppid=14296 vsize=420484 CPUtime=99.98 cores=5,7
/proc/14298/stat : 14298 (adaptg2wsat2009) T 14296 14298 14298 0 -1 4202496 1759 0 0 0 9998 0 0 0 25 0 1 0 886450901 430575616 1492 33554432000 134512640 135107411 4294158912 18446744073709551615 134532291 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14298/statm: 105121 1492 59 146 0 103997 0
[pid=14296/tid=14314] ppid=14145 vsize=312972 CPUtime=0 cores=5,7
/proc/14296/task/14314/stat : 14314 (python) S 14145 14145 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886460914 320483328 6536 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604463700018496 0 0 -1 5 0 0 0
[pid=14315] ppid=14145 vsize=323228 CPUtime=0.14 cores=5,7
/proc/14315/stat : 14315 (python) S 14145 14145 13569 0 -1 4202560 1075 0 0 0 7 7 0 0 19 0 2 0 886460915 330985472 6540 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14315/statm: 80807 6540 400 364 0 16713 0
[pid=14317] ppid=14315 vsize=420484 CPUtime=99.98 cores=5,7
/proc/14317/stat : 14317 (adaptg2wsat2009) T 14315 14317 14317 0 -1 4202496 1756 0 0 0 9998 0 0 0 25 0 1 0 886460915 430575616 1493 33554432000 134512640 135107411 4292925536 18446744073709551615 134531561 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14317/statm: 105121 1493 59 146 0 103997 0
[pid=14315/tid=14333] ppid=14145 vsize=323228 CPUtime=0 cores=5,7
/proc/14315/task/14333/stat : 14333 (python) S 14145 14145 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886470929 330985472 6540 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604463700017600 0 0 -1 7 0 0 0
[pid=14334] ppid=14145 vsize=333620 CPUtime=0.15 cores=5,7
/proc/14334/stat : 14334 (python) S 14145 14145 13569 0 -1 4202560 1084 0 0 0 9 6 0 0 19 0 2 0 886470930 341626880 6558 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14334/statm: 83405 6558 400 364 0 19308 0
[pid=14336] ppid=14334 vsize=1018800 CPUtime=100.05 cores=5,7
/proc/14336/stat : 14336 (gnovelty+2) T 14334 14336 14336 0 -1 4202496 865 0 0 0 10005 0 0 0 25 0 1 0 886470930 1043251200 602 33554432000 134512640 135663704 4289723888 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14336/statm: 254700 602 113 282 0 254416 0
[pid=14334/tid=14351] ppid=14145 vsize=333620 CPUtime=0 cores=5,7
/proc/14334/task/14351/stat : 14351 (python) S 14145 14145 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886480947 341626880 6558 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604471161514752 0 0 -1 7 0 0 0
[pid=14352] ppid=14145 vsize=343876 CPUtime=0.16 cores=5,7
/proc/14352/stat : 14352 (python) S 14145 14145 13569 0 -1 4202560 1091 0 0 0 9 7 0 0 19 0 2 0 886480948 352129024 6588 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14352/statm: 85969 6588 400 364 0 21869 0
[pid=14354] ppid=14352 vsize=250372 CPUtime=99.99 cores=5,7
/proc/14354/stat : 14354 (FH) T 14352 14354 14354 0 -1 4202496 1673 0 0 0 9999 0 0 0 25 0 1 0 886480948 256380928 1407 33554432000 134512640 134936988 4294118480 18446744073709551615 134558760 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14354/statm: 62593 1407 41 104 0 62097 0
[pid=14352/tid=14416] ppid=14145 vsize=343876 CPUtime=0 cores=5,7
/proc/14352/task/14416/stat : 14416 (python) S 14145 14145 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886490963 352129024 6588 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 514 18446604456841937856 0 0 -1 5 0 0 0
[pid=14417] ppid=14145 vsize=354132 CPUtime=0 cores=5,7
/proc/14417/stat : 14417 (python) S 14145 14145 13569 0 -1 4202560 854 0 0 0 0 0 0 0 18 0 1 0 886490964 362631168 6545 33554432000 4194304 5683644 140735308150320 18446744073709551615 228122734150 0 0 16781312 514 16102923937167441919 0 0 17 7 0 0 0
/proc/14417/statm: 88533 6545 354 364 0 24430 0
[pid=14419] ppid=14417 vsize=420484 CPUtime=1.08 cores=5,7
/proc/14419/stat : 14419 (adaptg2wsat2009) R 14417 14419 14419 0 -1 4202496 1760 0 0 0 108 0 0 0 24 0 1 0 886490964 430575616 1494 33554432000 134512640 135107411 4288041712 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14419/statm: 105121 1494 59 146 0 103997 0
[pid=14145/tid=14152] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14152/stat : 14152 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886420955 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
[pid=14145/tid=14213] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14213/stat : 14213 (python) S 14143 14145 13569 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 886430971 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
[pid=14145/tid=14279] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14279/stat : 14279 (python) S 14143 14145 13569 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 886440888 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 7 0 0 0
[pid=14145/tid=14297] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14297/stat : 14297 (python) S 14143 14145 13569 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886450901 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
[pid=14145/tid=14316] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14316/stat : 14316 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886460915 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
[pid=14145/tid=14335] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14335/stat : 14335 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886470930 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 7 0 0 0
[pid=14145/tid=14353] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14353/stat : 14353 (python) S 14143 14145 13569 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886480948 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 7 0 0 0
[pid=14145/tid=14418] ppid=14143 vsize=364376 CPUtime=0 cores=5,7
/proc/14145/task/14418/stat : 14418 (python) S 14143 14145 13569 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886490964 373121024 8087 33554432000 4194304 5683644 140735308150320 18446744073709551615 228134537649 0 0 16781312 2 18446604471116002432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.76
Current children cumulated vsize (KiB) 7908232

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

Real time (s): 702.864
CPU time (s): 702.76
CPU user time (s): 702.22
CPU system time (s): 0.54
CPU usage (%): 99.9852
Max. virtual memory (cumulated for all children) (KiB): 7908232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.44878
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19918
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= 1002
involuntary context switches= 29

runsolver used 1.37879 second user time and 3.08453 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 01:23:48
IDJOB=3484188
IDBENCH=82699
IDSOLVER=1975
FILE ID=node138/3484188-1307748228
RUNJOBID= node138-1307746989-13590
PBS_JOBID= 13550821
Free space on /tmp= 73984 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S871131876-087-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-3484188-1307748228/watcher-3484188-1307748228 -o /tmp/evaluation-result-3484188-1307748228/solver-3484188-1307748228 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484188-1307748228.cnf -seed 2008411328 -budget 1200

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

MD5SUM BENCH= 637b75113dde2f4a15dbf158341be921
RANDOM SEED=2008411328

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30408692 kB
Buffers:        245692 kB
Cached:        1615444 kB
SwapCached:      13468 kB
Active:        1059412 kB
Inactive:      1274456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30408692 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:           65640 kB
Writeback:           0 kB
AnonPages:      470236 kB
Mapped:          17012 kB
Slab:           129952 kB
PageTables:      17516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9057068 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= 73956 MiB
End job on node138 at 2011-06-11 01:35:33