Trace number 3484273

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 702.78 702.863

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S764895749-094.UNKNOWN.cnf
MD5SUM86d70d98b4a1fa931b287202356d4839
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3484273-1307748611.cnf
0.31/0.45	c INFO: computing task features
0.39/0.50	c INFO: computed variable-clause graph statistics
0.39/0.50	c INFO: computed clause balance statistics
0.69/0.80	c INFO: computed variable balance statistics
0.79/0.92	c INFO: computed small-clause counts
0.79/0.92	c INFO: computed Horn-clause counts
0.79/0.92	c INFO: computed variable graph statistics
0.79/0.93	c INFO: collected features for HOME/instance-3484273-1307748611.cnf in 0.48 s
0.79/0.93	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.46)
100.89/101.08	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.09/201.22	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.16/301.35	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.05)
401.27/401.48	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.04)
501.46/501.63	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.68/601.79	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
701.88/701.94	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.93 3.97 3.29 4/211 12091
/proc/meminfo: memFree=31565304/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=15380 CPUtime=0 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 820 0 0 0 0 0 0 0 25 0 1 0 867276572 15749120 704 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/12091/statm: 3845 704 334 364 0 332 0

[startup+0.063076 s]
/proc/loadavg: 3.93 3.97 3.29 4/211 12091
/proc/meminfo: memFree=31565304/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=50012 CPUtime=0.04 cores=4,6
/proc/12091/stat : 12091 (python) R 12089 12091 11144 0 -1 4202496 1964 0 0 0 3 1 0 0 25 0 1 0 867276572 51212288 1726 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095494279 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12091/statm: 12503 1726 476 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50012

[startup+0.101036 s]
/proc/loadavg: 3.93 3.97 3.29 4/211 12091
/proc/meminfo: memFree=31565304/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=104616 CPUtime=0.06 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 3153 0 0 0 5 1 0 0 17 0 1 0 867276572 107126784 2828 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/12091/statm: 26154 2828 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.300984 s]
/proc/loadavg: 3.93 3.97 3.29 4/211 12091
/proc/meminfo: memFree=31565304/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=198916 CPUtime=0.23 cores=4,6
/proc/12091/stat : 12091 (python) R 12089 12091 11144 0 -1 4202496 7031 939 1 0 17 6 0 0 18 0 1 0 867276572 203689984 5053 33554432000 4194304 5683644 140736171222496 18446744073709551615 47817053777338 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12091/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700972 s]
/proc/loadavg: 3.93 3.97 3.29 4/211 12091
/proc/meminfo: memFree=31565304/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=280204 CPUtime=0.59 cores=4,6
/proc/12091/stat : 12091 (python) R 12089 12091 11144 0 -1 4202496 10015 939 1 0 52 7 0 0 18 0 1 0 867276572 286928896 7452 33554432000 4194304 5683644 140736171222496 18446744073709551615 47817053745416 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12091/statm: 70051 7452 1826 364 0 5975 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 280204

[startup+1.50082 s]
/proc/loadavg: 3.94 3.97 3.29 5/215 12099
/proc/meminfo: memFree=31540124/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=289596 CPUtime=0.84 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 10439 939 1 0 76 8 0 0 21 0 2 0 867276572 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12091/statm: 72399 7296 1869 364 0 8317 0
[pid=12097] ppid=12091 vsize=279352 CPUtime=0 cores=4,6
/proc/12097/stat : 12097 (python) S 12091 12091 11144 0 -1 4202560 723 0 0 0 0 0 0 0 20 0 1 0 867276666 286056448 5777 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095471119 0 0 16781312 514 4526170956116262911 0 0 17 4 0 0 0
/proc/12097/statm: 69838 5777 354 364 0 5756 0
[pid=12099] ppid=12097 vsize=1018088 CPUtime=0.55 cores=4,6
/proc/12099/stat : 12099 (gnovelty+2) R 12097 12099 12099 0 -1 4202496 571 0 0 0 55 0 0 0 23 0 1 0 867276666 1042522112 307 33554432000 134512640 135663704 4287052096 18446744073709551615 134544310 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12099/statm: 254522 307 113 282 0 254238 0
[pid=12091/tid=12098] ppid=12089 vsize=289596 CPUtime=0 cores=4,6
/proc/12091/task/12098/stat : 12098 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 21 0 2 0 867276666 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1587036

[startup+3.1005 s]
/proc/loadavg: 3.94 3.97 3.29 5/215 12099
/proc/meminfo: memFree=31539752/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=289596 CPUtime=0.84 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 10439 939 1 0 76 8 0 0 21 0 2 0 867276572 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12091/statm: 72399 7296 1869 364 0 8317 0
[pid=12097] ppid=12091 vsize=279352 CPUtime=0 cores=4,6
/proc/12097/stat : 12097 (python) S 12091 12091 11144 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 867276666 286056448 5777 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095471119 0 0 16781312 514 4526170956116230404 0 0 17 4 0 0 0
/proc/12097/statm: 69838 5777 354 364 0 5756 0
[pid=12099] ppid=12097 vsize=1018088 CPUtime=2.15 cores=4,6
/proc/12099/stat : 12099 (gnovelty+2) R 12097 12099 12099 0 -1 4202496 571 0 0 0 215 0 0 0 25 0 1 0 867276666 1042522112 307 33554432000 134512640 135663704 4287052096 18446744073709551615 134524921 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12099/statm: 254522 307 113 282 0 254238 0
[pid=12091/tid=12098] ppid=12089 vsize=289596 CPUtime=0 cores=4,6
/proc/12091/task/12098/stat : 12098 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 21 0 2 0 867276666 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1587036

[startup+6.30094 s]
/proc/loadavg: 3.94 3.97 3.29 5/215 12099
/proc/meminfo: memFree=31539648/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=289596 CPUtime=0.84 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 10439 939 1 0 76 8 0 0 21 0 2 0 867276572 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12091/statm: 72399 7296 1869 364 0 8317 0
[pid=12097] ppid=12091 vsize=279352 CPUtime=0 cores=4,6
/proc/12097/stat : 12097 (python) S 12091 12091 11144 0 -1 4202560 856 0 0 0 0 0 0 0 18 0 1 0 867276666 286056448 5800 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095471119 0 0 16781312 514 4526170956116230404 0 0 17 4 0 0 0
/proc/12097/statm: 69838 5800 377 364 0 5756 0
[pid=12099] ppid=12097 vsize=1018088 CPUtime=5.35 cores=4,6
/proc/12099/stat : 12099 (gnovelty+2) R 12097 12099 12099 0 -1 4202496 571 0 0 0 535 0 0 0 25 0 1 0 867276666 1042522112 307 33554432000 134512640 135663704 4287052096 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12099/statm: 254522 307 113 282 0 254238 0
[pid=12091/tid=12098] ppid=12089 vsize=289596 CPUtime=0 cores=4,6
/proc/12091/task/12098/stat : 12098 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 21 0 2 0 867276666 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1587036

[startup+12.7008 s]
/proc/loadavg: 3.95 3.97 3.30 5/219 12103
/proc/meminfo: memFree=31535796/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=289596 CPUtime=0.84 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 10439 939 1 0 76 8 0 0 21 0 2 0 867276572 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12091/statm: 72399 7296 1869 364 0 8317 0
[pid=12097] ppid=12091 vsize=279352 CPUtime=0.01 cores=4,6
/proc/12097/stat : 12097 (python) S 12091 12091 11144 0 -1 4202560 860 0 0 0 1 0 0 0 18 0 1 0 867276666 286056448 5800 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095471119 0 0 16781312 514 5833885551677112580 0 0 17 4 0 0 0
/proc/12097/statm: 69838 5800 377 364 0 5756 0
[pid=12099] ppid=12097 vsize=1018088 CPUtime=11.74 cores=4,6
/proc/12099/stat : 12099 (gnovelty+2) R 12097 12099 12099 0 -1 4202496 571 0 0 0 1174 0 0 0 25 0 1 0 867276666 1042522112 307 33554432000 134512640 135663704 4287052096 18446744073709551615 134524759 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12099/statm: 254522 307 113 282 0 254238 0
[pid=12091/tid=12098] ppid=12089 vsize=289596 CPUtime=0 cores=4,6
/proc/12091/task/12098/stat : 12098 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 21 0 2 0 867276666 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1587036

[startup+25.5004 s]
/proc/loadavg: 3.95 3.97 3.31 5/223 12108
/proc/meminfo: memFree=31529920/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=289596 CPUtime=0.84 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 10439 939 1 0 76 8 0 0 21 0 2 0 867276572 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12091/statm: 72399 7296 1869 364 0 8317 0
[pid=12097] ppid=12091 vsize=279352 CPUtime=0.03 cores=4,6
/proc/12097/stat : 12097 (python) S 12091 12091 11144 0 -1 4202560 867 0 0 0 2 1 0 0 18 0 1 0 867276666 286056448 5800 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095471119 0 0 16781312 514 5833885551677112580 0 0 17 4 0 0 0
/proc/12097/statm: 69838 5800 377 364 0 5756 0
[pid=12099] ppid=12097 vsize=1018088 CPUtime=24.52 cores=4,6
/proc/12099/stat : 12099 (gnovelty+2) R 12097 12099 12099 0 -1 4202496 571 0 0 0 2452 0 0 0 25 0 1 0 867276666 1042522112 307 33554432000 134512640 135663704 4287052096 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12099/statm: 254522 307 113 282 0 254238 0
[pid=12091/tid=12098] ppid=12089 vsize=289596 CPUtime=0 cores=4,6
/proc/12091/task/12098/stat : 12098 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 21 0 2 0 867276666 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1587036

[startup+51.1007 s]
/proc/loadavg: 3.97 3.97 3.33 5/223 12108
/proc/meminfo: memFree=31524164/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=289596 CPUtime=0.84 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 10439 939 1 0 76 8 0 0 21 0 2 0 867276572 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12091/statm: 72399 7296 1869 364 0 8317 0
[pid=12097] ppid=12091 vsize=279352 CPUtime=0.05 cores=4,6
/proc/12097/stat : 12097 (python) S 12091 12091 11144 0 -1 4202560 877 0 0 0 3 2 0 0 18 0 1 0 867276666 286056448 5800 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095471119 0 0 16781312 514 5833885551677112580 0 0 17 4 0 0 0
/proc/12097/statm: 69838 5800 377 364 0 5756 0
[pid=12099] ppid=12097 vsize=1018088 CPUtime=50.1 cores=4,6
/proc/12099/stat : 12099 (gnovelty+2) R 12097 12099 12099 0 -1 4202496 571 0 0 0 5010 0 0 0 25 0 1 0 867276666 1042522112 307 33554432000 134512640 135663704 4287052096 18446744073709551615 134545529 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12099/statm: 254522 307 113 282 0 254238 0
[pid=12091/tid=12098] ppid=12089 vsize=289596 CPUtime=0 cores=4,6
/proc/12091/task/12098/stat : 12098 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 21 0 2 0 867276666 296546304 7296 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1587036

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.36 5/230 12117
/proc/meminfo: memFree=31482276/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=300116 CPUtime=0.85 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 11315 939 1 0 77 8 0 0 20 0 3 0 867276572 307318784 7345 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12091/statm: 75029 7345 1880 364 0 10944 0
[pid=12097] ppid=12091 vsize=289596 CPUtime=0.12 cores=4,6
/proc/12097/stat : 12097 (python) S 12091 12091 11144 0 -1 4202560 1133 0 0 0 7 5 0 0 19 0 2 0 867276666 296546304 5843 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12097/statm: 72399 5843 415 364 0 8317 0
[pid=12099] ppid=12097 vsize=1018088 CPUtime=100 cores=4,6
/proc/12099/stat : 12099 (gnovelty+2) T 12097 12099 12099 0 -1 4202496 571 0 0 0 10000 0 0 0 25 0 1 0 867276666 1042522112 307 33554432000 134512640 135663704 4287052096 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12099/statm: 254522 307 113 282 0 254238 0
[pid=12097/tid=12114] ppid=12091 vsize=289596 CPUtime=0 cores=4,6
/proc/12097/task/12114/stat : 12114 (python) S 12091 12091 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867286680 296546304 5843 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453966524544 0 0 -1 6 0 0 0
[pid=12115] ppid=12091 vsize=289872 CPUtime=0 cores=4,6
/proc/12115/stat : 12115 (python) S 12091 12091 11144 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 867286680 296828928 5809 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095471174 0 0 16781312 514 4501564160764510468 0 0 17 4 0 0 0
/proc/12115/statm: 72468 5809 348 364 0 8383 0
[pid=12117] ppid=12115 vsize=1018088 CPUtime=1.21 cores=4,6
/proc/12117/stat : 12117 (gnovelty+2) R 12115 12117 12117 0 -1 4202496 570 0 0 0 121 0 0 0 25 0 1 0 867286681 1042522112 306 33554432000 134512640 135663704 4294724944 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12117/statm: 254522 306 113 282 0 254238 0
[pid=12091/tid=12098] ppid=12089 vsize=300116 CPUtime=0 cores=4,6
/proc/12091/task/12098/stat : 12098 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 21 0 3 0 867276666 307318784 7345 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
[pid=12091/tid=12116] ppid=12089 vsize=300116 CPUtime=0 cores=4,6
/proc/12091/task/12116/stat : 12116 (python) S 12089 12091 11144 0 -1 4202560 30 939 0 0 0 0 0 0 20 0 3 0 867286681 307318784 7345 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2915760

[startup+162.301 s]
/proc/loadavg: 4.09 4.00 3.41 5/234 12122
/proc/meminfo: memFree=31464844/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=300116 CPUtime=0.85 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 11315 939 1 0 77 8 0 0 20 0 3 0 867276572 307318784 7345 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12091/statm: 75029 7345 1880 364 0 10944 0
[pid=12097] ppid=12091 vsize=289596 CPUtime=0.12 cores=4,6

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

/proc/12115/statm: 72468 5862 400 364 0 8383 0
[pid=12117] ppid=12115 vsize=1018088 CPUtime=100.01 cores=4,6
/proc/12117/stat : 12117 (gnovelty+2) T 12115 12117 12117 0 -1 4202496 570 0 0 0 10001 0 0 0 25 0 1 0 867286681 1042522112 306 33554432000 134512640 135663704 4294724944 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12117/statm: 254522 306 113 282 0 254238 0
[pid=12115/tid=12125] ppid=12091 vsize=289872 CPUtime=0 cores=4,6
/proc/12115/task/12125/stat : 12125 (python) S 12091 12091 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867296694 296828928 5862 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453960795328 0 0 -1 6 0 0 0
[pid=12126] ppid=12091 vsize=300128 CPUtime=0.13 cores=4,6
/proc/12126/stat : 12126 (python) S 12091 12091 11144 0 -1 4202560 1072 0 0 0 7 6 0 0 19 0 2 0 867296695 307331072 5866 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12126/statm: 75032 5866 400 364 0 10944 0
[pid=12128] ppid=12126 vsize=417192 CPUtime=99.99 cores=4,6
/proc/12128/stat : 12128 (adaptg2wsat2009) T 12126 12128 12128 0 -1 4202496 761 0 0 0 9999 0 0 0 25 0 1 0 867296695 427204608 495 33554432000 134512640 135107411 4289726960 18446744073709551615 134532224 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12128/statm: 104298 495 59 146 0 103174 0
[pid=12126/tid=12135] ppid=12091 vsize=300128 CPUtime=0 cores=4,6
/proc/12126/task/12135/stat : 12135 (python) S 12091 12091 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867306707 307331072 5866 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453948333056 0 0 -1 6 0 0 0
[pid=12136] ppid=12091 vsize=310384 CPUtime=0.13 cores=4,6
/proc/12136/stat : 12136 (python) S 12091 12091 11144 0 -1 4202560 1081 0 0 0 7 6 0 0 19 0 2 0 867306708 317833216 5870 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12136/statm: 77596 5870 400 364 0 13505 0
[pid=12138] ppid=12136 vsize=417192 CPUtime=99.99 cores=4,6
/proc/12138/stat : 12138 (adaptg2wsat2009) T 12136 12138 12138 0 -1 4202496 757 0 0 0 9999 0 0 0 25 0 1 0 867306708 427204608 495 33554432000 134512640 135107411 4289369696 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12138/statm: 104298 495 59 146 0 103174 0
[pid=12136/tid=12143] ppid=12091 vsize=310384 CPUtime=0 cores=4,6
/proc/12136/task/12143/stat : 12143 (python) S 12091 12091 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867316720 317833216 5870 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453956053184 0 0 -1 4 0 0 0
[pid=12144] ppid=12091 vsize=320640 CPUtime=0.13 cores=4,6
/proc/12144/stat : 12144 (python) S 12091 12091 11144 0 -1 4202560 1077 0 0 0 8 5 0 0 19 0 2 0 867316721 328335360 5874 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12144/statm: 80160 5874 400 364 0 16066 0
[pid=12146] ppid=12144 vsize=417192 CPUtime=99.98 cores=4,6
/proc/12146/stat : 12146 (adaptg2wsat2009) T 12144 12146 12146 0 -1 4202496 760 0 0 0 9997 1 0 0 25 0 1 0 867316722 427204608 495 33554432000 134512640 135107411 4290489904 18446744073709551615 134531768 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12146/statm: 104298 495 59 146 0 103174 0
[pid=12144/tid=12198] ppid=12091 vsize=320640 CPUtime=0 cores=4,6
/proc/12144/task/12198/stat : 12198 (python) S 12091 12091 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867326735 328335360 5874 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453963270144 0 0 -1 4 0 0 0
[pid=12199] ppid=12091 vsize=330896 CPUtime=0.14 cores=4,6
/proc/12199/stat : 12199 (python) S 12091 12091 11144 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867326736 338837504 5878 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12199/statm: 82724 5878 400 364 0 18627 0
[pid=12201] ppid=12199 vsize=1018088 CPUtime=100.15 cores=4,6
/proc/12201/stat : 12201 (gnovelty+2) T 12199 12201 12201 0 -1 4202496 566 0 0 0 10015 0 0 0 25 0 1 0 867326736 1042522112 306 33554432000 134512640 135663704 4290189792 18446744073709551615 134524546 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12201/statm: 254522 306 113 282 0 254238 0
[pid=12199/tid=12210] ppid=12091 vsize=330896 CPUtime=0 cores=4,6
/proc/12199/task/12210/stat : 12210 (python) S 12091 12091 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867336751 338837504 5878 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453985186240 0 0 -1 6 0 0 0
[pid=12211] ppid=12091 vsize=341152 CPUtime=0.14 cores=4,6
/proc/12211/stat : 12211 (python) S 12091 12091 11144 0 -1 4202560 1077 0 0 0 7 7 0 0 19 0 2 0 867336752 349339648 5882 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12211/statm: 85288 5882 400 364 0 21188 0
[pid=12213] ppid=12211 vsize=247344 CPUtime=99.99 cores=4,6
/proc/12213/stat : 12213 (FH) T 12211 12213 12213 0 -1 4202496 708 0 0 0 9999 0 0 0 25 0 1 0 867336752 253280256 443 33554432000 134512640 134936988 4290810752 18446744073709551615 134545184 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12213/statm: 61836 443 41 104 0 61340 0
[pid=12091/tid=12098] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12098/stat : 12098 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 21 0 9 0 867276666 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
[pid=12091/tid=12116] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12116/stat : 12116 (python) S 12089 12091 11144 0 -1 4202560 30 939 0 0 0 0 0 0 20 0 9 0 867286681 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
[pid=12091/tid=12127] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12127/stat : 12127 (python) S 12089 12091 11144 0 -1 4202560 29 939 0 0 0 0 0 0 20 0 9 0 867296695 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
[pid=12091/tid=12137] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12137/stat : 12137 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 20 0 9 0 867306708 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 6 0 0 0
[pid=12091/tid=12145] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12145/stat : 12145 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 20 0 9 0 867316721 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 6 0 0 0
[pid=12091/tid=12200] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12200/stat : 12200 (python) S 12089 12091 11144 0 -1 4202560 25 939 0 0 0 0 0 0 20 0 9 0 867326736 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
[pid=12091/tid=12212] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12212/stat : 12212 (python) S 12089 12091 11144 0 -1 4202560 28 939 0 0 0 0 0 0 20 0 9 0 867336752 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 7097504



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.03 4.01 3.66 6/271 12228
/proc/meminfo: memFree=31210736/32951124 swapFree=67053960/67111528
[pid=12091] ppid=12089 vsize=361652 CPUtime=0.9 cores=4,6
/proc/12091/stat : 12091 (python) S 12089 12091 11144 0 -1 4202496 16522 939 1 0 81 9 0 0 20 0 9 0 867276572 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12091/statm: 90413 7409 1892 364 0 26310 0
[pid=12097] ppid=12091 vsize=289596 CPUtime=0.12 cores=4,6
/proc/12097/stat : 12097 (python) S 12091 12091 11144 0 -1 4202560 1133 0 0 0 7 5 0 0 19 0 2 0 867276666 296546304 5843 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12097/statm: 72399 5843 415 364 0 8317 0
[pid=12099] ppid=12097 vsize=1018088 CPUtime=100 cores=4,6
/proc/12099/stat : 12099 (gnovelty+2) T 12097 12099 12099 0 -1 4202496 571 0 0 0 10000 0 0 0 25 0 1 0 867276666 1042522112 307 33554432000 134512640 135663704 4287052096 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12099/statm: 254522 307 113 282 0 254238 0
[pid=12097/tid=12114] ppid=12091 vsize=289596 CPUtime=0 cores=4,6
/proc/12097/task/12114/stat : 12114 (python) S 12091 12091 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867286680 296546304 5843 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453966524544 0 0 -1 6 0 0 0
[pid=12115] ppid=12091 vsize=289872 CPUtime=0.12 cores=4,6
/proc/12115/stat : 12115 (python) S 12091 12091 11144 0 -1 4202560 1067 0 0 0 8 4 0 0 19 0 2 0 867286680 296828928 5862 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12115/statm: 72468 5862 400 364 0 8383 0
[pid=12117] ppid=12115 vsize=1018088 CPUtime=100.01 cores=4,6
/proc/12117/stat : 12117 (gnovelty+2) T 12115 12117 12117 0 -1 4202496 570 0 0 0 10001 0 0 0 25 0 1 0 867286681 1042522112 306 33554432000 134512640 135663704 4294724944 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12117/statm: 254522 306 113 282 0 254238 0
[pid=12115/tid=12125] ppid=12091 vsize=289872 CPUtime=0 cores=4,6
/proc/12115/task/12125/stat : 12125 (python) S 12091 12091 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867296694 296828928 5862 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453960795328 0 0 -1 6 0 0 0
[pid=12126] ppid=12091 vsize=300128 CPUtime=0.13 cores=4,6
/proc/12126/stat : 12126 (python) S 12091 12091 11144 0 -1 4202560 1072 0 0 0 7 6 0 0 19 0 2 0 867296695 307331072 5866 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12126/statm: 75032 5866 400 364 0 10944 0
[pid=12128] ppid=12126 vsize=417192 CPUtime=99.99 cores=4,6
/proc/12128/stat : 12128 (adaptg2wsat2009) T 12126 12128 12128 0 -1 4202496 761 0 0 0 9999 0 0 0 25 0 1 0 867296695 427204608 495 33554432000 134512640 135107411 4289726960 18446744073709551615 134532224 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12128/statm: 104298 495 59 146 0 103174 0
[pid=12126/tid=12135] ppid=12091 vsize=300128 CPUtime=0 cores=4,6
/proc/12126/task/12135/stat : 12135 (python) S 12091 12091 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867306707 307331072 5866 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453948333056 0 0 -1 6 0 0 0
[pid=12136] ppid=12091 vsize=310384 CPUtime=0.13 cores=4,6
/proc/12136/stat : 12136 (python) S 12091 12091 11144 0 -1 4202560 1081 0 0 0 7 6 0 0 19 0 2 0 867306708 317833216 5870 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12136/statm: 77596 5870 400 364 0 13505 0
[pid=12138] ppid=12136 vsize=417192 CPUtime=99.99 cores=4,6
/proc/12138/stat : 12138 (adaptg2wsat2009) T 12136 12138 12138 0 -1 4202496 757 0 0 0 9999 0 0 0 25 0 1 0 867306708 427204608 495 33554432000 134512640 135107411 4289369696 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12138/statm: 104298 495 59 146 0 103174 0
[pid=12136/tid=12143] ppid=12091 vsize=310384 CPUtime=0 cores=4,6
/proc/12136/task/12143/stat : 12143 (python) S 12091 12091 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867316720 317833216 5870 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453956053184 0 0 -1 4 0 0 0
[pid=12144] ppid=12091 vsize=320640 CPUtime=0.13 cores=4,6
/proc/12144/stat : 12144 (python) S 12091 12091 11144 0 -1 4202560 1077 0 0 0 8 5 0 0 19 0 2 0 867316721 328335360 5874 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12144/statm: 80160 5874 400 364 0 16066 0
[pid=12146] ppid=12144 vsize=417192 CPUtime=99.98 cores=4,6
/proc/12146/stat : 12146 (adaptg2wsat2009) T 12144 12146 12146 0 -1 4202496 760 0 0 0 9997 1 0 0 25 0 1 0 867316722 427204608 495 33554432000 134512640 135107411 4290489904 18446744073709551615 134531768 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12146/statm: 104298 495 59 146 0 103174 0
[pid=12144/tid=12198] ppid=12091 vsize=320640 CPUtime=0 cores=4,6
/proc/12144/task/12198/stat : 12198 (python) S 12091 12091 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867326735 328335360 5874 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453963270144 0 0 -1 4 0 0 0
[pid=12199] ppid=12091 vsize=330896 CPUtime=0.14 cores=4,6
/proc/12199/stat : 12199 (python) S 12091 12091 11144 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867326736 338837504 5878 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12199/statm: 82724 5878 400 364 0 18627 0
[pid=12201] ppid=12199 vsize=1018088 CPUtime=100.15 cores=4,6
/proc/12201/stat : 12201 (gnovelty+2) T 12199 12201 12201 0 -1 4202496 566 0 0 0 10015 0 0 0 25 0 1 0 867326736 1042522112 306 33554432000 134512640 135663704 4290189792 18446744073709551615 134524546 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12201/statm: 254522 306 113 282 0 254238 0
[pid=12199/tid=12210] ppid=12091 vsize=330896 CPUtime=0 cores=4,6
/proc/12199/task/12210/stat : 12210 (python) S 12091 12091 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867336751 338837504 5878 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453985186240 0 0 -1 6 0 0 0
[pid=12211] ppid=12091 vsize=341152 CPUtime=0.14 cores=4,6
/proc/12211/stat : 12211 (python) S 12091 12091 11144 0 -1 4202560 1077 0 0 0 7 7 0 0 19 0 2 0 867336752 349339648 5882 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/12211/statm: 85288 5882 400 364 0 21188 0
[pid=12213] ppid=12211 vsize=247344 CPUtime=99.99 cores=4,6
/proc/12213/stat : 12213 (FH) T 12211 12213 12213 0 -1 4202496 708 0 0 0 9999 0 0 0 25 0 1 0 867336752 253280256 443 33554432000 134512640 134936988 4290810752 18446744073709551615 134545184 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12213/statm: 61836 443 41 104 0 61340 0
[pid=12211/tid=12225] ppid=12091 vsize=341152 CPUtime=0 cores=4,6
/proc/12211/task/12225/stat : 12225 (python) S 12091 12091 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867346766 349339648 5882 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 514 18446604453963141504 0 0 -1 6 0 0 0
[pid=12226] ppid=12091 vsize=351408 CPUtime=0 cores=4,6
/proc/12226/stat : 12226 (python) S 12091 12091 11144 0 -1 4202560 834 0 0 0 0 0 0 0 19 0 1 0 867346767 359841792 5863 33554432000 4194304 5683644 140736171222496 18446744073709551615 228095471174 0 0 16781312 514 4305859062479716351 0 0 17 4 0 0 0
/proc/12226/statm: 87852 5863 350 364 0 23749 0
[pid=12228] ppid=12226 vsize=417048 CPUtime=0.86 cores=4,6
/proc/12228/stat : 12228 (adaptg2wsat2009) R 12226 12228 12228 0 -1 4202496 683 0 0 0 86 0 0 0 23 0 1 0 867346767 427057152 418 33554432000 134512640 135107411 4290116384 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12228/statm: 104262 418 49 146 0 103138 0
[pid=12091/tid=12098] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12098/stat : 12098 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 21 0 9 0 867276666 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
[pid=12091/tid=12116] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12116/stat : 12116 (python) S 12089 12091 11144 0 -1 4202560 30 939 0 0 0 0 0 0 20 0 9 0 867286681 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
[pid=12091/tid=12127] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12127/stat : 12127 (python) S 12089 12091 11144 0 -1 4202560 29 939 0 0 0 0 0 0 20 0 9 0 867296695 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
[pid=12091/tid=12137] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12137/stat : 12137 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 20 0 9 0 867306708 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 6 0 0 0
[pid=12091/tid=12145] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12145/stat : 12145 (python) S 12089 12091 11144 0 -1 4202560 26 939 0 0 0 0 0 0 20 0 9 0 867316721 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 6 0 0 0
[pid=12091/tid=12200] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12200/stat : 12200 (python) S 12089 12091 11144 0 -1 4202560 25 939 0 0 0 0 0 0 20 0 9 0 867326736 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
[pid=12091/tid=12212] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12212/stat : 12212 (python) S 12089 12091 11144 0 -1 4202560 28 939 0 0 0 0 0 0 20 0 9 0 867336752 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
[pid=12091/tid=12227] ppid=12089 vsize=361652 CPUtime=0 cores=4,6
/proc/12091/task/12227/stat : 12227 (python) S 12089 12091 11144 0 -1 4202560 27 939 0 0 0 0 0 0 20 0 9 0 867346767 370331648 7409 33554432000 4194304 5683644 140736171222496 18446744073709551615 228107274673 0 0 16781312 2 18446604453956051392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.78
Current children cumulated vsize (KiB) 7865960

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

Real time (s): 702.863
CPU time (s): 702.78
CPU user time (s): 702.29
CPU system time (s): 0.49
CPU usage (%): 99.9882
Max. virtual memory (cumulated for all children) (KiB): 7865960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.823874
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= 18035
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= 1008
involuntary context switches= 28

runsolver used 1.47578 second user time and 2.80057 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 01:30:11
IDJOB=3484273
IDBENCH=82784
IDSOLVER=1975
FILE ID=node142/3484273-1307748611
RUNJOBID= node142-1307746989-11163
PBS_JOBID= 13550818
Free space on /tmp= 74012 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S764895749-094.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-3484273-1307748611/watcher-3484273-1307748611 -o /tmp/evaluation-result-3484273-1307748611/solver-3484273-1307748611 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484273-1307748611.cnf -seed 1051897881 -budget 1200

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

MD5SUM BENCH= 86d70d98b4a1fa931b287202356d4839
RANDOM SEED=1051897881

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31565608 kB
Buffers:        161784 kB
Cached:         806916 kB
SwapCached:      11412 kB
Active:         749812 kB
Inactive:       452652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31565608 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           32300 kB
Writeback:           0 kB
AnonPages:      230916 kB
Mapped:          20152 kB
Slab:           109816 kB
PageTables:      10916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4575544 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= 73976 MiB
End job on node142 at 2011-06-11 01:41:56