Trace number 3484138

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.86 702.866

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1158419275-045-UNKNOWN.cnf
MD5SUMba96eb51c814e4238dd0a7b33e8bab2d
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 variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.32/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.48	c INFO: solving HOME/instance-3484138-1307747723.cnf
0.32/0.48	c INFO: computing task features
0.49/0.65	c INFO: computed variable-clause graph statistics
0.49/0.66	c INFO: computed clause balance statistics
1.40/1.52	c INFO: computed variable balance statistics
1.70/1.86	c INFO: computed small-clause counts
1.70/1.86	c INFO: computed Horn-clause counts
1.70/1.89	c INFO: computed variable graph statistics
1.70/1.89	c INFO: collected features for HOME/instance-3484138-1307747723.cnf in 1.40 s
1.80/1.90	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.37)
101.90/102.07	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.12/202.25	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.21/302.40	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.42/402.55	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.54/502.70	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.73/602.89	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.06/702.05	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484138-1307747723/watcher-3484138-1307747723 -o /tmp/evaluation-result-3484138-1307747723/solver-3484138-1307747723 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484138-1307747723.cnf -seed 1354758474 -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.27 3.76 2.21 4/214 11593
/proc/meminfo: memFree=31395448/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=15388 CPUtime=0 cores=5,7
/proc/11593/stat : 11593 (python) R 11591 11593 11144 0 -1 4202496 814 0 0 0 0 0 0 0 25 0 1 0 867187847 15757312 698 33554432000 4194304 5683644 140737239160384 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11593/statm: 3847 698 334 364 0 334 0

[startup+0.00867401 s]
/proc/loadavg: 4.27 3.76 2.21 4/214 11593
/proc/meminfo: memFree=31395448/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=15780 CPUtime=0 cores=5,7
/proc/11593/stat : 11593 (python) R 11591 11593 11144 0 -1 4202496 879 0 0 0 0 0 0 0 25 0 1 0 867187847 16158720 759 33554432000 4194304 5683644 140737239160384 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11593/statm: 3945 760 343 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+0.100658 s]
/proc/loadavg: 4.27 3.76 2.21 4/214 11593
/proc/meminfo: memFree=31395448/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=102012 CPUtime=0.07 cores=5,7
/proc/11593/stat : 11593 (python) R 11591 11593 11144 0 -1 4202496 3027 0 0 0 5 2 0 0 17 0 1 0 867187847 104460288 2717 33554432000 4194304 5683644 140737239160384 18446744073709551615 228095449088 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/11593/statm: 25503 2717 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.302485 s]
/proc/loadavg: 4.27 3.76 2.21 4/214 11593
/proc/meminfo: memFree=31395448/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=157384 CPUtime=0.22 cores=5,7
/proc/11593/stat : 11593 (python) S 11591 11593 11144 0 -1 4202496 6601 935 1 0 17 5 0 0 17 0 1 0 867187847 161161216 4695 33554432000 4194304 5683644 140737239160384 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/11593/statm: 39346 4695 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 157384

[startup+0.700549 s]
/proc/loadavg: 4.27 3.76 2.21 4/214 11593
/proc/meminfo: memFree=31395448/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=285676 CPUtime=0.6 cores=5,7
/proc/11593/stat : 11593 (python) R 11591 11593 11144 0 -1 4202496 12389 935 1 0 51 9 0 0 17 0 1 0 867187847 292532224 8803 33554432000 4194304 5683644 140737239160384 18446744073709551615 47489766313817 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11593/statm: 71419 8803 1826 364 0 7343 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 285676

[startup+1.5004 s]
/proc/loadavg: 4.27 3.76 2.21 5/215 11598
/proc/meminfo: memFree=31366944/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=285676 CPUtime=1.4 cores=5,7
/proc/11593/stat : 11593 (python) R 11591 11593 11144 0 -1 4202496 12389 935 1 0 131 9 0 0 18 0 1 0 867187847 292532224 8803 33554432000 4194304 5683644 140737239160384 18446744073709551615 4527948 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11593/statm: 71419 8803 1826 364 0 7343 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 285676

[startup+3.10111 s]
/proc/loadavg: 4.27 3.76 2.21 5/218 11601
/proc/meminfo: memFree=31367788/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=290452 CPUtime=1.8 cores=5,7
/proc/11593/stat : 11593 (python) S 11591 11593 11144 0 -1 4202496 12694 935 1 0 171 9 0 0 21 0 2 0 867187847 297422848 7477 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11593/statm: 72613 7477 1869 364 0 8531 0
[pid=11599] ppid=11593 vsize=280692 CPUtime=0 cores=5,7
/proc/11599/stat : 11599 (python) S 11593 11593 11144 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 867188037 287428608 5960 33554432000 4194304 5683644 140737239160384 18446744073709551615 228095471119 0 0 16781312 514 14544745811184419079 0 0 17 5 0 0 0
/proc/11599/statm: 70173 5960 355 364 0 6091 0
[pid=11601] ppid=11599 vsize=1019708 CPUtime=1.18 cores=5,7
/proc/11601/stat : 11601 (gnovelty+2) R 11599 11601 11601 0 -1 4202496 952 0 0 0 118 0 0 0 25 0 1 0 867188037 1044180992 690 33554432000 134512640 135663704 4286793840 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11601/statm: 254927 690 113 282 0 254643 0
[pid=11593/tid=11600] ppid=11591 vsize=290452 CPUtime=0 cores=5,7
/proc/11593/task/11600/stat : 11600 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 2 0 867188037 297422848 7477 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1590852

[startup+6.30049 s]
/proc/loadavg: 4.25 3.76 2.22 5/218 11601
/proc/meminfo: memFree=31366680/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=290452 CPUtime=1.8 cores=5,7
/proc/11593/stat : 11593 (python) S 11591 11593 11144 0 -1 4202496 12694 935 1 0 171 9 0 0 21 0 2 0 867187847 297422848 7477 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11593/statm: 72613 7477 1869 364 0 8531 0
[pid=11599] ppid=11593 vsize=280692 CPUtime=0 cores=5,7
/proc/11599/stat : 11599 (python) S 11593 11593 11144 0 -1 4202560 870 0 0 0 0 0 0 0 18 0 1 0 867188037 287428608 5983 33554432000 4194304 5683644 140737239160384 18446744073709551615 228095471119 0 0 16781312 514 14544745811184419079 0 0 17 5 0 0 0
/proc/11599/statm: 70173 5983 378 364 0 6091 0
[pid=11601] ppid=11599 vsize=1019708 CPUtime=4.38 cores=5,7
/proc/11601/stat : 11601 (gnovelty+2) R 11599 11601 11601 0 -1 4202496 952 0 0 0 438 0 0 0 25 0 1 0 867188037 1044180992 690 33554432000 134512640 135663704 4286793840 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11601/statm: 254927 690 113 282 0 254643 0
[pid=11593/tid=11600] ppid=11591 vsize=290452 CPUtime=0 cores=5,7
/proc/11593/task/11600/stat : 11600 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 2 0 867188037 297422848 7477 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1590852

[startup+12.7003 s]
/proc/loadavg: 4.23 3.77 2.23 5/218 11602
/proc/meminfo: memFree=31366680/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=290452 CPUtime=1.8 cores=5,7
/proc/11593/stat : 11593 (python) S 11591 11593 11144 0 -1 4202496 12694 935 1 0 171 9 0 0 21 0 2 0 867187847 297422848 7477 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11593/statm: 72613 7477 1869 364 0 8531 0
[pid=11599] ppid=11593 vsize=280692 CPUtime=0.01 cores=5,7
/proc/11599/stat : 11599 (python) S 11593 11593 11144 0 -1 4202560 873 0 0 0 0 1 0 0 18 0 1 0 867188037 287428608 5983 33554432000 4194304 5683644 140737239160384 18446744073709551615 228095471119 0 0 16781312 514 1112881689169723655 0 0 17 5 0 0 0
/proc/11599/statm: 70173 5983 378 364 0 6091 0
[pid=11601] ppid=11599 vsize=1019708 CPUtime=10.77 cores=5,7
/proc/11601/stat : 11601 (gnovelty+2) R 11599 11601 11601 0 -1 4202496 952 0 0 0 1077 0 0 0 25 0 1 0 867188037 1044180992 690 33554432000 134512640 135663704 4286793840 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11601/statm: 254927 690 113 282 0 254643 0
[pid=11593/tid=11600] ppid=11591 vsize=290452 CPUtime=0 cores=5,7
/proc/11593/task/11600/stat : 11600 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 2 0 867188037 297422848 7477 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1590852

[startup+25.501 s]
/proc/loadavg: 4.18 3.78 2.26 5/218 11602
/proc/meminfo: memFree=31367064/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=290452 CPUtime=1.8 cores=5,7
/proc/11593/stat : 11593 (python) S 11591 11593 11144 0 -1 4202496 12694 935 1 0 171 9 0 0 21 0 2 0 867187847 297422848 7477 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11593/statm: 72613 7477 1869 364 0 8531 0
[pid=11599] ppid=11593 vsize=280692 CPUtime=0.03 cores=5,7
/proc/11599/stat : 11599 (python) S 11593 11593 11144 0 -1 4202560 879 0 0 0 1 2 0 0 18 0 1 0 867188037 287428608 5983 33554432000 4194304 5683644 140737239160384 18446744073709551615 228095471119 0 0 16781312 514 1112881689169723655 0 0 17 5 0 0 0
/proc/11599/statm: 70173 5983 378 364 0 6091 0
[pid=11601] ppid=11599 vsize=1019708 CPUtime=23.56 cores=5,7
/proc/11601/stat : 11601 (gnovelty+2) R 11599 11601 11601 0 -1 4202496 952 0 0 0 2356 0 0 0 25 0 1 0 867188037 1044180992 690 33554432000 134512640 135663704 4286793840 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11601/statm: 254927 690 113 282 0 254643 0
[pid=11593/tid=11600] ppid=11591 vsize=290452 CPUtime=0 cores=5,7
/proc/11593/task/11600/stat : 11600 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 2 0 867188037 297422848 7477 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1590852

[startup+51.1003 s]
/proc/loadavg: 4.12 3.79 2.30 5/219 11607
/proc/meminfo: memFree=31335320/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=290452 CPUtime=1.8 cores=5,7
/proc/11593/stat : 11593 (python) S 11591 11593 11144 0 -1 4202496 12694 935 1 0 171 9 0 0 21 0 2 0 867187847 297422848 7477 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11593/statm: 72613 7477 1869 364 0 8531 0
[pid=11599] ppid=11593 vsize=280692 CPUtime=0.06 cores=5,7
/proc/11599/stat : 11599 (python) S 11593 11593 11144 0 -1 4202560 891 0 0 0 2 4 0 0 18 0 1 0 867188037 287428608 5983 33554432000 4194304 5683644 140737239160384 18446744073709551615 228095471119 0 0 16781312 514 1112881689169723655 0 0 17 5 0 0 0
/proc/11599/statm: 70173 5983 378 364 0 6091 0
[pid=11601] ppid=11599 vsize=1019708 CPUtime=49.14 cores=5,7
/proc/11601/stat : 11601 (gnovelty+2) R 11599 11601 11601 0 -1 4202496 952 0 0 0 4914 0 0 0 25 0 1 0 867188037 1044180992 690 33554432000 134512640 135663704 4286793840 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11601/statm: 254927 690 113 282 0 254643 0
[pid=11593/tid=11600] ppid=11591 vsize=290452 CPUtime=0 cores=5,7
/proc/11593/task/11600/stat : 11600 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 2 0 867188037 297422848 7477 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1590852

[startup+102.308 s]
/proc/loadavg: 4.05 3.82 2.39 5/228 11617
/proc/meminfo: memFree=31320672/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=300708 CPUtime=1.81 cores=5,7
/proc/11593/stat : 11593 (python) S 11591 11593 11144 0 -1 4202496 13571 935 1 0 172 9 0 0 20 0 3 0 867187847 307924992 7501 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11593/statm: 75177 7501 1872 364 0 11092 0
[pid=11599] ppid=11593 vsize=290936 CPUtime=0.13 cores=5,7
/proc/11599/stat : 11599 (python) S 11593 11593 11144 0 -1 4202560 1150 0 0 0 6 7 0 0 19 0 2 0 867188037 297918464 6025 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11599/statm: 72734 6025 415 364 0 8652 0
[pid=11601] ppid=11599 vsize=1019708 CPUtime=100.05 cores=5,7
/proc/11601/stat : 11601 (gnovelty+2) T 11599 11601 11601 0 -1 4202496 952 0 0 0 10005 0 0 0 25 0 1 0 867188037 1044180992 690 33554432000 134512640 135663704 4286793840 18446744073709551615 134545583 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11601/statm: 254927 690 113 282 0 254643 0
[pid=11599/tid=11614] ppid=11593 vsize=290936 CPUtime=0 cores=5,7
/proc/11599/task/11614/stat : 11614 (python) S 11593 11593 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867198054 297918464 6025 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604460594123072 0 0 -1 7 0 0 0
[pid=11615] ppid=11593 vsize=291556 CPUtime=0 cores=5,7
/proc/11615/stat : 11615 (python) S 11593 11593 11144 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 867198055 298553344 5975 33554432000 4194304 5683644 140737239160384 18446744073709551615 228095471174 0 0 16781312 514 14544753507765846015 0 0 17 5 0 0 0
/proc/11615/statm: 72889 5975 349 364 0 8804 0
[pid=11617] ppid=11615 vsize=1019708 CPUtime=0.22 cores=5,7
/proc/11617/stat : 11617 (gnovelty+2) R 11615 11617 11617 0 -1 4202496 954 0 0 0 22 0 0 0 21 0 1 0 867198055 1044180992 690 33554432000 134512640 135663704 4290381632 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11617/statm: 254927 690 113 282 0 254643 0
[pid=11593/tid=11600] ppid=11591 vsize=300708 CPUtime=0 cores=5,7
/proc/11593/task/11600/stat : 11600 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 3 0 867188037 307924992 7501 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 7 0 0 0
[pid=11593/tid=11616] ppid=11591 vsize=300708 CPUtime=0 cores=5,7
/proc/11593/task/11616/stat : 11616 (python) S 11591 11593 11144 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 3 0 867198055 307924992 7501 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 2922616

[startup+162.301 s]
/proc/loadavg: 4.02 3.85 2.49 5/232 11622
/proc/meminfo: memFree=31283344/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=300708 CPUtime=1.81 cores=5,7
/proc/11593/stat : 11593 (python) S 11591 11593 11144 0 -1 4202496 13571 935 1 0 172 9 0 0 20 0 3 0 867187847 307924992 7501 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11593/statm: 75177 7501 1872 364 0 11092 0
[pid=11599] ppid=11593 vsize=290936 CPUtime=0.13 cores=5,7
/proc/11599/stat : 11599 (python) S 11593 11593 11144 0 -1 4202560 1150 0 0 0 6 7 0 0 19 0 2 0 867188037 297918464 6025 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11599/statm: 72734 6025 415 364 0 8652 0
[pid=11601] ppid=11599 vsize=1019708 CPUtime=100.05 cores=5,7
/proc/11601/stat : 11601 (gnovelty+2) T 11599 11601 11601 0 -1 4202496 952 0 0 0 10005 0 0 0 25 0 1 0 867188037 1044180992 690 33554432000 134512640 135663704 4286793840 18446744073709551615 134545583 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11601/statm: 254927 690 113 282 0 254643 0
[pid=11599/tid=11614] ppid=11593 vsize=290936 CPUtime=0 cores=5,7
/proc/11599/task/11614/stat : 11614 (python) S 11593 11593 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867198054 297918464 6025 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604460594123072 0 0 -1 7 0 0 0
[pid=11615] ppid=11593 vsize=291556 CPUtime=0.08 cores=5,7

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

/proc/11615/statm: 72889 6036 409 364 0 8804 0
[pid=11617] ppid=11615 vsize=1019708 CPUtime=100.06 cores=5,7
/proc/11617/stat : 11617 (gnovelty+2) T 11615 11617 11617 0 -1 4202496 954 0 0 0 10006 0 0 0 25 0 1 0 867198055 1044180992 690 33554432000 134512640 135663704 4290381632 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11617/statm: 254927 690 113 282 0 254643 0
[pid=11615/tid=11674] ppid=11593 vsize=291556 CPUtime=0 cores=5,7
/proc/11615/task/11674/stat : 11674 (python) S 11593 11593 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867208072 298553344 6036 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604460594124864 0 0 -1 7 0 0 0
[pid=11675] ppid=11593 vsize=301376 CPUtime=0.14 cores=5,7
/proc/11675/stat : 11675 (python) S 11593 11593 11144 0 -1 4202560 1080 0 0 0 7 7 0 0 19 0 2 0 867208072 308609024 6031 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11675/statm: 75344 6031 400 364 0 11256 0
[pid=11677] ppid=11675 vsize=420220 CPUtime=99.99 cores=5,7
/proc/11677/stat : 11677 (adaptg2wsat2009) T 11675 11677 11677 0 -1 4202496 1664 0 0 0 9999 0 0 0 25 0 1 0 867208073 430305280 1401 33554432000 134512640 135107411 4292211504 18446744073709551615 134539354 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11677/statm: 105055 1401 59 146 0 103931 0
[pid=11675/tid=11686] ppid=11593 vsize=301376 CPUtime=0 cores=5,7
/proc/11675/task/11686/stat : 11686 (python) S 11593 11593 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867218086 308609024 6031 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604470285534528 0 0 -1 7 0 0 0
[pid=11687] ppid=11593 vsize=311724 CPUtime=0.15 cores=5,7
/proc/11687/stat : 11687 (python) S 11593 11593 11144 0 -1 4202560 1091 0 0 0 8 7 0 0 19 0 2 0 867218087 319205376 6061 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11687/statm: 77931 6061 400 364 0 13840 0
[pid=11689] ppid=11687 vsize=420220 CPUtime=99.98 cores=5,7
/proc/11689/stat : 11689 (adaptg2wsat2009) T 11687 11689 11689 0 -1 4202496 1667 0 0 0 9998 0 0 0 25 0 1 0 867218088 430305280 1401 33554432000 134512640 135107411 4289327568 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11689/statm: 105055 1401 59 146 0 103931 0
[pid=11687/tid=11700] ppid=11593 vsize=311724 CPUtime=0 cores=5,7
/proc/11687/task/11700/stat : 11700 (python) S 11593 11593 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867228101 319205376 6061 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604460594123968 0 0 -1 5 0 0 0
[pid=11701] ppid=11593 vsize=321984 CPUtime=0.14 cores=5,7
/proc/11701/stat : 11701 (python) S 11593 11593 11144 0 -1 4202560 1084 0 0 0 7 7 0 0 19 0 2 0 867228102 329711616 6088 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11701/statm: 80496 6088 400 364 0 16402 0
[pid=11703] ppid=11701 vsize=420220 CPUtime=100.02 cores=5,7
/proc/11703/stat : 11703 (adaptg2wsat2009) T 11701 11703 11703 0 -1 4202496 1662 0 0 0 10002 0 0 0 25 0 1 0 867228103 430305280 1399 33554432000 134512640 135107411 4289193584 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11703/statm: 105055 1399 59 146 0 103931 0
[pid=11701/tid=11761] ppid=11593 vsize=321984 CPUtime=0 cores=5,7
/proc/11701/task/11761/stat : 11761 (python) S 11593 11593 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867238116 329711616 6088 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604471136252096 0 0 -1 7 0 0 0
[pid=11762] ppid=11593 vsize=332344 CPUtime=0.14 cores=5,7
/proc/11762/stat : 11762 (python) S 11593 11593 11144 0 -1 4202560 1089 0 0 0 7 7 0 0 19 0 2 0 867238117 340320256 6093 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11762/statm: 83086 6093 400 364 0 18989 0
[pid=11764] ppid=11762 vsize=1019708 CPUtime=100.03 cores=5,7
/proc/11764/stat : 11764 (gnovelty+2) T 11762 11764 11764 0 -1 4202496 952 0 0 0 10003 0 0 0 25 0 1 0 867238117 1044180992 689 33554432000 134512640 135663704 4289760736 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11764/statm: 254927 689 113 282 0 254643 0
[pid=11762/tid=11782] ppid=11593 vsize=332344 CPUtime=0 cores=5,7
/proc/11762/task/11782/stat : 11782 (python) S 11593 11593 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867248135 340320256 6093 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604471140395904 0 0 -1 5 0 0 0
[pid=11783] ppid=11593 vsize=342712 CPUtime=0.15 cores=5,7
/proc/11783/stat : 11783 (python) S 11593 11593 11144 0 -1 4202560 1084 0 0 0 8 7 0 0 19 0 2 0 867248136 350937088 6123 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11783/statm: 85678 6123 400 364 0 21578 0
[pid=11785] ppid=11783 vsize=249872 CPUtime=99.14 cores=5,7
/proc/11785/stat : 11785 (FH) T 11783 11785 11785 0 -1 4202496 1526 0 0 0 9914 0 0 0 25 0 1 0 867248136 255868928 1264 33554432000 134512640 134936988 4288797920 18446744073709551615 134553498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11785/statm: 62468 1264 41 104 0 61972 0
[pid=11593/tid=11600] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11600/stat : 11600 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 9 0 867188037 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 7 0 0 0
[pid=11593/tid=11616] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11616/stat : 11616 (python) S 11591 11593 11144 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 867198055 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
[pid=11593/tid=11676] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11676/stat : 11676 (python) S 11591 11593 11144 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867208073 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
[pid=11593/tid=11688] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11688/stat : 11688 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867218088 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
[pid=11593/tid=11702] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11702/stat : 11702 (python) S 11591 11593 11144 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 867228102 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
[pid=11593/tid=11763] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11763/stat : 11763 (python) S 11591 11593 11144 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867238117 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 7 0 0 0
[pid=11593/tid=11784] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11784/stat : 11784 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867248136 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 7124904



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.00 3.97 3.15 5/271 11800
/proc/meminfo: memFree=31239824/32951124 swapFree=67053960/67111528
[pid=11593] ppid=11591 vsize=362616 CPUtime=1.86 cores=5,7
/proc/11593/stat : 11593 (python) S 11591 11593 11144 0 -1 4202496 18712 935 1 0 175 11 0 0 20 0 9 0 867187847 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11593/statm: 90654 7649 1892 364 0 26551 0
[pid=11599] ppid=11593 vsize=290936 CPUtime=0.13 cores=5,7
/proc/11599/stat : 11599 (python) S 11593 11593 11144 0 -1 4202560 1150 0 0 0 6 7 0 0 19 0 2 0 867188037 297918464 6025 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11599/statm: 72734 6025 415 364 0 8652 0
[pid=11601] ppid=11599 vsize=1019708 CPUtime=100.05 cores=5,7
/proc/11601/stat : 11601 (gnovelty+2) T 11599 11601 11601 0 -1 4202496 952 0 0 0 10005 0 0 0 25 0 1 0 867188037 1044180992 690 33554432000 134512640 135663704 4286793840 18446744073709551615 134545583 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11601/statm: 254927 690 113 282 0 254643 0
[pid=11599/tid=11614] ppid=11593 vsize=290936 CPUtime=0 cores=5,7
/proc/11599/task/11614/stat : 11614 (python) S 11593 11593 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867198054 297918464 6025 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604460594123072 0 0 -1 7 0 0 0
[pid=11615] ppid=11593 vsize=291556 CPUtime=0.13 cores=5,7
/proc/11615/stat : 11615 (python) S 11593 11593 11144 0 -1 4202560 1098 0 0 0 6 7 0 0 19 0 2 0 867198055 298553344 6036 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11615/statm: 72889 6036 409 364 0 8804 0
[pid=11617] ppid=11615 vsize=1019708 CPUtime=100.06 cores=5,7
/proc/11617/stat : 11617 (gnovelty+2) T 11615 11617 11617 0 -1 4202496 954 0 0 0 10006 0 0 0 25 0 1 0 867198055 1044180992 690 33554432000 134512640 135663704 4290381632 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11617/statm: 254927 690 113 282 0 254643 0
[pid=11615/tid=11674] ppid=11593 vsize=291556 CPUtime=0 cores=5,7
/proc/11615/task/11674/stat : 11674 (python) S 11593 11593 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867208072 298553344 6036 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604460594124864 0 0 -1 7 0 0 0
[pid=11675] ppid=11593 vsize=301376 CPUtime=0.14 cores=5,7
/proc/11675/stat : 11675 (python) S 11593 11593 11144 0 -1 4202560 1080 0 0 0 7 7 0 0 19 0 2 0 867208072 308609024 6031 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11675/statm: 75344 6031 400 364 0 11256 0
[pid=11677] ppid=11675 vsize=420220 CPUtime=99.99 cores=5,7
/proc/11677/stat : 11677 (adaptg2wsat2009) T 11675 11677 11677 0 -1 4202496 1664 0 0 0 9999 0 0 0 25 0 1 0 867208073 430305280 1401 33554432000 134512640 135107411 4292211504 18446744073709551615 134539354 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11677/statm: 105055 1401 59 146 0 103931 0
[pid=11675/tid=11686] ppid=11593 vsize=301376 CPUtime=0 cores=5,7
/proc/11675/task/11686/stat : 11686 (python) S 11593 11593 11144 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867218086 308609024 6031 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604470285534528 0 0 -1 7 0 0 0
[pid=11687] ppid=11593 vsize=311724 CPUtime=0.15 cores=5,7
/proc/11687/stat : 11687 (python) S 11593 11593 11144 0 -1 4202560 1091 0 0 0 8 7 0 0 19 0 2 0 867218087 319205376 6061 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11687/statm: 77931 6061 400 364 0 13840 0
[pid=11689] ppid=11687 vsize=420220 CPUtime=99.98 cores=5,7
/proc/11689/stat : 11689 (adaptg2wsat2009) T 11687 11689 11689 0 -1 4202496 1667 0 0 0 9998 0 0 0 25 0 1 0 867218088 430305280 1401 33554432000 134512640 135107411 4289327568 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11689/statm: 105055 1401 59 146 0 103931 0
[pid=11687/tid=11700] ppid=11593 vsize=311724 CPUtime=0 cores=5,7
/proc/11687/task/11700/stat : 11700 (python) S 11593 11593 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867228101 319205376 6061 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604460594123968 0 0 -1 5 0 0 0
[pid=11701] ppid=11593 vsize=321984 CPUtime=0.14 cores=5,7
/proc/11701/stat : 11701 (python) S 11593 11593 11144 0 -1 4202560 1084 0 0 0 7 7 0 0 19 0 2 0 867228102 329711616 6088 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11701/statm: 80496 6088 400 364 0 16402 0
[pid=11703] ppid=11701 vsize=420220 CPUtime=100.02 cores=5,7
/proc/11703/stat : 11703 (adaptg2wsat2009) T 11701 11703 11703 0 -1 4202496 1662 0 0 0 10002 0 0 0 25 0 1 0 867228103 430305280 1399 33554432000 134512640 135107411 4289193584 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11703/statm: 105055 1399 59 146 0 103931 0
[pid=11701/tid=11761] ppid=11593 vsize=321984 CPUtime=0 cores=5,7
/proc/11701/task/11761/stat : 11761 (python) S 11593 11593 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867238116 329711616 6088 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604471136252096 0 0 -1 7 0 0 0
[pid=11762] ppid=11593 vsize=332344 CPUtime=0.14 cores=5,7
/proc/11762/stat : 11762 (python) S 11593 11593 11144 0 -1 4202560 1089 0 0 0 7 7 0 0 19 0 2 0 867238117 340320256 6093 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11762/statm: 83086 6093 400 364 0 18989 0
[pid=11764] ppid=11762 vsize=1019708 CPUtime=100.03 cores=5,7
/proc/11764/stat : 11764 (gnovelty+2) T 11762 11764 11764 0 -1 4202496 952 0 0 0 10003 0 0 0 25 0 1 0 867238117 1044180992 689 33554432000 134512640 135663704 4289760736 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11764/statm: 254927 689 113 282 0 254643 0
[pid=11762/tid=11782] ppid=11593 vsize=332344 CPUtime=0 cores=5,7
/proc/11762/task/11782/stat : 11782 (python) S 11593 11593 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867248135 340320256 6093 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604471140395904 0 0 -1 5 0 0 0
[pid=11783] ppid=11593 vsize=342712 CPUtime=0.15 cores=5,7
/proc/11783/stat : 11783 (python) S 11593 11593 11144 0 -1 4202560 1084 0 0 0 8 7 0 0 19 0 2 0 867248136 350937088 6123 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11783/statm: 85678 6123 400 364 0 21578 0
[pid=11785] ppid=11783 vsize=249872 CPUtime=99.14 cores=5,7
/proc/11785/stat : 11785 (FH) T 11783 11785 11785 0 -1 4202496 1526 0 0 0 9914 0 0 0 25 0 1 0 867248136 255868928 1264 33554432000 134512640 134936988 4288797920 18446744073709551615 134553498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11785/statm: 62468 1264 41 104 0 61972 0
[pid=11783/tid=11797] ppid=11593 vsize=342712 CPUtime=0 cores=5,7
/proc/11783/task/11797/stat : 11797 (python) S 11593 11593 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867258051 350937088 6123 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 514 18446604457961457600 0 0 -1 7 0 0 0
[pid=11798] ppid=11593 vsize=352972 CPUtime=0 cores=5,7
/proc/11798/stat : 11798 (python) S 11593 11593 11144 0 -1 4202560 836 0 0 0 0 0 0 0 19 0 1 0 867258052 361443328 6105 33554432000 4194304 5683644 140737239160384 18446744073709551615 228095471174 0 0 16781312 514 3237529859345350655 0 0 17 5 0 0 0
/proc/11798/statm: 88243 6105 351 364 0 24140 0
[pid=11800] ppid=11798 vsize=419820 CPUtime=0.75 cores=5,7
/proc/11800/stat : 11800 (adaptg2wsat2009) R 11798 11800 11800 0 -1 4202496 1435 0 0 0 75 0 0 0 22 0 1 0 867258052 429895680 1172 33554432000 134512640 135107411 4292319184 18446744073709551615 134523457 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11800/statm: 104955 1172 49 146 0 103831 0
[pid=11593/tid=11600] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11600/stat : 11600 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 21 0 9 0 867188037 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 7 0 0 0
[pid=11593/tid=11616] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11616/stat : 11616 (python) S 11591 11593 11144 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 867198055 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
[pid=11593/tid=11676] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11676/stat : 11676 (python) S 11591 11593 11144 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867208073 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
[pid=11593/tid=11688] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11688/stat : 11688 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867218088 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
[pid=11593/tid=11702] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11702/stat : 11702 (python) S 11591 11593 11144 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 867228102 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
[pid=11593/tid=11763] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11763/stat : 11763 (python) S 11591 11593 11144 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867238117 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 7 0 0 0
[pid=11593/tid=11784] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11784/stat : 11784 (python) S 11591 11593 11144 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867248136 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
[pid=11593/tid=11799] ppid=11591 vsize=362616 CPUtime=0 cores=5,7
/proc/11593/task/11799/stat : 11799 (python) S 11591 11593 11144 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 867258052 371318784 7649 33554432000 4194304 5683644 140737239160384 18446744073709551615 228107274673 0 0 16781312 2 18446604471104546816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.86
Current children cumulated vsize (KiB) 7897696

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 11593 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=759732
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=120981
# CPU time returned by wait4() is 1.88071
# while last known CPU time is 702.86
#
# 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): 702.86
CPU user time (s): 702.26
CPU system time (s): 0.6
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 7897696

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

runsolver used 1.92671 second user time and 3.44648 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 01:15:24
IDJOB=3484138
IDBENCH=82649
IDSOLVER=1975
FILE ID=node142/3484138-1307747723
RUNJOBID= node142-1307746989-11165
PBS_JOBID= 13550818
Free space on /tmp= 74004 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S1158419275-045-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-3484138-1307747723/watcher-3484138-1307747723 -o /tmp/evaluation-result-3484138-1307747723/solver-3484138-1307747723 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484138-1307747723.cnf -seed 1354758474 -budget 1200

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

MD5SUM BENCH= ba96eb51c814e4238dd0a7b33e8bab2d
RANDOM SEED=1354758474

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31396248 kB
Buffers:        158088 kB
Cached:         810608 kB
SwapCached:      11412 kB
Active:         922148 kB
Inactive:       450324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31396248 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:          101312 kB
Writeback:           0 kB
AnonPages:      400872 kB
Mapped:          20080 kB
Slab:           109256 kB
PageTables:      12244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3882336 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= 73944 MiB
End job on node142 at 2011-06-11 01:27:09