Trace number 3377360

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) 705.4 705.182

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S586055573-067-UNKNOWN.cnf
MD5SUMd673a60901b4a946b283fdbb02f99fdc
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 variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.33/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.46	c INFO: solving HOME/instance-3377360-1305452685.cnf
0.33/0.46	c INFO: computing task features
0.61/0.70	c INFO: computed variable-clause graph statistics
0.61/0.71	c INFO: computed clause balance statistics
1.80/1.96	c INFO: computed variable balance statistics
2.30/2.47	c INFO: computed small-clause counts
2.30/2.47	c INFO: computed Horn-clause counts
2.40/2.51	c INFO: computed variable graph statistics
2.40/2.51	c INFO: collected features for HOME/instance-3377360-1305452685.cnf in 2.04 s
2.40/2.53	c INFO: running gnovelty+2@0 for 97 with 2397 remaining (b = 0.38)
102.72/102.89	c INFO: running gnovelty+2@0 for 97 with 2297 remaining (b = 0.13)
203.11/203.26	c INFO: running adaptg2wsat2009++@0 for 97 with 2197 remaining (b = 0.08)
303.42/303.56	c INFO: running adaptg2wsat2009++@0 for 97 with 2097 remaining (b = 0.07)
403.74/403.88	c INFO: running adaptg2wsat2009++@0 for 97 with 1997 remaining (b = 0.05)
504.16/504.21	c INFO: running gnovelty+2@0 for 97 with 1897 remaining (b = 0.04)
604.45/604.59	c INFO: running FH@0 for 97 with 1797 remaining (b = 0.03)
705.15/704.95	c INFO: running adaptg2wsat2009++@0 for 97 with 1697 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-3377360-1305452685/watcher-3377360-1305452685 -o /tmp/evaluation-result-3377360-1305452685/solver-3377360-1305452685 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377360-1305452685.cnf -seed 580066256 -budget 2400 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.98 4.03 3.96 4/433 26290
/proc/meminfo: memFree=23940972/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=15912 CPUtime=0 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 957 0 0 0 0 0 0 0 17 0 1 0 735499188 16293888 834 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/26290/statm: 3978 834 357 364 0 465 0

[startup+0.10827 s]
/proc/loadavg: 3.98 4.03 3.96 4/433 26290
/proc/meminfo: memFree=23940972/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=104792 CPUtime=0.08 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 3216 0 0 0 6 2 0 0 17 0 1 0 735499188 107307008 2885 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/26290/statm: 26198 2885 847 364 0 1946 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104792

[startup+0.200253 s]
/proc/loadavg: 3.98 4.03 3.96 4/433 26290
/proc/meminfo: memFree=23940972/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=128864 CPUtime=0.15 cores=1,3
/proc/26290/stat : 26290 (python) R 26288 26290 24847 0 -1 4202496 5603 930 1 0 11 4 0 0 19 0 1 0 735499188 131956736 4020 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26290/statm: 32216 4020 1011 364 0 2995 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128864

[startup+0.300183 s]
/proc/loadavg: 3.98 4.03 3.96 4/433 26290
/proc/meminfo: memFree=23940972/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=187692 CPUtime=0.23 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 6833 930 1 0 16 7 0 0 17 0 1 0 735499188 192196608 4884 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/26290/statm: 46923 4884 1399 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187692

[startup+0.700106 s]
/proc/loadavg: 3.98 4.03 3.96 4/433 26290
/proc/meminfo: memFree=23940972/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=288428 CPUtime=0.61 cores=1,3
/proc/26290/stat : 26290 (python) R 26288 26290 24847 0 -1 4202496 13585 930 1 0 51 10 0 0 17 0 1 0 735499188 295350272 9461 33554432000 4194304 5683644 140736854279216 18446744073709551615 47682791319368 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26290/statm: 72107 9461 1796 364 0 8031 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 288428

[startup+1.50101 s]
/proc/loadavg: 4.06 4.05 3.97 6/434 26296
/proc/meminfo: memFree=23907476/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=289488 CPUtime=1.4 cores=1,3
/proc/26290/stat : 26290 (python) R 26288 26290 24847 0 -1 4202496 13889 930 1 0 130 10 0 0 18 0 1 0 735499188 296435712 9756 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370376 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26290/statm: 72372 9756 1826 364 0 8296 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 289488

[startup+3.10066 s]
/proc/loadavg: 4.06 4.05 3.97 7/434 26296
/proc/meminfo: memFree=23905740/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=291924 CPUtime=2.43 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 14205 930 1 0 233 10 0 0 22 0 2 0 735499188 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26290/statm: 72981 7845 1869 364 0 8899 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 291924
heavy processes:

[startup+6.30113 s]
/proc/loadavg: 4.06 4.05 3.97 6/437 26300
/proc/meminfo: memFree=23908636/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=291924 CPUtime=2.43 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 14205 930 1 0 233 10 0 0 22 0 2 0 735499188 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26290/statm: 72981 7845 1869 364 0 8899 0
[pid=26297] ppid=26290 vsize=282300 CPUtime=0 cores=1,3
/proc/26297/stat : 26297 (python) S 26290 26290 24847 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 735499441 289075200 6328 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367566863 0 0 16781312 514 2039786763232182534 0 0 17 1 0 0 0
/proc/26297/statm: 70575 6328 355 364 0 6493 0
[pid=26299] ppid=26297 vsize=1020188 CPUtime=3.75 cores=1,3
/proc/26299/stat : 26299 (gnovelty+2) R 26297 26299 26299 0 -1 4202496 1140 0 0 0 375 0 0 0 25 0 1 0 735499441 1044672512 877 33554432000 134512640 135663704 4287366720 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26299/statm: 255047 877 113 282 0 254763 0
[pid=26290/tid=26298] ppid=26288 vsize=291924 CPUtime=0 cores=1,3
/proc/26290/task/26298/stat : 26298 (python) S 26288 26290 24847 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 2 0 735499441 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1594412

[startup+12.7009 s]
/proc/loadavg: 4.05 4.05 3.97 6/437 26300
/proc/meminfo: memFree=23908280/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=291924 CPUtime=2.43 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 14205 930 1 0 233 10 0 0 22 0 2 0 735499188 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26290/statm: 72981 7845 1869 364 0 8899 0
[pid=26297] ppid=26290 vsize=282300 CPUtime=0.03 cores=1,3
/proc/26297/stat : 26297 (python) S 26290 26290 24847 0 -1 4202560 979 0 0 0 2 1 0 0 18 0 1 0 735499441 289075200 6356 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367566863 0 0 16781312 514 18308997256981741830 0 0 17 1 0 0 0
/proc/26297/statm: 70575 6356 383 364 0 6493 0
[pid=26299] ppid=26297 vsize=1020188 CPUtime=10.13 cores=1,3
/proc/26299/stat : 26299 (gnovelty+2) R 26297 26299 26299 0 -1 4202496 1140 0 0 0 1013 0 0 0 25 0 1 0 735499441 1044672512 877 33554432000 134512640 135663704 4287366720 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26299/statm: 255047 877 113 282 0 254763 0
[pid=26290/tid=26298] ppid=26288 vsize=291924 CPUtime=0 cores=1,3
/proc/26290/task/26298/stat : 26298 (python) S 26288 26290 24847 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 2 0 735499441 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1594412

[startup+25.5006 s]
/proc/loadavg: 4.05 4.05 3.97 6/437 26300
/proc/meminfo: memFree=23908468/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=291924 CPUtime=2.43 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 14205 930 1 0 233 10 0 0 22 0 2 0 735499188 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26290/statm: 72981 7845 1869 364 0 8899 0
[pid=26297] ppid=26290 vsize=282300 CPUtime=0.06 cores=1,3
/proc/26297/stat : 26297 (python) S 26290 26290 24847 0 -1 4202560 984 0 0 0 3 3 0 0 18 0 1 0 735499441 289075200 6356 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367566863 0 0 16781312 514 18308997256981741830 0 0 17 1 0 0 0
/proc/26297/statm: 70575 6356 383 364 0 6493 0
[pid=26299] ppid=26297 vsize=1020188 CPUtime=22.89 cores=1,3
/proc/26299/stat : 26299 (gnovelty+2) R 26297 26299 26299 0 -1 4202496 1140 0 0 0 2289 0 0 0 25 0 1 0 735499441 1044672512 877 33554432000 134512640 135663704 4287366720 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26299/statm: 255047 877 113 282 0 254763 0
[pid=26290/tid=26298] ppid=26288 vsize=291924 CPUtime=0 cores=1,3
/proc/26290/task/26298/stat : 26298 (python) S 26288 26290 24847 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 2 0 735499441 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1594412

[startup+51.1008 s]
/proc/loadavg: 4.03 4.04 3.97 6/440 26305
/proc/meminfo: memFree=23880064/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=291924 CPUtime=2.43 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 14205 930 1 0 233 10 0 0 22 0 2 0 735499188 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26290/statm: 72981 7845 1869 364 0 8899 0
[pid=26297] ppid=26290 vsize=282300 CPUtime=0.14 cores=1,3
/proc/26297/stat : 26297 (python) S 26290 26290 24847 0 -1 4202560 997 0 0 0 7 7 0 0 18 0 1 0 735499441 289075200 6356 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367566863 0 0 16781312 514 18308997256981741830 0 0 17 1 0 0 0
/proc/26297/statm: 70575 6356 383 364 0 6493 0
[pid=26299] ppid=26297 vsize=1020188 CPUtime=48.43 cores=1,3
/proc/26299/stat : 26299 (gnovelty+2) R 26297 26299 26299 0 -1 4202496 1140 0 0 0 4843 0 0 0 25 0 1 0 735499441 1044672512 877 33554432000 134512640 135663704 4287366720 18446744073709551615 134547014 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26299/statm: 255047 877 113 282 0 254763 0
[pid=26290/tid=26298] ppid=26288 vsize=291924 CPUtime=0 cores=1,3
/proc/26290/task/26298/stat : 26298 (python) S 26288 26290 24847 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 2 0 735499441 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1594412

[startup+102.301 s]
/proc/loadavg: 4.01 4.03 3.97 6/448 26316
/proc/meminfo: memFree=23855752/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=291924 CPUtime=2.43 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 14205 930 1 0 233 10 0 0 22 0 2 0 735499188 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26290/statm: 72981 7845 1869 364 0 8899 0
[pid=26297] ppid=26290 vsize=282300 CPUtime=0.28 cores=1,3
/proc/26297/stat : 26297 (python) S 26290 26290 24847 0 -1 4202560 1019 0 0 0 15 13 0 0 18 0 1 0 735499441 289075200 6356 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367566863 0 0 16781312 514 18308997256981741830 0 0 17 1 0 0 0
/proc/26297/statm: 70575 6356 383 364 0 6493 0
[pid=26299] ppid=26297 vsize=1020188 CPUtime=99.52 cores=1,3
/proc/26299/stat : 26299 (gnovelty+2) R 26297 26299 26299 0 -1 4202496 1140 0 0 0 9952 0 0 0 25 0 1 0 735499441 1044672512 877 33554432000 134512640 135663704 4287366720 18446744073709551615 134547051 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26299/statm: 255047 877 113 282 0 254763 0
[pid=26290/tid=26298] ppid=26288 vsize=291924 CPUtime=0 cores=1,3
/proc/26290/task/26298/stat : 26298 (python) S 26288 26290 24847 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 2 0 735499441 298930176 7845 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1594412

[startup+162.301 s]
/proc/loadavg: 3.96 4.01 3.96 6/432 26375
/proc/meminfo: memFree=23810480/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=302316 CPUtime=2.44 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 15059 930 1 0 234 10 0 0 19 0 3 0 735499188 309571584 7903 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26290/statm: 75579 7903 1872 364 0 11494 0
[pid=26297] ppid=26290 vsize=292544 CPUtime=0.3 cores=1,3
/proc/26297/stat : 26297 (python) S 26290 26290 24847 0 -1 4202560 1153 0 0 0 16 14 0 0 19 0 2 0 735499441 299565056 6393 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26297/statm: 73136 6393 415 364 0 9054 0
[pid=26299] ppid=26297 vsize=1020188 CPUtime=100.07 cores=1,3
/proc/26299/stat : 26299 (gnovelty+2) T 26297 26299 26299 0 -1 4202496 1140 0 0 0 10007 0 0 0 25 0 1 0 735499441 1044672512 877 33554432000 134512640 135663704 4287366720 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26299/statm: 255047 877 113 282 0 254763 0
[pid=26297/tid=26318] ppid=26290 vsize=292544 CPUtime=0 cores=1,3
/proc/26297/task/26318/stat : 26318 (python) S 26290 26290 24847 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735509476 299565056 6393 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604466272520000 0 0 -1 1 0 0 0
[pid=26319] ppid=26290 vsize=293164 CPUtime=0.17 cores=1,3
/proc/26319/stat : 26319 (python) S 26290 26290 24847 0 -1 4202560 899 0 0 0 8 9 0 0 18 0 1 0 735509477 300199936 6400 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367566918 0 0 16781312 514 18308997256981741831 0 0 17 1 0 0 0
/proc/26319/statm: 73291 6400 372 364 0 9206 0
[pid=26322] ppid=26319 vsize=1020188 CPUtime=59.22 cores=1,3
/proc/26322/stat : 26322 (gnovelty+2) R 26319 26322 26322 0 -1 4202496 1143 0 0 0 5922 0 0 0 25 0 1 0 735509477 1044672512 877 33554432000 134512640 135663704 4287886352 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26322/statm: 255047 877 113 282 0 254763 0
[pid=26290/tid=26298] ppid=26288 vsize=302316 CPUtime=0 cores=1,3
/proc/26290/task/26298/stat : 26298 (python) S 26288 26290 24847 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 3 0 735499441 309571584 7903 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26320] ppid=26288 vsize=302316 CPUtime=0 cores=1,3
/proc/26290/task/26320/stat : 26320 (python) S 26288 26290 24847 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 3 0 735509477 309571584 7903 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 2928400

[startup+222.316 s]
/proc/loadavg: 3.98 4.00 3.96 6/440 26387
/proc/meminfo: memFree=23789908/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=313180 CPUtime=2.46 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 15905 930 1 0 235 11 0 0 19 0 4 0 735499188 320696320 8044 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0

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

/proc/26319/statm: 73291 6429 400 364 0 9206 0
[pid=26322] ppid=26319 vsize=1020188 CPUtime=100.05 cores=1,3
/proc/26322/stat : 26322 (gnovelty+2) T 26319 26322 26322 0 -1 4202496 1143 0 0 0 10005 0 0 0 25 0 1 0 735509477 1044672512 877 33554432000 134512640 135663704 4287886352 18446744073709551615 134544419 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26322/statm: 255047 877 113 282 0 254763 0
[pid=26319/tid=26383] ppid=26290 vsize=293164 CPUtime=0 cores=1,3
/proc/26319/task/26383/stat : 26383 (python) S 26290 26290 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735519512 300199936 6429 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604462966848256 0 0 -1 1 0 0 0
[pid=26385] ppid=26290 vsize=302936 CPUtime=0.3 cores=1,3
/proc/26385/stat : 26385 (python) S 26290 26290 24847 0 -1 4202560 1090 0 0 0 17 13 0 0 19 0 2 0 735519514 310206464 6567 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26385/statm: 75734 6567 399 364 0 11646 0
[pid=26387] ppid=26385 vsize=421804 CPUtime=99.99 cores=1,3
/proc/26387/stat : 26387 (adaptg2wsat2009) T 26385 26387 26387 0 -1 4202496 2135 0 0 0 9999 0 0 0 25 0 1 0 735519514 431927296 1871 33554432000 134512640 135107411 4287925120 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26387/statm: 105451 1871 59 146 0 104327 0
[pid=26385/tid=26401] ppid=26290 vsize=302936 CPUtime=0 cores=1,3
/proc/26385/task/26401/stat : 26401 (python) S 26290 26290 24847 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735529543 310206464 6567 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604462093866176 0 0 -1 1 0 0 0
[pid=26402] ppid=26290 vsize=313192 CPUtime=0.31 cores=1,3
/proc/26402/stat : 26402 (python) S 26290 26290 24847 0 -1 4202560 1071 0 0 0 17 14 0 0 19 0 2 0 735529544 320708608 6571 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26402/statm: 78298 6571 399 364 0 14207 0
[pid=26404] ppid=26402 vsize=421804 CPUtime=100.01 cores=1,3
/proc/26404/stat : 26404 (adaptg2wsat2009) T 26402 26404 26404 0 -1 4202496 2136 0 0 0 10001 0 0 0 25 0 1 0 735529545 431927296 1871 33554432000 134512640 135107411 4288433792 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26404/statm: 105451 1871 59 146 0 104327 0
[pid=26402/tid=26419] ppid=26290 vsize=313192 CPUtime=0 cores=1,3
/proc/26402/task/26419/stat : 26419 (python) S 26290 26290 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735539575 320708608 6571 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604459618799680 0 0 -1 1 0 0 0
[pid=26420] ppid=26290 vsize=323744 CPUtime=0.31 cores=1,3
/proc/26420/stat : 26420 (python) S 26290 26290 24847 0 -1 4202560 1092 0 0 0 16 15 0 0 19 0 2 0 735539576 331513856 6576 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26420/statm: 80936 6576 400 364 0 16842 0
[pid=26422] ppid=26420 vsize=421804 CPUtime=100.03 cores=1,3
/proc/26422/stat : 26422 (adaptg2wsat2009) T 26420 26422 26422 0 -1 4202496 2138 0 0 0 10003 0 0 0 25 0 1 0 735539577 431927296 1872 33554432000 134512640 135107411 4289319296 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26422/statm: 105451 1872 59 146 0 104327 0
[pid=26420/tid=26431] ppid=26290 vsize=323744 CPUtime=0 cores=1,3
/proc/26420/task/26431/stat : 26431 (python) S 26290 26290 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735549607 331513856 6576 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604460380119232 0 0 -1 3 0 0 0
[pid=26432] ppid=26290 vsize=333704 CPUtime=0.31 cores=1,3
/proc/26432/stat : 26432 (python) S 26290 26290 24847 0 -1 4202560 1092 0 0 0 14 17 0 0 19 0 2 0 735549609 341712896 6579 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26432/statm: 83426 6579 399 364 0 19329 0
[pid=26434] ppid=26432 vsize=1020188 CPUtime=100.04 cores=1,3
/proc/26434/stat : 26434 (gnovelty+2) T 26432 26434 26434 0 -1 4202496 1138 0 0 0 10004 0 0 0 25 0 1 0 735549609 1044672512 876 33554432000 134512640 135663704 4291789408 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26434/statm: 255047 876 113 282 0 254763 0
[pid=26432/tid=26449] ppid=26290 vsize=333704 CPUtime=0 cores=1,3
/proc/26432/task/26449/stat : 26449 (python) S 26290 26290 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735559645 341712896 6579 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604462549957376 0 0 -1 1 0 0 0
[pid=26450] ppid=26290 vsize=344632 CPUtime=0.31 cores=1,3
/proc/26450/stat : 26450 (python) S 26290 26290 24847 0 -1 4202560 927 0 0 0 16 15 0 0 18 0 1 0 735559647 352903168 6555 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367566918 0 0 16781312 514 18308997256981741829 0 0 17 3 0 0 0
/proc/26450/statm: 86158 6555 372 364 0 22058 0
[pid=26452] ppid=26450 vsize=251288 CPUtime=97.7 cores=1,3
/proc/26452/stat : 26452 (FH) R 26450 26452 26452 0 -1 4202496 1955 0 0 0 9770 0 0 0 25 0 1 0 735559647 257318912 1693 33554432000 134512640 134936988 4288953904 18446744073709551615 134544993 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26452/statm: 62822 1693 41 104 0 62326 0
[pid=26290/tid=26298] ppid=26288 vsize=354204 CPUtime=0 cores=1,3
/proc/26290/task/26298/stat : 26298 (python) S 26288 26290 24847 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 8 0 735499441 362704896 8076 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26320] ppid=26288 vsize=354204 CPUtime=0 cores=1,3
/proc/26290/task/26320/stat : 26320 (python) S 26288 26290 24847 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 8 0 735509477 362704896 8076 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26386] ppid=26288 vsize=354204 CPUtime=0 cores=1,3
/proc/26290/task/26386/stat : 26386 (python) S 26288 26290 24847 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 8 0 735519514 362704896 8076 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26403] ppid=26288 vsize=354204 CPUtime=0 cores=1,3
/proc/26290/task/26403/stat : 26403 (python) S 26288 26290 24847 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 8 0 735529545 362704896 8076 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26421] ppid=26288 vsize=354204 CPUtime=0 cores=1,3
/proc/26290/task/26421/stat : 26421 (python) S 26288 26290 24847 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 735539576 362704896 8076 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26433] ppid=26288 vsize=354204 CPUtime=0 cores=1,3
/proc/26290/task/26433/stat : 26433 (python) S 26288 26290 24847 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 8 0 735549609 362704896 8076 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 3 0 0 0
[pid=26290/tid=26451] ppid=26288 vsize=354204 CPUtime=0 cores=1,3
/proc/26290/task/26451/stat : 26451 (python) S 26288 26290 24847 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 735559647 362704896 8076 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.55
Current children cumulated vsize (KiB) 7135384



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.102 s]
/proc/loadavg: 4.02 4.05 4.00 6/477 26511
/proc/meminfo: memFree=23539036/32950928 swapFree=38710892/67111528
[pid=26290] ppid=26288 vsize=364648 CPUtime=2.53 cores=1,3
/proc/26290/stat : 26290 (python) S 26288 26290 24847 0 -1 4202496 20278 930 1 0 241 12 0 0 20 0 9 0 735499188 373399552 8129 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26290/statm: 91162 8129 1892 364 0 27059 0
[pid=26297] ppid=26290 vsize=292544 CPUtime=0.3 cores=1,3
/proc/26297/stat : 26297 (python) S 26290 26290 24847 0 -1 4202560 1153 0 0 0 16 14 0 0 19 0 2 0 735499441 299565056 6393 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26297/statm: 73136 6393 415 364 0 9054 0
[pid=26299] ppid=26297 vsize=1020188 CPUtime=100.07 cores=1,3
/proc/26299/stat : 26299 (gnovelty+2) T 26297 26299 26299 0 -1 4202496 1140 0 0 0 10007 0 0 0 25 0 1 0 735499441 1044672512 877 33554432000 134512640 135663704 4287366720 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26299/statm: 255047 877 113 282 0 254763 0
[pid=26297/tid=26318] ppid=26290 vsize=292544 CPUtime=0 cores=1,3
/proc/26297/task/26318/stat : 26318 (python) S 26290 26290 24847 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735509476 299565056 6393 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604466272520000 0 0 -1 1 0 0 0
[pid=26319] ppid=26290 vsize=293164 CPUtime=0.3 cores=1,3
/proc/26319/stat : 26319 (python) S 26290 26290 24847 0 -1 4202560 1066 0 0 0 15 15 0 0 19 0 2 0 735509477 300199936 6429 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26319/statm: 73291 6429 400 364 0 9206 0
[pid=26322] ppid=26319 vsize=1020188 CPUtime=100.05 cores=1,3
/proc/26322/stat : 26322 (gnovelty+2) T 26319 26322 26322 0 -1 4202496 1143 0 0 0 10005 0 0 0 25 0 1 0 735509477 1044672512 877 33554432000 134512640 135663704 4287886352 18446744073709551615 134544419 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26322/statm: 255047 877 113 282 0 254763 0
[pid=26319/tid=26383] ppid=26290 vsize=293164 CPUtime=0 cores=1,3
/proc/26319/task/26383/stat : 26383 (python) S 26290 26290 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735519512 300199936 6429 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604462966848256 0 0 -1 1 0 0 0
[pid=26385] ppid=26290 vsize=302936 CPUtime=0.3 cores=1,3
/proc/26385/stat : 26385 (python) S 26290 26290 24847 0 -1 4202560 1090 0 0 0 17 13 0 0 19 0 2 0 735519514 310206464 6567 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26385/statm: 75734 6567 399 364 0 11646 0
[pid=26387] ppid=26385 vsize=421804 CPUtime=99.99 cores=1,3
/proc/26387/stat : 26387 (adaptg2wsat2009) T 26385 26387 26387 0 -1 4202496 2135 0 0 0 9999 0 0 0 25 0 1 0 735519514 431927296 1871 33554432000 134512640 135107411 4287925120 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26387/statm: 105451 1871 59 146 0 104327 0
[pid=26385/tid=26401] ppid=26290 vsize=302936 CPUtime=0 cores=1,3
/proc/26385/task/26401/stat : 26401 (python) S 26290 26290 24847 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735529543 310206464 6567 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604462093866176 0 0 -1 1 0 0 0
[pid=26402] ppid=26290 vsize=313192 CPUtime=0.31 cores=1,3
/proc/26402/stat : 26402 (python) S 26290 26290 24847 0 -1 4202560 1071 0 0 0 17 14 0 0 19 0 2 0 735529544 320708608 6571 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26402/statm: 78298 6571 399 364 0 14207 0
[pid=26404] ppid=26402 vsize=421804 CPUtime=100.01 cores=1,3
/proc/26404/stat : 26404 (adaptg2wsat2009) T 26402 26404 26404 0 -1 4202496 2136 0 0 0 10001 0 0 0 25 0 1 0 735529545 431927296 1871 33554432000 134512640 135107411 4288433792 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26404/statm: 105451 1871 59 146 0 104327 0
[pid=26402/tid=26419] ppid=26290 vsize=313192 CPUtime=0 cores=1,3
/proc/26402/task/26419/stat : 26419 (python) S 26290 26290 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735539575 320708608 6571 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604459618799680 0 0 -1 1 0 0 0
[pid=26420] ppid=26290 vsize=323744 CPUtime=0.31 cores=1,3
/proc/26420/stat : 26420 (python) S 26290 26290 24847 0 -1 4202560 1092 0 0 0 16 15 0 0 19 0 2 0 735539576 331513856 6576 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26420/statm: 80936 6576 400 364 0 16842 0
[pid=26422] ppid=26420 vsize=421804 CPUtime=100.03 cores=1,3
/proc/26422/stat : 26422 (adaptg2wsat2009) T 26420 26422 26422 0 -1 4202496 2138 0 0 0 10003 0 0 0 25 0 1 0 735539577 431927296 1872 33554432000 134512640 135107411 4289319296 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/26422/statm: 105451 1872 59 146 0 104327 0
[pid=26420/tid=26431] ppid=26290 vsize=323744 CPUtime=0 cores=1,3
/proc/26420/task/26431/stat : 26431 (python) S 26290 26290 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735549607 331513856 6576 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604460380119232 0 0 -1 3 0 0 0
[pid=26432] ppid=26290 vsize=333704 CPUtime=0.31 cores=1,3
/proc/26432/stat : 26432 (python) S 26290 26290 24847 0 -1 4202560 1092 0 0 0 14 17 0 0 19 0 2 0 735549609 341712896 6579 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26432/statm: 83426 6579 399 364 0 19329 0
[pid=26434] ppid=26432 vsize=1020188 CPUtime=100.04 cores=1,3
/proc/26434/stat : 26434 (gnovelty+2) T 26432 26434 26434 0 -1 4202496 1138 0 0 0 10004 0 0 0 25 0 1 0 735549609 1044672512 876 33554432000 134512640 135663704 4291789408 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26434/statm: 255047 876 113 282 0 254763 0
[pid=26432/tid=26449] ppid=26290 vsize=333704 CPUtime=0 cores=1,3
/proc/26432/task/26449/stat : 26449 (python) S 26290 26290 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735559645 341712896 6579 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604462549957376 0 0 -1 1 0 0 0
[pid=26450] ppid=26290 vsize=344632 CPUtime=0.34 cores=1,3
/proc/26450/stat : 26450 (python) S 26290 26290 24847 0 -1 4202560 1086 0 0 0 18 16 0 0 19 0 2 0 735559647 352903168 6584 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26450/statm: 86158 6584 400 364 0 22058 0
[pid=26452] ppid=26450 vsize=251288 CPUtime=100.34 cores=1,3
/proc/26452/stat : 26452 (FH) T 26450 26452 26452 0 -1 4202496 1955 0 0 0 10034 0 0 0 25 0 1 0 735559647 257318912 1693 33554432000 134512640 134936988 4288953904 18446744073709551615 134555005 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26452/statm: 62822 1693 41 104 0 62326 0
[pid=26450/tid=26508] ppid=26290 vsize=344632 CPUtime=0 cores=1,3
/proc/26450/task/26508/stat : 26508 (python) S 26290 26290 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735569681 352903168 6584 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 514 18446604468548387904 0 0 -1 1 0 0 0
[pid=26509] ppid=26290 vsize=354404 CPUtime=0 cores=1,3
/proc/26509/stat : 26509 (python) S 26290 26290 24847 0 -1 4202560 778 0 0 0 0 0 0 0 19 0 1 0 735569683 362909696 6582 33554432000 4194304 5683644 140736854279216 18446744073709551615 251367566918 0 0 16781312 514 6288774956859785215 0 0 17 1 0 0 0
/proc/26509/statm: 88601 6582 349 364 0 24498 0
[pid=26511] ppid=26509 vsize=421140 CPUtime=0.17 cores=1,3
/proc/26511/stat : 26511 (adaptg2wsat2009) R 26509 26511 26511 0 -1 4202496 1807 0 0 0 17 0 0 0 21 0 1 0 735569683 431247360 1539 33554432000 134512640 135107411 4288623168 18446744073709551615 134523310 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26511/statm: 105285 1539 49 146 0 104161 0
[pid=26290/tid=26298] ppid=26288 vsize=364648 CPUtime=0 cores=1,3
/proc/26290/task/26298/stat : 26298 (python) S 26288 26290 24847 0 -1 4202560 29 930 0 0 0 0 0 0 22 0 9 0 735499441 373399552 8129 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26320] ppid=26288 vsize=364648 CPUtime=0 cores=1,3
/proc/26290/task/26320/stat : 26320 (python) S 26288 26290 24847 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 9 0 735509477 373399552 8129 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26386] ppid=26288 vsize=364648 CPUtime=0 cores=1,3
/proc/26290/task/26386/stat : 26386 (python) S 26288 26290 24847 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 9 0 735519514 373399552 8129 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26403] ppid=26288 vsize=364648 CPUtime=0 cores=1,3
/proc/26290/task/26403/stat : 26403 (python) S 26288 26290 24847 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 9 0 735529545 373399552 8129 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26421] ppid=26288 vsize=364648 CPUtime=0 cores=1,3
/proc/26290/task/26421/stat : 26421 (python) S 26288 26290 24847 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735539576 373399552 8129 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26433] ppid=26288 vsize=364648 CPUtime=0 cores=1,3
/proc/26290/task/26433/stat : 26433 (python) S 26288 26290 24847 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735549609 373399552 8129 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 3 0 0 0
[pid=26290/tid=26451] ppid=26288 vsize=364648 CPUtime=0 cores=1,3
/proc/26290/task/26451/stat : 26451 (python) S 26288 26290 24847 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735559647 373399552 8129 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
[pid=26290/tid=26510] ppid=26288 vsize=364648 CPUtime=0 cores=1,3
/proc/26290/task/26510/stat : 26510 (python) S 26288 26290 24847 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 9 0 735569683 373399552 8129 33554432000 4194304 5683644 140736854279216 18446744073709551615 251379370417 0 0 16781312 2 18446604466272518208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 705.4
Current children cumulated vsize (KiB) 7921372

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 26290 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=420632
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=124981
# CPU time returned by wait4() is 2.54561
# while last known CPU time is 705.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 705.182
CPU time (s): 705.4
CPU user time (s): 704.24
CPU system time (s): 1.16
CPU usage (%): 100.031
Max. virtual memory (cumulated for all children) (KiB): 7921372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.42063
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21213
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= 1006
involuntary context switches= 58

runsolver used 3.21951 second user time and 7.79681 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 11:44:45
IDJOB=3377360
IDBENCH=82669
IDSOLVER=1857
FILE ID=node113/3377360-1305452685
RUNJOBID= node113-1305451360-25849
PBS_JOBID= 13324872
Free space on /tmp= 73364 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S586055573-067-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-3377360-1305452685/watcher-3377360-1305452685 -o /tmp/evaluation-result-3377360-1305452685/solver-3377360-1305452685 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377360-1305452685.cnf -seed 580066256 -budget 2400

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

MD5SUM BENCH= d673a60901b4a946b283fdbb02f99fdc
RANDOM SEED=580066256

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23941004 kB
Buffers:        272468 kB
Cached:        3074948 kB
SwapCached:      93712 kB
Active:        1973220 kB
Inactive:      6744212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23941004 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           66024 kB
Writeback:           0 kB
AnonPages:     5288256 kB
Mapped:          23052 kB
Slab:           120464 kB
PageTables:     105772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 100880720 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= 73256 MiB
End job on node113 at 2011-05-15 11:56:32