Trace number 3484041

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) 703.01 702.866

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1897807474-073-UNKNOWN.cnf
MD5SUM6ed0ea2d6f55cf35f843b9274cf5be29
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.31/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.48	c INFO: solving HOME/instance-3484041-1307747006.cnf
0.31/0.48	c INFO: computing task features
0.59/0.73	c INFO: computed variable-clause graph statistics
0.59/0.74	c INFO: computed clause balance statistics
1.79/1.94	c INFO: computed variable balance statistics
2.19/2.40	c INFO: computed small-clause counts
2.29/2.40	c INFO: computed Horn-clause counts
2.29/2.44	c INFO: computed variable graph statistics
2.29/2.44	c INFO: collected features for HOME/instance-3484041-1307747006.cnf in 1.95 s
2.29/2.45	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.52/102.64	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
202.72/202.83	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
302.84/302.96	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
403.16/403.11	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
503.25/503.26	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.04)
602.59/602.47	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.79/702.62	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-3484041-1307747006/watcher-3484041-1307747006 -o /tmp/evaluation-result-3484041-1307747006/solver-3484041-1307747006 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484041-1307747006.cnf -seed 134082521 -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: 0.81 0.18 0.06 4/198 5569
/proc/meminfo: memFree=31499812/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=15380 CPUtime=0 cores=5,7
/proc/5569/stat : 5569 (python) R 5567 5569 5426 0 -1 4202496 811 0 0 0 0 0 0 0 24 0 1 0 867116725 15749120 695 33554432000 4194304 5683644 140734993768208 18446744073709551615 4433760 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5569/statm: 3845 695 334 364 0 332 0

[startup+0.0148601 s]
/proc/loadavg: 0.81 0.18 0.06 4/198 5569
/proc/meminfo: memFree=31499812/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=16236 CPUtime=0 cores=5,7
/proc/5569/stat : 5569 (python) R 5567 5569 5426 0 -1 4202496 1039 0 0 0 0 0 0 0 24 0 1 0 867116725 16625664 909 33554432000 4194304 5683644 140734993768208 18446744073709551615 4531827 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5569/statm: 4059 909 380 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100846 s]
/proc/loadavg: 0.81 0.18 0.06 4/198 5569
/proc/meminfo: memFree=31499812/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=102012 CPUtime=0.07 cores=5,7
/proc/5569/stat : 5569 (python) R 5567 5569 5426 0 -1 4202496 3014 0 0 0 5 2 0 0 17 0 1 0 867116725 104460288 2705 33554432000 4194304 5683644 140734993768208 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5569/statm: 25502 2704 841 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.30226 s]
/proc/loadavg: 0.81 0.18 0.06 4/198 5569
/proc/meminfo: memFree=31499812/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=157380 CPUtime=0.23 cores=5,7
/proc/5569/stat : 5569 (python) S 5567 5569 5426 0 -1 4202496 6603 933 1 0 17 6 0 0 17 0 1 0 867116725 161157120 4695 33554432000 4194304 5683644 140734993768208 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/5569/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 157380

[startup+0.700777 s]
/proc/loadavg: 0.81 0.18 0.06 4/198 5569
/proc/meminfo: memFree=31499812/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=288220 CPUtime=0.59 cores=5,7
/proc/5569/stat : 5569 (python) R 5567 5569 5426 0 -1 4202496 11703 933 1 0 50 9 0 0 17 0 1 0 867116725 295137280 9269 33554432000 4194304 5683644 140734993768208 18446744073709551615 47366045637317 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5569/statm: 72055 9271 1761 364 0 7979 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 288220

[startup+1.50064 s]
/proc/loadavg: 1.06 0.24 0.08 5/199 5574
/proc/meminfo: memFree=31467464/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=289496 CPUtime=1.39 cores=5,7
/proc/5569/stat : 5569 (python) R 5567 5569 5426 0 -1 4202496 13999 933 1 0 130 9 0 0 18 0 1 0 867116725 296443904 9759 33554432000 4194304 5683644 140734993768208 18446744073709551615 47366045568263 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5569/statm: 72374 9759 1826 364 0 8298 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 289496

[startup+3.10032 s]
/proc/loadavg: 1.06 0.24 0.08 5/199 5574
/proc/meminfo: memFree=31457744/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=291932 CPUtime=2.35 cores=5,7
/proc/5569/stat : 5569 (python) S 5567 5569 5426 0 -1 4202496 14320 933 1 0 225 10 0 0 22 0 2 0 867116725 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5569/statm: 72983 7856 1877 364 0 8901 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 291932
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 1.06 0.24 0.08 5/202 5578
/proc/meminfo: memFree=31459848/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=291932 CPUtime=2.35 cores=5,7
/proc/5569/stat : 5569 (python) S 5567 5569 5426 0 -1 4202496 14320 933 1 0 225 10 0 0 22 0 2 0 867116725 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5569/statm: 72983 7856 1877 364 0 8901 0
[pid=5575] ppid=5569 vsize=282236 CPUtime=0 cores=5,7
/proc/5575/stat : 5575 (python) S 5569 5569 5426 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 867116970 289009664 6331 33554432000 4194304 5683644 140734993768208 18446744073709551615 255106788879 0 0 16781312 514 15916860181468643592 0 0 17 5 0 0 0
/proc/5575/statm: 70559 6331 355 364 0 6477 0
[pid=5577] ppid=5575 vsize=1020188 CPUtime=3.83 cores=5,7
/proc/5577/stat : 5577 (gnovelty+2) R 5575 5577 5577 0 -1 4202496 1139 0 0 0 383 0 0 0 25 0 1 0 867116970 1044672512 876 33554432000 134512640 135663704 4291781120 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5577/statm: 255047 876 113 282 0 254763 0
[pid=5569/tid=5576] ppid=5567 vsize=291932 CPUtime=0 cores=5,7
/proc/5569/task/5576/stat : 5576 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 2 0 867116970 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1594356

[startup+12.7006 s]
/proc/loadavg: 1.51 0.36 0.12 5/202 5624
/proc/meminfo: memFree=31483520/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=291932 CPUtime=2.35 cores=5,7
/proc/5569/stat : 5569 (python) S 5567 5569 5426 0 -1 4202496 14320 933 1 0 225 10 0 0 22 0 2 0 867116725 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5569/statm: 72983 7856 1877 364 0 8901 0
[pid=5575] ppid=5569 vsize=282236 CPUtime=0 cores=5,7
/proc/5575/stat : 5575 (python) S 5569 5569 5426 0 -1 4202560 863 0 0 0 0 0 0 0 18 0 1 0 867116970 289009664 6354 33554432000 4194304 5683644 140734993768208 18446744073709551615 255106788879 0 0 16781312 514 4703693151439651080 0 0 17 5 0 0 0
/proc/5575/statm: 70559 6354 378 364 0 6477 0
[pid=5577] ppid=5575 vsize=1020188 CPUtime=10.23 cores=5,7
/proc/5577/stat : 5577 (gnovelty+2) R 5575 5577 5577 0 -1 4202496 1139 0 0 0 1023 0 0 0 25 0 1 0 867116970 1044672512 876 33554432000 134512640 135663704 4291781120 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5577/statm: 255047 876 113 282 0 254763 0
[pid=5569/tid=5576] ppid=5567 vsize=291932 CPUtime=0 cores=5,7
/proc/5569/task/5576/stat : 5576 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 2 0 867116970 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1594356

[startup+25.5004 s]
/proc/loadavg: 1.89 0.48 0.16 5/202 5624
/proc/meminfo: memFree=31481452/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=291932 CPUtime=2.35 cores=5,7
/proc/5569/stat : 5569 (python) S 5567 5569 5426 0 -1 4202496 14320 933 1 0 225 10 0 0 22 0 2 0 867116725 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5569/statm: 72983 7856 1877 364 0 8901 0
[pid=5575] ppid=5569 vsize=282236 CPUtime=0.02 cores=5,7
/proc/5575/stat : 5575 (python) S 5569 5569 5426 0 -1 4202560 868 0 0 0 1 1 0 0 18 0 1 0 867116970 289009664 6354 33554432000 4194304 5683644 140734993768208 18446744073709551615 255106788879 0 0 16781312 514 4703693151439651080 0 0 17 5 0 0 0
/proc/5575/statm: 70559 6354 378 364 0 6477 0
[pid=5577] ppid=5575 vsize=1020188 CPUtime=23.01 cores=5,7
/proc/5577/stat : 5577 (gnovelty+2) R 5575 5577 5577 0 -1 4202496 1139 0 0 0 2301 0 0 0 25 0 1 0 867116970 1044672512 876 33554432000 134512640 135663704 4291781120 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5577/statm: 255047 876 113 282 0 254763 0
[pid=5569/tid=5576] ppid=5567 vsize=291932 CPUtime=0 cores=5,7
/proc/5569/task/5576/stat : 5576 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 2 0 867116970 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1594356

[startup+51.1009 s]
/proc/loadavg: 2.61 0.76 0.26 5/202 5625
/proc/meminfo: memFree=31482540/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=291932 CPUtime=2.35 cores=5,7
/proc/5569/stat : 5569 (python) S 5567 5569 5426 0 -1 4202496 14320 933 1 0 225 10 0 0 22 0 2 0 867116725 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5569/statm: 72983 7856 1877 364 0 8901 0
[pid=5575] ppid=5569 vsize=282236 CPUtime=0.05 cores=5,7
/proc/5575/stat : 5575 (python) S 5569 5569 5426 0 -1 4202560 881 0 0 0 3 2 0 0 18 0 1 0 867116970 289009664 6354 33554432000 4194304 5683644 140734993768208 18446744073709551615 255106788879 0 0 16781312 514 4703693151439651080 0 0 17 5 0 0 0
/proc/5575/statm: 70559 6354 378 364 0 6477 0
[pid=5577] ppid=5575 vsize=1020188 CPUtime=48.59 cores=5,7
/proc/5577/stat : 5577 (gnovelty+2) R 5575 5577 5577 0 -1 4202496 1139 0 0 0 4859 0 0 0 25 0 1 0 867116970 1044672512 876 33554432000 134512640 135663704 4291781120 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5577/statm: 255047 876 113 282 0 254763 0
[pid=5569/tid=5576] ppid=5567 vsize=291932 CPUtime=0 cores=5,7
/proc/5569/task/5576/stat : 5576 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 2 0 867116970 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1594356

[startup+102.307 s]
/proc/loadavg: 3.44 1.31 0.47 5/210 5634
/proc/meminfo: memFree=31404012/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=291932 CPUtime=2.35 cores=5,7
/proc/5569/stat : 5569 (python) S 5567 5569 5426 0 -1 4202496 14320 933 1 0 225 10 0 0 22 0 2 0 867116725 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5569/statm: 72983 7856 1877 364 0 8901 0
[pid=5575] ppid=5569 vsize=282236 CPUtime=0.12 cores=5,7
/proc/5575/stat : 5575 (python) S 5569 5569 5426 0 -1 4202560 905 0 0 0 6 6 0 0 18 0 1 0 867116970 289009664 6354 33554432000 4194304 5683644 140734993768208 18446744073709551615 255106788879 0 0 16781312 514 4703693151439651080 0 0 17 5 0 0 0
/proc/5575/statm: 70559 6354 378 364 0 6477 0
[pid=5577] ppid=5575 vsize=1020188 CPUtime=99.76 cores=5,7
/proc/5577/stat : 5577 (gnovelty+2) R 5575 5577 5577 0 -1 4202496 1139 0 0 0 9976 0 0 0 25 0 1 0 867116970 1044672512 876 33554432000 134512640 135663704 4291781120 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5577/statm: 255047 876 113 282 0 254763 0
[pid=5569/tid=5576] ppid=5567 vsize=291932 CPUtime=0 cores=5,7
/proc/5569/task/5576/stat : 5576 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 2 0 867116970 298938368 7856 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1594356

[startup+162.3 s]
/proc/loadavg: 3.87 1.81 0.70 5/214 5736
/proc/meminfo: memFree=31412204/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=302320 CPUtime=2.36 cores=5,7
/proc/5569/stat : 5569 (python) S 5567 5569 5426 0 -1 4202496 15164 933 1 0 226 10 0 0 20 0 3 0 867116725 309575680 7913 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5569/statm: 75580 7913 1880 364 0 11495 0
[pid=5575] ppid=5569 vsize=292480 CPUtime=0.13 cores=5,7
/proc/5575/stat : 5575 (python) S 5569 5569 5426 0 -1 4202560 1144 0 0 0 6 7 0 0 19 0 2 0 867116970 299499520 6396 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5575/statm: 73120 6396 415 364 0 9038 0
[pid=5577] ppid=5575 vsize=1020188 CPUtime=100.08 cores=5,7
/proc/5577/stat : 5577 (gnovelty+2) T 5575 5577 5577 0 -1 4202496 1139 0 0 0 10008 0 0 0 25 0 1 0 867116970 1044672512 876 33554432000 134512640 135663704 4291781120 18446744073709551615 134544137 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5577/statm: 255047 876 113 282 0 254763 0
[pid=5575/tid=5635] ppid=5569 vsize=292480 CPUtime=0 cores=5,7
/proc/5575/task/5635/stat : 5635 (python) S 5569 5569 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867126988 299499520 6396 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604465208560640 0 0 -1 5 0 0 0
[pid=5636] ppid=5569 vsize=293168 CPUtime=0.07 cores=5,7
/proc/5636/stat : 5636 (python) S 5569 5569 5426 0 -1 4202560 905 0 0 0 3 4 0 0 18 0 1 0 867126989 300204032 6402 33554432000 4194304 5683644 140734993768208 18446744073709551615 255106788934 0 0 16781312 514 4703693151439651077 0 0 17 5 0 0 0
/proc/5636/statm: 73292 6402 372 364 0 9207 0
[pid=5638] ppid=5636 vsize=1020188 CPUtime=59.58 cores=5,7
/proc/5638/stat : 5638 (gnovelty+2) R 5636 5638 5638 0 -1 4202496 1144 0 0 0 5958 0 0 0 25 0 1 0 867126989 1044672512 877 33554432000 134512640 135663704 4287015216 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5638/statm: 255047 877 113 282 0 254763 0
[pid=5569/tid=5576] ppid=5567 vsize=302320 CPUtime=0 cores=5,7
/proc/5569/task/5576/stat : 5576 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 3 0 867116970 309575680 7913 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
[pid=5569/tid=5637] ppid=5567 vsize=302320 CPUtime=0 cores=5,7
/proc/5569/task/5637/stat : 5637 (python) S 5567 5569 5426 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 867126989 309575680 7913 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 2928344

[startup+222.301 s]
/proc/loadavg: 3.95 2.21 0.90 5/226 5795
/proc/meminfo: memFree=31319040/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=313184 CPUtime=2.36 cores=5,7
/proc/5569/stat : 5569 (python) S 5567 5569 5426 0 -1 4202496 16001 933 1 0 226 10 0 0 20 0 4 0 867116725 320700416 8054 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0

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

/proc/5636/statm: 73292 6431 400 364 0 9207 0
[pid=5638] ppid=5636 vsize=1020188 CPUtime=100.05 cores=5,7
/proc/5638/stat : 5638 (gnovelty+2) T 5636 5638 5638 0 -1 4202496 1144 0 0 0 10005 0 0 0 25 0 1 0 867126989 1044672512 877 33554432000 134512640 135663704 4287015216 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5638/statm: 255047 877 113 282 0 254763 0
[pid=5636/tid=5792] ppid=5569 vsize=293168 CPUtime=0 cores=5,7
/proc/5636/task/5792/stat : 5792 (python) S 5569 5569 5426 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867137007 300204032 6431 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604471120782656 0 0 -1 7 0 0 0
[pid=5793] ppid=5569 vsize=302940 CPUtime=0.13 cores=5,7
/proc/5793/stat : 5793 (python) S 5569 5569 5426 0 -1 4202560 1069 0 0 0 7 6 0 0 19 0 2 0 867137008 310210560 6569 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5793/statm: 75735 6569 399 364 0 11647 0
[pid=5795] ppid=5793 vsize=421804 CPUtime=100.01 cores=5,7
/proc/5795/stat : 5795 (adaptg2wsat2009) T 5793 5795 5795 0 -1 4202496 2136 0 0 0 10001 0 0 0 25 0 1 0 867137008 431927296 1872 33554432000 134512640 135107411 4294698256 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5795/statm: 105451 1872 59 146 0 104327 0
[pid=5793/tid=5804] ppid=5569 vsize=302940 CPUtime=0 cores=5,7
/proc/5793/task/5804/stat : 5804 (python) S 5569 5569 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867147020 310210560 6569 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604471112710912 0 0 -1 5 0 0 0
[pid=5805] ppid=5569 vsize=313412 CPUtime=0.14 cores=5,7
/proc/5805/stat : 5805 (python) S 5569 5569 5426 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 867147021 320933888 6574 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5805/statm: 78353 6574 400 364 0 14262 0
[pid=5807] ppid=5805 vsize=421804 CPUtime=100.13 cores=5,7
/proc/5807/stat : 5807 (adaptg2wsat2009) T 5805 5807 5807 0 -1 4202496 2135 0 0 0 10013 0 0 0 25 0 1 0 867147021 431927296 1871 33554432000 134512640 135107411 4289665184 18446744073709551615 134531928 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5807/statm: 105451 1871 59 146 0 104327 0
[pid=5805/tid=5815] ppid=5569 vsize=313412 CPUtime=0 cores=5,7
/proc/5805/task/5815/stat : 5815 (python) S 5569 5569 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867157035 320933888 6574 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604471138167616 0 0 -1 7 0 0 0
[pid=5816] ppid=5569 vsize=323616 CPUtime=0.15 cores=5,7
/proc/5816/stat : 5816 (python) S 5569 5569 5426 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 867157036 331382784 6578 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5816/statm: 80904 6578 400 364 0 16810 0
[pid=5818] ppid=5816 vsize=421804 CPUtime=99.99 cores=5,7
/proc/5818/stat : 5818 (adaptg2wsat2009) T 5816 5818 5818 0 -1 4202496 2136 0 0 0 9999 0 0 0 25 0 1 0 867157037 431927296 1871 33554432000 134512640 135107411 4288511408 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5818/statm: 105451 1871 59 146 0 104327 0
[pid=5816/tid=5832] ppid=5569 vsize=323616 CPUtime=0 cores=5,7
/proc/5816/task/5832/stat : 5832 (python) S 5569 5569 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867167050 331382784 6578 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604471161971136 0 0 -1 7 0 0 0
[pid=5833] ppid=5569 vsize=333976 CPUtime=0.15 cores=5,7
/proc/5833/stat : 5833 (python) S 5569 5569 5426 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 867167051 341991424 6582 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5833/statm: 83494 6582 400 364 0 19397 0
[pid=5835] ppid=5833 vsize=1020188 CPUtime=99.19 cores=5,7
/proc/5835/stat : 5835 (gnovelty+2) T 5833 5835 5835 0 -1 4202496 1137 0 0 0 9919 0 0 0 25 0 1 0 867167051 1044672512 876 33554432000 134512640 135663704 4289930256 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5835/statm: 255047 876 113 282 0 254763 0
[pid=5833/tid=5844] ppid=5569 vsize=333976 CPUtime=0 cores=5,7
/proc/5833/task/5844/stat : 5844 (python) S 5569 5569 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867176971 341991424 6582 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604471110767808 0 0 -1 7 0 0 0
[pid=5845] ppid=5569 vsize=344128 CPUtime=0.13 cores=5,7
/proc/5845/stat : 5845 (python) S 5569 5569 5426 0 -1 4202560 913 0 0 0 6 7 0 0 18 0 1 0 867176972 352387072 6557 33554432000 4194304 5683644 140734993768208 18446744073709551615 255106788934 0 0 16781312 514 4703693151439651077 0 0 17 5 0 0 0
/proc/5845/statm: 86032 6557 372 364 0 21932 0
[pid=5847] ppid=5845 vsize=251288 CPUtime=99.68 cores=5,7
/proc/5847/stat : 5847 (FH) R 5845 5847 5847 0 -1 4202496 1957 0 0 0 9968 0 0 0 25 0 1 0 867176973 257318912 1693 33554432000 134512640 134936988 4286940432 18446744073709551615 134552472 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5847/statm: 62822 1693 41 104 0 62326 0
[pid=5569/tid=5576] ppid=5567 vsize=354208 CPUtime=0 cores=5,7
/proc/5569/task/5576/stat : 5576 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 8 0 867116970 362708992 8078 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
[pid=5569/tid=5637] ppid=5567 vsize=354208 CPUtime=0 cores=5,7
/proc/5569/task/5637/stat : 5637 (python) S 5567 5569 5426 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 867126989 362708992 8078 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 5 0 0 0
[pid=5569/tid=5794] ppid=5567 vsize=354208 CPUtime=0 cores=5,7
/proc/5569/task/5794/stat : 5794 (python) S 5567 5569 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 867137008 362708992 8078 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
[pid=5569/tid=5806] ppid=5567 vsize=354208 CPUtime=0 cores=5,7
/proc/5569/task/5806/stat : 5806 (python) S 5567 5569 5426 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 867147021 362708992 8078 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 5 0 0 0
[pid=5569/tid=5817] ppid=5567 vsize=354208 CPUtime=0 cores=5,7
/proc/5569/task/5817/stat : 5817 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 867157037 362708992 8078 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 5 0 0 0
[pid=5569/tid=5834] ppid=5567 vsize=354208 CPUtime=0 cores=5,7
/proc/5569/task/5834/stat : 5834 (python) S 5567 5569 5426 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 8 0 867167051 362708992 8078 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
[pid=5569/tid=5846] ppid=5567 vsize=354208 CPUtime=0 cores=5,7
/proc/5569/task/5846/stat : 5846 (python) S 5567 5569 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 867176973 362708992 8078 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 7135192



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.02 3.65 2.14 5/282 5864
/proc/meminfo: memFree=31062152/32951124 swapFree=67088052/67111528
[pid=5569] ppid=5567 vsize=364464 CPUtime=2.41 cores=5,7
/proc/5569/stat : 5569 (python) S 5567 5569 5426 0 -1 4202496 20233 933 1 0 230 11 0 0 20 0 9 0 867116725 373211136 8084 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5569/statm: 91116 8084 1892 364 0 27013 0
[pid=5575] ppid=5569 vsize=292480 CPUtime=0.13 cores=5,7
/proc/5575/stat : 5575 (python) S 5569 5569 5426 0 -1 4202560 1144 0 0 0 6 7 0 0 19 0 2 0 867116970 299499520 6396 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5575/statm: 73120 6396 415 364 0 9038 0
[pid=5577] ppid=5575 vsize=1020188 CPUtime=100.08 cores=5,7
/proc/5577/stat : 5577 (gnovelty+2) T 5575 5577 5577 0 -1 4202496 1139 0 0 0 10008 0 0 0 25 0 1 0 867116970 1044672512 876 33554432000 134512640 135663704 4291781120 18446744073709551615 134544137 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5577/statm: 255047 876 113 282 0 254763 0
[pid=5575/tid=5635] ppid=5569 vsize=292480 CPUtime=0 cores=5,7
/proc/5575/task/5635/stat : 5635 (python) S 5569 5569 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867126988 299499520 6396 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604465208560640 0 0 -1 5 0 0 0
[pid=5636] ppid=5569 vsize=293168 CPUtime=0.13 cores=5,7
/proc/5636/stat : 5636 (python) S 5569 5569 5426 0 -1 4202560 1071 0 0 0 6 7 0 0 19 0 2 0 867126989 300204032 6431 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5636/statm: 73292 6431 400 364 0 9207 0
[pid=5638] ppid=5636 vsize=1020188 CPUtime=100.05 cores=5,7
/proc/5638/stat : 5638 (gnovelty+2) T 5636 5638 5638 0 -1 4202496 1144 0 0 0 10005 0 0 0 25 0 1 0 867126989 1044672512 877 33554432000 134512640 135663704 4287015216 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5638/statm: 255047 877 113 282 0 254763 0
[pid=5636/tid=5792] ppid=5569 vsize=293168 CPUtime=0 cores=5,7
/proc/5636/task/5792/stat : 5792 (python) S 5569 5569 5426 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867137007 300204032 6431 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604471120782656 0 0 -1 7 0 0 0
[pid=5793] ppid=5569 vsize=302940 CPUtime=0.13 cores=5,7
/proc/5793/stat : 5793 (python) S 5569 5569 5426 0 -1 4202560 1069 0 0 0 7 6 0 0 19 0 2 0 867137008 310210560 6569 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5793/statm: 75735 6569 399 364 0 11647 0
[pid=5795] ppid=5793 vsize=421804 CPUtime=100.01 cores=5,7
/proc/5795/stat : 5795 (adaptg2wsat2009) T 5793 5795 5795 0 -1 4202496 2136 0 0 0 10001 0 0 0 25 0 1 0 867137008 431927296 1872 33554432000 134512640 135107411 4294698256 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5795/statm: 105451 1872 59 146 0 104327 0
[pid=5793/tid=5804] ppid=5569 vsize=302940 CPUtime=0 cores=5,7
/proc/5793/task/5804/stat : 5804 (python) S 5569 5569 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867147020 310210560 6569 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604471112710912 0 0 -1 5 0 0 0
[pid=5805] ppid=5569 vsize=313412 CPUtime=0.14 cores=5,7
/proc/5805/stat : 5805 (python) S 5569 5569 5426 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 867147021 320933888 6574 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5805/statm: 78353 6574 400 364 0 14262 0
[pid=5807] ppid=5805 vsize=421804 CPUtime=100.13 cores=5,7
/proc/5807/stat : 5807 (adaptg2wsat2009) T 5805 5807 5807 0 -1 4202496 2135 0 0 0 10013 0 0 0 25 0 1 0 867147021 431927296 1871 33554432000 134512640 135107411 4289665184 18446744073709551615 134531928 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5807/statm: 105451 1871 59 146 0 104327 0
[pid=5805/tid=5815] ppid=5569 vsize=313412 CPUtime=0 cores=5,7
/proc/5805/task/5815/stat : 5815 (python) S 5569 5569 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867157035 320933888 6574 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604471138167616 0 0 -1 7 0 0 0
[pid=5816] ppid=5569 vsize=323616 CPUtime=0.15 cores=5,7
/proc/5816/stat : 5816 (python) S 5569 5569 5426 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 867157036 331382784 6578 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5816/statm: 80904 6578 400 364 0 16810 0
[pid=5818] ppid=5816 vsize=421804 CPUtime=99.99 cores=5,7
/proc/5818/stat : 5818 (adaptg2wsat2009) T 5816 5818 5818 0 -1 4202496 2136 0 0 0 9999 0 0 0 25 0 1 0 867157037 431927296 1871 33554432000 134512640 135107411 4288511408 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5818/statm: 105451 1871 59 146 0 104327 0
[pid=5816/tid=5832] ppid=5569 vsize=323616 CPUtime=0 cores=5,7
/proc/5816/task/5832/stat : 5832 (python) S 5569 5569 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867167050 331382784 6578 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604471161971136 0 0 -1 7 0 0 0
[pid=5833] ppid=5569 vsize=333976 CPUtime=0.15 cores=5,7
/proc/5833/stat : 5833 (python) S 5569 5569 5426 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 867167051 341991424 6582 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5833/statm: 83494 6582 400 364 0 19397 0
[pid=5835] ppid=5833 vsize=1020188 CPUtime=99.19 cores=5,7
/proc/5835/stat : 5835 (gnovelty+2) T 5833 5835 5835 0 -1 4202496 1137 0 0 0 9919 0 0 0 25 0 1 0 867167051 1044672512 876 33554432000 134512640 135663704 4289930256 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/5835/statm: 255047 876 113 282 0 254763 0
[pid=5833/tid=5844] ppid=5569 vsize=333976 CPUtime=0 cores=5,7
/proc/5833/task/5844/stat : 5844 (python) S 5569 5569 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867176971 341991424 6582 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604471110767808 0 0 -1 7 0 0 0
[pid=5845] ppid=5569 vsize=344128 CPUtime=0.15 cores=5,7
/proc/5845/stat : 5845 (python) S 5569 5569 5426 0 -1 4202560 1070 0 0 0 7 8 0 0 19 0 2 0 867176972 352387072 6586 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5845/statm: 86032 6586 400 364 0 21932 0
[pid=5847] ppid=5845 vsize=251288 CPUtime=99.99 cores=5,7
/proc/5847/stat : 5847 (FH) T 5845 5847 5847 0 -1 4202496 1957 0 0 0 9999 0 0 0 25 0 1 0 867176973 257318912 1693 33554432000 134512640 134936988 4286940432 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5847/statm: 62822 1693 41 104 0 62326 0
[pid=5845/tid=5861] ppid=5569 vsize=344128 CPUtime=0 cores=5,7
/proc/5845/task/5861/stat : 5861 (python) S 5569 5569 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867186986 352387072 6586 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 514 18446604469471266880 0 0 -1 7 0 0 0
[pid=5862] ppid=5569 vsize=354624 CPUtime=0 cores=5,7
/proc/5862/stat : 5862 (python) S 5569 5569 5426 0 -1 4202560 830 0 0 0 0 0 0 0 19 0 1 0 867186987 363134976 6540 33554432000 4194304 5683644 140734993768208 18446744073709551615 255106788934 0 0 16781312 514 11447798963105693695 0 0 17 5 0 0 0
/proc/5862/statm: 88656 6540 351 364 0 24553 0
[pid=5864] ppid=5862 vsize=421140 CPUtime=0.18 cores=5,7
/proc/5864/stat : 5864 (adaptg2wsat2009) R 5862 5864 5864 0 -1 4202496 1801 0 0 0 18 0 0 0 21 0 1 0 867186988 431247360 1539 33554432000 134512640 135107411 4288660864 18446744073709551615 134523432 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5864/statm: 105285 1539 49 146 0 104161 0
[pid=5569/tid=5576] ppid=5567 vsize=364464 CPUtime=0 cores=5,7
/proc/5569/task/5576/stat : 5576 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 9 0 867116970 373211136 8084 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
[pid=5569/tid=5637] ppid=5567 vsize=364464 CPUtime=0 cores=5,7
/proc/5569/task/5637/stat : 5637 (python) S 5567 5569 5426 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867126989 373211136 8084 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 5 0 0 0
[pid=5569/tid=5794] ppid=5567 vsize=364464 CPUtime=0 cores=5,7
/proc/5569/task/5794/stat : 5794 (python) S 5567 5569 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867137008 373211136 8084 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
[pid=5569/tid=5806] ppid=5567 vsize=364464 CPUtime=0 cores=5,7
/proc/5569/task/5806/stat : 5806 (python) S 5567 5569 5426 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867147021 373211136 8084 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 5 0 0 0
[pid=5569/tid=5817] ppid=5567 vsize=364464 CPUtime=0 cores=5,7
/proc/5569/task/5817/stat : 5817 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867157037 373211136 8084 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 5 0 0 0
[pid=5569/tid=5834] ppid=5567 vsize=364464 CPUtime=0 cores=5,7
/proc/5569/task/5834/stat : 5834 (python) S 5567 5569 5426 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 867167051 373211136 8084 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 7 0 0 0
[pid=5569/tid=5846] ppid=5567 vsize=364464 CPUtime=0 cores=5,7
/proc/5569/task/5846/stat : 5846 (python) S 5567 5569 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867176973 373211136 8084 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 5 0 0 0
[pid=5569/tid=5863] ppid=5567 vsize=364464 CPUtime=0 cores=5,7
/proc/5569/task/5863/stat : 5863 (python) S 5567 5569 5426 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867186988 373211136 8084 33554432000 4194304 5683644 140734993768208 18446744073709551615 255118592433 0 0 16781312 2 18446604465208557952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.01
Current children cumulated vsize (KiB) 7921212

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

Real time (s): 702.866
CPU time (s): 703.01
CPU user time (s): 702.41
CPU system time (s): 0.6
CPU usage (%): 100.021
Max. virtual memory (cumulated for all children) (KiB): 7921212

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

runsolver used 1.76073 second user time and 3.23951 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 01:03:26
IDJOB=3484041
IDBENCH=82552
IDSOLVER=1975
FILE ID=node144/3484041-1307747006
RUNJOBID= node144-1307746988-5447
PBS_JOBID= 13550816
Free space on /tmp= 73964 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S1897807474-073-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-3484041-1307747006/watcher-3484041-1307747006 -o /tmp/evaluation-result-3484041-1307747006/solver-3484041-1307747006 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484041-1307747006.cnf -seed 134082521 -budget 1200

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

MD5SUM BENCH= 6ed0ea2d6f55cf35f843b9274cf5be29
RANDOM SEED=134082521

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31500496 kB
Buffers:        147600 kB
Cached:         829368 kB
SwapCached:       1620 kB
Active:         720408 kB
Inactive:       550668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31500496 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:          138264 kB
Writeback:           0 kB
AnonPages:      292452 kB
Mapped:          20852 kB
Slab:           109540 kB
PageTables:       9476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1412580 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= 73932 MiB
End job on node144 at 2011-06-11 01:15:11