Trace number 3377431

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) 1300.56 1300.06

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1254276596-021.UNKNOWN.cnf
MD5SUM38eb341db913fde0f11427c4d808f2c9
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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.46/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.46/0.70	c INFO: solving HOME/instance-3377431-1305453208.cnf
0.46/0.70	c INFO: computing task features
0.46/0.70	c INFO: computed variable-clause graph statistics
0.46/0.70	c INFO: computed clause balance statistics
0.56/0.89	c INFO: computed variable balance statistics
0.66/0.98	c INFO: computed small-clause counts
0.66/0.98	c INFO: computed Horn-clause counts
0.66/0.99	c INFO: computed variable graph statistics
0.66/0.99	c INFO: collected features for HOME/instance-3377431-1305453208.cnf in 0.35 s
0.76/1.01	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.53)
100.97/101.24	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.16/201.47	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.05)
301.49/301.70	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.04)
401.89/401.95	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.03)
502.31/502.19	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.03)
600.84/600.46	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.02)
701.05/700.70	c INFO: running march_hi@0 for 485 with 1700 remaining (b = 0.09)
1189.87/1189.33	c INFO: running march_hi@487 for 194 with 1213 remaining (b = 0.05)

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

running on 2 cores: 4,6

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.04 3.66 2.97 6/332 9813
/proc/meminfo: memFree=24594156/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=15760 CPUtime=0 cores=4,6
/proc/9813/stat : 9813 (python) R 9811 9813 8612 0 -1 4202496 844 0 0 0 0 0 0 0 25 0 1 0 735551432 16138240 727 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020393984 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/9813/statm: 3940 727 334 364 0 427 0

[startup+0.0563529 s]
/proc/loadavg: 4.04 3.66 2.97 6/332 9813
/proc/meminfo: memFree=24594156/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=29788 CPUtime=0.02 cores=4,6
/proc/9813/stat : 9813 (python) R 9811 9813 8612 0 -1 4202496 1410 0 0 0 2 0 0 0 25 0 1 0 735551432 30502912 1254 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020056773 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9813/statm: 7447 1254 443 364 0 817 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29788

[startup+0.100347 s]
/proc/loadavg: 4.04 3.66 2.97 6/332 9813
/proc/meminfo: memFree=24594156/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=93960 CPUtime=0.05 cores=4,6
/proc/9813/stat : 9813 (python) R 9811 9813 8612 0 -1 4202496 2692 0 0 0 4 1 0 0 17 0 1 0 735551432 96215040 2407 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020393984 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9813/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300311 s]
/proc/loadavg: 4.04 3.66 2.97 6/332 9813
/proc/meminfo: memFree=24594156/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=135748 CPUtime=0.18 cores=4,6
/proc/9813/stat : 9813 (python) S 9811 9813 8612 0 -1 4202496 5969 934 1 0 14 4 0 0 18 0 1 0 735551432 139005952 4149 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020391941 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/9813/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700242 s]
/proc/loadavg: 4.04 3.66 2.97 6/332 9813
/proc/meminfo: memFree=24594156/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=279848 CPUtime=0.46 cores=4,6
/proc/9813/stat : 9813 (python) R 9811 9813 8612 0 -1 4202496 9770 934 1 0 37 9 0 0 17 0 1 0 735551432 286564352 7347 33554432000 4194304 5683644 140735799621280 18446744073709551615 47407697808341 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9813/statm: 69962 7347 1826 364 0 5886 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 279848

[startup+1.50107 s]
/proc/loadavg: 4.04 3.66 2.97 5/333 9818
/proc/meminfo: memFree=24570344/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=290116 CPUtime=0.77 cores=4,6
/proc/9813/stat : 9813 (python) S 9811 9813 8612 0 -1 4202496 10069 934 1 0 67 10 0 0 20 0 2 0 735551432 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9813/statm: 72529 7400 1869 364 0 8447 0
[pid=9813/tid=9820] ppid=9811 vsize=290116 CPUtime=0 cores=4,6
/proc/9813/task/9820/stat : 9820 (python) S 9811 9813 8612 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 735551533 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 290116

[startup+3.10079 s]
/proc/loadavg: 4.04 3.66 2.97 5/336 9821
/proc/meminfo: memFree=24566972/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=290116 CPUtime=0.77 cores=4,6
/proc/9813/stat : 9813 (python) S 9811 9813 8612 0 -1 4202496 10069 934 1 0 67 10 0 0 20 0 2 0 735551432 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9813/statm: 72529 7400 1869 364 0 8447 0
[pid=9819] ppid=9813 vsize=279872 CPUtime=0 cores=4,6
/proc/9819/stat : 9819 (python) S 9813 9813 8612 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 735551532 286588928 5881 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020416015 0 0 16781312 514 4305013812915831042 0 0 17 4 0 0 0
/proc/9819/statm: 69968 5881 354 364 0 5886 0
[pid=9821] ppid=9819 vsize=1018076 CPUtime=2.08 cores=4,6
/proc/9821/stat : 9821 (gnovelty+2) R 9819 9821 9821 0 -1 4202496 532 0 0 0 208 0 0 0 25 0 1 0 735551533 1042509824 268 33554432000 134512640 135663704 4288776416 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9821/statm: 254519 268 113 282 0 254235 0
[pid=9813/tid=9820] ppid=9811 vsize=290116 CPUtime=0 cores=4,6
/proc/9813/task/9820/stat : 9820 (python) S 9811 9813 8612 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 735551533 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 1588064

[startup+6.3012 s]
/proc/loadavg: 4.04 3.66 2.98 5/336 9821
/proc/meminfo: memFree=24565916/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=290116 CPUtime=0.77 cores=4,6
/proc/9813/stat : 9813 (python) S 9811 9813 8612 0 -1 4202496 10069 934 1 0 67 10 0 0 20 0 2 0 735551432 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9813/statm: 72529 7400 1869 364 0 8447 0
[pid=9819] ppid=9813 vsize=279872 CPUtime=0 cores=4,6
/proc/9819/stat : 9819 (python) S 9813 9813 8612 0 -1 4202560 976 0 0 0 0 0 0 0 18 0 1 0 735551532 286588928 5909 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020416015 0 0 16781312 514 4305013812915831042 0 0 17 4 0 0 0
/proc/9819/statm: 69968 5909 382 364 0 5886 0
[pid=9821] ppid=9819 vsize=1018076 CPUtime=5.27 cores=4,6
/proc/9821/stat : 9821 (gnovelty+2) R 9819 9821 9821 0 -1 4202496 532 0 0 0 527 0 0 0 25 0 1 0 735551533 1042509824 268 33554432000 134512640 135663704 4288776416 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9821/statm: 254519 268 113 282 0 254235 0
[pid=9813/tid=9820] ppid=9811 vsize=290116 CPUtime=0 cores=4,6
/proc/9813/task/9820/stat : 9820 (python) S 9811 9813 8612 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 735551533 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 1588064

[startup+12.701 s]
/proc/loadavg: 4.03 3.67 2.99 5/336 9822
/proc/meminfo: memFree=24565784/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=290116 CPUtime=0.77 cores=4,6
/proc/9813/stat : 9813 (python) S 9811 9813 8612 0 -1 4202496 10069 934 1 0 67 10 0 0 20 0 2 0 735551432 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9813/statm: 72529 7400 1869 364 0 8447 0
[pid=9819] ppid=9813 vsize=279872 CPUtime=0.02 cores=4,6
/proc/9819/stat : 9819 (python) S 9813 9813 8612 0 -1 4202560 978 0 0 0 1 1 0 0 18 0 1 0 735551532 286588928 5909 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020416015 0 0 16781312 514 18410996751667265794 0 0 17 4 0 0 0
/proc/9819/statm: 69968 5909 382 364 0 5886 0
[pid=9821] ppid=9819 vsize=1018076 CPUtime=11.65 cores=4,6
/proc/9821/stat : 9821 (gnovelty+2) R 9819 9821 9821 0 -1 4202496 532 0 0 0 1165 0 0 0 25 0 1 0 735551533 1042509824 268 33554432000 134512640 135663704 4288776416 18446744073709551615 134524919 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9821/statm: 254519 268 113 282 0 254235 0
[pid=9813/tid=9820] ppid=9811 vsize=290116 CPUtime=0 cores=4,6
/proc/9813/task/9820/stat : 9820 (python) S 9811 9813 8612 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 735551533 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1588064

[startup+25.5007 s]
/proc/loadavg: 4.02 3.68 3.00 5/336 9822
/proc/meminfo: memFree=24566376/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=290116 CPUtime=0.77 cores=4,6
/proc/9813/stat : 9813 (python) S 9811 9813 8612 0 -1 4202496 10069 934 1 0 67 10 0 0 20 0 2 0 735551432 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9813/statm: 72529 7400 1869 364 0 8447 0
[pid=9819] ppid=9813 vsize=279872 CPUtime=0.04 cores=4,6
/proc/9819/stat : 9819 (python) S 9813 9813 8612 0 -1 4202560 984 0 0 0 2 2 0 0 18 0 1 0 735551532 286588928 5909 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020416015 0 0 16781312 514 18410996751667265794 0 0 17 4 0 0 0
/proc/9819/statm: 69968 5909 382 364 0 5886 0
[pid=9821] ppid=9819 vsize=1018076 CPUtime=24.43 cores=4,6
/proc/9821/stat : 9821 (gnovelty+2) R 9819 9821 9821 0 -1 4202496 532 0 0 0 2443 0 0 0 25 0 1 0 735551533 1042509824 268 33554432000 134512640 135663704 4288776416 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9821/statm: 254519 268 113 282 0 254235 0
[pid=9813/tid=9820] ppid=9811 vsize=290116 CPUtime=0 cores=4,6
/proc/9813/task/9820/stat : 9820 (python) S 9811 9813 8612 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 735551533 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 1588064

[startup+51.101 s]
/proc/loadavg: 4.02 3.71 3.03 5/332 10002
/proc/meminfo: memFree=24568292/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=290116 CPUtime=0.77 cores=4,6
/proc/9813/stat : 9813 (python) S 9811 9813 8612 0 -1 4202496 10069 934 1 0 67 10 0 0 20 0 2 0 735551432 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9813/statm: 72529 7400 1869 364 0 8447 0
[pid=9819] ppid=9813 vsize=279872 CPUtime=0.09 cores=4,6
/proc/9819/stat : 9819 (python) S 9813 9813 8612 0 -1 4202560 995 0 0 0 5 4 0 0 18 0 1 0 735551532 286588928 5909 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020416015 0 0 16781312 514 18410996751667265794 0 0 17 4 0 0 0
/proc/9819/statm: 69968 5909 382 364 0 5886 0
[pid=9821] ppid=9819 vsize=1018076 CPUtime=49.99 cores=4,6
/proc/9821/stat : 9821 (gnovelty+2) R 9819 9821 9821 0 -1 4202496 532 0 0 0 4995 4 0 0 25 0 1 0 735551533 1042509824 268 33554432000 134512640 135663704 4288776416 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9821/statm: 254519 268 113 282 0 254235 0
[pid=9813/tid=9820] ppid=9811 vsize=290116 CPUtime=0 cores=4,6
/proc/9813/task/9820/stat : 9820 (python) S 9811 9813 8612 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 735551533 297078784 7400 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 1588064

[startup+102.312 s]
/proc/loadavg: 4.00 3.75 3.08 5/343 10014
/proc/meminfo: memFree=24520596/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=300372 CPUtime=0.78 cores=4,6
/proc/9813/stat : 9813 (python) S 9811 9813 8612 0 -1 4202496 10970 934 1 0 68 10 0 0 20 0 3 0 735551432 307580928 7415 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9813/statm: 75093 7415 1880 364 0 11008 0
[pid=9819] ppid=9813 vsize=290116 CPUtime=0.22 cores=4,6
/proc/9819/stat : 9819 (python) S 9813 9813 8612 0 -1 4202560 1155 0 0 0 13 9 0 0 19 0 2 0 735551532 297078784 5947 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9819/statm: 72529 5947 415 364 0 8447 0
[pid=9821] ppid=9819 vsize=1018076 CPUtime=100.01 cores=4,6
/proc/9821/stat : 9821 (gnovelty+2) T 9819 9821 9821 0 -1 4202496 532 0 0 0 9997 4 0 0 25 0 1 0 735551533 1042509824 268 33554432000 134512640 135663704 4288776416 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/9821/statm: 254519 268 113 282 0 254235 0
[pid=9819/tid=10011] ppid=9813 vsize=290116 CPUtime=0 cores=4,6
/proc/9819/task/10011/stat : 10011 (python) S 9813 9813 8612 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735561555 297078784 5947 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604453915032384 0 0 -1 6 0 0 0
[pid=10012] ppid=9813 vsize=290128 CPUtime=0 cores=4,6
/proc/10012/stat : 10012 (python) S 9813 9813 8612 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 735561556 297091072 5879 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020416070 0 0 16781312 514 13422406122992533764 0 0 17 4 0 0 0
/proc/10012/statm: 72532 5879 348 364 0 8447 0
[pid=10014] ppid=10012 vsize=1018076 CPUtime=1.05 cores=4,6
/proc/10014/stat : 10014 (gnovelty+2) R 10012 10014 10014 0 -1 4202496 530 0 0 0 105 0 0 0 25 0 1 0 735561557 1042509824 266 33554432000 134512640 135663704 4287984048 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10014/statm: 254519 266 113 282 0 254235 0
[pid=9813/tid=9820] ppid=9811 vsize=300372 CPUtime=0 cores=4,6
/proc/9813/task/9820/stat : 9820 (python) S 9811 9813 8612 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 735551533 307580928 7415 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10013] ppid=9811 vsize=300372 CPUtime=0 cores=4,6
/proc/9813/task/10013/stat : 10013 (python) S 9811 9813 8612 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 735561556 307580928 7415 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 2916768

[startup+162.301 s]
/proc/loadavg: 4.06 3.81 3.14 5/347 10020
/proc/meminfo: memFree=24509244/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=300372 CPUtime=0.78 cores=4,6
/proc/9813/stat : 9813 (python) S 9811 9813 8612 0 -1 4202496 10970 934 1 0 68 10 0 0 20 0 3 0 735551432 307580928 7415 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9813/statm: 75093 7415 1880 364 0 11008 0
[pid=9819] ppid=9813 vsize=290116 CPUtime=0.22 cores=4,6
/proc/9819/stat : 9819 (python) S 9813 9813 8612 0 -1 4202560 1155 0 0 0 13 9 0 0 19 0 2 0 735551532 297078784 5947 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9819/statm: 72529 5947 415 364 0 8447 0
[pid=9821] ppid=9819 vsize=1018076 CPUtime=100.01 cores=4,6
/proc/9821/stat : 9821 (gnovelty+2) T 9819 9821 9821 0 -1 4202496 532 0 0 0 9997 4 0 0 25 0 1 0 735551533 1042509824 268 33554432000 134512640 135663704 4288776416 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/9821/statm: 254519 268 113 282 0 254235 0
[pid=9819/tid=10011] ppid=9813 vsize=290116 CPUtime=0 cores=4,6

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

[pid=10077] ppid=9813 vsize=310640 CPUtime=0.23 cores=4,6
/proc/10077/stat : 10077 (python) S 9813 9813 8612 0 -1 4202560 1091 0 0 0 13 10 0 0 19 0 2 0 735581602 318095360 5940 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10077/statm: 77660 5940 400 364 0 13569 0
[pid=10079] ppid=10077 vsize=416920 CPUtime=100.23 cores=4,6
/proc/10079/stat : 10079 (adaptg2wsat2009) T 10077 10079 10079 0 -1 4202496 675 0 0 0 10023 0 0 0 25 0 1 0 735581602 426926080 406 33554432000 134512640 135107411 4287227024 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10079/statm: 104230 406 59 146 0 103106 0
[pid=10077/tid=10092] ppid=9813 vsize=310640 CPUtime=0 cores=4,6
/proc/10077/task/10092/stat : 10092 (python) S 9813 9813 8612 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735591625 318095360 5940 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604448048868352 0 0 -1 4 0 0 0
[pid=10093] ppid=9813 vsize=320896 CPUtime=0.23 cores=4,6
/proc/10093/stat : 10093 (python) S 9813 9813 8612 0 -1 4202560 1092 0 0 0 13 10 0 0 19 0 2 0 735591627 328597504 5944 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10093/statm: 80224 5944 400 364 0 16130 0
[pid=10095] ppid=10093 vsize=416920 CPUtime=100.22 cores=4,6
/proc/10095/stat : 10095 (adaptg2wsat2009) T 10093 10095 10095 0 -1 4202496 674 0 0 0 10022 0 0 0 25 0 1 0 735591627 426926080 406 33554432000 134512640 135107411 4290452768 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10095/statm: 104230 406 59 146 0 103106 0
[pid=10093/tid=10115] ppid=9813 vsize=320896 CPUtime=0 cores=4,6
/proc/10093/task/10115/stat : 10115 (python) S 9813 9813 8612 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735601650 328597504 5944 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604448007502016 0 0 -1 4 0 0 0
[pid=10116] ppid=9813 vsize=331152 CPUtime=0.24 cores=4,6
/proc/10116/stat : 10116 (python) S 9813 9813 8612 0 -1 4202560 1079 0 0 0 13 11 0 0 19 0 2 0 735601651 339099648 5948 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10116/statm: 82788 5948 400 364 0 18691 0
[pid=10118] ppid=10116 vsize=1018076 CPUtime=98.24 cores=4,6
/proc/10118/stat : 10118 (gnovelty+2) T 10116 10118 10118 0 -1 4202496 531 0 0 0 9824 0 0 0 25 0 1 0 735601652 1042509824 267 33554432000 134512640 135663704 4288861008 18446744073709551615 134525334 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10118/statm: 254519 267 113 282 0 254235 0
[pid=10116/tid=10122] ppid=9813 vsize=331152 CPUtime=0 cores=4,6
/proc/10116/task/10122/stat : 10122 (python) S 9813 9813 8612 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735611477 339099648 5948 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604450307253312 0 0 -1 6 0 0 0
[pid=10123] ppid=9813 vsize=341408 CPUtime=0.23 cores=4,6
/proc/10123/stat : 10123 (python) S 9813 9813 8612 0 -1 4202560 1073 0 0 0 13 10 0 0 19 0 2 0 735611478 349601792 5952 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10123/statm: 85352 5952 400 364 0 21252 0
[pid=10125] ppid=10123 vsize=247068 CPUtime=99.98 cores=4,6
/proc/10125/stat : 10125 (FH) T 10123 10125 10125 0 -1 4202496 628 0 0 0 9995 3 0 0 25 0 1 0 735611479 252997632 365 33554432000 134512640 134936988 4287891760 18446744073709551615 134545320 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10125/statm: 61767 365 41 104 0 61271 0
[pid=10123/tid=10203] ppid=9813 vsize=341408 CPUtime=0 cores=4,6
/proc/10123/task/10203/stat : 10203 (python) S 9813 9813 8612 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735621501 349601792 5952 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604441290357632 0 0 -1 6 0 0 0
[pid=10204] ppid=9813 vsize=351664 CPUtime=1.35 cores=4,6
/proc/10204/stat : 10204 (python) S 9813 9813 8612 0 -1 4202560 1176 0 0 0 73 62 0 0 15 0 2 0 735621502 360103936 5962 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10204/statm: 87916 5962 406 364 0 23813 0
[pid=10206] ppid=10204 vsize=5100 CPUtime=540.34 cores=4,6
/proc/10206/stat : 10206 (march_hi) R 10204 10206 10206 0 -1 4202496 2003 0 0 0 54034 0 0 0 25 0 1 0 735621503 5222400 968 33554432000 4194304 4955518 140736326648992 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10206/statm: 1275 968 106 186 0 1088 0
[pid=10204/tid=10228] ppid=9813 vsize=351664 CPUtime=0 cores=4,6
/proc/10204/task/10228/stat : 10228 (python) S 9813 9813 8612 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 735670364 360103936 5962 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604453913646080 0 0 -1 4 0 0 0
[pid=9813/tid=9820] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/9820/stat : 9820 (python) S 9811 9813 8612 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 735551533 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10013] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10013/stat : 10013 (python) S 9811 9813 8612 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 735561556 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10065] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10065/stat : 10065 (python) S 9811 9813 8612 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 735571580 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 6 0 0 0
[pid=9813/tid=10078] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10078/stat : 10078 (python) S 9811 9813 8612 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 735581602 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10094] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10094/stat : 10094 (python) S 9811 9813 8612 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 735591627 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10117] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10117/stat : 10117 (python) S 9811 9813 8612 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 735601652 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10124] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10124/stat : 10124 (python) S 9811 9813 8612 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 735611479 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10205] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10205/stat : 10205 (python) S 9811 9813 8612 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 735621503 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1242.86
Current children cumulated vsize (KiB) 7455452



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.06 3.77 5/371 10231
/proc/meminfo: memFree=24061052/32951124 swapFree=67083432/67111528
[pid=9813] ppid=9811 vsize=361908 CPUtime=0.89 cores=4,6
/proc/9813/stat : 9813 (python) S 9811 9813 8612 0 -1 4202496 16937 934 1 0 77 12 0 0 18 0 9 0 735551432 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9813/statm: 90477 7451 1892 364 0 26374 0
[pid=9819] ppid=9813 vsize=290116 CPUtime=0.22 cores=4,6
/proc/9819/stat : 9819 (python) S 9813 9813 8612 0 -1 4202560 1155 0 0 0 13 9 0 0 19 0 2 0 735551532 297078784 5947 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9819/statm: 72529 5947 415 364 0 8447 0
[pid=9821] ppid=9819 vsize=1018076 CPUtime=100.01 cores=4,6
/proc/9821/stat : 9821 (gnovelty+2) T 9819 9821 9821 0 -1 4202496 532 0 0 0 9997 4 0 0 25 0 1 0 735551533 1042509824 268 33554432000 134512640 135663704 4288776416 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/9821/statm: 254519 268 113 282 0 254235 0
[pid=9819/tid=10011] ppid=9813 vsize=290116 CPUtime=0 cores=4,6
/proc/9819/task/10011/stat : 10011 (python) S 9813 9813 8612 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735561555 297078784 5947 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604453915032384 0 0 -1 6 0 0 0
[pid=10012] ppid=9813 vsize=290128 CPUtime=0.22 cores=4,6
/proc/10012/stat : 10012 (python) S 9813 9813 8612 0 -1 4202560 1078 0 0 0 12 10 0 0 19 0 2 0 735561556 297091072 5932 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10012/statm: 72532 5932 400 364 0 8447 0
[pid=10014] ppid=10012 vsize=1018076 CPUtime=100.01 cores=4,6
/proc/10014/stat : 10014 (gnovelty+2) T 10012 10014 10014 0 -1 4202496 530 0 0 0 10001 0 0 0 25 0 1 0 735561557 1042509824 266 33554432000 134512640 135663704 4287984048 18446744073709551615 134525260 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10014/statm: 254519 266 113 282 0 254235 0
[pid=10012/tid=10063] ppid=9813 vsize=290128 CPUtime=0 cores=4,6
/proc/10012/task/10063/stat : 10063 (python) S 9813 9813 8612 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735571578 297091072 5932 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604447447906112 0 0 -1 6 0 0 0
[pid=10064] ppid=9813 vsize=300384 CPUtime=0.22 cores=4,6
/proc/10064/stat : 10064 (python) S 9813 9813 8612 0 -1 4202560 1086 0 0 0 11 11 0 0 19 0 2 0 735571579 307593216 5936 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10064/statm: 75096 5936 400 364 0 11008 0
[pid=10066] ppid=10064 vsize=416920 CPUtime=100 cores=4,6
/proc/10066/stat : 10066 (adaptg2wsat2009) T 10064 10066 10066 0 -1 4202496 675 0 0 0 10000 0 0 0 25 0 1 0 735571580 426926080 406 33554432000 134512640 135107411 4292120128 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10066/statm: 104230 406 59 146 0 103106 0
[pid=10064/tid=10076] ppid=9813 vsize=300384 CPUtime=0 cores=4,6
/proc/10064/task/10076/stat : 10076 (python) S 9813 9813 8612 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735581601 307593216 5936 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604451263752000 0 0 -1 6 0 0 0
[pid=10077] ppid=9813 vsize=310640 CPUtime=0.23 cores=4,6
/proc/10077/stat : 10077 (python) S 9813 9813 8612 0 -1 4202560 1091 0 0 0 13 10 0 0 19 0 2 0 735581602 318095360 5940 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10077/statm: 77660 5940 400 364 0 13569 0
[pid=10079] ppid=10077 vsize=416920 CPUtime=100.23 cores=4,6
/proc/10079/stat : 10079 (adaptg2wsat2009) T 10077 10079 10079 0 -1 4202496 675 0 0 0 10023 0 0 0 25 0 1 0 735581602 426926080 406 33554432000 134512640 135107411 4287227024 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10079/statm: 104230 406 59 146 0 103106 0
[pid=10077/tid=10092] ppid=9813 vsize=310640 CPUtime=0 cores=4,6
/proc/10077/task/10092/stat : 10092 (python) S 9813 9813 8612 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735591625 318095360 5940 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604448048868352 0 0 -1 4 0 0 0
[pid=10093] ppid=9813 vsize=320896 CPUtime=0.23 cores=4,6
/proc/10093/stat : 10093 (python) S 9813 9813 8612 0 -1 4202560 1092 0 0 0 13 10 0 0 19 0 2 0 735591627 328597504 5944 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10093/statm: 80224 5944 400 364 0 16130 0
[pid=10095] ppid=10093 vsize=416920 CPUtime=100.22 cores=4,6
/proc/10095/stat : 10095 (adaptg2wsat2009) T 10093 10095 10095 0 -1 4202496 674 0 0 0 10022 0 0 0 25 0 1 0 735591627 426926080 406 33554432000 134512640 135107411 4290452768 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10095/statm: 104230 406 59 146 0 103106 0
[pid=10093/tid=10115] ppid=9813 vsize=320896 CPUtime=0 cores=4,6
/proc/10093/task/10115/stat : 10115 (python) S 9813 9813 8612 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735601650 328597504 5944 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604448007502016 0 0 -1 4 0 0 0
[pid=10116] ppid=9813 vsize=331152 CPUtime=0.24 cores=4,6
/proc/10116/stat : 10116 (python) S 9813 9813 8612 0 -1 4202560 1079 0 0 0 13 11 0 0 19 0 2 0 735601651 339099648 5948 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10116/statm: 82788 5948 400 364 0 18691 0
[pid=10118] ppid=10116 vsize=1018076 CPUtime=98.24 cores=4,6
/proc/10118/stat : 10118 (gnovelty+2) T 10116 10118 10118 0 -1 4202496 531 0 0 0 9824 0 0 0 25 0 1 0 735601652 1042509824 267 33554432000 134512640 135663704 4288861008 18446744073709551615 134525334 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10118/statm: 254519 267 113 282 0 254235 0
[pid=10116/tid=10122] ppid=9813 vsize=331152 CPUtime=0 cores=4,6
/proc/10116/task/10122/stat : 10122 (python) S 9813 9813 8612 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735611477 339099648 5948 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604450307253312 0 0 -1 6 0 0 0
[pid=10123] ppid=9813 vsize=341408 CPUtime=0.23 cores=4,6
/proc/10123/stat : 10123 (python) S 9813 9813 8612 0 -1 4202560 1073 0 0 0 13 10 0 0 19 0 2 0 735611478 349601792 5952 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10123/statm: 85352 5952 400 364 0 21252 0
[pid=10125] ppid=10123 vsize=247068 CPUtime=99.98 cores=4,6
/proc/10125/stat : 10125 (FH) T 10123 10125 10125 0 -1 4202496 628 0 0 0 9995 3 0 0 25 0 1 0 735611479 252997632 365 33554432000 134512640 134936988 4287891760 18446744073709551615 134545320 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10125/statm: 61767 365 41 104 0 61271 0
[pid=10123/tid=10203] ppid=9813 vsize=341408 CPUtime=0 cores=4,6
/proc/10123/task/10203/stat : 10203 (python) S 9813 9813 8612 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735621501 349601792 5952 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604441290357632 0 0 -1 6 0 0 0
[pid=10204] ppid=9813 vsize=351664 CPUtime=1.49 cores=4,6
/proc/10204/stat : 10204 (python) S 9813 9813 8612 0 -1 4202560 1176 0 0 0 81 68 0 0 15 0 2 0 735621502 360103936 5962 33554432000 4194304 5683644 140735799621280 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10204/statm: 87916 5962 406 364 0 23813 0
[pid=10206] ppid=10204 vsize=5100 CPUtime=597.9 cores=4,6
/proc/10206/stat : 10206 (march_hi) R 10204 10206 10206 0 -1 4202496 2054 0 0 0 59790 0 0 0 25 0 1 0 735621503 5222400 1019 33554432000 4194304 4955518 140736326648992 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10206/statm: 1275 1019 106 186 0 1088 0
[pid=10204/tid=10228] ppid=9813 vsize=351664 CPUtime=0 cores=4,6
/proc/10204/task/10228/stat : 10228 (python) S 9813 9813 8612 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 735670364 360103936 5962 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 514 18446604453913646080 0 0 -1 4 0 0 0
[pid=9813/tid=9820] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/9820/stat : 9820 (python) S 9811 9813 8612 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 735551533 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10013] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10013/stat : 10013 (python) S 9811 9813 8612 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 735561556 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10065] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10065/stat : 10065 (python) S 9811 9813 8612 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 735571580 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 6 0 0 0
[pid=9813/tid=10078] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10078/stat : 10078 (python) S 9811 9813 8612 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 735581602 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10094] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10094/stat : 10094 (python) S 9811 9813 8612 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 735591627 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10117] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10117/stat : 10117 (python) S 9811 9813 8612 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 735601652 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10124] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10124/stat : 10124 (python) S 9811 9813 8612 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 735611479 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 4 0 0 0
[pid=9813/tid=10205] ppid=9811 vsize=361908 CPUtime=0 cores=4,6
/proc/9813/task/10205/stat : 10205 (python) S 9811 9813 8612 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 735621503 370593792 7451 33554432000 4194304 5683644 140735799621280 18446744073709551615 260032219569 0 0 16781312 2 18446604441290354944 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1300.56
Current children cumulated vsize (KiB) 7455452

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

Real time (s): 1300.06
CPU time (s): 1300.56
CPU user time (s): 1298.98
CPU system time (s): 1.58
CPU usage (%): 100.038
Max. virtual memory (cumulated for all children) (KiB): 7455456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.771882
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17877
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= 2864
involuntary context switches= 34

runsolver used 6.70298 second user time and 12.2361 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 11:53:28
IDJOB=3377431
IDBENCH=82740
IDSOLVER=1857
FILE ID=node110/3377431-1305453208
RUNJOBID= node110-1305452594-9499
PBS_JOBID= 13324859
Free space on /tmp= 73544 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1254276596-021.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-3377431-1305453208/watcher-3377431-1305453208 -o /tmp/evaluation-result-3377431-1305453208/solver-3377431-1305453208 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377431-1305453208.cnf -seed 1292795204 -budget 2400

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

MD5SUM BENCH= 38eb341db913fde0f11427c4d808f2c9
RANDOM SEED=1292795204

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24594436 kB
Buffers:        288592 kB
Cached:        4293996 kB
SwapCached:       1440 kB
Active:        4782480 kB
Inactive:      3231256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24594436 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           31536 kB
Writeback:           0 kB
AnonPages:     3429764 kB
Mapped:          30892 kB
Slab:           247844 kB
PageTables:      31400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54131468 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= 73500 MiB
End job on node110 at 2011-05-15 12:15:11