Trace number 3484542

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (TO) 1200.02 1199.96

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1960545292-083.UNKNOWN.cnf
MD5SUM54de6cac0499270ba5ca6b23e35899f2
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.30/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.48	c INFO: solving HOME/instance-3484542-1307757743.cnf
0.30/0.48	c INFO: computing task features
0.40/0.53	c INFO: computed variable-clause graph statistics
0.40/0.53	c INFO: computed clause balance statistics
0.60/0.76	c INFO: computed variable balance statistics
0.60/2.09	c INFO: computed small-clause counts
0.60/2.09	c INFO: computed Horn-clause counts
0.60/2.09	c INFO: computed variable graph statistics
0.60/2.09	c INFO: collected features for HOME/instance-3484542-1307757743.cnf in 0.38 s
0.60/2.09	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.53)
100.88/101.02	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.10)
200.97/201.16	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.05)
301.18/301.31	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.04)
400.42/400.46	c INFO: running adaptg2wsat2009++@0 for 97 with 800 remaining (b = 0.03)
500.62/500.61	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.02)
600.72/600.78	c INFO: running FH@0 for 97 with 600 remaining (b = 0.02)
700.06/699.94	c INFO: running march_hi@0 for 388 with 501 remaining (b = 0.08)
1090.04/1089.94	c INFO: running march_hi@389 for 112 with 112 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.02 1.46 2.20 5/199 32706
/proc/meminfo: memFree=31362672/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=15080 CPUtime=0 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 651 0 0 0 0 0 0 0 25 0 1 0 887372544 15441920 545 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/32706/statm: 3770 545 312 364 0 257 0

[startup+0.0622291 s]
/proc/loadavg: 1.02 1.46 2.20 5/199 32706
/proc/meminfo: memFree=31362672/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=36508 CPUtime=0.04 cores=0,2
/proc/32706/stat : 32706 (python) R 32704 32706 28449 0 -1 4202496 1612 0 0 0 3 1 0 0 17 0 1 0 887372544 37384192 1444 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335890432 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/32706/statm: 9127 1444 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100248 s]
/proc/loadavg: 1.02 1.46 2.20 5/199 32706
/proc/meminfo: memFree=31362672/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=101740 CPUtime=0.07 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 2932 0 0 0 5 2 0 0 17 0 1 0 887372544 104181760 2626 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/32706/statm: 25435 2626 837 364 0 1735 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101740

[startup+0.30022 s]
/proc/loadavg: 1.02 1.46 2.20 5/199 32706
/proc/meminfo: memFree=31362672/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=156836 CPUtime=0.24 cores=0,2
/proc/32706/stat : 32706 (python) R 32704 32706 28449 0 -1 4202496 6470 933 1 0 18 6 0 0 17 0 1 0 887372544 160600064 4565 33554432000 4194304 5683644 140736669854576 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/32706/statm: 39209 4568 1257 364 0 3317 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 156836

[startup+0.701116 s]
/proc/loadavg: 1.02 1.46 2.20 5/199 32706
/proc/meminfo: memFree=31362672/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=279848 CPUtime=0.6 cores=0,2
/proc/32706/stat : 32706 (python) R 32704 32706 28449 0 -1 4202496 9778 933 1 0 51 9 0 0 17 0 1 0 887372544 286564352 7347 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335551504 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/32706/statm: 69962 7347 1826 364 0 5886 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279848

[startup+2.19782 s]
/proc/loadavg: 1.02 1.46 2.20 5/199 32706
/proc/meminfo: memFree=31362672/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=290116 CPUtime=0.78 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 10076 933 1 0 69 9 0 0 19 0 2 0 887372544 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32706/statm: 72529 7400 1869 364 0 8447 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 290116
heavy processes:

[startup+3.10069 s]
/proc/loadavg: 1.17 1.49 2.20 5/203 32714
/proc/meminfo: memFree=31334776/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=290116 CPUtime=0.78 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 10076 933 1 0 69 9 0 0 19 0 2 0 887372544 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32706/statm: 72529 7400 1869 364 0 8447 0
[pid=32712] ppid=32706 vsize=279872 CPUtime=0 cores=0,2
/proc/32712/stat : 32712 (python) S 32706 32706 28449 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 887372632 286588928 5881 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335912463 0 0 16781312 514 3552046259982270722 0 0 17 0 0 0 0
/proc/32712/statm: 69968 5881 354 364 0 5886 0
[pid=32714] ppid=32712 vsize=1018076 CPUtime=2.21 cores=0,2
/proc/32714/stat : 32714 (gnovelty+2) R 32712 32714 32714 0 -1 4202496 529 0 0 0 221 0 0 0 25 0 1 0 887372633 1042509824 266 33554432000 134512640 135663704 4292583968 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32714/statm: 254519 266 113 282 0 254235 0
[pid=32706/tid=32713] ppid=32704 vsize=290116 CPUtime=0 cores=0,2
/proc/32706/task/32713/stat : 32713 (python) S 32704 32706 28449 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 887372633 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1588064

[startup+6.30115 s]
/proc/loadavg: 1.40 1.53 2.21 5/203 32714
/proc/meminfo: memFree=31336744/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=290116 CPUtime=0.78 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 10076 933 1 0 69 9 0 0 19 0 2 0 887372544 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32706/statm: 72529 7400 1869 364 0 8447 0
[pid=32712] ppid=32706 vsize=279872 CPUtime=0 cores=0,2
/proc/32712/stat : 32712 (python) S 32706 32706 28449 0 -1 4202560 871 0 0 0 0 0 0 0 18 0 1 0 887372632 286588928 5903 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335912463 0 0 16781312 514 3552046259982270722 0 0 17 0 0 0 0
/proc/32712/statm: 69968 5903 376 364 0 5886 0
[pid=32714] ppid=32712 vsize=1018076 CPUtime=5.39 cores=0,2
/proc/32714/stat : 32714 (gnovelty+2) R 32712 32714 32714 0 -1 4202496 529 0 0 0 539 0 0 0 25 0 1 0 887372633 1042509824 266 33554432000 134512640 135663704 4292583968 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32714/statm: 254519 266 113 282 0 254235 0
[pid=32706/tid=32713] ppid=32704 vsize=290116 CPUtime=0 cores=0,2
/proc/32706/task/32713/stat : 32713 (python) S 32704 32706 28449 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 887372633 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1588064

[startup+12.701 s]
/proc/loadavg: 1.61 1.57 2.22 5/203 32714
/proc/meminfo: memFree=31335200/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=290116 CPUtime=0.78 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 10076 933 1 0 69 9 0 0 19 0 2 0 887372544 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32706/statm: 72529 7400 1869 364 0 8447 0
[pid=32712] ppid=32706 vsize=279872 CPUtime=0.01 cores=0,2
/proc/32712/stat : 32712 (python) S 32706 32706 28449 0 -1 4202560 877 0 0 0 1 0 0 0 18 0 1 0 887372632 286588928 5904 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335912463 0 0 16781312 514 3552046259982270722 0 0 17 0 0 0 0
/proc/32712/statm: 69968 5904 377 364 0 5886 0
[pid=32714] ppid=32712 vsize=1018076 CPUtime=11.79 cores=0,2
/proc/32714/stat : 32714 (gnovelty+2) R 32712 32714 32714 0 -1 4202496 529 0 0 0 1179 0 0 0 25 0 1 0 887372633 1042509824 266 33554432000 134512640 135663704 4292583968 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32714/statm: 254519 266 113 282 0 254235 0
[pid=32706/tid=32713] ppid=32704 vsize=290116 CPUtime=0 cores=0,2
/proc/32706/task/32713/stat : 32713 (python) S 32704 32706 28449 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 887372633 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1588064

[startup+25.5067 s]
/proc/loadavg: 2.14 1.69 2.25 5/203 32714
/proc/meminfo: memFree=31335936/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=290116 CPUtime=0.78 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 10076 933 1 0 69 9 0 0 19 0 2 0 887372544 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32706/statm: 72529 7400 1869 364 0 8447 0
[pid=32712] ppid=32706 vsize=279872 CPUtime=0.02 cores=0,2
/proc/32712/stat : 32712 (python) S 32706 32706 28449 0 -1 4202560 884 0 0 0 1 1 0 0 18 0 1 0 887372632 286588928 5904 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335912463 0 0 16781312 514 7569196375284351234 0 0 17 0 0 0 0
/proc/32712/statm: 69968 5904 377 364 0 5886 0
[pid=32714] ppid=32712 vsize=1018076 CPUtime=24.58 cores=0,2
/proc/32714/stat : 32714 (gnovelty+2) R 32712 32714 32714 0 -1 4202496 529 0 0 0 2458 0 0 0 25 0 1 0 887372633 1042509824 266 33554432000 134512640 135663704 4292583968 18446744073709551615 134524546 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32714/statm: 254519 266 113 282 0 254235 0
[pid=32706/tid=32713] ppid=32704 vsize=290116 CPUtime=0 cores=0,2
/proc/32706/task/32713/stat : 32713 (python) S 32704 32706 28449 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 887372633 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1588064

[startup+51.1012 s]
/proc/loadavg: 2.77 1.87 2.29 5/203 32715
/proc/meminfo: memFree=31335696/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=290116 CPUtime=0.78 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 10076 933 1 0 69 9 0 0 19 0 2 0 887372544 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32706/statm: 72529 7400 1869 364 0 8447 0
[pid=32712] ppid=32706 vsize=279872 CPUtime=0.05 cores=0,2
/proc/32712/stat : 32712 (python) S 32706 32706 28449 0 -1 4202560 895 0 0 0 3 2 0 0 18 0 1 0 887372632 286588928 5904 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335912463 0 0 16781312 514 7569196375284351234 0 0 17 0 0 0 0
/proc/32712/statm: 69968 5904 377 364 0 5886 0
[pid=32714] ppid=32712 vsize=1018076 CPUtime=50.14 cores=0,2
/proc/32714/stat : 32714 (gnovelty+2) R 32712 32714 32714 0 -1 4202496 529 0 0 0 5014 0 0 0 25 0 1 0 887372633 1042509824 266 33554432000 134512640 135663704 4292583968 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32714/statm: 254519 266 113 282 0 254235 0
[pid=32706/tid=32713] ppid=32704 vsize=290116 CPUtime=0 cores=0,2
/proc/32706/task/32713/stat : 32713 (python) S 32704 32706 28449 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 887372633 297078784 7400 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1588064

[startup+102.301 s]
/proc/loadavg: 3.51 2.21 2.39 5/211 365
/proc/meminfo: memFree=31324000/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=300372 CPUtime=0.79 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 10958 933 1 0 69 10 0 0 20 0 3 0 887372544 307580928 7415 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32706/statm: 75093 7415 1880 364 0 11008 0
[pid=360] ppid=32706 vsize=290128 CPUtime=0 cores=0,2
/proc/360/stat : 360 (python) S 32706 32706 28449 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 887382647 297091072 5879 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335912518 0 0 16781312 514 3845136752406659330 0 0 17 0 0 0 0
/proc/360/statm: 72532 5879 348 364 0 8447 0
[pid=362] ppid=360 vsize=1018076 CPUtime=1.27 cores=0,2
/proc/362/stat : 362 (gnovelty+2) R 360 362 362 0 -1 4202496 529 0 0 0 127 0 0 0 25 0 1 0 887382647 1042509824 266 33554432000 134512640 135663704 4291377776 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/362/statm: 254519 266 113 282 0 254235 0
[pid=32712] ppid=32706 vsize=290116 CPUtime=0.13 cores=0,2
/proc/32712/stat : 32712 (python) S 32706 32706 28449 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 887372632 297078784 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32712/statm: 72529 5948 416 364 0 8447 0
[pid=32714] ppid=32712 vsize=1018076 CPUtime=99.98 cores=0,2
/proc/32714/stat : 32714 (gnovelty+2) T 32712 32714 32714 0 -1 4202496 529 0 0 0 9998 0 0 0 25 0 1 0 887372633 1042509824 266 33554432000 134512640 135663704 4292583968 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32714/statm: 254519 266 113 282 0 254235 0
[pid=32712/tid=359] ppid=32706 vsize=290116 CPUtime=0 cores=0,2
/proc/32712/task/359/stat : 359 (python) S 32706 32706 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887382646 297078784 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604440854816576 0 0 -1 2 0 0 0
[pid=32706/tid=32713] ppid=32704 vsize=300372 CPUtime=0 cores=0,2
/proc/32706/task/32713/stat : 32713 (python) S 32704 32706 28449 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 3 0 887372633 307580928 7415 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=361] ppid=32704 vsize=300372 CPUtime=0 cores=0,2
/proc/32706/task/361/stat : 361 (python) S 32704 32706 28449 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 887382647 307580928 7415 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2916768

[startup+162.3 s]
/proc/loadavg: 4.04 2.61 2.51 5/211 370
/proc/meminfo: memFree=31321676/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=300372 CPUtime=0.79 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 10958 933 1 0 69 10 0 0 20 0 3 0 887372544 307580928 7415 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32706/statm: 75093 7415 1880 364 0 11008 0
[pid=360] ppid=32706 vsize=290128 CPUtime=0.08 cores=0,2
/proc/360/stat : 360 (python) S 32706 32706 28449 0 -1 4202560 909 0 0 0 3 5 0 0 18 0 1 0 887382647 297091072 5902 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335912518 0 0 16781312 514 7569196375284351234 0 0 17 0 0 0 0
/proc/360/statm: 72532 5902 371 364 0 8447 0
[pid=362] ppid=360 vsize=1018076 CPUtime=61.18 cores=0,2
/proc/362/stat : 362 (gnovelty+2) R 360 362 362 0 -1 4202496 529 0 0 0 6117 1 0 0 25 0 1 0 887382647 1042509824 266 33554432000 134512640 135663704 4291377776 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/362/statm: 254519 266 113 282 0 254235 0
[pid=32712] ppid=32706 vsize=290116 CPUtime=0.13 cores=0,2
/proc/32712/stat : 32712 (python) S 32706 32706 28449 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 887372632 297078784 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0

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

[pid=757] ppid=32706 vsize=320896 CPUtime=0.15 cores=0,2
/proc/757/stat : 757 (python) S 32706 32706 28449 0 -1 4202560 1083 0 0 0 9 6 0 0 19 0 2 0 887412590 328597504 5944 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/757/statm: 80224 5944 400 364 0 16130 0
[pid=759] ppid=757 vsize=416920 CPUtime=99.98 cores=0,2
/proc/759/stat : 759 (adaptg2wsat2009) T 757 759 759 0 -1 4202496 672 0 0 0 9998 0 0 0 25 0 1 0 887412591 426926080 405 33554432000 134512640 135107411 4292631680 18446744073709551615 134531806 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/759/statm: 104230 405 59 146 0 103106 0
[pid=757/tid=775] ppid=32706 vsize=320896 CPUtime=0 cores=0,2
/proc/757/task/775/stat : 775 (python) S 32706 32706 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887422605 328597504 5944 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453684228544 0 0 -1 2 0 0 0
[pid=776] ppid=32706 vsize=331152 CPUtime=0.16 cores=0,2
/proc/776/stat : 776 (python) S 32706 32706 28449 0 -1 4202560 1085 0 0 0 9 7 0 0 19 0 2 0 887422606 339099648 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/776/statm: 82788 5948 400 364 0 18691 0
[pid=778] ppid=776 vsize=1018076 CPUtime=100.01 cores=0,2
/proc/778/stat : 778 (gnovelty+2) T 776 778 778 0 -1 4202496 530 0 0 0 10001 0 0 0 25 0 1 0 887422606 1042509824 267 33554432000 134512640 135663704 4293572608 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/778/statm: 254519 267 113 282 0 254235 0
[pid=776/tid=790] ppid=32706 vsize=331152 CPUtime=0 cores=0,2
/proc/776/task/790/stat : 790 (python) S 32706 32706 28449 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 887432622 339099648 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453838972096 0 0 -1 2 0 0 0
[pid=791] ppid=32706 vsize=341408 CPUtime=0.15 cores=0,2
/proc/791/stat : 791 (python) S 32706 32706 28449 0 -1 4202560 1084 0 0 0 10 5 0 0 19 0 2 0 887432623 349601792 5952 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/791/statm: 85352 5952 400 364 0 21252 0
[pid=793] ppid=791 vsize=247072 CPUtime=99.14 cores=0,2
/proc/793/stat : 793 (FH) T 791 793 793 0 -1 4202496 628 0 0 0 9914 0 0 0 25 0 1 0 887432623 253001728 365 33554432000 134512640 134936988 4289088144 18446744073709551615 134554083 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/793/statm: 61768 365 41 104 0 61272 0
[pid=791/tid=804] ppid=32706 vsize=341408 CPUtime=0 cores=0,2
/proc/791/task/804/stat : 804 (python) S 32706 32706 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887442538 349601792 5952 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453872845824 0 0 -1 2 0 0 0
[pid=805] ppid=32706 vsize=351664 CPUtime=0.81 cores=0,2
/proc/805/stat : 805 (python) S 32706 32706 28449 0 -1 4202560 1200 0 0 0 49 32 0 0 15 0 2 0 887442539 360103936 5962 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/805/statm: 87916 5962 406 364 0 23813 0
[pid=807] ppid=805 vsize=62696 CPUtime=481.48 cores=0,2
/proc/807/stat : 807 (march_hi) R 805 807 807 0 -1 4202496 12506 0 0 0 48145 3 0 0 25 0 1 0 887442539 64200704 11478 33554432000 4194304 4955518 140734510329552 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/807/statm: 15674 11478 106 186 0 15487 0
[pid=805/tid=904] ppid=32706 vsize=351664 CPUtime=0 cores=0,2
/proc/805/task/904/stat : 904 (python) S 32706 32706 28449 0 -1 4202560 41 0 0 0 0 0 0 0 17 0 2 0 887481538 360103936 5962 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453808749568 0 0 -1 0 0 0 0
[pid=32712] ppid=32706 vsize=290116 CPUtime=0.13 cores=0,2
/proc/32712/stat : 32712 (python) S 32706 32706 28449 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 887372632 297078784 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32712/statm: 72529 5948 416 364 0 8447 0
[pid=32714] ppid=32712 vsize=1018076 CPUtime=99.98 cores=0,2
/proc/32714/stat : 32714 (gnovelty+2) T 32712 32714 32714 0 -1 4202496 529 0 0 0 9998 0 0 0 25 0 1 0 887372633 1042509824 266 33554432000 134512640 135663704 4292583968 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32714/statm: 254519 266 113 282 0 254235 0
[pid=32712/tid=359] ppid=32706 vsize=290116 CPUtime=0 cores=0,2
/proc/32712/task/359/stat : 359 (python) S 32706 32706 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887382646 297078784 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604440854816576 0 0 -1 2 0 0 0
[pid=32706/tid=32713] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/32713/stat : 32713 (python) S 32704 32706 28449 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 9 0 887372633 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=361] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/361/stat : 361 (python) S 32704 32706 28449 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 9 0 887382647 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=425] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/425/stat : 425 (python) S 32704 32706 28449 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 887392661 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=546] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/546/stat : 546 (python) S 32704 32706 28449 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 887402676 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=758] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/758/stat : 758 (python) S 32704 32706 28449 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 887412591 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=777] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/777/stat : 777 (python) S 32704 32706 28449 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 887422606 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=792] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/792/stat : 792 (python) S 32704 32706 28449 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 887432623 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=806] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/806/stat : 806 (python) S 32704 32706 28449 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 887442539 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 7513052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 2.06 2.60 2.88 3/234 907
/proc/meminfo: memFree=31324524/32951124 swapFree=67063272/67111528
[pid=32706] ppid=32704 vsize=361908 CPUtime=0.86 cores=0,2
/proc/32706/stat : 32706 (python) S 32704 32706 28449 0 -1 4202496 16806 933 1 0 75 11 0 0 18 0 9 0 887372544 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32706/statm: 90477 7451 1892 364 0 26374 0
[pid=360] ppid=32706 vsize=290128 CPUtime=0.13 cores=0,2
/proc/360/stat : 360 (python) S 32706 32706 28449 0 -1 4202560 1078 0 0 0 5 8 0 0 19 0 2 0 887382647 297091072 5932 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/360/statm: 72532 5932 400 364 0 8447 0
[pid=362] ppid=360 vsize=1018076 CPUtime=100 cores=0,2
/proc/362/stat : 362 (gnovelty+2) T 360 362 362 0 -1 4202496 529 0 0 0 9999 1 0 0 25 0 1 0 887382647 1042509824 266 33554432000 134512640 135663704 4291377776 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/362/statm: 254519 266 113 282 0 254235 0
[pid=360/tid=423] ppid=32706 vsize=290128 CPUtime=0 cores=0,2
/proc/360/task/423/stat : 423 (python) S 32706 32706 28449 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887392660 297091072 5932 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453807958912 0 0 -1 2 0 0 0
[pid=424] ppid=32706 vsize=300384 CPUtime=0.15 cores=0,2
/proc/424/stat : 424 (python) S 32706 32706 28449 0 -1 4202560 1074 0 0 0 8 7 0 0 19 0 2 0 887392661 307593216 5936 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/424/statm: 75096 5936 400 364 0 11008 0
[pid=426] ppid=424 vsize=416920 CPUtime=100.01 cores=0,2
/proc/426/stat : 426 (adaptg2wsat2009) T 424 426 426 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 887392661 426926080 406 33554432000 134512640 135107411 4287310992 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/426/statm: 104230 406 59 146 0 103106 0
[pid=424/tid=543] ppid=32706 vsize=300384 CPUtime=0 cores=0,2
/proc/424/task/543/stat : 543 (python) S 32706 32706 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887402675 307593216 5936 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453836167872 0 0 -1 2 0 0 0
[pid=545] ppid=32706 vsize=310640 CPUtime=0.14 cores=0,2
/proc/545/stat : 545 (python) S 32706 32706 28449 0 -1 4202560 1080 0 0 0 9 5 0 0 19 0 2 0 887402676 318095360 5940 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/545/statm: 77660 5940 400 364 0 13569 0
[pid=547] ppid=545 vsize=416920 CPUtime=99.13 cores=0,2
/proc/547/stat : 547 (adaptg2wsat2009) T 545 547 547 0 -1 4202496 670 0 0 0 9913 0 0 0 25 0 1 0 887402676 426926080 407 33554432000 134512640 135107411 4291568640 18446744073709551615 134532379 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/547/statm: 104230 407 59 146 0 103106 0
[pid=545/tid=756] ppid=32706 vsize=310640 CPUtime=0 cores=0,2
/proc/545/task/756/stat : 756 (python) S 32706 32706 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887412590 318095360 5940 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453807958016 0 0 -1 2 0 0 0
[pid=757] ppid=32706 vsize=320896 CPUtime=0.15 cores=0,2
/proc/757/stat : 757 (python) S 32706 32706 28449 0 -1 4202560 1083 0 0 0 9 6 0 0 19 0 2 0 887412590 328597504 5944 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/757/statm: 80224 5944 400 364 0 16130 0
[pid=759] ppid=757 vsize=416920 CPUtime=99.98 cores=0,2
/proc/759/stat : 759 (adaptg2wsat2009) T 757 759 759 0 -1 4202496 672 0 0 0 9998 0 0 0 25 0 1 0 887412591 426926080 405 33554432000 134512640 135107411 4292631680 18446744073709551615 134531806 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/759/statm: 104230 405 59 146 0 103106 0
[pid=757/tid=775] ppid=32706 vsize=320896 CPUtime=0 cores=0,2
/proc/757/task/775/stat : 775 (python) S 32706 32706 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887422605 328597504 5944 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453684228544 0 0 -1 2 0 0 0
[pid=776] ppid=32706 vsize=331152 CPUtime=0.16 cores=0,2
/proc/776/stat : 776 (python) S 32706 32706 28449 0 -1 4202560 1085 0 0 0 9 7 0 0 19 0 2 0 887422606 339099648 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/776/statm: 82788 5948 400 364 0 18691 0
[pid=778] ppid=776 vsize=1018076 CPUtime=100.01 cores=0,2
/proc/778/stat : 778 (gnovelty+2) T 776 778 778 0 -1 4202496 530 0 0 0 10001 0 0 0 25 0 1 0 887422606 1042509824 267 33554432000 134512640 135663704 4293572608 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/778/statm: 254519 267 113 282 0 254235 0
[pid=776/tid=790] ppid=32706 vsize=331152 CPUtime=0 cores=0,2
/proc/776/task/790/stat : 790 (python) S 32706 32706 28449 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 887432622 339099648 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453838972096 0 0 -1 2 0 0 0
[pid=791] ppid=32706 vsize=341408 CPUtime=0.15 cores=0,2
/proc/791/stat : 791 (python) S 32706 32706 28449 0 -1 4202560 1084 0 0 0 10 5 0 0 19 0 2 0 887432623 349601792 5952 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/791/statm: 85352 5952 400 364 0 21252 0
[pid=793] ppid=791 vsize=247072 CPUtime=99.14 cores=0,2
/proc/793/stat : 793 (FH) T 791 793 793 0 -1 4202496 628 0 0 0 9914 0 0 0 25 0 1 0 887432623 253001728 365 33554432000 134512640 134936988 4289088144 18446744073709551615 134554083 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/793/statm: 61768 365 41 104 0 61272 0
[pid=791/tid=804] ppid=32706 vsize=341408 CPUtime=0 cores=0,2
/proc/791/task/804/stat : 804 (python) S 32706 32706 28449 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887442538 349601792 5952 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453872845824 0 0 -1 2 0 0 0
[pid=805] ppid=32706 vsize=351664 CPUtime=0.84 cores=0,2
/proc/805/stat : 805 (python) S 32706 32706 28449 0 -1 4202560 1200 0 0 0 51 33 0 0 15 0 2 0 887442539 360103936 5962 33554432000 4194304 5683644 140736669854576 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/805/statm: 87916 5962 406 364 0 23813 0
[pid=807] ppid=805 vsize=62696 CPUtime=499.06 cores=0,2
/proc/807/stat : 807 (march_hi) R 805 807 807 0 -1 4202496 12866 0 0 0 49903 3 0 0 25 0 1 0 887442539 64200704 11838 33554432000 4194304 4955518 140734510329552 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/807/statm: 15674 11838 106 186 0 15487 0
[pid=805/tid=904] ppid=32706 vsize=351664 CPUtime=0 cores=0,2
/proc/805/task/904/stat : 904 (python) S 32706 32706 28449 0 -1 4202560 41 0 0 0 0 0 0 0 17 0 2 0 887481538 360103936 5962 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604453808749568 0 0 -1 0 0 0 0
[pid=32712] ppid=32706 vsize=290116 CPUtime=0.13 cores=0,2
/proc/32712/stat : 32712 (python) S 32706 32706 28449 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 887372632 297078784 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32712/statm: 72529 5948 416 364 0 8447 0
[pid=32714] ppid=32712 vsize=1018076 CPUtime=99.98 cores=0,2
/proc/32714/stat : 32714 (gnovelty+2) T 32712 32714 32714 0 -1 4202496 529 0 0 0 9998 0 0 0 25 0 1 0 887372633 1042509824 266 33554432000 134512640 135663704 4292583968 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32714/statm: 254519 266 113 282 0 254235 0
[pid=32712/tid=359] ppid=32706 vsize=290116 CPUtime=0 cores=0,2
/proc/32712/task/359/stat : 359 (python) S 32706 32706 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887382646 297078784 5948 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 514 18446604440854816576 0 0 -1 2 0 0 0
[pid=32706/tid=32713] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/32713/stat : 32713 (python) S 32704 32706 28449 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 9 0 887372633 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=361] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/361/stat : 361 (python) S 32704 32706 28449 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 9 0 887382647 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=425] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/425/stat : 425 (python) S 32704 32706 28449 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 887392661 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=546] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/546/stat : 546 (python) S 32704 32706 28449 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 887402676 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=758] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/758/stat : 758 (python) S 32704 32706 28449 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 887412591 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=777] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/777/stat : 777 (python) S 32704 32706 28449 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 887422606 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=792] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/792/stat : 792 (python) S 32704 32706 28449 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 887432623 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
[pid=32706/tid=806] ppid=32704 vsize=361908 CPUtime=0 cores=0,2
/proc/32706/task/806/stat : 806 (python) S 32704 32706 28449 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 887442539 370593792 7451 33554432000 4194304 5683644 140736669854576 18446744073709551615 232347716017 0 0 16781312 2 18446604453838356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 7513052

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

Real time (s): 1199.96
CPU time (s): 1200.02
CPU user time (s): 1199.1
CPU system time (s): 0.92
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 7513052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.752885
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17745
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= 1006
involuntary context switches= 31

runsolver used 4.20736 second user time and 6.96694 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 04:02:24
IDJOB=3484542
IDBENCH=83053
IDSOLVER=1975
FILE ID=node132/3484542-1307757743
RUNJOBID= node132-1307757742-32581
PBS_JOBID= 13550826
Free space on /tmp= 74008 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1960545292-083.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-3484542-1307757743/watcher-3484542-1307757743 -o /tmp/evaluation-result-3484542-1307757743/solver-3484542-1307757743 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484542-1307757743.cnf -seed 591530458 -budget 1200

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

MD5SUM BENCH= 54de6cac0499270ba5ca6b23e35899f2
RANDOM SEED=591530458

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31362860 kB
Buffers:        243468 kB
Cached:        1039596 kB
SwapCached:       9968 kB
Active:         714988 kB
Inactive:       656948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31362860 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:          131744 kB
Writeback:          24 kB
AnonPages:       86620 kB
Mapped:          16568 kB
Slab:           147968 kB
PageTables:       8256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3449292 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74036 MiB
End job on node132 at 2011-06-11 04:22:26