Trace number 3377436

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)? (TO) 1301.36 1300.04

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S375894551-007.UNKNOWN.cnf
MD5SUMa88511669158afb29f3ddcebdff7b380
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.35/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.65	c INFO: solving HOME/instance-3377436-1305453230.cnf
0.35/0.65	c INFO: computing task features
0.35/0.67	c INFO: computed variable-clause graph statistics
0.35/0.67	c INFO: computed clause balance statistics
0.42/0.75	c INFO: computed variable balance statistics
0.52/0.80	c INFO: computed small-clause counts
0.52/0.80	c INFO: computed Horn-clause counts
0.52/0.80	c INFO: computed variable graph statistics
0.52/0.80	c INFO: collected features for HOME/instance-3377436-1305453230.cnf in 0.15 s
0.52/0.82	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.62)
100.82/101.12	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.08)
201.12/201.43	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.03)
301.42/301.74	c INFO: running march_hi@0 for 2099 with 2099 remaining (b = 0.55)

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-3377436-1305453230/watcher-3377436-1305453230 -o /tmp/evaluation-result-3377436-1305453230/solver-3377436-1305453230 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377436-1305453230.cnf -seed 1030339757 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.33 4.13 4.01 6/470 1197
/proc/meminfo: memFree=22960664/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=15084 CPUtime=0 cores=5,7
/proc/1197/stat : 1197 (python) R 1195 1197 32005 0 -1 4202496 624 0 0 0 0 0 0 0 18 0 1 0 656919745 15446016 521 33554432000 4194304 5683644 140733870068880 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1197/statm: 3771 525 304 364 0 258 0

[startup+0.032389 s]
/proc/loadavg: 4.33 4.13 4.01 6/470 1197
/proc/meminfo: memFree=22960664/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=16404 CPUtime=0.01 cores=5,7
/proc/1197/stat : 1197 (python) R 1195 1197 32005 0 -1 4202496 1136 0 0 0 1 0 0 0 17 0 1 0 656919745 16797696 1003 33554432000 4194304 5683644 140733870068880 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1197/statm: 4101 1008 413 364 0 588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16404

[startup+0.100381 s]
/proc/loadavg: 4.33 4.13 4.01 6/470 1197
/proc/meminfo: memFree=22960664/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=85628 CPUtime=0.05 cores=5,7
/proc/1197/stat : 1197 (python) R 1195 1197 32005 0 -1 4202496 2629 0 0 0 4 1 0 0 17 0 1 0 656919745 87683072 2349 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500323404 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1197/statm: 21407 2349 713 364 0 1624 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85628

[startup+0.300339 s]
/proc/loadavg: 4.33 4.13 4.01 6/470 1197
/proc/meminfo: memFree=22960664/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=135752 CPUtime=0.17 cores=5,7
/proc/1197/stat : 1197 (python) R 1195 1197 32005 0 -1 4202496 5973 935 1 0 13 4 0 0 17 0 1 0 656919745 139010048 4149 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500687877 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/1197/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700255 s]
/proc/loadavg: 4.33 4.13 4.01 6/470 1197
/proc/meminfo: memFree=22960664/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=278768 CPUtime=0.42 cores=5,7
/proc/1197/stat : 1197 (python) R 1195 1197 32005 0 -1 4202496 9408 935 1 0 33 9 0 0 15 0 1 0 656919745 285458432 7066 33554432000 4194304 5683644 140733870068880 18446744073709551615 4303041 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1197/statm: 69692 7066 1826 364 0 5616 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278768

[startup+1.5011 s]
/proc/loadavg: 4.38 4.15 4.02 5/474 1205
/proc/meminfo: memFree=22935336/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=288808 CPUtime=0.54 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 9872 935 1 0 45 9 0 0 17 0 2 0 656919745 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 72202 7063 1867 364 0 8120 0
[pid=1203] ppid=1197 vsize=278564 CPUtime=0 cores=5,7
/proc/1203/stat : 1203 (python) S 1197 1197 32005 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 656919827 285249536 5546 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500711951 0 0 16781312 514 9380365259165925375 0 0 17 5 0 0 0
/proc/1203/statm: 69641 5546 354 364 0 5559 0
[pid=1205] ppid=1203 vsize=1017940 CPUtime=0.67 cores=5,7
/proc/1205/stat : 1205 (gnovelty+2) R 1203 1205 1205 0 -1 4202496 456 0 0 0 67 0 0 0 21 0 1 0 656919827 1042370560 192 33554432000 134512640 135663704 4290033504 18446744073709551615 134524455 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1205/statm: 254485 192 113 282 0 254201 0
[pid=1197/tid=1204] ppid=1195 vsize=288808 CPUtime=0 cores=5,7
/proc/1197/task/1204/stat : 1204 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 656919827 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 1585312

[startup+3.10079 s]
/proc/loadavg: 4.38 4.15 4.02 4/452 1210
/proc/meminfo: memFree=22987096/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=288808 CPUtime=0.54 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 9872 935 1 0 45 9 0 0 17 0 2 0 656919745 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 72202 7063 1867 364 0 8120 0
[pid=1203] ppid=1197 vsize=278564 CPUtime=0 cores=5,7
/proc/1203/stat : 1203 (python) S 1197 1197 32005 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 656919827 285249536 5546 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500711951 0 0 16781312 514 9380365259165892871 0 0 17 5 0 0 0
/proc/1203/statm: 69641 5546 354 364 0 5559 0
[pid=1205] ppid=1203 vsize=1017940 CPUtime=2.27 cores=5,7
/proc/1205/stat : 1205 (gnovelty+2) R 1203 1205 1205 0 -1 4202496 456 0 0 0 227 0 0 0 25 0 1 0 656919827 1042370560 192 33554432000 134512640 135663704 4290033504 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1205/statm: 254485 192 113 282 0 254201 0
[pid=1197/tid=1204] ppid=1195 vsize=288808 CPUtime=0 cores=5,7
/proc/1197/task/1204/stat : 1204 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 656919827 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 1585312

[startup+6.30114 s]
/proc/loadavg: 4.38 4.15 4.02 5/457 1244
/proc/meminfo: memFree=22956352/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=288808 CPUtime=0.54 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 9872 935 1 0 45 9 0 0 17 0 2 0 656919745 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 72202 7063 1867 364 0 8120 0
[pid=1203] ppid=1197 vsize=278564 CPUtime=0.01 cores=5,7
/proc/1203/stat : 1203 (python) S 1197 1197 32005 0 -1 4202560 973 0 0 0 1 0 0 0 18 0 1 0 656919827 285249536 5573 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500711951 0 0 16781312 514 9380365259165892871 0 0 17 5 0 0 0
/proc/1203/statm: 69641 5573 381 364 0 5559 0
[pid=1205] ppid=1203 vsize=1017940 CPUtime=5.45 cores=5,7
/proc/1205/stat : 1205 (gnovelty+2) R 1203 1205 1205 0 -1 4202496 456 0 0 0 545 0 0 0 25 0 1 0 656919827 1042370560 192 33554432000 134512640 135663704 4290033504 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1205/statm: 254485 192 113 282 0 254201 0
[pid=1197/tid=1204] ppid=1195 vsize=288808 CPUtime=0 cores=5,7
/proc/1197/task/1204/stat : 1204 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 656919827 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1585312

[startup+12.7009 s]
/proc/loadavg: 4.32 4.14 4.01 5/457 1245
/proc/meminfo: memFree=22955472/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=288808 CPUtime=0.54 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 9872 935 1 0 45 9 0 0 17 0 2 0 656919745 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 72202 7063 1867 364 0 8120 0
[pid=1203] ppid=1197 vsize=278564 CPUtime=0.03 cores=5,7
/proc/1203/stat : 1203 (python) S 1197 1197 32005 0 -1 4202560 980 0 0 0 2 1 0 0 18 0 1 0 656919827 285249536 5573 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500711951 0 0 16781312 514 13530519722667245831 0 0 17 5 0 0 0
/proc/1203/statm: 69641 5573 381 364 0 5559 0
[pid=1205] ppid=1203 vsize=1017940 CPUtime=11.83 cores=5,7
/proc/1205/stat : 1205 (gnovelty+2) R 1203 1205 1205 0 -1 4202496 456 0 0 0 1183 0 0 0 25 0 1 0 656919827 1042370560 192 33554432000 134512640 135663704 4290033504 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1205/statm: 254485 192 113 282 0 254201 0
[pid=1197/tid=1204] ppid=1195 vsize=288808 CPUtime=0 cores=5,7
/proc/1197/task/1204/stat : 1204 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 656919827 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 1585312

[startup+25.5003 s]
/proc/loadavg: 4.27 4.14 4.01 5/457 1245
/proc/meminfo: memFree=22955484/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=288808 CPUtime=0.54 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 9872 935 1 0 45 9 0 0 17 0 2 0 656919745 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 72202 7063 1867 364 0 8120 0
[pid=1203] ppid=1197 vsize=278564 CPUtime=0.06 cores=5,7
/proc/1203/stat : 1203 (python) S 1197 1197 32005 0 -1 4202560 984 0 0 0 3 3 0 0 18 0 1 0 656919827 285249536 5574 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500711951 0 0 16781312 514 13530519722667245831 0 0 17 5 0 0 0
/proc/1203/statm: 69641 5574 382 364 0 5559 0
[pid=1205] ppid=1203 vsize=1017940 CPUtime=24.6 cores=5,7
/proc/1205/stat : 1205 (gnovelty+2) R 1203 1205 1205 0 -1 4202496 456 0 0 0 2460 0 0 0 25 0 1 0 656919827 1042370560 192 33554432000 134512640 135663704 4290033504 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1205/statm: 254485 192 113 282 0 254201 0
[pid=1197/tid=1204] ppid=1195 vsize=288808 CPUtime=0 cores=5,7
/proc/1197/task/1204/stat : 1204 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 656919827 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1585312

[startup+51.1012 s]
/proc/loadavg: 4.24 4.14 4.02 5/457 1246
/proc/meminfo: memFree=22954796/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=288808 CPUtime=0.54 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 9872 935 1 0 45 9 0 0 17 0 2 0 656919745 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 72202 7063 1867 364 0 8120 0
[pid=1203] ppid=1197 vsize=278564 CPUtime=0.13 cores=5,7
/proc/1203/stat : 1203 (python) S 1197 1197 32005 0 -1 4202560 995 0 0 0 7 6 0 0 18 0 1 0 656919827 285249536 5574 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500711951 0 0 16781312 514 13530519722667245831 0 0 17 5 0 0 0
/proc/1203/statm: 69641 5574 382 364 0 5559 0
[pid=1205] ppid=1203 vsize=1017940 CPUtime=50.14 cores=5,7
/proc/1205/stat : 1205 (gnovelty+2) R 1203 1205 1205 0 -1 4202496 456 0 0 0 5014 0 0 0 25 0 1 0 656919827 1042370560 192 33554432000 134512640 135663704 4290033504 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1205/statm: 254485 192 113 282 0 254201 0
[pid=1197/tid=1204] ppid=1195 vsize=288808 CPUtime=0 cores=5,7
/proc/1197/task/1204/stat : 1204 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 656919827 295739392 7063 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1585312

[startup+102.316 s]
/proc/loadavg: 4.05 4.11 4.01 5/441 1288
/proc/meminfo: memFree=22987224/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=299568 CPUtime=0.56 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 10723 935 1 0 46 10 0 0 20 0 3 0 656919745 306757632 7214 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 74892 7214 1870 364 0 10807 0
[pid=1203] ppid=1197 vsize=288808 CPUtime=0.3 cores=5,7
/proc/1203/stat : 1203 (python) S 1197 1197 32005 0 -1 4202560 1153 0 0 0 16 14 0 0 19 0 2 0 656919827 295739392 5612 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1203/statm: 72202 5612 415 364 0 8120 0
[pid=1205] ppid=1203 vsize=1017940 CPUtime=100 cores=5,7
/proc/1205/stat : 1205 (gnovelty+2) T 1203 1205 1205 0 -1 4202496 456 0 0 0 10000 0 0 0 25 0 1 0 656919827 1042370560 192 33554432000 134512640 135663704 4290033504 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1205/statm: 254485 192 113 282 0 254201 0
[pid=1203/tid=1254] ppid=1197 vsize=288808 CPUtime=0 cores=5,7
/proc/1203/task/1254/stat : 1254 (python) S 1197 1197 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656929856 295739392 5612 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 514 18446604459391697024 0 0 -1 7 0 0 0
[pid=1255] ppid=1197 vsize=289324 CPUtime=0 cores=5,7
/proc/1255/stat : 1255 (python) S 1197 1197 32005 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 656929857 296267776 5688 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500712006 0 0 16781312 514 1776058728827552005 0 0 17 5 0 0 0
/proc/1255/statm: 72331 5688 348 364 0 8246 0
[pid=1257] ppid=1255 vsize=1017940 CPUtime=1.17 cores=5,7
/proc/1257/stat : 1257 (gnovelty+2) R 1255 1257 1257 0 -1 4202496 453 0 0 0 117 0 0 0 25 0 1 0 656929858 1042370560 191 33554432000 134512640 135663704 4288719248 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1257/statm: 254485 191 113 282 0 254201 0
[pid=1197/tid=1204] ppid=1195 vsize=299568 CPUtime=0 cores=5,7
/proc/1197/task/1204/stat : 1204 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 3 0 656919827 306757632 7214 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1256] ppid=1195 vsize=299568 CPUtime=0 cores=5,7
/proc/1197/task/1256/stat : 1256 (python) S 1195 1197 32005 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 656929858 306757632 7214 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 2913580

[startup+162.301 s]
/proc/loadavg: 4.02 4.09 4.01 5/444 1332
/proc/meminfo: memFree=22972584/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=299568 CPUtime=0.56 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 10723 935 1 0 46 10 0 0 20 0 3 0 656919745 306757632 7214 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 74892 7214 1870 364 0 10807 0
[pid=1203] ppid=1197 vsize=288808 CPUtime=0.3 cores=5,7

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

[pid=1197/tid=1340] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1340/stat : 1340 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 656939888 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1354] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1354/stat : 1354 (python) S 1195 1197 32005 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 656949919 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.23
Current children cumulated vsize (KiB) 4168272

[startup+1182.3 s]
/proc/loadavg: 2.01 2.31 3.06 3/433 1440
/proc/meminfo: memFree=22786268/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=320280 CPUtime=0.59 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 12394 935 1 0 49 10 0 0 19 0 5 0 656919745 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 80070 7259 1874 364 0 15979 0
[pid=1203] ppid=1197 vsize=288808 CPUtime=0.3 cores=5,7
/proc/1203/stat : 1203 (python) S 1197 1197 32005 0 -1 4202560 1153 0 0 0 16 14 0 0 19 0 2 0 656919827 295739392 5612 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1203/statm: 72202 5612 415 364 0 8120 0
[pid=1205] ppid=1203 vsize=1017940 CPUtime=100 cores=5,7
/proc/1205/stat : 1205 (gnovelty+2) T 1203 1205 1205 0 -1 4202496 456 0 0 0 10000 0 0 0 25 0 1 0 656919827 1042370560 192 33554432000 134512640 135663704 4290033504 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1205/statm: 254485 192 113 282 0 254201 0
[pid=1203/tid=1254] ppid=1197 vsize=288808 CPUtime=0 cores=5,7
/proc/1203/task/1254/stat : 1254 (python) S 1197 1197 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656929856 295739392 5612 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 514 18446604459391697024 0 0 -1 7 0 0 0
[pid=1255] ppid=1197 vsize=289324 CPUtime=0.3 cores=5,7
/proc/1255/stat : 1255 (python) S 1197 1197 32005 0 -1 4202560 1068 0 0 0 17 13 0 0 19 0 2 0 656929857 296267776 5741 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1255/statm: 72331 5741 400 364 0 8246 0
[pid=1257] ppid=1255 vsize=1017940 CPUtime=99.98 cores=5,7
/proc/1257/stat : 1257 (gnovelty+2) T 1255 1257 1257 0 -1 4202496 453 0 0 0 9998 0 0 0 25 0 1 0 656929858 1042370560 191 33554432000 134512640 135663704 4288719248 18446744073709551615 134524916 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1257/statm: 254485 191 113 282 0 254201 0
[pid=1255/tid=1338] ppid=1197 vsize=289324 CPUtime=0 cores=5,7
/proc/1255/task/1338/stat : 1338 (python) S 1197 1197 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656939887 296267776 5741 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 514 18446604470506083328 0 0 -1 7 0 0 0
[pid=1339] ppid=1197 vsize=299156 CPUtime=0.3 cores=5,7
/proc/1339/stat : 1339 (python) S 1197 1197 32005 0 -1 4202560 1082 0 0 0 15 15 0 0 19 0 2 0 656939888 306335744 5654 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1339/statm: 74789 5654 400 364 0 10701 0
[pid=1341] ppid=1339 vsize=416280 CPUtime=100 cores=5,7
/proc/1341/stat : 1341 (adaptg2wsat2009) T 1339 1341 1341 0 -1 4202496 518 0 0 0 10000 0 0 0 25 0 1 0 656939888 426270720 252 33554432000 134512640 135107411 4288969472 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1341/statm: 104070 252 59 146 0 102946 0
[pid=1339/tid=1352] ppid=1197 vsize=299156 CPUtime=0 cores=5,7
/proc/1339/task/1352/stat : 1352 (python) S 1197 1197 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656949917 306335744 5654 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 514 18446604459391698816 0 0 -1 7 0 0 0
[pid=1353] ppid=1197 vsize=310036 CPUtime=2.73 cores=5,7
/proc/1353/stat : 1353 (python) S 1197 1197 32005 0 -1 4202560 980 0 0 0 154 119 0 0 15 0 1 0 656949919 317476864 5752 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500712006 0 0 16781312 514 13530519722667245832 0 0 17 5 0 0 0
/proc/1353/statm: 77509 5752 371 364 0 13418 0
[pid=1355] ppid=1353 vsize=208508 CPUtime=879.18 cores=5,7
/proc/1355/stat : 1355 (march_hi) R 1353 1355 1355 0 -1 4202496 41607 0 0 0 87909 9 0 0 25 0 1 0 656949919 213512192 41338 33554432000 4194304 4955518 140735640358768 18446744073709551615 4237786 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1355/statm: 52127 41338 106 186 0 51940 0
[pid=1197/tid=1204] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1204/stat : 1204 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 5 0 656919827 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1256] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1256/stat : 1256 (python) S 1195 1197 32005 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 656929858 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1340] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1340/stat : 1340 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 656939888 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1354] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1354/stat : 1354 (python) S 1195 1197 32005 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 656949919 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.38
Current children cumulated vsize (KiB) 4168272

[startup+1242.3 s]
/proc/loadavg: 2.00 2.25 2.99 3/433 1441
/proc/meminfo: memFree=22768384/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=320280 CPUtime=0.59 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 12394 935 1 0 49 10 0 0 19 0 5 0 656919745 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 80070 7259 1874 364 0 15979 0
[pid=1203] ppid=1197 vsize=288808 CPUtime=0.3 cores=5,7
/proc/1203/stat : 1203 (python) S 1197 1197 32005 0 -1 4202560 1153 0 0 0 16 14 0 0 19 0 2 0 656919827 295739392 5612 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1203/statm: 72202 5612 415 364 0 8120 0
[pid=1205] ppid=1203 vsize=1017940 CPUtime=100 cores=5,7
/proc/1205/stat : 1205 (gnovelty+2) T 1203 1205 1205 0 -1 4202496 456 0 0 0 10000 0 0 0 25 0 1 0 656919827 1042370560 192 33554432000 134512640 135663704 4290033504 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1205/statm: 254485 192 113 282 0 254201 0
[pid=1203/tid=1254] ppid=1197 vsize=288808 CPUtime=0 cores=5,7
/proc/1203/task/1254/stat : 1254 (python) S 1197 1197 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656929856 295739392 5612 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 514 18446604459391697024 0 0 -1 7 0 0 0
[pid=1255] ppid=1197 vsize=289324 CPUtime=0.3 cores=5,7
/proc/1255/stat : 1255 (python) S 1197 1197 32005 0 -1 4202560 1068 0 0 0 17 13 0 0 19 0 2 0 656929857 296267776 5741 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1255/statm: 72331 5741 400 364 0 8246 0
[pid=1257] ppid=1255 vsize=1017940 CPUtime=99.98 cores=5,7
/proc/1257/stat : 1257 (gnovelty+2) T 1255 1257 1257 0 -1 4202496 453 0 0 0 9998 0 0 0 25 0 1 0 656929858 1042370560 191 33554432000 134512640 135663704 4288719248 18446744073709551615 134524916 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1257/statm: 254485 191 113 282 0 254201 0
[pid=1255/tid=1338] ppid=1197 vsize=289324 CPUtime=0 cores=5,7
/proc/1255/task/1338/stat : 1338 (python) S 1197 1197 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656939887 296267776 5741 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 514 18446604470506083328 0 0 -1 7 0 0 0
[pid=1339] ppid=1197 vsize=299156 CPUtime=0.3 cores=5,7
/proc/1339/stat : 1339 (python) S 1197 1197 32005 0 -1 4202560 1082 0 0 0 15 15 0 0 19 0 2 0 656939888 306335744 5654 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1339/statm: 74789 5654 400 364 0 10701 0
[pid=1341] ppid=1339 vsize=416280 CPUtime=100 cores=5,7
/proc/1341/stat : 1341 (adaptg2wsat2009) T 1339 1341 1341 0 -1 4202496 518 0 0 0 10000 0 0 0 25 0 1 0 656939888 426270720 252 33554432000 134512640 135107411 4288969472 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1341/statm: 104070 252 59 146 0 102946 0
[pid=1339/tid=1352] ppid=1197 vsize=299156 CPUtime=0 cores=5,7
/proc/1339/task/1352/stat : 1352 (python) S 1197 1197 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656949917 306335744 5654 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 514 18446604459391698816 0 0 -1 7 0 0 0
[pid=1353] ppid=1197 vsize=310036 CPUtime=2.91 cores=5,7
/proc/1353/stat : 1353 (python) S 1197 1197 32005 0 -1 4202560 980 0 0 0 164 127 0 0 15 0 1 0 656949919 317476864 5752 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500712006 0 0 16781312 514 17966882019270951176 0 0 17 5 0 0 0
/proc/1353/statm: 77509 5752 371 364 0 13418 0
[pid=1355] ppid=1353 vsize=208508 CPUtime=939.14 cores=5,7
/proc/1355/stat : 1355 (march_hi) R 1353 1355 1355 0 -1 4202496 44420 0 0 0 93904 10 0 0 25 0 1 0 656949919 213512192 44151 33554432000 4194304 4955518 140735640358768 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1355/statm: 52127 44151 106 186 0 51940 0
[pid=1197/tid=1204] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1204/stat : 1204 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 5 0 656919827 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1256] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1256/stat : 1256 (python) S 1195 1197 32005 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 656929858 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1340] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1340/stat : 1340 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 656939888 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1354] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1354/stat : 1354 (python) S 1195 1197 32005 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 656949919 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.52
Current children cumulated vsize (KiB) 4168272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.21 2.94 3/433 1443
/proc/meminfo: memFree=22751248/32950928 swapFree=45937192/67111528
[pid=1197] ppid=1195 vsize=320280 CPUtime=0.59 cores=5,7
/proc/1197/stat : 1197 (python) S 1195 1197 32005 0 -1 4202496 12394 935 1 0 49 10 0 0 19 0 5 0 656919745 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1197/statm: 80070 7259 1874 364 0 15979 0
[pid=1203] ppid=1197 vsize=288808 CPUtime=0.3 cores=5,7
/proc/1203/stat : 1203 (python) S 1197 1197 32005 0 -1 4202560 1153 0 0 0 16 14 0 0 19 0 2 0 656919827 295739392 5612 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1203/statm: 72202 5612 415 364 0 8120 0
[pid=1205] ppid=1203 vsize=1017940 CPUtime=100 cores=5,7
/proc/1205/stat : 1205 (gnovelty+2) T 1203 1205 1205 0 -1 4202496 456 0 0 0 10000 0 0 0 25 0 1 0 656919827 1042370560 192 33554432000 134512640 135663704 4290033504 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1205/statm: 254485 192 113 282 0 254201 0
[pid=1203/tid=1254] ppid=1197 vsize=288808 CPUtime=0 cores=5,7
/proc/1203/task/1254/stat : 1254 (python) S 1197 1197 32005 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656929856 295739392 5612 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 514 18446604459391697024 0 0 -1 7 0 0 0
[pid=1255] ppid=1197 vsize=289324 CPUtime=0.3 cores=5,7
/proc/1255/stat : 1255 (python) S 1197 1197 32005 0 -1 4202560 1068 0 0 0 17 13 0 0 19 0 2 0 656929857 296267776 5741 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1255/statm: 72331 5741 400 364 0 8246 0
[pid=1257] ppid=1255 vsize=1017940 CPUtime=99.98 cores=5,7
/proc/1257/stat : 1257 (gnovelty+2) T 1255 1257 1257 0 -1 4202496 453 0 0 0 9998 0 0 0 25 0 1 0 656929858 1042370560 191 33554432000 134512640 135663704 4288719248 18446744073709551615 134524916 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1257/statm: 254485 191 113 282 0 254201 0
[pid=1255/tid=1338] ppid=1197 vsize=289324 CPUtime=0 cores=5,7
/proc/1255/task/1338/stat : 1338 (python) S 1197 1197 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656939887 296267776 5741 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 514 18446604470506083328 0 0 -1 7 0 0 0
[pid=1339] ppid=1197 vsize=299156 CPUtime=0.3 cores=5,7
/proc/1339/stat : 1339 (python) S 1197 1197 32005 0 -1 4202560 1082 0 0 0 15 15 0 0 19 0 2 0 656939888 306335744 5654 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1339/statm: 74789 5654 400 364 0 10701 0
[pid=1341] ppid=1339 vsize=416280 CPUtime=100 cores=5,7
/proc/1341/stat : 1341 (adaptg2wsat2009) T 1339 1341 1341 0 -1 4202496 518 0 0 0 10000 0 0 0 25 0 1 0 656939888 426270720 252 33554432000 134512640 135107411 4288969472 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1341/statm: 104070 252 59 146 0 102946 0
[pid=1339/tid=1352] ppid=1197 vsize=299156 CPUtime=0 cores=5,7
/proc/1339/task/1352/stat : 1352 (python) S 1197 1197 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656949917 306335744 5654 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 514 18446604459391698816 0 0 -1 7 0 0 0
[pid=1353] ppid=1197 vsize=310036 CPUtime=3.09 cores=5,7
/proc/1353/stat : 1353 (python) S 1197 1197 32005 0 -1 4202560 980 0 0 0 174 135 0 0 15 0 1 0 656949919 317476864 5752 33554432000 4194304 5683644 140733870068880 18446744073709551615 254500712006 0 0 16781312 514 13530519722667245832 0 0 17 5 0 0 0
/proc/1353/statm: 77509 5752 371 364 0 13418 0
[pid=1355] ppid=1353 vsize=208508 CPUtime=996.8 cores=5,7
/proc/1355/stat : 1355 (march_hi) R 1353 1355 1355 0 -1 4202496 47048 0 0 0 99670 10 0 0 25 0 1 0 656949919 213512192 46779 33554432000 4194304 4955518 140735640358768 18446744073709551615 4235350 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1355/statm: 52127 46779 106 186 0 51940 0
[pid=1197/tid=1204] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1204/stat : 1204 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 5 0 656919827 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1256] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1256/stat : 1256 (python) S 1195 1197 32005 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 656929858 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1340] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1340/stat : 1340 (python) S 1195 1197 32005 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 656939888 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
[pid=1197/tid=1354] ppid=1195 vsize=320280 CPUtime=0 cores=5,7
/proc/1197/task/1354/stat : 1354 (python) S 1195 1197 32005 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 656949919 327966720 7259 33554432000 4194304 5683644 140733870068880 18446744073709551615 254512515505 0 0 16781312 2 18446604470909537280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.36
Current children cumulated vsize (KiB) 4168272

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

Real time (s): 1300.04
CPU time (s): 1301.36
CPU user time (s): 1299.39
CPU system time (s): 1.97
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 4168276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.491925
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13331
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= 2847
involuntary context switches= 18

runsolver used 5.21721 second user time and 11.7152 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 11:53:50
IDJOB=3377436
IDBENCH=82745
IDSOLVER=1857
FILE ID=node149/3377436-1305453230
RUNJOBID= node149-1305451814-584
PBS_JOBID= 13324860
Free space on /tmp= 73484 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S375894551-007.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-3377436-1305453230/watcher-3377436-1305453230 -o /tmp/evaluation-result-3377436-1305453230/solver-3377436-1305453230 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377436-1305453230.cnf -seed 1030339757 -budget 2400

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

MD5SUM BENCH= a88511669158afb29f3ddcebdff7b380
RANDOM SEED=1030339757

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:     32950928 kB
MemFree:      22960696 kB
Buffers:        325316 kB
Cached:        4536728 kB
SwapCached:      19984 kB
Active:        7076116 kB
Inactive:      2587168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22960696 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           31960 kB
Writeback:           0 kB
AnonPages:     4794384 kB
Mapped:          26856 kB
Slab:           167652 kB
PageTables:      91156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 115106624 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= 73496 MiB
End job on node149 at 2011-05-15 12:15:33