Trace number 3377380

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) 703.18 702.873

General information on the benchmark

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

Solver Data

0.39/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.50	c INFO: solving HOME/instance-3377380-1305452900.cnf
0.39/0.50	c INFO: computing task features
0.50/0.61	c INFO: computed variable-clause graph statistics
0.50/0.61	c INFO: computed clause balance statistics
1.20/1.37	c INFO: computed variable balance statistics
1.50/1.68	c INFO: computed small-clause counts
1.50/1.68	c INFO: computed Horn-clause counts
1.60/1.71	c INFO: computed variable graph statistics
1.60/1.71	c INFO: collected features for HOME/instance-3377380-1305452900.cnf in 1.23 s
1.60/1.72	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
101.77/101.99	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
201.29/201.28	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.08)
301.60/301.52	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
401.81/401.75	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
502.11/502.01	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.65/602.30	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
702.87/702.54	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 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-3377380-1305452900/watcher-3377380-1305452900 -o /tmp/evaluation-result-3377380-1305452900/solver-3377380-1305452900 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377380-1305452900.cnf -seed 1566586339 -budget 2400 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.01 3.77 2.96 4/365 23462
/proc/meminfo: memFree=27699160/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=15908 CPUtime=0 cores=1,3
/proc/23462/stat : 23462 (python) R 23460 23462 12685 0 -1 4202496 965 0 0 0 0 0 0 0 25 0 1 0 656888036 16289792 840 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122407907 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23462/statm: 3977 840 357 364 0 464 0

[startup+0.070915 s]
/proc/loadavg: 4.01 3.77 2.96 4/365 23462
/proc/meminfo: memFree=27699160/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=54536 CPUtime=0.05 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 12685 0 -1 4202496 2071 0 0 0 4 1 0 0 25 0 1 0 656888036 55844864 1828 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/23462/statm: 13635 1829 492 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.100912 s]
/proc/loadavg: 4.01 3.77 2.96 4/365 23462
/proc/meminfo: memFree=27699160/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=104228 CPUtime=0.07 cores=1,3
/proc/23462/stat : 23462 (python) R 23460 23462 12685 0 -1 4202496 3066 0 0 0 5 2 0 0 17 0 1 0 656888036 106729472 2748 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23462/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300896 s]
/proc/loadavg: 4.01 3.77 2.96 4/365 23462
/proc/meminfo: memFree=27699160/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=170752 CPUtime=0.23 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 12685 0 -1 4202496 6738 933 1 0 16 7 0 0 17 0 1 0 656888036 174850048 4805 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/23462/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700797 s]
/proc/loadavg: 4.01 3.77 2.96 4/365 23462
/proc/meminfo: memFree=27699160/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=283976 CPUtime=0.6 cores=1,3
/proc/23462/stat : 23462 (python) R 23460 23462 12685 0 -1 4202496 11754 933 1 0 50 10 0 0 17 0 1 0 656888036 290791424 8379 33554432000 4194304 5683644 140737452433552 18446744073709551615 4602336 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23462/statm: 70994 8379 1826 364 0 6918 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 283976

[startup+1.50065 s]
/proc/loadavg: 4.01 3.78 2.96 5/366 23467
/proc/meminfo: memFree=27671252/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=283976 CPUtime=1.4 cores=1,3
/proc/23462/stat : 23462 (python) R 23460 23462 12685 0 -1 4202496 11755 933 1 0 130 10 0 0 18 0 1 0 656888036 290791424 8380 33554432000 4194304 5683644 140737452433552 18446744073709551615 47390323489177 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23462/statm: 70994 8380 1827 364 0 6918 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 283976

[startup+3.10036 s]
/proc/loadavg: 4.01 3.78 2.96 5/369 23470
/proc/meminfo: memFree=27671228/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=289868 CPUtime=1.62 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 12685 0 -1 4202496 12104 933 1 0 152 10 0 0 21 0 2 0 656888036 296824832 7340 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 72467 7340 1877 364 0 8385 0
[pid=23468] ppid=23462 vsize=280108 CPUtime=0 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 12685 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 656888209 286830592 5815 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122734095 0 0 16781312 514 339976971062575365 0 0 17 1 0 0 0
/proc/23468/statm: 70027 5815 355 364 0 5945 0
[pid=23470] ppid=23468 vsize=1018820 CPUtime=1.36 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) R 23468 23470 23470 0 -1 4202496 860 0 0 0 136 0 0 0 25 0 1 0 656888209 1043271680 595 33554432000 134512640 135663704 4289343008 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23470/statm: 254705 595 113 282 0 254421 0
[pid=23462/tid=23469] ppid=23460 vsize=289868 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 12685 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 656888209 296824832 7340 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1588796

[startup+6.30079 s]
/proc/loadavg: 4.01 3.78 2.96 6/369 23470
/proc/meminfo: memFree=27671204/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=289868 CPUtime=1.62 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 12685 0 -1 4202496 12104 933 1 0 152 10 0 0 21 0 2 0 656888036 296824832 7340 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 72467 7340 1877 364 0 8385 0
[pid=23468] ppid=23462 vsize=280108 CPUtime=0.01 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 12685 0 -1 4202560 966 0 0 0 1 0 0 0 18 0 1 0 656888209 286830592 5843 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122734095 0 0 16781312 514 339976971062575365 0 0 17 1 0 0 0
/proc/23468/statm: 70027 5843 383 364 0 5945 0
[pid=23470] ppid=23468 vsize=1018820 CPUtime=4.54 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) R 23468 23470 23470 0 -1 4202496 860 0 0 0 454 0 0 0 25 0 1 0 656888209 1043271680 595 33554432000 134512640 135663704 4289343008 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23470/statm: 254705 595 113 282 0 254421 0
[pid=23462/tid=23469] ppid=23460 vsize=289868 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 12685 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 656888209 296824832 7340 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1588796

[startup+12.7006 s]
/proc/loadavg: 4.01 3.78 2.98 5/369 23470
/proc/meminfo: memFree=27669908/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=289868 CPUtime=1.62 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 12685 0 -1 4202496 12104 933 1 0 152 10 0 0 21 0 2 0 656888036 296824832 7340 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 72467 7340 1877 364 0 8385 0
[pid=23468] ppid=23462 vsize=280108 CPUtime=0.02 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 12685 0 -1 4202560 968 0 0 0 1 1 0 0 18 0 1 0 656888209 286830592 5843 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122734095 0 0 16781312 514 16741726994470764805 0 0 17 1 0 0 0
/proc/23468/statm: 70027 5843 383 364 0 5945 0
[pid=23470] ppid=23468 vsize=1018820 CPUtime=10.93 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) R 23468 23470 23470 0 -1 4202496 860 0 0 0 1093 0 0 0 25 0 1 0 656888209 1043271680 595 33554432000 134512640 135663704 4289343008 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23470/statm: 254705 595 113 282 0 254421 0
[pid=23462/tid=23469] ppid=23460 vsize=289868 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 12685 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 656888209 296824832 7340 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1588796

[startup+25.5003 s]
/proc/loadavg: 4.01 3.79 2.99 5/369 23470
/proc/meminfo: memFree=27670508/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=289868 CPUtime=1.62 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 12685 0 -1 4202496 12104 933 1 0 152 10 0 0 21 0 2 0 656888036 296824832 7340 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 72467 7340 1877 364 0 8385 0
[pid=23468] ppid=23462 vsize=280108 CPUtime=0.05 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 12685 0 -1 4202560 973 0 0 0 3 2 0 0 18 0 1 0 656888209 286830592 5843 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122734095 0 0 16781312 514 16741726994470764805 0 0 17 1 0 0 0
/proc/23468/statm: 70027 5843 383 364 0 5945 0
[pid=23470] ppid=23468 vsize=1018820 CPUtime=23.7 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) R 23468 23470 23470 0 -1 4202496 860 0 0 0 2370 0 0 0 25 0 1 0 656888209 1043271680 595 33554432000 134512640 135663704 4289343008 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23470/statm: 254705 595 113 282 0 254421 0
[pid=23462/tid=23469] ppid=23460 vsize=289868 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 12685 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 656888209 296824832 7340 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1588796

[startup+51.1007 s]
/proc/loadavg: 4.00 3.81 3.01 5/373 23475
/proc/meminfo: memFree=27656816/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=289868 CPUtime=1.62 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 12685 0 -1 4202496 12104 933 1 0 152 10 0 0 21 0 2 0 656888036 296824832 7340 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 72467 7340 1877 364 0 8385 0
[pid=23468] ppid=23462 vsize=280108 CPUtime=0.1 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 12685 0 -1 4202560 985 0 0 0 6 4 0 0 18 0 1 0 656888209 286830592 5843 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122734095 0 0 16781312 514 16741726994470764805 0 0 17 1 0 0 0
/proc/23468/statm: 70027 5843 383 364 0 5945 0
[pid=23470] ppid=23468 vsize=1018820 CPUtime=49.24 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) R 23468 23470 23470 0 -1 4202496 860 0 0 0 4924 0 0 0 25 0 1 0 656888209 1043271680 595 33554432000 134512640 135663704 4289343008 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23470/statm: 254705 595 113 282 0 254421 0
[pid=23462/tid=23469] ppid=23460 vsize=289868 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 12685 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 2 0 656888209 296824832 7340 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1588796

[startup+102.312 s]
/proc/loadavg: 4.26 3.91 3.09 5/379 23482
/proc/meminfo: memFree=27646076/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=365660 CPUtime=1.63 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 12685 0 -1 4202496 12984 933 1 0 153 10 0 0 18 0 3 0 656888036 374435840 7349 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 91415 7349 1880 364 0 27330 0
[pid=23468] ppid=23462 vsize=290352 CPUtime=0.23 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 12685 0 -1 4202560 1144 0 0 0 12 11 0 0 19 0 2 0 656888209 297320448 5880 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23468/statm: 72588 5880 415 364 0 8506 0
[pid=23470] ppid=23468 vsize=1018820 CPUtime=100.01 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) T 23468 23470 23470 0 -1 4202496 860 0 0 0 10001 0 0 0 25 0 1 0 656888209 1043271680 595 33554432000 134512640 135663704 4289343008 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23470/statm: 254705 595 113 282 0 254421 0
[pid=23468/tid=23479] ppid=23462 vsize=290352 CPUtime=0 cores=1,3
/proc/23468/task/23479/stat : 23479 (python) S 23462 23462 12685 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656898235 297320448 5880 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604461581784896 0 0 -1 3 0 0 0
[pid=23480] ppid=23462 vsize=290364 CPUtime=0 cores=1,3
/proc/23480/stat : 23480 (python) S 23462 23462 12685 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 656898236 297332736 5813 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122734150 0 0 16781312 514 16138565431215521791 0 0 17 3 0 0 0
/proc/23480/statm: 72591 5813 349 364 0 8506 0
[pid=23482] ppid=23480 vsize=1018820 CPUtime=0.3 cores=1,3
/proc/23482/stat : 23482 (gnovelty+2) R 23480 23482 23482 0 -1 4202496 857 0 0 0 30 0 0 0 21 0 1 0 656898237 1043271680 595 33554432000 134512640 135663704 4291023136 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23482/statm: 254705 595 113 282 0 254421 0
[pid=23462/tid=23469] ppid=23460 vsize=365660 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 12685 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 3 0 656888209 374435840 7349 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23481] ppid=23460 vsize=365660 CPUtime=0 cores=1,3
/proc/23462/task/23481/stat : 23481 (python) S 23460 23462 12685 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 3 0 656898236 374435840 7349 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2984016

[startup+162.301 s]
/proc/loadavg: 4.14 3.94 3.15 5/362 23593
/proc/meminfo: memFree=27676456/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=365660 CPUtime=1.63 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 12685 0 -1 4202496 12984 933 1 0 153 10 0 0 18 0 3 0 656888036 374435840 7349 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 91415 7349 1880 364 0 27330 0
[pid=23468] ppid=23462 vsize=290352 CPUtime=0.23 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 12685 0 -1 4202560 1144 0 0 0 12 11 0 0 19 0 2 0 656888209 297320448 5880 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23468/statm: 72588 5880 415 364 0 8506 0
[pid=23470] ppid=23468 vsize=1018820 CPUtime=100.01 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) T 23468 23470 23470 0 -1 4202496 860 0 0 0 10001 0 0 0 25 0 1 0 656888209 1043271680 595 33554432000 134512640 135663704 4289343008 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23470/statm: 254705 595 113 282 0 254421 0
[pid=23468/tid=23479] ppid=23462 vsize=290352 CPUtime=0 cores=1,3
/proc/23468/task/23479/stat : 23479 (python) S 23462 23462 12685 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656898235 297320448 5880 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604461581784896 0 0 -1 3 0 0 0
[pid=23480] ppid=23462 vsize=290364 CPUtime=0.13 cores=1,3

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

/proc/23480/statm: 72591 5865 400 364 0 8506 0
[pid=23482] ppid=23480 vsize=1018820 CPUtime=99.26 cores=1,3
/proc/23482/stat : 23482 (gnovelty+2) T 23480 23482 23482 0 -1 4202496 857 0 0 0 9926 0 0 0 25 0 1 0 656898237 1043271680 595 33554432000 134512640 135663704 4291023136 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23482/statm: 254705 595 113 282 0 254421 0
[pid=23480/tid=23601] ppid=23462 vsize=290364 CPUtime=0 cores=1,3
/proc/23480/task/23601/stat : 23601 (python) S 23462 23462 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656908164 297332736 5865 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604465260180416 0 0 -1 3 0 0 0
[pid=23602] ppid=23462 vsize=366236 CPUtime=0.23 cores=1,3
/proc/23602/stat : 23602 (python) S 23462 23462 12685 0 -1 4202560 1081 0 0 0 12 11 0 0 19 0 2 0 656908165 375025664 5871 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23602/statm: 91559 5871 400 364 0 27471 0
[pid=23604] ppid=23602 vsize=419428 CPUtime=100 cores=1,3
/proc/23604/stat : 23604 (adaptg2wsat2009) T 23602 23604 23604 0 -1 4202496 1441 0 0 0 10000 0 0 0 25 0 1 0 656908165 429494272 1176 33554432000 134512640 135107411 4289286400 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23604/statm: 104857 1176 59 146 0 103733 0
[pid=23602/tid=23649] ppid=23462 vsize=366236 CPUtime=0 cores=1,3
/proc/23602/task/23649/stat : 23649 (python) S 23462 23462 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656918187 375025664 5871 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604463894140736 0 0 -1 3 0 0 0
[pid=23650] ppid=23462 vsize=376584 CPUtime=0.23 cores=1,3
/proc/23650/stat : 23650 (python) S 23462 23462 12685 0 -1 4202560 1083 0 0 0 11 12 0 0 19 0 2 0 656918189 385622016 5895 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23650/statm: 94146 5895 400 364 0 30055 0
[pid=23652] ppid=23650 vsize=419428 CPUtime=99.99 cores=1,3
/proc/23652/stat : 23652 (adaptg2wsat2009) T 23650 23652 23652 0 -1 4202496 1447 0 0 0 9999 0 0 0 25 0 1 0 656918189 429494272 1175 33554432000 134512640 135107411 4290276016 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23652/statm: 104857 1175 59 146 0 103733 0
[pid=23650/tid=23665] ppid=23462 vsize=376584 CPUtime=0 cores=1,3
/proc/23650/task/23665/stat : 23665 (python) S 23462 23462 12685 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656928211 385622016 5895 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604471133780736 0 0 -1 3 0 0 0
[pid=23666] ppid=23462 vsize=386936 CPUtime=0.24 cores=1,3
/proc/23666/stat : 23666 (python) S 23462 23462 12685 0 -1 4202560 1086 0 0 0 13 11 0 0 19 0 2 0 656928212 396222464 5922 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23666/statm: 96734 5922 400 364 0 32640 0
[pid=23668] ppid=23666 vsize=419428 CPUtime=100 cores=1,3
/proc/23668/stat : 23668 (adaptg2wsat2009) T 23666 23668 23668 0 -1 4202496 1437 0 0 0 10000 0 0 0 25 0 1 0 656928213 429494272 1175 33554432000 134512640 135107411 4290178320 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23668/statm: 104857 1175 59 146 0 103733 0
[pid=23666/tid=23676] ppid=23462 vsize=386936 CPUtime=0 cores=1,3
/proc/23666/task/23676/stat : 23676 (python) S 23462 23462 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656938236 396222464 5922 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604466783063040 0 0 -1 3 0 0 0
[pid=23677] ppid=23462 vsize=397096 CPUtime=0.25 cores=1,3
/proc/23677/stat : 23677 (python) S 23462 23462 12685 0 -1 4202560 1092 0 0 0 13 12 0 0 19 0 2 0 656938238 406626304 5950 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23677/statm: 99274 5950 400 364 0 35177 0
[pid=23679] ppid=23677 vsize=1018820 CPUtime=100.27 cores=1,3
/proc/23679/stat : 23679 (gnovelty+2) T 23677 23679 23679 0 -1 4202496 863 0 0 0 10027 0 0 0 25 0 1 0 656938238 1043271680 596 33554432000 134512640 135663704 4287289168 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23679/statm: 254705 596 113 282 0 254421 0
[pid=23677/tid=23836] ppid=23462 vsize=397096 CPUtime=0 cores=1,3
/proc/23677/task/23836/stat : 23836 (python) S 23462 23462 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656948266 406626304 5950 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604471120935040 0 0 -1 3 0 0 0
[pid=23837] ppid=23462 vsize=407472 CPUtime=0.21 cores=1,3
/proc/23837/stat : 23837 (python) S 23462 23462 12685 0 -1 4202560 923 0 0 0 11 10 0 0 18 0 1 0 656948267 417251328 5925 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122734150 0 0 16781312 514 16741726994470764807 0 0 17 1 0 0 0
/proc/23837/statm: 101868 5925 372 364 0 37768 0
[pid=23839] ppid=23837 vsize=249192 CPUtime=99.8 cores=1,3
/proc/23839/stat : 23839 (FH) R 23837 23839 23839 0 -1 4202496 1323 0 0 0 9980 0 0 0 25 0 1 0 656948267 255172608 1059 33554432000 134512640 134936988 4288980064 18446744073709551615 134552194 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23839/statm: 62298 1059 41 104 0 61802 0
[pid=23462/tid=23469] ppid=23460 vsize=417112 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 12685 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 8 0 656888209 427122688 7446 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23481] ppid=23460 vsize=417112 CPUtime=0 cores=1,3
/proc/23462/task/23481/stat : 23481 (python) S 23460 23462 12685 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 8 0 656898236 427122688 7446 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 3 0 0 0
[pid=23462/tid=23603] ppid=23460 vsize=417112 CPUtime=0 cores=1,3
/proc/23462/task/23603/stat : 23603 (python) S 23460 23462 12685 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 656908165 427122688 7446 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23651] ppid=23460 vsize=417112 CPUtime=0 cores=1,3
/proc/23462/task/23651/stat : 23651 (python) S 23460 23462 12685 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 656918189 427122688 7446 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23667] ppid=23460 vsize=417112 CPUtime=0 cores=1,3
/proc/23462/task/23667/stat : 23667 (python) S 23460 23462 12685 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 656928213 427122688 7446 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23678] ppid=23460 vsize=417112 CPUtime=0 cores=1,3
/proc/23462/task/23678/stat : 23678 (python) S 23460 23462 12685 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 656938238 427122688 7446 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23838] ppid=23460 vsize=417112 CPUtime=0 cores=1,3
/proc/23462/task/23838/stat : 23838 (python) S 23460 23462 12685 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 656948267 427122688 7446 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.67
Current children cumulated vsize (KiB) 7496088



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.02 4.03 3.54 5/388 23962
/proc/meminfo: memFree=27597704/32951124 swapFree=54427468/67111528
[pid=23462] ppid=23460 vsize=427368 CPUtime=1.72 cores=1,3
/proc/23462/stat : 23462 (python) S 23460 23462 12685 0 -1 4202496 18128 933 1 0 161 11 0 0 20 0 9 0 656888036 437624832 7458 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23462/statm: 106842 7458 1892 364 0 42739 0
[pid=23468] ppid=23462 vsize=290352 CPUtime=0.23 cores=1,3
/proc/23468/stat : 23468 (python) S 23462 23462 12685 0 -1 4202560 1144 0 0 0 12 11 0 0 19 0 2 0 656888209 297320448 5880 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23468/statm: 72588 5880 415 364 0 8506 0
[pid=23470] ppid=23468 vsize=1018820 CPUtime=100.01 cores=1,3
/proc/23470/stat : 23470 (gnovelty+2) T 23468 23470 23470 0 -1 4202496 860 0 0 0 10001 0 0 0 25 0 1 0 656888209 1043271680 595 33554432000 134512640 135663704 4289343008 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23470/statm: 254705 595 113 282 0 254421 0
[pid=23468/tid=23479] ppid=23462 vsize=290352 CPUtime=0 cores=1,3
/proc/23468/task/23479/stat : 23479 (python) S 23462 23462 12685 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656898235 297320448 5880 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604461581784896 0 0 -1 3 0 0 0
[pid=23480] ppid=23462 vsize=290364 CPUtime=0.24 cores=1,3
/proc/23480/stat : 23480 (python) S 23462 23462 12685 0 -1 4202560 1066 0 0 0 12 12 0 0 19 0 2 0 656898236 297332736 5865 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23480/statm: 72591 5865 400 364 0 8506 0
[pid=23482] ppid=23480 vsize=1018820 CPUtime=99.26 cores=1,3
/proc/23482/stat : 23482 (gnovelty+2) T 23480 23482 23482 0 -1 4202496 857 0 0 0 9926 0 0 0 25 0 1 0 656898237 1043271680 595 33554432000 134512640 135663704 4291023136 18446744073709551615 134525684 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23482/statm: 254705 595 113 282 0 254421 0
[pid=23480/tid=23601] ppid=23462 vsize=290364 CPUtime=0 cores=1,3
/proc/23480/task/23601/stat : 23601 (python) S 23462 23462 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656908164 297332736 5865 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604465260180416 0 0 -1 3 0 0 0
[pid=23602] ppid=23462 vsize=366236 CPUtime=0.23 cores=1,3
/proc/23602/stat : 23602 (python) S 23462 23462 12685 0 -1 4202560 1081 0 0 0 12 11 0 0 19 0 2 0 656908165 375025664 5871 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23602/statm: 91559 5871 400 364 0 27471 0
[pid=23604] ppid=23602 vsize=419428 CPUtime=100 cores=1,3
/proc/23604/stat : 23604 (adaptg2wsat2009) T 23602 23604 23604 0 -1 4202496 1441 0 0 0 10000 0 0 0 25 0 1 0 656908165 429494272 1176 33554432000 134512640 135107411 4289286400 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23604/statm: 104857 1176 59 146 0 103733 0
[pid=23602/tid=23649] ppid=23462 vsize=366236 CPUtime=0 cores=1,3
/proc/23602/task/23649/stat : 23649 (python) S 23462 23462 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656918187 375025664 5871 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604463894140736 0 0 -1 3 0 0 0
[pid=23650] ppid=23462 vsize=376584 CPUtime=0.23 cores=1,3
/proc/23650/stat : 23650 (python) S 23462 23462 12685 0 -1 4202560 1083 0 0 0 11 12 0 0 19 0 2 0 656918189 385622016 5895 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23650/statm: 94146 5895 400 364 0 30055 0
[pid=23652] ppid=23650 vsize=419428 CPUtime=99.99 cores=1,3
/proc/23652/stat : 23652 (adaptg2wsat2009) T 23650 23652 23652 0 -1 4202496 1447 0 0 0 9999 0 0 0 25 0 1 0 656918189 429494272 1175 33554432000 134512640 135107411 4290276016 18446744073709551615 134531401 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23652/statm: 104857 1175 59 146 0 103733 0
[pid=23650/tid=23665] ppid=23462 vsize=376584 CPUtime=0 cores=1,3
/proc/23650/task/23665/stat : 23665 (python) S 23462 23462 12685 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656928211 385622016 5895 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604471133780736 0 0 -1 3 0 0 0
[pid=23666] ppid=23462 vsize=386936 CPUtime=0.24 cores=1,3
/proc/23666/stat : 23666 (python) S 23462 23462 12685 0 -1 4202560 1086 0 0 0 13 11 0 0 19 0 2 0 656928212 396222464 5922 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23666/statm: 96734 5922 400 364 0 32640 0
[pid=23668] ppid=23666 vsize=419428 CPUtime=100 cores=1,3
/proc/23668/stat : 23668 (adaptg2wsat2009) T 23666 23668 23668 0 -1 4202496 1437 0 0 0 10000 0 0 0 25 0 1 0 656928213 429494272 1175 33554432000 134512640 135107411 4290178320 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23668/statm: 104857 1175 59 146 0 103733 0
[pid=23666/tid=23676] ppid=23462 vsize=386936 CPUtime=0 cores=1,3
/proc/23666/task/23676/stat : 23676 (python) S 23462 23462 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656938236 396222464 5922 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604466783063040 0 0 -1 3 0 0 0
[pid=23677] ppid=23462 vsize=397096 CPUtime=0.25 cores=1,3
/proc/23677/stat : 23677 (python) S 23462 23462 12685 0 -1 4202560 1092 0 0 0 13 12 0 0 19 0 2 0 656938238 406626304 5950 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23677/statm: 99274 5950 400 364 0 35177 0
[pid=23679] ppid=23677 vsize=1018820 CPUtime=100.27 cores=1,3
/proc/23679/stat : 23679 (gnovelty+2) T 23677 23679 23679 0 -1 4202496 863 0 0 0 10027 0 0 0 25 0 1 0 656938238 1043271680 596 33554432000 134512640 135663704 4287289168 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23679/statm: 254705 596 113 282 0 254421 0
[pid=23677/tid=23836] ppid=23462 vsize=397096 CPUtime=0 cores=1,3
/proc/23677/task/23836/stat : 23836 (python) S 23462 23462 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656948266 406626304 5950 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604471120935040 0 0 -1 3 0 0 0
[pid=23837] ppid=23462 vsize=407472 CPUtime=0.23 cores=1,3
/proc/23837/stat : 23837 (python) S 23462 23462 12685 0 -1 4202560 1082 0 0 0 12 11 0 0 19 0 2 0 656948267 417251328 5954 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23837/statm: 101868 5954 400 364 0 37768 0
[pid=23839] ppid=23837 vsize=249192 CPUtime=100.01 cores=1,3
/proc/23839/stat : 23839 (FH) T 23837 23839 23839 0 -1 4202496 1323 0 0 0 10001 0 0 0 25 0 1 0 656948267 255172608 1059 33554432000 134512640 134936988 4288980064 18446744073709551615 134553422 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23839/statm: 62298 1059 41 104 0 61802 0
[pid=23837/tid=23959] ppid=23462 vsize=407472 CPUtime=0 cores=1,3
/proc/23837/task/23959/stat : 23959 (python) S 23462 23462 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656958290 417251328 5954 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 514 18446604462014673024 0 0 -1 3 0 0 0
[pid=23960] ppid=23462 vsize=417556 CPUtime=0 cores=1,3
/proc/23960/stat : 23960 (python) S 23462 23462 12685 0 -1 4202560 779 0 0 0 0 0 0 0 19 0 1 0 656958291 427577344 5914 33554432000 4194304 5683644 140737452433552 18446744073709551615 228122734150 0 0 16781312 514 15809081928545468415 0 0 17 3 0 0 0
/proc/23960/statm: 104389 5914 351 364 0 40286 0
[pid=23962] ppid=23960 vsize=419160 CPUtime=0.27 cores=1,3
/proc/23962/stat : 23962 (adaptg2wsat2009) R 23960 23962 23962 0 -1 4202496 1259 0 0 0 27 0 0 0 21 0 1 0 656958291 429219840 990 33554432000 134512640 135107411 4288546976 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23962/statm: 104790 990 49 146 0 103666 0
[pid=23462/tid=23469] ppid=23460 vsize=427368 CPUtime=0 cores=1,3
/proc/23462/task/23469/stat : 23469 (python) S 23460 23462 12685 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 656888209 437624832 7458 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23481] ppid=23460 vsize=427368 CPUtime=0 cores=1,3
/proc/23462/task/23481/stat : 23481 (python) S 23460 23462 12685 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 656898236 437624832 7458 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 3 0 0 0
[pid=23462/tid=23603] ppid=23460 vsize=427368 CPUtime=0 cores=1,3
/proc/23462/task/23603/stat : 23603 (python) S 23460 23462 12685 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656908165 437624832 7458 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23651] ppid=23460 vsize=427368 CPUtime=0 cores=1,3
/proc/23462/task/23651/stat : 23651 (python) S 23460 23462 12685 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 656918189 437624832 7458 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23667] ppid=23460 vsize=427368 CPUtime=0 cores=1,3
/proc/23462/task/23667/stat : 23667 (python) S 23460 23462 12685 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656928213 437624832 7458 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23678] ppid=23460 vsize=427368 CPUtime=0 cores=1,3
/proc/23462/task/23678/stat : 23678 (python) S 23460 23462 12685 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656938238 437624832 7458 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23838] ppid=23460 vsize=427368 CPUtime=0 cores=1,3
/proc/23462/task/23838/stat : 23838 (python) S 23460 23462 12685 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 656948267 437624832 7458 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 1 0 0 0
[pid=23462/tid=23961] ppid=23460 vsize=427368 CPUtime=0 cores=1,3
/proc/23462/task/23961/stat : 23961 (python) S 23460 23462 12685 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656958291 437624832 7458 33554432000 4194304 5683644 140737452433552 18446744073709551615 228134537649 0 0 16781312 2 18446604462272876992 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 703.18
Current children cumulated vsize (KiB) 8343060

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

Real time (s): 702.873
CPU time (s): 703.18
CPU user time (s): 702.27
CPU system time (s): 0.91
CPU usage (%): 100.044
Max. virtual memory (cumulated for all children) (KiB): 8343060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.62775
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= 19520
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= 1012
involuntary context switches= 30

runsolver used 2.19067 second user time and 5.34519 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 11:48:20
IDJOB=3377380
IDBENCH=82689
IDSOLVER=1857
FILE ID=node138/3377380-1305452900
RUNJOBID= node138-1305452176-23157
PBS_JOBID= 13324862
Free space on /tmp= 73472 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S58287803-001-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-3377380-1305452900/watcher-3377380-1305452900 -o /tmp/evaluation-result-3377380-1305452900/solver-3377380-1305452900 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377380-1305452900.cnf -seed 1566586339 -budget 2400

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

MD5SUM BENCH= 0d5d355ade4a956f83626786ca6018b7
RANDOM SEED=1566586339

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.80
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.854
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.854
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.854
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:      27699192 kB
Buffers:        280088 kB
Cached:        4110056 kB
SwapCached:      18496 kB
Active:        1775892 kB
Inactive:      3227292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27699192 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           65844 kB
Writeback:           0 kB
AnonPages:      606244 kB
Mapped:          17832 kB
Slab:           129484 kB
PageTables:      55240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52797716 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= 73460 MiB
End job on node138 at 2011-05-15 12:00:06