Trace number 3377335

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 704.73 704.878

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1180959030-088-UNKNOWN.cnf
MD5SUM4c3def64b0c0da01406b551924b4a52d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark532.031
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.21/0.77	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.21/0.77	c INFO: solving HOME/instance-3377335-1305452488.cnf
0.21/0.77	c INFO: computing task features
0.21/0.77	c INFO: computed variable-clause graph statistics
0.21/0.77	c INFO: computed clause balance statistics
0.21/1.44	c INFO: computed variable balance statistics
0.21/1.86	c INFO: computed small-clause counts
0.21/1.86	c INFO: computed Horn-clause counts
0.21/1.89	c INFO: computed variable graph statistics
0.21/1.89	c INFO: collected features for HOME/instance-3377335-1305452488.cnf in 1.38 s
0.21/1.91	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.24/102.22	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.49/202.53	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
302.78/302.82	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.07/403.11	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.06)
503.34/503.42	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
603.67/603.75	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.04)
703.91/704.04	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.63 3.95 3.93 4/370 25685
/proc/meminfo: memFree=21128424/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=15780 CPUtime=0 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 903 0 0 0 0 0 0 0 25 0 1 0 656848414 16158720 784 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/25685/statm: 3945 784 346 364 0 432 0

[startup+0.056741 s]
/proc/loadavg: 3.63 3.95 3.93 4/370 25685
/proc/meminfo: memFree=21128424/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=34428 CPUtime=0.03 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 1552 0 0 0 3 0 0 0 17 0 1 0 656848414 35254272 1388 33554432000 4194304 5683644 140735188378752 18446744073709551615 210642222727 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/25685/statm: 8607 1388 448 364 0 945 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34428

[startup+0.100728 s]
/proc/loadavg: 3.63 3.95 3.93 4/370 25685
/proc/meminfo: memFree=21128424/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=104224 CPUtime=0.06 cores=5,7
/proc/25685/stat : 25685 (python) R 25683 25685 24429 0 -1 4202496 3046 0 0 0 5 1 0 0 17 0 1 0 656848414 106725376 2732 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647146128 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25685/statm: 26056 2732 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300689 s]
/proc/loadavg: 3.63 3.95 3.93 4/370 25685
/proc/meminfo: memFree=21128424/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=170756 CPUtime=0.21 cores=5,7
/proc/25685/stat : 25685 (python) R 25683 25685 24429 0 -1 4202496 6732 930 1 0 16 5 0 0 17 0 1 0 656848414 174854144 4798 33554432000 4194304 5683644 140735188378752 18446744073709551615 210642223207 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25685/statm: 42689 4802 1333 364 0 3454 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 170756

[startup+2.48932 s]
/proc/loadavg: 3.63 3.95 3.93 4/370 25685
/proc/meminfo: memFree=21128424/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=293208 CPUtime=1.74 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 13055 930 1 0 166 8 0 0 21 0 2 0 656848414 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25685/statm: 73302 8174 1877 364 0 9220 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 293208
heavy processes:

[startup+2.51431 s]
/proc/loadavg: 4.14 4.05 3.96 5/380 25699
/proc/meminfo: memFree=21097472/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=293208 CPUtime=1.74 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 13055 930 1 0 166 8 0 0 21 0 2 0 656848414 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25685/statm: 73302 8174 1877 364 0 9220 0
[pid=25697] ppid=25685 vsize=283448 CPUtime=0 cores=5,7
/proc/25697/stat : 25697 (python) S 25685 25685 24429 0 -1 4202560 724 0 0 0 0 0 0 0 20 0 1 0 656848605 290250752 6649 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647166479 0 0 16781312 514 14410775267142270975 0 0 17 7 0 0 0
/proc/25697/statm: 70862 6649 355 364 0 6780 0
[pid=25699] ppid=25697 vsize=1018996 CPUtime=0.59 cores=5,7
/proc/25699/stat : 25699 (gnovelty+2) R 25697 25699 25699 0 -1 4202496 963 0 0 0 59 0 0 0 23 0 1 0 656848605 1043451904 698 33554432000 134512640 135663704 4291467088 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25699/statm: 254749 698 113 282 0 254465 0
[pid=25685/tid=25698] ppid=25683 vsize=293208 CPUtime=0 cores=5,7
/proc/25685/task/25698/stat : 25698 (python) S 25683 25685 24429 0 -1 4202560 25 930 0 0 0 0 0 0 21 0 2 0 656848605 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1595652

[startup+3.11421 s]
/proc/loadavg: 4.14 4.05 3.96 5/380 25699
/proc/meminfo: memFree=21096676/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=293208 CPUtime=1.74 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 13055 930 1 0 166 8 0 0 21 0 2 0 656848414 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25685/statm: 73302 8174 1877 364 0 9220 0
[pid=25697] ppid=25685 vsize=283448 CPUtime=0 cores=5,7
/proc/25697/stat : 25697 (python) S 25685 25685 24429 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 656848605 290250752 6649 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647166479 0 0 16781312 514 14410775267142238469 0 0 17 7 0 0 0
/proc/25697/statm: 70862 6649 355 364 0 6780 0
[pid=25699] ppid=25697 vsize=1018996 CPUtime=1.19 cores=5,7
/proc/25699/stat : 25699 (gnovelty+2) R 25697 25699 25699 0 -1 4202496 963 0 0 0 119 0 0 0 25 0 1 0 656848605 1043451904 698 33554432000 134512640 135663704 4291467088 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25699/statm: 254749 698 113 282 0 254465 0
[pid=25685/tid=25698] ppid=25683 vsize=293208 CPUtime=0 cores=5,7
/proc/25685/task/25698/stat : 25698 (python) S 25683 25685 24429 0 -1 4202560 25 930 0 0 0 0 0 0 21 0 2 0 656848605 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 1595652

[startup+6.30068 s]
/proc/loadavg: 4.14 4.05 3.96 6/380 25699
/proc/meminfo: memFree=21094856/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=293208 CPUtime=1.74 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 13055 930 1 0 166 8 0 0 21 0 2 0 656848414 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25685/statm: 73302 8174 1877 364 0 9220 0
[pid=25697] ppid=25685 vsize=283448 CPUtime=0 cores=5,7
/proc/25697/stat : 25697 (python) S 25685 25685 24429 0 -1 4202560 972 0 0 0 0 0 0 0 18 0 1 0 656848605 290250752 6677 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647166479 0 0 16781312 514 14410775267142238469 0 0 17 7 0 0 0
/proc/25697/statm: 70862 6677 383 364 0 6780 0
[pid=25699] ppid=25697 vsize=1018996 CPUtime=4.39 cores=5,7
/proc/25699/stat : 25699 (gnovelty+2) R 25697 25699 25699 0 -1 4202496 963 0 0 0 439 0 0 0 25 0 1 0 656848605 1043451904 698 33554432000 134512640 135663704 4291467088 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25699/statm: 254749 698 113 282 0 254465 0
[pid=25685/tid=25698] ppid=25683 vsize=293208 CPUtime=0 cores=5,7
/proc/25685/task/25698/stat : 25698 (python) S 25683 25685 24429 0 -1 4202560 25 930 0 0 0 0 0 0 21 0 2 0 656848605 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 1595652

[startup+12.7006 s]
/proc/loadavg: 4.69 4.17 4.00 6/380 25700
/proc/meminfo: memFree=21094872/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=293208 CPUtime=1.74 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 13055 930 1 0 166 8 0 0 21 0 2 0 656848414 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25685/statm: 73302 8174 1877 364 0 9220 0
[pid=25697] ppid=25685 vsize=283448 CPUtime=0.02 cores=5,7
/proc/25697/stat : 25697 (python) S 25685 25685 24429 0 -1 4202560 974 0 0 0 1 1 0 0 18 0 1 0 656848605 290250752 6677 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647166479 0 0 16781312 514 14706223108201611525 0 0 17 7 0 0 0
/proc/25697/statm: 70862 6677 383 364 0 6780 0
[pid=25699] ppid=25697 vsize=1018996 CPUtime=10.78 cores=5,7
/proc/25699/stat : 25699 (gnovelty+2) R 25697 25699 25699 0 -1 4202496 963 0 0 0 1078 0 0 0 25 0 1 0 656848605 1043451904 698 33554432000 134512640 135663704 4291467088 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25699/statm: 254749 698 113 282 0 254465 0
[pid=25685/tid=25698] ppid=25683 vsize=293208 CPUtime=0 cores=5,7
/proc/25685/task/25698/stat : 25698 (python) S 25683 25685 24429 0 -1 4202560 25 930 0 0 0 0 0 0 21 0 2 0 656848605 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 1595652

[startup+25.5004 s]
/proc/loadavg: 5.71 4.42 4.08 6/380 25700
/proc/meminfo: memFree=21091084/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=293208 CPUtime=1.74 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 13055 930 1 0 166 8 0 0 21 0 2 0 656848414 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25685/statm: 73302 8174 1877 364 0 9220 0
[pid=25697] ppid=25685 vsize=283448 CPUtime=0.06 cores=5,7
/proc/25697/stat : 25697 (python) S 25685 25685 24429 0 -1 4202560 979 0 0 0 3 3 0 0 18 0 1 0 656848605 290250752 6677 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647166479 0 0 16781312 514 14706223108201611525 0 0 17 7 0 0 0
/proc/25697/statm: 70862 6677 383 364 0 6780 0
[pid=25699] ppid=25697 vsize=1018996 CPUtime=23.58 cores=5,7
/proc/25699/stat : 25699 (gnovelty+2) R 25697 25699 25699 0 -1 4202496 963 0 0 0 2358 0 0 0 25 0 1 0 656848605 1043451904 698 33554432000 134512640 135663704 4291467088 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25699/statm: 254749 698 113 282 0 254465 0
[pid=25685/tid=25698] ppid=25683 vsize=293208 CPUtime=0 cores=5,7
/proc/25685/task/25698/stat : 25698 (python) S 25683 25685 24429 0 -1 4202560 25 930 0 0 0 0 0 0 21 0 2 0 656848605 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1595652

[startup+51.1011 s]
/proc/loadavg: 5.88 4.57 4.14 5/380 25700
/proc/meminfo: memFree=21095816/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=293208 CPUtime=1.74 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 13055 930 1 0 166 8 0 0 21 0 2 0 656848414 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25685/statm: 73302 8174 1877 364 0 9220 0
[pid=25697] ppid=25685 vsize=283448 CPUtime=0.12 cores=5,7
/proc/25697/stat : 25697 (python) S 25685 25685 24429 0 -1 4202560 992 0 0 0 6 6 0 0 18 0 1 0 656848605 290250752 6677 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647166479 0 0 16781312 514 14706223108201611525 0 0 17 7 0 0 0
/proc/25697/statm: 70862 6677 383 364 0 6780 0
[pid=25699] ppid=25697 vsize=1018996 CPUtime=49.15 cores=5,7
/proc/25699/stat : 25699 (gnovelty+2) R 25697 25699 25699 0 -1 4202496 963 0 0 0 4915 0 0 0 25 0 1 0 656848605 1043451904 698 33554432000 134512640 135663704 4291467088 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25699/statm: 254749 698 113 282 0 254465 0
[pid=25685/tid=25698] ppid=25683 vsize=293208 CPUtime=0 cores=5,7
/proc/25685/task/25698/stat : 25698 (python) S 25683 25685 24429 0 -1 4202560 25 930 0 0 0 0 0 0 21 0 2 0 656848605 300244992 8174 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 1595652

[startup+102.3 s]
/proc/loadavg: 4.96 4.52 4.15 5/392 25714
/proc/meminfo: memFree=21075072/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=303464 CPUtime=1.75 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 13942 930 1 0 167 8 0 0 20 0 3 0 656848414 310747136 8181 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25685/statm: 75866 8181 1880 364 0 11781 0
[pid=25697] ppid=25685 vsize=293692 CPUtime=0.27 cores=5,7
/proc/25697/stat : 25697 (python) S 25685 25685 24429 0 -1 4202560 1156 0 0 0 14 13 0 0 19 0 2 0 656848605 300740608 6714 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25697/statm: 73423 6714 415 364 0 9341 0
[pid=25699] ppid=25697 vsize=1018996 CPUtime=100.26 cores=5,7
/proc/25699/stat : 25699 (gnovelty+2) T 25697 25699 25699 0 -1 4202496 963 0 0 0 10026 0 0 0 25 0 1 0 656848605 1043451904 698 33554432000 134512640 135663704 4291467088 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25699/statm: 254749 698 113 282 0 254465 0
[pid=25685/tid=25698] ppid=25683 vsize=303464 CPUtime=0 cores=5,7
/proc/25685/task/25698/stat : 25698 (python) S 25683 25685 24429 0 -1 4202560 25 930 0 0 0 0 0 0 21 0 3 0 656848605 310747136 8181 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1616152

[startup+162.3 s]
/proc/loadavg: 4.61 4.51 4.17 5/392 25755
/proc/meminfo: memFree=21038008/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=303464 CPUtime=1.75 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 13942 930 1 0 167 8 0 0 20 0 3 0 656848414 310747136 8181 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25685/statm: 75866 8181 1880 364 0 11781 0
[pid=25697] ppid=25685 vsize=293692 CPUtime=0.27 cores=5,7
/proc/25697/stat : 25697 (python) S 25685 25685 24429 0 -1 4202560 1156 0 0 0 14 13 0 0 19 0 2 0 656848605 300740608 6714 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25697/statm: 73423 6714 415 364 0 9341 0
[pid=25699] ppid=25697 vsize=1018996 CPUtime=100.26 cores=5,7
/proc/25699/stat : 25699 (gnovelty+2) T 25697 25699 25699 0 -1 4202496 963 0 0 0 10026 0 0 0 25 0 1 0 656848605 1043451904 698 33554432000 134512640 135663704 4291467088 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25699/statm: 254749 698 113 282 0 254465 0
[pid=25697/tid=25715] ppid=25685 vsize=293692 CPUtime=0 cores=5,7
/proc/25697/task/25715/stat : 25715 (python) S 25685 25685 24429 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656858635 300740608 6714 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604464857897920 0 0 -1 5 0 0 0
[pid=25716] ppid=25685 vsize=293704 CPUtime=0.15 cores=5,7
/proc/25716/stat : 25716 (python) S 25685 25685 24429 0 -1 4202560 911 0 0 0 7 8 0 0 18 0 1 0 656858636 300752896 6670 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647166534 0 0 16781312 514 14706223108201611528 0 0 17 5 0 0 0

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

/proc/25716/statm: 73426 6699 400 364 0 9341 0
[pid=25718] ppid=25716 vsize=1018996 CPUtime=99.97 cores=5,7
/proc/25718/stat : 25718 (gnovelty+2) T 25716 25718 25718 0 -1 4202496 963 0 0 0 9997 0 0 0 25 0 1 0 656858636 1043451904 698 33554432000 134512640 135663704 4292838144 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25718/statm: 254749 698 113 282 0 254465 0
[pid=25716/tid=25795] ppid=25685 vsize=293704 CPUtime=0 cores=5,7
/proc/25716/task/25795/stat : 25795 (python) S 25685 25685 24429 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656868666 300752896 6699 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604470782245888 0 0 -1 7 0 0 0
[pid=25796] ppid=25685 vsize=303960 CPUtime=0.28 cores=5,7
/proc/25796/stat : 25796 (python) S 25685 25685 24429 0 -1 4202560 1088 0 0 0 15 13 0 0 19 0 2 0 656868668 311255040 6703 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25796/statm: 75990 6703 400 364 0 11902 0
[pid=25798] ppid=25796 vsize=421428 CPUtime=99.99 cores=5,7
/proc/25798/stat : 25798 (adaptg2wsat2009) T 25796 25798 25798 0 -1 4202496 2049 0 0 0 9999 0 0 0 25 0 1 0 656868668 431542272 1782 33554432000 134512640 135107411 4291911056 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25798/statm: 105357 1782 59 146 0 104233 0
[pid=25796/tid=25814] ppid=25685 vsize=303960 CPUtime=0 cores=5,7
/proc/25796/task/25814/stat : 25814 (python) S 25685 25685 24429 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656878695 311255040 6703 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604466419337408 0 0 -1 5 0 0 0
[pid=25815] ppid=25685 vsize=314216 CPUtime=0.28 cores=5,7
/proc/25815/stat : 25815 (python) S 25685 25685 24429 0 -1 4202560 1093 0 0 0 13 15 0 0 19 0 2 0 656878697 321757184 6707 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25815/statm: 78554 6707 400 364 0 14463 0
[pid=25817] ppid=25815 vsize=421428 CPUtime=99.98 cores=5,7
/proc/25817/stat : 25817 (adaptg2wsat2009) T 25815 25817 25817 0 -1 4202496 2049 0 0 0 9998 0 0 0 25 0 1 0 656878697 431542272 1782 33554432000 134512640 135107411 4292561200 18446744073709551615 134531537 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25817/statm: 105357 1782 59 146 0 104233 0
[pid=25815/tid=25833] ppid=25685 vsize=314216 CPUtime=0 cores=5,7
/proc/25815/task/25833/stat : 25833 (python) S 25685 25685 24429 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 656888724 321757184 6707 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604466419335616 0 0 -1 7 0 0 0
[pid=25834] ppid=25685 vsize=324572 CPUtime=0.29 cores=5,7
/proc/25834/stat : 25834 (python) S 25685 25685 24429 0 -1 4202560 1097 0 0 0 15 14 0 0 19 0 2 0 656888726 332361728 6711 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25834/statm: 81143 6711 400 364 0 17049 0
[pid=25836] ppid=25834 vsize=421428 CPUtime=99.99 cores=5,7
/proc/25836/stat : 25836 (adaptg2wsat2009) T 25834 25836 25836 0 -1 4202496 2051 0 0 0 9999 0 0 0 25 0 1 0 656888726 431542272 1783 33554432000 134512640 135107411 4289110832 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25836/statm: 105357 1783 59 146 0 104233 0
[pid=25834/tid=25848] ppid=25685 vsize=324572 CPUtime=0 cores=5,7
/proc/25834/task/25848/stat : 25848 (python) S 25685 25685 24429 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656898755 332361728 6711 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604470782243200 0 0 -1 5 0 0 0
[pid=25849] ppid=25685 vsize=334728 CPUtime=0.28 cores=5,7
/proc/25849/stat : 25849 (python) S 25685 25685 24429 0 -1 4202560 1108 0 0 0 16 12 0 0 19 0 2 0 656898756 342761472 6749 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25849/statm: 83682 6749 409 364 0 19585 0
[pid=25851] ppid=25849 vsize=1018996 CPUtime=100.03 cores=5,7
/proc/25851/stat : 25851 (gnovelty+2) T 25849 25851 25851 0 -1 4202496 964 0 0 0 10003 0 0 0 25 0 1 0 656898757 1043451904 698 33554432000 134512640 135663704 4290111264 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25851/statm: 254749 698 113 282 0 254465 0
[pid=25849/tid=25894] ppid=25685 vsize=334728 CPUtime=0 cores=5,7
/proc/25849/task/25894/stat : 25894 (python) S 25685 25685 24429 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656908788 342761472 6749 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604465687817024 0 0 -1 7 0 0 0
[pid=25895] ppid=25685 vsize=345100 CPUtime=0.26 cores=5,7
/proc/25895/stat : 25895 (python) S 25685 25685 24429 0 -1 4202560 933 0 0 0 13 13 0 0 18 0 1 0 656908789 353382400 6715 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647166534 0 0 16781312 514 14706223108201611527 0 0 17 5 0 0 0
/proc/25895/statm: 86275 6715 372 364 0 22175 0
[pid=25897] ppid=25895 vsize=251288 CPUtime=98.26 cores=5,7
/proc/25897/stat : 25897 (FH) R 25895 25897 25897 0 -1 4202496 1946 0 0 0 9826 0 0 0 25 0 1 0 656908790 257318912 1682 33554432000 134512640 134936988 4293616720 18446744073709551615 134554258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25897/statm: 62822 1682 41 104 0 62326 0
[pid=25685/tid=25698] ppid=25683 vsize=354744 CPUtime=0 cores=5,7
/proc/25685/task/25698/stat : 25698 (python) S 25683 25685 24429 0 -1 4202560 25 930 0 0 0 0 0 0 21 0 8 0 656848605 363257856 8236 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25717] ppid=25683 vsize=354744 CPUtime=0 cores=5,7
/proc/25685/task/25717/stat : 25717 (python) S 25683 25685 24429 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 8 0 656858636 363257856 8236 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25797] ppid=25683 vsize=354744 CPUtime=0 cores=5,7
/proc/25685/task/25797/stat : 25797 (python) S 25683 25685 24429 0 -1 4202560 22 930 0 0 0 0 0 0 20 0 8 0 656868668 363257856 8236 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25816] ppid=25683 vsize=354744 CPUtime=0 cores=5,7
/proc/25685/task/25816/stat : 25816 (python) S 25683 25685 24429 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 656878697 363257856 8236 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25835] ppid=25683 vsize=354744 CPUtime=0 cores=5,7
/proc/25685/task/25835/stat : 25835 (python) S 25683 25685 24429 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 656888726 363257856 8236 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25850] ppid=25683 vsize=354744 CPUtime=0 cores=5,7
/proc/25685/task/25850/stat : 25850 (python) S 25683 25685 24429 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 656898757 363257856 8236 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25896] ppid=25683 vsize=354744 CPUtime=0 cores=5,7
/proc/25685/task/25896/stat : 25896 (python) S 25683 25685 24429 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 656908789 363257856 8236 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 7137276



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+704.802 s]
/proc/loadavg: 2.18 3.31 3.80 4/414 25908
/proc/meminfo: memFree=21104648/32951132 swapFree=64495980/67111528
[pid=25685] ppid=25683 vsize=365000 CPUtime=1.84 cores=5,7
/proc/25685/stat : 25685 (python) S 25683 25685 24429 0 -1 4202496 19182 930 1 0 175 9 0 0 19 0 9 0 656848414 373760000 8246 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25685/statm: 91250 8246 1892 364 0 27147 0
[pid=25697] ppid=25685 vsize=293692 CPUtime=0.27 cores=5,7
/proc/25697/stat : 25697 (python) S 25685 25685 24429 0 -1 4202560 1156 0 0 0 14 13 0 0 19 0 2 0 656848605 300740608 6714 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25697/statm: 73423 6714 415 364 0 9341 0
[pid=25699] ppid=25697 vsize=1018996 CPUtime=100.26 cores=5,7
/proc/25699/stat : 25699 (gnovelty+2) T 25697 25699 25699 0 -1 4202496 963 0 0 0 10026 0 0 0 25 0 1 0 656848605 1043451904 698 33554432000 134512640 135663704 4291467088 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25699/statm: 254749 698 113 282 0 254465 0
[pid=25697/tid=25715] ppid=25685 vsize=293692 CPUtime=0 cores=5,7
/proc/25697/task/25715/stat : 25715 (python) S 25685 25685 24429 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656858635 300740608 6714 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604464857897920 0 0 -1 5 0 0 0
[pid=25716] ppid=25685 vsize=293704 CPUtime=0.26 cores=5,7
/proc/25716/stat : 25716 (python) S 25685 25685 24429 0 -1 4202560 1077 0 0 0 13 13 0 0 19 0 2 0 656858636 300752896 6699 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25716/statm: 73426 6699 400 364 0 9341 0
[pid=25718] ppid=25716 vsize=1018996 CPUtime=99.97 cores=5,7
/proc/25718/stat : 25718 (gnovelty+2) T 25716 25718 25718 0 -1 4202496 963 0 0 0 9997 0 0 0 25 0 1 0 656858636 1043451904 698 33554432000 134512640 135663704 4292838144 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25718/statm: 254749 698 113 282 0 254465 0
[pid=25716/tid=25795] ppid=25685 vsize=293704 CPUtime=0 cores=5,7
/proc/25716/task/25795/stat : 25795 (python) S 25685 25685 24429 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656868666 300752896 6699 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604470782245888 0 0 -1 7 0 0 0
[pid=25796] ppid=25685 vsize=303960 CPUtime=0.28 cores=5,7
/proc/25796/stat : 25796 (python) S 25685 25685 24429 0 -1 4202560 1088 0 0 0 15 13 0 0 19 0 2 0 656868668 311255040 6703 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25796/statm: 75990 6703 400 364 0 11902 0
[pid=25798] ppid=25796 vsize=421428 CPUtime=99.99 cores=5,7
/proc/25798/stat : 25798 (adaptg2wsat2009) T 25796 25798 25798 0 -1 4202496 2049 0 0 0 9999 0 0 0 25 0 1 0 656868668 431542272 1782 33554432000 134512640 135107411 4291911056 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25798/statm: 105357 1782 59 146 0 104233 0
[pid=25796/tid=25814] ppid=25685 vsize=303960 CPUtime=0 cores=5,7
/proc/25796/task/25814/stat : 25814 (python) S 25685 25685 24429 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656878695 311255040 6703 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604466419337408 0 0 -1 5 0 0 0
[pid=25815] ppid=25685 vsize=314216 CPUtime=0.28 cores=5,7
/proc/25815/stat : 25815 (python) S 25685 25685 24429 0 -1 4202560 1093 0 0 0 13 15 0 0 19 0 2 0 656878697 321757184 6707 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25815/statm: 78554 6707 400 364 0 14463 0
[pid=25817] ppid=25815 vsize=421428 CPUtime=99.98 cores=5,7
/proc/25817/stat : 25817 (adaptg2wsat2009) T 25815 25817 25817 0 -1 4202496 2049 0 0 0 9998 0 0 0 25 0 1 0 656878697 431542272 1782 33554432000 134512640 135107411 4292561200 18446744073709551615 134531537 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25817/statm: 105357 1782 59 146 0 104233 0
[pid=25815/tid=25833] ppid=25685 vsize=314216 CPUtime=0 cores=5,7
/proc/25815/task/25833/stat : 25833 (python) S 25685 25685 24429 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 656888724 321757184 6707 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604466419335616 0 0 -1 7 0 0 0
[pid=25834] ppid=25685 vsize=324572 CPUtime=0.29 cores=5,7
/proc/25834/stat : 25834 (python) S 25685 25685 24429 0 -1 4202560 1097 0 0 0 15 14 0 0 19 0 2 0 656888726 332361728 6711 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25834/statm: 81143 6711 400 364 0 17049 0
[pid=25836] ppid=25834 vsize=421428 CPUtime=99.99 cores=5,7
/proc/25836/stat : 25836 (adaptg2wsat2009) T 25834 25836 25836 0 -1 4202496 2051 0 0 0 9999 0 0 0 25 0 1 0 656888726 431542272 1783 33554432000 134512640 135107411 4289110832 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25836/statm: 105357 1783 59 146 0 104233 0
[pid=25834/tid=25848] ppid=25685 vsize=324572 CPUtime=0 cores=5,7
/proc/25834/task/25848/stat : 25848 (python) S 25685 25685 24429 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656898755 332361728 6711 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604470782243200 0 0 -1 5 0 0 0
[pid=25849] ppid=25685 vsize=334728 CPUtime=0.28 cores=5,7
/proc/25849/stat : 25849 (python) S 25685 25685 24429 0 -1 4202560 1108 0 0 0 16 12 0 0 19 0 2 0 656898756 342761472 6749 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25849/statm: 83682 6749 409 364 0 19585 0
[pid=25851] ppid=25849 vsize=1018996 CPUtime=100.03 cores=5,7
/proc/25851/stat : 25851 (gnovelty+2) T 25849 25851 25851 0 -1 4202496 964 0 0 0 10003 0 0 0 25 0 1 0 656898757 1043451904 698 33554432000 134512640 135663704 4290111264 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25851/statm: 254749 698 113 282 0 254465 0
[pid=25849/tid=25894] ppid=25685 vsize=334728 CPUtime=0 cores=5,7
/proc/25849/task/25894/stat : 25894 (python) S 25685 25685 24429 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656908788 342761472 6749 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604465687817024 0 0 -1 7 0 0 0
[pid=25895] ppid=25685 vsize=345100 CPUtime=0.28 cores=5,7
/proc/25895/stat : 25895 (python) S 25685 25685 24429 0 -1 4202560 1095 0 0 0 14 14 0 0 19 0 2 0 656908789 353382400 6744 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25895/statm: 86275 6744 400 364 0 22175 0
[pid=25897] ppid=25895 vsize=251288 CPUtime=99.97 cores=5,7
/proc/25897/stat : 25897 (FH) T 25895 25897 25897 0 -1 4202496 1946 0 0 0 9997 0 0 0 25 0 1 0 656908790 257318912 1682 33554432000 134512640 134936988 4293616720 18446744073709551615 134554071 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25897/statm: 62822 1682 41 104 0 62326 0
[pid=25895/tid=25905] ppid=25685 vsize=345100 CPUtime=0 cores=5,7
/proc/25895/task/25905/stat : 25905 (python) S 25685 25685 24429 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656918817 353382400 6744 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 514 18446604467775788992 0 0 -1 7 0 0 0
[pid=25906] ppid=25685 vsize=355360 CPUtime=0 cores=5,7
/proc/25906/stat : 25906 (python) S 25685 25685 24429 0 -1 4202560 781 0 0 0 0 0 0 0 19 0 1 0 656918818 363888640 6702 33554432000 4194304 5683644 140735188378752 18446744073709551615 210647166534 0 0 16781312 514 18021348251898216447 0 0 17 5 0 0 0
/proc/25906/statm: 88840 6702 351 364 0 24737 0
[pid=25908] ppid=25906 vsize=421428 CPUtime=0.76 cores=5,7
/proc/25908/stat : 25908 (adaptg2wsat2009) R 25906 25908 25908 0 -1 4202496 2050 0 0 0 76 0 0 0 22 0 1 0 656918819 431542272 1782 33554432000 134512640 135107411 4290059456 18446744073709551615 134532145 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25908/statm: 105357 1782 59 146 0 104233 0
[pid=25685/tid=25698] ppid=25683 vsize=365000 CPUtime=0 cores=5,7
/proc/25685/task/25698/stat : 25698 (python) S 25683 25685 24429 0 -1 4202560 25 930 0 0 0 0 0 0 21 0 9 0 656848605 373760000 8246 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25717] ppid=25683 vsize=365000 CPUtime=0 cores=5,7
/proc/25685/task/25717/stat : 25717 (python) S 25683 25685 24429 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 656858636 373760000 8246 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25797] ppid=25683 vsize=365000 CPUtime=0 cores=5,7
/proc/25685/task/25797/stat : 25797 (python) S 25683 25685 24429 0 -1 4202560 22 930 0 0 0 0 0 0 20 0 9 0 656868668 373760000 8246 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25816] ppid=25683 vsize=365000 CPUtime=0 cores=5,7
/proc/25685/task/25816/stat : 25816 (python) S 25683 25685 24429 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 656878697 373760000 8246 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25835] ppid=25683 vsize=365000 CPUtime=0 cores=5,7
/proc/25685/task/25835/stat : 25835 (python) S 25683 25685 24429 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 656888726 373760000 8246 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25850] ppid=25683 vsize=365000 CPUtime=0 cores=5,7
/proc/25685/task/25850/stat : 25850 (python) S 25683 25685 24429 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 656898757 373760000 8246 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25896] ppid=25683 vsize=365000 CPUtime=0 cores=5,7
/proc/25685/task/25896/stat : 25896 (python) S 25683 25685 24429 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 656908789 373760000 8246 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
[pid=25685/tid=25907] ppid=25683 vsize=365000 CPUtime=0 cores=5,7
/proc/25685/task/25907/stat : 25907 (python) S 25683 25685 24429 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 656918819 373760000 8246 33554432000 4194304 5683644 140735188378752 18446744073709551615 210658970033 0 0 16781312 2 18446604468779623744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.73
Current children cumulated vsize (KiB) 7924320

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

Real time (s): 704.878
CPU time (s): 704.73
CPU user time (s): 703.7
CPU system time (s): 1.03
CPU usage (%): 99.979
Max. virtual memory (cumulated for all children) (KiB): 7924320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.75173
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20118
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= 1044
involuntary context switches= 35

runsolver used 2.97755 second user time and 6.34703 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 11:41:28
IDJOB=3377335
IDBENCH=82644
IDSOLVER=1857
FILE ID=node129/3377335-1305452488
RUNJOBID= node129-1305452483-25596
PBS_JOBID= 13324843
Free space on /tmp= 73316 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1180959030-088-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-3377335-1305452488/watcher-3377335-1305452488 -o /tmp/evaluation-result-3377335-1305452488/solver-3377335-1305452488 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377335-1305452488.cnf -seed 1613567489 -budget 2400

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

MD5SUM BENCH= 4c3def64b0c0da01406b551924b4a52d
RANDOM SEED=1613567489

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21128456 kB
Buffers:        259052 kB
Cached:        6261460 kB
SwapCached:      52668 kB
Active:        3244488 kB
Inactive:      8336900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21128456 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:          129960 kB
Writeback:           0 kB
AnonPages:     5017080 kB
Mapped:          23872 kB
Slab:           136648 kB
PageTables:      40716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 80197632 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73348 MiB
End job on node129 at 2011-05-15 11:53:15