Trace number 3484115

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.93 702.864

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S894356234-063-UNKNOWN.cnf
MD5SUMc26a52ff3714cab8bc335a81bb8af922
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

Solver Data

0.27/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.27/0.49	c INFO: solving HOME/instance-3484115-1307747695.cnf
0.27/0.49	c INFO: computing task features
0.47/0.63	c INFO: computed variable-clause graph statistics
0.47/0.64	c INFO: computed clause balance statistics
1.16/1.38	c INFO: computed variable balance statistics
1.46/1.66	c INFO: computed small-clause counts
1.46/1.66	c INFO: computed Horn-clause counts
1.46/1.68	c INFO: computed variable graph statistics
1.46/1.68	c INFO: collected features for HOME/instance-3484115-1307747695.cnf in 1.19 s
1.46/1.69	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
101.68/101.86	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
201.89/202.03	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.97/302.16	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.29/402.31	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.40/502.46	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.60/602.63	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.81/702.77	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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-3484115-1307747695/watcher-3484115-1307747695 -o /tmp/evaluation-result-3484115-1307747695/solver-3484115-1307747695 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484115-1307747695.cnf -seed 1402461258 -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.05 3.64 2.12 6/232 13325
/proc/meminfo: memFree=31588896/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=15380 CPUtime=0 cores=5,7
/proc/13325/stat : 13325 (python) S 13323 13325 12976 0 -1 4202496 812 0 0 0 0 0 0 0 17 0 1 0 867185403 15749120 696 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/13325/statm: 3845 696 334 364 0 332 0

[startup+0.0156029 s]
/proc/loadavg: 4.05 3.64 2.12 6/232 13325
/proc/meminfo: memFree=31588896/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=16236 CPUtime=0 cores=5,7
/proc/13325/stat : 13325 (python) R 13323 13325 12976 0 -1 4202496 1039 0 0 0 0 0 0 0 17 0 1 0 867185403 16625664 909 33554432000 4194304 5683644 140735679529504 18446744073709551615 4540032 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13325/statm: 4059 909 380 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100584 s]
/proc/loadavg: 4.05 3.64 2.12 6/232 13325
/proc/meminfo: memFree=31588896/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=101740 CPUtime=0.06 cores=5,7
/proc/13325/stat : 13325 (python) R 13323 13325 12976 0 -1 4202496 2932 0 0 0 5 1 0 0 17 0 1 0 867185403 104181760 2626 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816232293 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13325/statm: 25435 2626 837 364 0 1735 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101740

[startup+0.300819 s]
/proc/loadavg: 4.05 3.64 2.12 6/232 13325
/proc/meminfo: memFree=31588896/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=144096 CPUtime=0.21 cores=5,7
/proc/13325/stat : 13325 (python) S 13323 13325 12976 0 -1 4202496 6250 931 1 0 16 5 0 0 17 0 1 0 867185403 147554304 4372 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/13325/statm: 36024 4372 1185 364 0 3180 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 144096

[startup+0.700445 s]
/proc/loadavg: 4.05 3.64 2.12 6/232 13325
/proc/meminfo: memFree=31588896/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=283972 CPUtime=0.56 cores=5,7
/proc/13325/stat : 13325 (python) R 13323 13325 12976 0 -1 4202496 11753 931 1 0 48 8 0 0 17 0 1 0 867185403 290787328 8378 33554432000 4194304 5683644 140735679529504 18446744073709551615 220815892566 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/13325/statm: 70993 8378 1826 364 0 6917 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 283972

[startup+1.50033 s]
/proc/loadavg: 4.05 3.64 2.12 5/233 13330
/proc/meminfo: memFree=31534104/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=283972 CPUtime=1.36 cores=5,7
/proc/13325/stat : 13325 (python) R 13323 13325 12976 0 -1 4202496 11754 931 1 0 128 8 0 0 18 0 1 0 867185403 290787328 8379 33554432000 4194304 5683644 140735679529504 18446744073709551615 47390974302176 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13325/statm: 70993 8379 1827 364 0 6917 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 283972

[startup+3.10103 s]
/proc/loadavg: 4.05 3.65 2.13 5/236 13333
/proc/meminfo: memFree=31534148/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=289864 CPUtime=1.55 cores=5,7
/proc/13325/stat : 13325 (python) S 13323 13325 12976 0 -1 4202496 12094 931 1 0 147 8 0 0 20 0 2 0 867185403 296820736 7331 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13325/statm: 72466 7331 1869 364 0 8384 0
[pid=13331] ppid=13325 vsize=280104 CPUtime=0 cores=5,7
/proc/13331/stat : 13331 (python) S 13325 13325 12976 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 1 0 867185573 286826496 5814 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816256527 0 0 16781312 514 15547464681588228356 0 0 17 5 0 0 0
/proc/13331/statm: 70026 5814 355 364 0 5944 0
[pid=13333] ppid=13331 vsize=1018820 CPUtime=1.39 cores=5,7
/proc/13333/stat : 13333 (gnovelty+2) R 13331 13333 13333 0 -1 4202496 859 0 0 0 139 0 0 0 25 0 1 0 867185573 1043271680 595 33554432000 134512640 135663704 4288408736 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13333/statm: 254705 595 113 282 0 254421 0
[pid=13325/tid=13332] ppid=13323 vsize=289864 CPUtime=0 cores=5,7
/proc/13325/task/13332/stat : 13332 (python) S 13323 13325 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 2 0 867185573 296820736 7331 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 1588788

[startup+6.30041 s]
/proc/loadavg: 4.05 3.65 2.13 5/239 13336
/proc/meminfo: memFree=31516340/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=289864 CPUtime=1.55 cores=5,7
/proc/13325/stat : 13325 (python) S 13323 13325 12976 0 -1 4202496 12094 931 1 0 147 8 0 0 20 0 2 0 867185403 296820736 7331 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13325/statm: 72466 7331 1869 364 0 8384 0
[pid=13331] ppid=13325 vsize=280104 CPUtime=0 cores=5,7
/proc/13331/stat : 13331 (python) S 13325 13325 12976 0 -1 4202560 862 0 0 0 0 0 0 0 18 0 1 0 867185573 286826496 5837 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816256527 0 0 16781312 514 15547464681588228356 0 0 17 5 0 0 0
/proc/13331/statm: 70026 5837 378 364 0 5944 0
[pid=13333] ppid=13331 vsize=1018820 CPUtime=4.59 cores=5,7
/proc/13333/stat : 13333 (gnovelty+2) R 13331 13333 13333 0 -1 4202496 859 0 0 0 459 0 0 0 25 0 1 0 867185573 1043271680 595 33554432000 134512640 135663704 4288408736 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/13333/statm: 254705 595 113 282 0 254421 0
[pid=13325/tid=13332] ppid=13323 vsize=289864 CPUtime=0 cores=5,7
/proc/13325/task/13332/stat : 13332 (python) S 13323 13325 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 2 0 867185573 296820736 7331 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1588788

[startup+12.7003 s]
/proc/loadavg: 4.04 3.66 2.15 6/239 13336
/proc/meminfo: memFree=31515604/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=289864 CPUtime=1.55 cores=5,7
/proc/13325/stat : 13325 (python) S 13323 13325 12976 0 -1 4202496 12094 931 1 0 147 8 0 0 20 0 2 0 867185403 296820736 7331 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13325/statm: 72466 7331 1869 364 0 8384 0
[pid=13331] ppid=13325 vsize=280104 CPUtime=0.01 cores=5,7
/proc/13331/stat : 13331 (python) S 13325 13325 12976 0 -1 4202560 864 0 0 0 0 1 0 0 18 0 1 0 867185573 286826496 5837 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816256527 0 0 16781312 514 1079456535685333252 0 0 17 5 0 0 0
/proc/13331/statm: 70026 5837 378 364 0 5944 0
[pid=13333] ppid=13331 vsize=1018820 CPUtime=10.98 cores=5,7
/proc/13333/stat : 13333 (gnovelty+2) R 13331 13333 13333 0 -1 4202496 859 0 0 0 1098 0 0 0 25 0 1 0 867185573 1043271680 595 33554432000 134512640 135663704 4288408736 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13333/statm: 254705 595 113 282 0 254421 0
[pid=13325/tid=13332] ppid=13323 vsize=289864 CPUtime=0 cores=5,7
/proc/13325/task/13332/stat : 13332 (python) S 13323 13325 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 2 0 867185573 296820736 7331 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 1588788

[startup+25.5009 s]
/proc/loadavg: 4.03 3.67 2.17 6/239 13337
/proc/meminfo: memFree=31516376/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=289864 CPUtime=1.55 cores=5,7
/proc/13325/stat : 13325 (python) S 13323 13325 12976 0 -1 4202496 12094 931 1 0 147 8 0 0 20 0 2 0 867185403 296820736 7331 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13325/statm: 72466 7331 1869 364 0 8384 0
[pid=13331] ppid=13325 vsize=280104 CPUtime=0.03 cores=5,7
/proc/13331/stat : 13331 (python) S 13325 13325 12976 0 -1 4202560 869 0 0 0 1 2 0 0 18 0 1 0 867185573 286826496 5837 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816256527 0 0 16781312 514 1079456535685333252 0 0 17 5 0 0 0
/proc/13331/statm: 70026 5837 378 364 0 5944 0
[pid=13333] ppid=13331 vsize=1018820 CPUtime=23.77 cores=5,7
/proc/13333/stat : 13333 (gnovelty+2) R 13331 13333 13333 0 -1 4202496 859 0 0 0 2377 0 0 0 25 0 1 0 867185573 1043271680 595 33554432000 134512640 135663704 4288408736 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13333/statm: 254705 595 113 282 0 254421 0
[pid=13325/tid=13332] ppid=13323 vsize=289864 CPUtime=0 cores=5,7
/proc/13325/task/13332/stat : 13332 (python) S 13323 13325 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 2 0 867185573 296820736 7331 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1588788

[startup+51.1012 s]
/proc/loadavg: 4.02 3.69 2.22 5/239 13337
/proc/meminfo: memFree=31516032/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=289864 CPUtime=1.55 cores=5,7
/proc/13325/stat : 13325 (python) S 13323 13325 12976 0 -1 4202496 12094 931 1 0 147 8 0 0 20 0 2 0 867185403 296820736 7331 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13325/statm: 72466 7331 1869 364 0 8384 0
[pid=13331] ppid=13325 vsize=280104 CPUtime=0.06 cores=5,7
/proc/13331/stat : 13331 (python) S 13325 13325 12976 0 -1 4202560 882 0 0 0 2 4 0 0 18 0 1 0 867185573 286826496 5837 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816256527 0 0 16781312 514 1079456535685333252 0 0 17 5 0 0 0
/proc/13331/statm: 70026 5837 378 364 0 5944 0
[pid=13333] ppid=13331 vsize=1018820 CPUtime=49.34 cores=5,7
/proc/13333/stat : 13333 (gnovelty+2) R 13331 13333 13333 0 -1 4202496 859 0 0 0 4934 0 0 0 25 0 1 0 867185573 1043271680 595 33554432000 134512640 135663704 4288408736 18446744073709551615 134546925 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13333/statm: 254705 595 113 282 0 254421 0
[pid=13325/tid=13332] ppid=13323 vsize=289864 CPUtime=0 cores=5,7
/proc/13325/task/13332/stat : 13332 (python) S 13323 13325 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 2 0 867185573 296820736 7331 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1588788

[startup+102.308 s]
/proc/loadavg: 3.95 3.73 2.32 5/220 13441
/proc/meminfo: memFree=31557580/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=300120 CPUtime=1.56 cores=5,7
/proc/13325/stat : 13325 (python) S 13323 13325 12976 0 -1 4202496 12963 931 1 0 148 8 0 0 20 0 3 0 867185403 307322880 7338 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13325/statm: 75030 7338 1872 364 0 10945 0
[pid=13331] ppid=13325 vsize=290348 CPUtime=0.13 cores=5,7
/proc/13331/stat : 13331 (python) S 13325 13325 12976 0 -1 4202560 1141 0 0 0 6 7 0 0 19 0 2 0 867185573 297316352 5879 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13331/statm: 72587 5879 415 364 0 8505 0
[pid=13333] ppid=13331 vsize=1018820 CPUtime=100.06 cores=5,7
/proc/13333/stat : 13333 (gnovelty+2) T 13331 13333 13333 0 -1 4202496 859 0 0 0 10006 0 0 0 25 0 1 0 867185573 1043271680 595 33554432000 134512640 135663704 4288408736 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13333/statm: 254705 595 113 282 0 254421 0
[pid=13331/tid=13438] ppid=13325 vsize=290348 CPUtime=0 cores=5,7
/proc/13331/task/13438/stat : 13438 (python) S 13325 13325 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867195589 297316352 5879 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604469417521344 0 0 -1 7 0 0 0
[pid=13439] ppid=13325 vsize=290360 CPUtime=0 cores=5,7
/proc/13439/stat : 13439 (python) S 13325 13325 12976 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 867195590 297328640 5812 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816256582 0 0 16781312 514 15547472378169655295 0 0 17 5 0 0 0
/proc/13439/statm: 72590 5812 349 364 0 8505 0
[pid=13441] ppid=13439 vsize=1018820 CPUtime=0.43 cores=5,7
/proc/13441/stat : 13441 (gnovelty+2) R 13439 13441 13441 0 -1 4202496 859 0 0 0 43 0 0 0 21 0 1 0 867195590 1043271680 595 33554432000 134512640 135663704 4294609920 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13441/statm: 254705 595 113 282 0 254421 0
[pid=13325/tid=13332] ppid=13323 vsize=300120 CPUtime=0 cores=5,7
/proc/13325/task/13332/stat : 13332 (python) S 13323 13325 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 867185573 307322880 7338 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13440] ppid=13323 vsize=300120 CPUtime=0 cores=5,7
/proc/13325/task/13440/stat : 13440 (python) S 13323 13325 12976 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 3 0 867195590 307322880 7338 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2918468

[startup+162.301 s]
/proc/loadavg: 3.98 3.77 2.41 5/220 13492
/proc/meminfo: memFree=31589624/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=300120 CPUtime=1.56 cores=5,7
/proc/13325/stat : 13325 (python) S 13323 13325 12976 0 -1 4202496 12963 931 1 0 148 8 0 0 20 0 3 0 867185403 307322880 7338 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13325/statm: 75030 7338 1872 364 0 10945 0
[pid=13331] ppid=13325 vsize=290348 CPUtime=0.13 cores=5,7
/proc/13331/stat : 13331 (python) S 13325 13325 12976 0 -1 4202560 1141 0 0 0 6 7 0 0 19 0 2 0 867185573 297316352 5879 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13331/statm: 72587 5879 415 364 0 8505 0
[pid=13333] ppid=13331 vsize=1018820 CPUtime=100.06 cores=5,7
/proc/13333/stat : 13333 (gnovelty+2) T 13331 13333 13333 0 -1 4202496 859 0 0 0 10006 0 0 0 25 0 1 0 867185573 1043271680 595 33554432000 134512640 135663704 4288408736 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13333/statm: 254705 595 113 282 0 254421 0
[pid=13331/tid=13438] ppid=13325 vsize=290348 CPUtime=0 cores=5,7
/proc/13331/task/13438/stat : 13438 (python) S 13325 13325 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867195589 297316352 5879 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604469417521344 0 0 -1 7 0 0 0
[pid=13439] ppid=13325 vsize=290360 CPUtime=0.07 cores=5,7

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

/proc/13439/statm: 72590 5864 400 364 0 8505 0
[pid=13441] ppid=13439 vsize=1018820 CPUtime=100.04 cores=5,7
/proc/13441/stat : 13441 (gnovelty+2) T 13439 13441 13441 0 -1 4202496 859 0 0 0 10004 0 0 0 25 0 1 0 867195590 1043271680 595 33554432000 134512640 135663704 4294609920 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13441/statm: 254705 595 113 282 0 254421 0
[pid=13439/tid=13501] ppid=13325 vsize=290360 CPUtime=0 cores=5,7
/proc/13439/task/13501/stat : 13501 (python) S 13325 13325 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867205606 297328640 5864 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604469417523136 0 0 -1 5 0 0 0
[pid=13502] ppid=13325 vsize=300696 CPUtime=0.13 cores=5,7
/proc/13502/stat : 13502 (python) S 13325 13325 12976 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 867205606 307912704 5868 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13502/statm: 75174 5868 400 364 0 11086 0
[pid=13504] ppid=13502 vsize=419428 CPUtime=99.97 cores=5,7
/proc/13504/stat : 13504 (adaptg2wsat2009) T 13502 13504 13504 0 -1 4202496 1443 0 0 0 9997 0 0 0 25 0 1 0 867205607 429494272 1175 33554432000 134512640 135107411 4294217104 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13504/statm: 104857 1175 59 146 0 103733 0
[pid=13502/tid=13517] ppid=13325 vsize=300696 CPUtime=0 cores=5,7
/proc/13502/task/13517/stat : 13517 (python) S 13325 13325 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867215619 307912704 5868 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604471124087936 0 0 -1 7 0 0 0
[pid=13518] ppid=13325 vsize=311044 CPUtime=0.15 cores=5,7
/proc/13518/stat : 13518 (python) S 13325 13325 12976 0 -1 4202560 1095 0 0 0 9 6 0 0 19 0 2 0 867215620 318509056 5901 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13518/statm: 77761 5901 409 364 0 13670 0
[pid=13520] ppid=13518 vsize=419428 CPUtime=100.13 cores=5,7
/proc/13520/stat : 13520 (adaptg2wsat2009) T 13518 13520 13520 0 -1 4202496 1441 0 0 0 10013 0 0 0 25 0 1 0 867215620 429494272 1176 33554432000 134512640 135107411 4294653600 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13520/statm: 104857 1176 59 146 0 103733 0
[pid=13518/tid=13623] ppid=13325 vsize=311044 CPUtime=0 cores=5,7
/proc/13518/task/13623/stat : 13623 (python) S 13325 13325 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867225634 318509056 5901 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604460373558528 0 0 -1 7 0 0 0
[pid=13624] ppid=13325 vsize=321396 CPUtime=0.15 cores=5,7
/proc/13624/stat : 13624 (python) S 13325 13325 12976 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 867225635 329109504 5919 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13624/statm: 80349 5919 400 364 0 16255 0
[pid=13626] ppid=13624 vsize=419428 CPUtime=99.97 cores=5,7
/proc/13626/stat : 13626 (adaptg2wsat2009) T 13624 13626 13626 0 -1 4202496 1443 0 0 0 9997 0 0 0 25 0 1 0 867225635 429494272 1176 33554432000 134512640 135107411 4292935808 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13626/statm: 104857 1176 59 146 0 103733 0
[pid=13624/tid=13684] ppid=13325 vsize=321396 CPUtime=0 cores=5,7
/proc/13624/task/13684/stat : 13684 (python) S 13325 13325 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867235648 329109504 5919 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604471161776064 0 0 -1 5 0 0 0
[pid=13685] ppid=13325 vsize=331548 CPUtime=0.13 cores=5,7
/proc/13685/stat : 13685 (python) S 13325 13325 12976 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 867235649 339505152 5947 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13685/statm: 82887 5947 400 364 0 18790 0
[pid=13687] ppid=13685 vsize=1018820 CPUtime=100.03 cores=5,7
/proc/13687/stat : 13687 (gnovelty+2) T 13685 13687 13687 0 -1 4202496 857 0 0 0 10003 0 0 0 25 0 1 0 867235649 1043271680 596 33554432000 134512640 135663704 4290803616 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13687/statm: 254705 596 113 282 0 254421 0
[pid=13685/tid=13751] ppid=13325 vsize=331548 CPUtime=0 cores=5,7
/proc/13685/task/13751/stat : 13751 (python) S 13325 13325 12976 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867245665 339505152 5947 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604466388297600 0 0 -1 7 0 0 0
[pid=13752] ppid=13325 vsize=341932 CPUtime=0.12 cores=5,7
/proc/13752/stat : 13752 (python) S 13325 13325 12976 0 -1 4202560 920 0 0 0 7 5 0 0 18 0 1 0 867245666 350138368 5922 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816256582 0 0 16781312 514 1079456535685333256 0 0 17 7 0 0 0
/proc/13752/statm: 85483 5922 372 364 0 21383 0
[pid=13754] ppid=13752 vsize=249192 CPUtime=99.66 cores=5,7
/proc/13754/stat : 13754 (FH) R 13752 13754 13754 0 -1 4202496 1322 0 0 0 9966 0 0 0 25 0 1 0 867245666 255172608 1058 33554432000 134512640 134936988 4291214496 18446744073709551615 134553267 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13754/statm: 62298 1058 41 104 0 61802 0
[pid=13325/tid=13332] ppid=13323 vsize=351572 CPUtime=0 cores=5,7
/proc/13325/task/13332/stat : 13332 (python) S 13323 13325 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 867185573 360009728 7435 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13440] ppid=13323 vsize=351572 CPUtime=0 cores=5,7
/proc/13325/task/13440/stat : 13440 (python) S 13323 13325 12976 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 8 0 867195590 360009728 7435 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13503] ppid=13323 vsize=351572 CPUtime=0 cores=5,7
/proc/13325/task/13503/stat : 13503 (python) S 13323 13325 12976 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 8 0 867205607 360009728 7435 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13519] ppid=13323 vsize=351572 CPUtime=0 cores=5,7
/proc/13325/task/13519/stat : 13519 (python) S 13323 13325 12976 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 867215620 360009728 7435 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 7 0 0 0
[pid=13325/tid=13625] ppid=13323 vsize=351572 CPUtime=0 cores=5,7
/proc/13325/task/13625/stat : 13625 (python) S 13323 13325 12976 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 867225635 360009728 7435 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13686] ppid=13323 vsize=351572 CPUtime=0 cores=5,7
/proc/13325/task/13686/stat : 13686 (python) S 13323 13325 12976 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 867235649 360009728 7435 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13753] ppid=13323 vsize=351572 CPUtime=0 cores=5,7
/proc/13325/task/13753/stat : 13753 (python) S 13323 13325 12976 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 867245666 360009728 7435 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 702.41
Current children cumulated vsize (KiB) 7102832



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.00 3.97 3.11 6/265 13771
/proc/meminfo: memFree=31584200/32951124 swapFree=67062492/67111528
[pid=13325] ppid=13323 vsize=361828 CPUtime=1.62 cores=5,7
/proc/13325/stat : 13325 (python) S 13323 13325 12976 0 -1 4202496 17965 931 1 0 153 9 0 0 20 0 9 0 867185403 370511872 7447 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13325/statm: 90457 7447 1884 364 0 26354 0
[pid=13331] ppid=13325 vsize=290348 CPUtime=0.13 cores=5,7
/proc/13331/stat : 13331 (python) S 13325 13325 12976 0 -1 4202560 1141 0 0 0 6 7 0 0 19 0 2 0 867185573 297316352 5879 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13331/statm: 72587 5879 415 364 0 8505 0
[pid=13333] ppid=13331 vsize=1018820 CPUtime=100.06 cores=5,7
/proc/13333/stat : 13333 (gnovelty+2) T 13331 13333 13333 0 -1 4202496 859 0 0 0 10006 0 0 0 25 0 1 0 867185573 1043271680 595 33554432000 134512640 135663704 4288408736 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13333/statm: 254705 595 113 282 0 254421 0
[pid=13331/tid=13438] ppid=13325 vsize=290348 CPUtime=0 cores=5,7
/proc/13331/task/13438/stat : 13438 (python) S 13325 13325 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867195589 297316352 5879 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604469417521344 0 0 -1 7 0 0 0
[pid=13439] ppid=13325 vsize=290360 CPUtime=0.13 cores=5,7
/proc/13439/stat : 13439 (python) S 13325 13325 12976 0 -1 4202560 1077 0 0 0 6 7 0 0 19 0 2 0 867195590 297328640 5864 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13439/statm: 72590 5864 400 364 0 8505 0
[pid=13441] ppid=13439 vsize=1018820 CPUtime=100.04 cores=5,7
/proc/13441/stat : 13441 (gnovelty+2) T 13439 13441 13441 0 -1 4202496 859 0 0 0 10004 0 0 0 25 0 1 0 867195590 1043271680 595 33554432000 134512640 135663704 4294609920 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13441/statm: 254705 595 113 282 0 254421 0
[pid=13439/tid=13501] ppid=13325 vsize=290360 CPUtime=0 cores=5,7
/proc/13439/task/13501/stat : 13501 (python) S 13325 13325 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867205606 297328640 5864 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604469417523136 0 0 -1 5 0 0 0
[pid=13502] ppid=13325 vsize=300696 CPUtime=0.13 cores=5,7
/proc/13502/stat : 13502 (python) S 13325 13325 12976 0 -1 4202560 1077 0 0 0 7 6 0 0 19 0 2 0 867205606 307912704 5868 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13502/statm: 75174 5868 400 364 0 11086 0
[pid=13504] ppid=13502 vsize=419428 CPUtime=99.97 cores=5,7
/proc/13504/stat : 13504 (adaptg2wsat2009) T 13502 13504 13504 0 -1 4202496 1443 0 0 0 9997 0 0 0 25 0 1 0 867205607 429494272 1175 33554432000 134512640 135107411 4294217104 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13504/statm: 104857 1175 59 146 0 103733 0
[pid=13502/tid=13517] ppid=13325 vsize=300696 CPUtime=0 cores=5,7
/proc/13502/task/13517/stat : 13517 (python) S 13325 13325 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867215619 307912704 5868 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604471124087936 0 0 -1 7 0 0 0
[pid=13518] ppid=13325 vsize=311044 CPUtime=0.15 cores=5,7
/proc/13518/stat : 13518 (python) S 13325 13325 12976 0 -1 4202560 1095 0 0 0 9 6 0 0 19 0 2 0 867215620 318509056 5901 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13518/statm: 77761 5901 409 364 0 13670 0
[pid=13520] ppid=13518 vsize=419428 CPUtime=100.13 cores=5,7
/proc/13520/stat : 13520 (adaptg2wsat2009) T 13518 13520 13520 0 -1 4202496 1441 0 0 0 10013 0 0 0 25 0 1 0 867215620 429494272 1176 33554432000 134512640 135107411 4294653600 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13520/statm: 104857 1176 59 146 0 103733 0
[pid=13518/tid=13623] ppid=13325 vsize=311044 CPUtime=0 cores=5,7
/proc/13518/task/13623/stat : 13623 (python) S 13325 13325 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867225634 318509056 5901 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604460373558528 0 0 -1 7 0 0 0
[pid=13624] ppid=13325 vsize=321396 CPUtime=0.15 cores=5,7
/proc/13624/stat : 13624 (python) S 13325 13325 12976 0 -1 4202560 1077 0 0 0 8 7 0 0 19 0 2 0 867225635 329109504 5919 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13624/statm: 80349 5919 400 364 0 16255 0
[pid=13626] ppid=13624 vsize=419428 CPUtime=99.97 cores=5,7
/proc/13626/stat : 13626 (adaptg2wsat2009) T 13624 13626 13626 0 -1 4202496 1443 0 0 0 9997 0 0 0 25 0 1 0 867225635 429494272 1176 33554432000 134512640 135107411 4292935808 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13626/statm: 104857 1176 59 146 0 103733 0
[pid=13624/tid=13684] ppid=13325 vsize=321396 CPUtime=0 cores=5,7
/proc/13624/task/13684/stat : 13684 (python) S 13325 13325 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867235648 329109504 5919 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604471161776064 0 0 -1 5 0 0 0
[pid=13685] ppid=13325 vsize=331548 CPUtime=0.13 cores=5,7
/proc/13685/stat : 13685 (python) S 13325 13325 12976 0 -1 4202560 1079 0 0 0 7 6 0 0 19 0 2 0 867235649 339505152 5947 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13685/statm: 82887 5947 400 364 0 18790 0
[pid=13687] ppid=13685 vsize=1018820 CPUtime=100.03 cores=5,7
/proc/13687/stat : 13687 (gnovelty+2) T 13685 13687 13687 0 -1 4202496 857 0 0 0 10003 0 0 0 25 0 1 0 867235649 1043271680 596 33554432000 134512640 135663704 4290803616 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13687/statm: 254705 596 113 282 0 254421 0
[pid=13685/tid=13751] ppid=13325 vsize=331548 CPUtime=0 cores=5,7
/proc/13685/task/13751/stat : 13751 (python) S 13325 13325 12976 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867245665 339505152 5947 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604466388297600 0 0 -1 7 0 0 0
[pid=13752] ppid=13325 vsize=341932 CPUtime=0.14 cores=5,7
/proc/13752/stat : 13752 (python) S 13325 13325 12976 0 -1 4202560 1085 0 0 0 8 6 0 0 19 0 2 0 867245666 350138368 5951 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13752/statm: 85483 5951 400 364 0 21383 0
[pid=13754] ppid=13752 vsize=249192 CPUtime=100.12 cores=5,7
/proc/13754/stat : 13754 (FH) T 13752 13754 13754 0 -1 4202496 1322 0 0 0 10012 0 0 0 25 0 1 0 867245666 255172608 1058 33554432000 134512640 134936988 4291214496 18446744073709551615 134553417 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13754/statm: 62298 1058 41 104 0 61802 0
[pid=13752/tid=13768] ppid=13325 vsize=341932 CPUtime=0 cores=5,7
/proc/13752/task/13768/stat : 13768 (python) S 13325 13325 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867255679 350138368 5951 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 514 18446604471137710208 0 0 -1 7 0 0 0
[pid=13769] ppid=13325 vsize=352308 CPUtime=0 cores=5,7
/proc/13769/stat : 13769 (python) S 13325 13325 12976 0 -1 4202560 835 0 0 0 0 0 0 0 19 0 1 0 867255680 360763392 5911 33554432000 4194304 5683644 140735679529504 18446744073709551615 220816256582 0 0 16781312 514 4577808695081041919 0 0 17 5 0 0 0
/proc/13769/statm: 88077 5911 351 364 0 23974 0
[pid=13771] ppid=13769 vsize=419160 CPUtime=0.03 cores=5,7
/proc/13771/stat : 13771 (adaptg2wsat2009) R 13769 13771 13771 0 -1 4202496 1257 0 0 0 3 0 0 0 20 0 1 0 867255680 429219840 990 33554432000 134512640 135107411 4286986400 18446744073709551615 134523232 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13771/statm: 104790 990 49 146 0 103666 0
[pid=13325/tid=13332] ppid=13323 vsize=361828 CPUtime=0 cores=5,7
/proc/13325/task/13332/stat : 13332 (python) S 13323 13325 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 867185573 370511872 7447 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13440] ppid=13323 vsize=361828 CPUtime=0 cores=5,7
/proc/13325/task/13440/stat : 13440 (python) S 13323 13325 12976 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 9 0 867195590 370511872 7447 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13503] ppid=13323 vsize=361828 CPUtime=0 cores=5,7
/proc/13325/task/13503/stat : 13503 (python) S 13323 13325 12976 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 867205607 370511872 7447 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13519] ppid=13323 vsize=361828 CPUtime=0 cores=5,7
/proc/13325/task/13519/stat : 13519 (python) S 13323 13325 12976 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 867215620 370511872 7447 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 7 0 0 0
[pid=13325/tid=13625] ppid=13323 vsize=361828 CPUtime=0 cores=5,7
/proc/13325/task/13625/stat : 13625 (python) S 13323 13325 12976 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 867225635 370511872 7447 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13686] ppid=13323 vsize=361828 CPUtime=0 cores=5,7
/proc/13325/task/13686/stat : 13686 (python) S 13323 13325 12976 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 867235649 370511872 7447 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
[pid=13325/tid=13753] ppid=13323 vsize=361828 CPUtime=0 cores=5,7
/proc/13325/task/13753/stat : 13753 (python) S 13323 13325 12976 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 867245666 370511872 7447 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 7 0 0 0
[pid=13325/tid=13770] ppid=13323 vsize=361828 CPUtime=0 cores=5,7
/proc/13325/task/13770/stat : 13770 (python) S 13323 13325 12976 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 867255680 370511872 7447 33554432000 4194304 5683644 140735679529504 18446744073709551615 220828060081 0 0 16781312 2 18446604469417524032 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.93
Current children cumulated vsize (KiB) 7884556

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 13325 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=540765
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=102984
# CPU time returned by wait4() is 1.64375
# while last known CPU time is 702.93
#
# 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.93
CPU user time (s): 702.39
CPU system time (s): 0.54
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 7884556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.54076
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= 19369
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= 2599
involuntary context switches= 52

runsolver used 1.3438 second user time and 3.15052 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 01:14:55
IDJOB=3484115
IDBENCH=82626
IDSOLVER=1975
FILE ID=node147/3484115-1307747695
RUNJOBID= node147-1307746987-12997
PBS_JOBID= 13550813
Free space on /tmp= 73948 MiB

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

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

MD5SUM BENCH= c26a52ff3714cab8bc335a81bb8af922
RANDOM SEED=1402461258

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31589448 kB
Buffers:         99840 kB
Cached:         781324 kB
SwapCached:      10268 kB
Active:         657480 kB
Inactive:       549908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31589448 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           66272 kB
Writeback:           0 kB
AnonPages:      324236 kB
Mapped:          17360 kB
Slab:            78532 kB
PageTables:      15036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7328428 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73916 MiB
End job on node147 at 2011-06-11 01:26:40