Trace number 3484350

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.03 1199.24

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S816372663-049.UNKNOWN.cnf
MD5SUM82ce98f61c0f2213b508b1b975b0c344
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.50	c INFO: solving HOME/instance-3484350-1307749041.cnf
0.34/0.50	c INFO: computing task features
0.34/0.51	c INFO: computed variable-clause graph statistics
0.34/0.51	c INFO: computed clause balance statistics
0.34/0.55	c INFO: computed variable balance statistics
0.34/0.58	c INFO: computed small-clause counts
0.34/0.58	c INFO: computed Horn-clause counts
0.34/0.59	c INFO: computed variable graph statistics
0.34/0.59	c INFO: collected features for HOME/instance-3484350-1307749041.cnf in 0.09 s
0.44/0.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
100.56/100.73	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.06)
200.67/200.87	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.45)
883.63/882.82	c INFO: running march_hi@0 for 194 with 317 remaining (b = 0.19)
1082.64/1081.80	c INFO: running march_hi@0 for 119 with 119 remaining (b = 0.06)

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

running on 2 cores: 5,7

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: 4.07 4.18 3.73 4/237 21306
/proc/meminfo: memFree=30458212/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=15380 CPUtime=0 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 812 0 0 0 0 0 0 0 25 0 1 0 886503744 15749120 696 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/21306/statm: 3845 696 334 364 0 332 0

[startup+0.0948859 s]
/proc/loadavg: 4.07 4.18 3.73 4/237 21306
/proc/meminfo: memFree=30458212/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=85620 CPUtime=0.05 cores=5,7
/proc/21306/stat : 21306 (python) R 21304 21306 19898 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 886503744 87674880 2348 33554432000 4194304 5683644 140736622127824 18446744073709551615 4502718 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21306/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.100867 s]
/proc/loadavg: 4.07 4.18 3.73 4/237 21306
/proc/meminfo: memFree=30458212/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=94176 CPUtime=0.05 cores=5,7
/proc/21306/stat : 21306 (python) R 21304 21306 19898 0 -1 4202496 2750 0 0 0 4 1 0 0 17 0 1 0 886503744 96436224 2459 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664808192 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21306/statm: 23544 2461 764 364 0 1676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94176

[startup+0.300835 s]
/proc/loadavg: 4.07 4.18 3.73 4/237 21306
/proc/meminfo: memFree=30458212/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=144100 CPUtime=0.2 cores=5,7
/proc/21306/stat : 21306 (python) R 21304 21306 19898 0 -1 4202496 6253 930 1 0 15 5 0 0 17 0 1 0 886503744 147558400 4372 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664806400 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21306/statm: 36025 4372 1185 364 0 3181 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 144100

[startup+0.700731 s]
/proc/loadavg: 4.07 4.18 3.73 4/237 21306
/proc/meminfo: memFree=30458212/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=288860 CPUtime=0.44 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 9801 930 1 0 37 7 0 0 19 0 2 0 886503744 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21306/statm: 72215 7078 1867 364 0 8133 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 288860

[startup+1.50063 s]
/proc/loadavg: 4.07 4.18 3.73 5/241 21314
/proc/meminfo: memFree=30433652/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=288860 CPUtime=0.44 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 9801 930 1 0 37 7 0 0 19 0 2 0 886503744 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21306/statm: 72215 7078 1867 364 0 8133 0
[pid=21312] ppid=21306 vsize=278616 CPUtime=0 cores=5,7
/proc/21312/stat : 21312 (python) S 21306 21306 19898 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 886503804 285302784 5561 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664828431 0 0 16781312 514 237411502766686207 0 0 17 5 0 0 0
/proc/21312/statm: 69654 5561 354 364 0 5572 0
[pid=21314] ppid=21312 vsize=1017800 CPUtime=0.89 cores=5,7
/proc/21314/stat : 21314 (gnovelty+2) R 21312 21314 21314 0 -1 4202496 445 0 0 0 89 0 0 0 21 0 1 0 886503805 1042227200 181 33554432000 134512640 135663704 4290878784 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21314/statm: 254450 181 113 282 0 254166 0
[pid=21306/tid=21313] ppid=21304 vsize=288860 CPUtime=0 cores=5,7
/proc/21306/task/21313/stat : 21313 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 19 0 2 0 886503805 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 1585276

[startup+3.10035 s]
/proc/loadavg: 4.07 4.18 3.73 7/241 21314
/proc/meminfo: memFree=30432164/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=288860 CPUtime=0.44 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 9801 930 1 0 37 7 0 0 19 0 2 0 886503744 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21306/statm: 72215 7078 1867 364 0 8133 0
[pid=21312] ppid=21306 vsize=278616 CPUtime=0 cores=5,7
/proc/21312/stat : 21312 (python) S 21306 21306 19898 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 886503804 285302784 5561 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664828431 0 0 16781312 514 237411502766653704 0 0 17 5 0 0 0
/proc/21312/statm: 69654 5561 354 364 0 5572 0
[pid=21314] ppid=21312 vsize=1017800 CPUtime=2.49 cores=5,7
/proc/21314/stat : 21314 (gnovelty+2) R 21312 21314 21314 0 -1 4202496 445 0 0 0 249 0 0 0 25 0 1 0 886503805 1042227200 181 33554432000 134512640 135663704 4290878784 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21314/statm: 254450 181 113 282 0 254166 0
[pid=21306/tid=21313] ppid=21304 vsize=288860 CPUtime=0 cores=5,7
/proc/21306/task/21313/stat : 21313 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 19 0 2 0 886503805 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 1585276

[startup+6.30081 s]
/proc/loadavg: 4.30 4.22 3.75 6/241 21314
/proc/meminfo: memFree=30431484/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=288860 CPUtime=0.44 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 9801 930 1 0 37 7 0 0 19 0 2 0 886503744 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21306/statm: 72215 7078 1867 364 0 8133 0
[pid=21312] ppid=21306 vsize=278616 CPUtime=0 cores=5,7
/proc/21312/stat : 21312 (python) S 21306 21306 19898 0 -1 4202560 872 0 0 0 0 0 0 0 18 0 1 0 886503804 285302784 5583 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664828431 0 0 16781312 514 237411502766653704 0 0 17 5 0 0 0
/proc/21312/statm: 69654 5583 376 364 0 5572 0
[pid=21314] ppid=21312 vsize=1017800 CPUtime=5.68 cores=5,7
/proc/21314/stat : 21314 (gnovelty+2) R 21312 21314 21314 0 -1 4202496 445 0 0 0 568 0 0 0 25 0 1 0 886503805 1042227200 181 33554432000 134512640 135663704 4290878784 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21314/statm: 254450 181 113 282 0 254166 0
[pid=21306/tid=21313] ppid=21304 vsize=288860 CPUtime=0 cores=5,7
/proc/21306/task/21313/stat : 21313 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 19 0 2 0 886503805 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 1585276

[startup+12.7007 s]
/proc/loadavg: 4.60 4.29 3.77 5/241 21314
/proc/meminfo: memFree=30430508/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=288860 CPUtime=0.44 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 9801 930 1 0 37 7 0 0 19 0 2 0 886503744 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21306/statm: 72215 7078 1867 364 0 8133 0
[pid=21312] ppid=21306 vsize=278616 CPUtime=0.01 cores=5,7
/proc/21312/stat : 21312 (python) S 21306 21306 19898 0 -1 4202560 880 0 0 0 0 1 0 0 18 0 1 0 886503804 285302784 5584 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664828431 0 0 16781312 514 3918325189858787592 0 0 17 5 0 0 0
/proc/21312/statm: 69654 5584 377 364 0 5572 0
[pid=21314] ppid=21312 vsize=1017800 CPUtime=12.08 cores=5,7
/proc/21314/stat : 21314 (gnovelty+2) R 21312 21314 21314 0 -1 4202496 445 0 0 0 1208 0 0 0 25 0 1 0 886503805 1042227200 181 33554432000 134512640 135663704 4290878784 18446744073709551615 134546906 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21314/statm: 254450 181 113 282 0 254166 0
[pid=21306/tid=21313] ppid=21304 vsize=288860 CPUtime=0 cores=5,7
/proc/21306/task/21313/stat : 21313 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 19 0 2 0 886503805 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 1585276

[startup+25.5005 s]
/proc/loadavg: 4.46 4.27 3.78 5/241 21314
/proc/meminfo: memFree=30428504/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=288860 CPUtime=0.44 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 9801 930 1 0 37 7 0 0 19 0 2 0 886503744 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21306/statm: 72215 7078 1867 364 0 8133 0
[pid=21312] ppid=21306 vsize=278616 CPUtime=0.03 cores=5,7
/proc/21312/stat : 21312 (python) S 21306 21306 19898 0 -1 4202560 886 0 0 0 1 2 0 0 18 0 1 0 886503804 285302784 5584 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664828431 0 0 16781312 514 3918325189858787592 0 0 17 5 0 0 0
/proc/21312/statm: 69654 5584 377 364 0 5572 0
[pid=21314] ppid=21312 vsize=1017800 CPUtime=24.86 cores=5,7
/proc/21314/stat : 21314 (gnovelty+2) R 21312 21314 21314 0 -1 4202496 445 0 0 0 2486 0 0 0 25 0 1 0 886503805 1042227200 181 33554432000 134512640 135663704 4290878784 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21314/statm: 254450 181 113 282 0 254166 0
[pid=21306/tid=21313] ppid=21304 vsize=288860 CPUtime=0 cores=5,7
/proc/21306/task/21313/stat : 21313 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 19 0 2 0 886503805 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 1585276

[startup+51.101 s]
/proc/loadavg: 4.30 4.25 3.78 5/245 21318
/proc/meminfo: memFree=30415832/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=288860 CPUtime=0.44 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 9801 930 1 0 37 7 0 0 19 0 2 0 886503744 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21306/statm: 72215 7078 1867 364 0 8133 0
[pid=21312] ppid=21306 vsize=278616 CPUtime=0.06 cores=5,7
/proc/21312/stat : 21312 (python) S 21306 21306 19898 0 -1 4202560 899 0 0 0 2 4 0 0 18 0 1 0 886503804 285302784 5584 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664828431 0 0 16781312 514 3918325189858787592 0 0 17 5 0 0 0
/proc/21312/statm: 69654 5584 377 364 0 5572 0
[pid=21314] ppid=21312 vsize=1017800 CPUtime=50.45 cores=5,7
/proc/21314/stat : 21314 (gnovelty+2) R 21312 21314 21314 0 -1 4202496 445 0 0 0 5045 0 0 0 25 0 1 0 886503805 1042227200 181 33554432000 134512640 135663704 4290878784 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21314/statm: 254450 181 113 282 0 254166 0
[pid=21306/tid=21313] ppid=21304 vsize=288860 CPUtime=0 cores=5,7
/proc/21306/task/21313/stat : 21313 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 19 0 2 0 886503805 295792640 7078 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1585276

[startup+102.307 s]
/proc/loadavg: 4.13 4.21 3.79 5/249 21324
/proc/meminfo: memFree=30398152/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=299620 CPUtime=0.46 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 10649 930 1 0 38 8 0 0 20 0 3 0 886503744 306810880 7228 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21306/statm: 74905 7228 1870 364 0 10820 0
[pid=21312] ppid=21306 vsize=288860 CPUtime=0.13 cores=5,7
/proc/21312/stat : 21312 (python) S 21306 21306 19898 0 -1 4202560 1156 0 0 0 6 7 0 0 19 0 2 0 886503804 295792640 5628 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21312/statm: 72215 5628 416 364 0 8133 0
[pid=21314] ppid=21312 vsize=1017800 CPUtime=100.03 cores=5,7
/proc/21314/stat : 21314 (gnovelty+2) T 21312 21314 21314 0 -1 4202496 445 0 0 0 10003 0 0 0 25 0 1 0 886503805 1042227200 181 33554432000 134512640 135663704 4290878784 18446744073709551615 134525353 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21314/statm: 254450 181 113 282 0 254166 0
[pid=21312/tid=21321] ppid=21306 vsize=288860 CPUtime=0 cores=5,7
/proc/21312/task/21321/stat : 21321 (python) S 21306 21306 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886513817 295792640 5628 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604461557904512 0 0 -1 7 0 0 0
[pid=21322] ppid=21306 vsize=289376 CPUtime=0 cores=5,7
/proc/21322/stat : 21322 (python) S 21306 21306 19898 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886513818 296321024 5702 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664828486 0 0 16781312 514 4454722766397997320 0 0 17 5 0 0 0
/proc/21322/statm: 72344 5702 348 364 0 8259 0
[pid=21324] ppid=21322 vsize=1017800 CPUtime=1.55 cores=5,7
/proc/21324/stat : 21324 (gnovelty+2) R 21322 21324 21324 0 -1 4202496 446 0 0 0 155 0 0 0 25 0 1 0 886513819 1042227200 182 33554432000 134512640 135663704 4289805936 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21324/statm: 254450 182 113 282 0 254166 0
[pid=21306/tid=21313] ppid=21304 vsize=299620 CPUtime=0 cores=5,7
/proc/21306/task/21313/stat : 21313 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 19 0 3 0 886503805 306810880 7228 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=21306/tid=21323] ppid=21304 vsize=299620 CPUtime=0 cores=5,7
/proc/21306/task/21323/stat : 21323 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 886513818 306810880 7228 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2913456

[startup+162.301 s]
/proc/loadavg: 4.09 4.18 3.81 5/249 21326
/proc/meminfo: memFree=30381756/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=299620 CPUtime=0.46 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 10649 930 1 0 38 8 0 0 20 0 3 0 886503744 306810880 7228 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21306/statm: 74905 7228 1870 364 0 10820 0
[pid=21312] ppid=21306 vsize=288860 CPUtime=0.13 cores=5,7

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

/proc/21328/stat : 21328 (python) S 21306 21306 19898 0 -1 4202560 1142 0 0 0 56 41 0 0 16 0 2 0 886523832 306388992 5668 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21328/statm: 74802 5668 400 364 0 10714 0
[pid=21330] ppid=21328 vsize=123248 CPUtime=681.93 cores=5,7
/proc/21330/stat : 21330 (march_hi) T 21328 21330 21330 0 -1 4202496 23051 0 0 0 68188 5 0 0 25 0 1 0 886523832 126205952 22786 33554432000 4194304 4955518 140737089846672 18446744073709551615 4238756 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21330/statm: 30812 22786 104 186 0 30625 0
[pid=21328/tid=21986] ppid=21306 vsize=299208 CPUtime=0 cores=5,7
/proc/21328/task/21986/stat : 21986 (python) S 21306 21306 19898 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886592026 306388992 5668 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604470987089216 0 0 -1 7 0 0 0
[pid=21987] ppid=21306 vsize=310088 CPUtime=0.28 cores=5,7
/proc/21987/stat : 21987 (python) S 21306 21306 19898 0 -1 4202560 1152 0 0 0 17 11 0 0 16 0 2 0 886592027 317530112 5796 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21987/statm: 77522 5796 400 364 0 13431 0
[pid=21989] ppid=21987 vsize=36940 CPUtime=198.68 cores=5,7
/proc/21989/stat : 21989 (march_hi) T 21987 21989 21989 0 -1 4202496 7748 0 0 0 19867 1 0 0 25 0 1 0 886592027 37826560 7485 33554432000 4194304 4955518 140734667784320 18446744073709551615 4224597 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21989/statm: 9235 7485 104 186 0 9048 0
[pid=21987/tid=22070] ppid=21306 vsize=310088 CPUtime=0 cores=5,7
/proc/21987/task/22070/stat : 22070 (python) S 21306 21306 19898 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886611924 317530112 5796 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604466949507776 0 0 -1 5 0 0 0
[pid=22071] ppid=21306 vsize=320344 CPUtime=0.05 cores=5,7
/proc/22071/stat : 22071 (python) S 21306 21306 19898 0 -1 4202560 932 0 0 0 3 2 0 0 15 0 1 0 886611924 328032256 5793 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664828486 0 0 16781312 514 4458132626833637640 0 0 17 5 0 0 0
/proc/22071/statm: 80086 5793 371 364 0 15992 0
[pid=22073] ppid=22071 vsize=9896 CPUtime=40.43 cores=5,7
/proc/22073/stat : 22073 (march_hi) R 22071 22073 22073 0 -1 4202496 2293 0 0 0 4043 0 0 0 25 0 1 0 886611925 10133504 2032 33554432000 4194304 4955518 140734444892704 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22073/statm: 2474 2032 104 186 0 2287 0
[pid=21306/tid=21313] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21313/stat : 21313 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 19 0 6 0 886503805 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=21306/tid=21323] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21323/stat : 21323 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 886513818 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=21306/tid=21329] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21329/stat : 21329 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 886523832 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=21306/tid=21988] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21988/stat : 21988 (python) S 21304 21306 19898 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 6 0 886592027 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=21306/tid=22072] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/22072/stat : 22072 (python) S 21304 21306 19898 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 6 0 886611925 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.12
Current children cumulated vsize (KiB) 4044148

[startup+1182.3 s]
/proc/loadavg: 3.07 3.71 3.91 4/220 22077
/proc/meminfo: memFree=30410148/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=330588 CPUtime=0.48 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 13180 930 1 0 40 8 0 0 19 0 6 0 886503744 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21306/statm: 82647 7310 1884 364 0 18553 0
[pid=21312] ppid=21306 vsize=288860 CPUtime=0.13 cores=5,7
/proc/21312/stat : 21312 (python) S 21306 21306 19898 0 -1 4202560 1156 0 0 0 6 7 0 0 19 0 2 0 886503804 295792640 5628 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21312/statm: 72215 5628 416 364 0 8133 0
[pid=21314] ppid=21312 vsize=1017800 CPUtime=100.03 cores=5,7
/proc/21314/stat : 21314 (gnovelty+2) T 21312 21314 21314 0 -1 4202496 445 0 0 0 10003 0 0 0 25 0 1 0 886503805 1042227200 181 33554432000 134512640 135663704 4290878784 18446744073709551615 134525353 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21314/statm: 254450 181 113 282 0 254166 0
[pid=21312/tid=21321] ppid=21306 vsize=288860 CPUtime=0 cores=5,7
/proc/21312/task/21321/stat : 21321 (python) S 21306 21306 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886513817 295792640 5628 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604461557904512 0 0 -1 7 0 0 0
[pid=21322] ppid=21306 vsize=289376 CPUtime=0.14 cores=5,7
/proc/21322/stat : 21322 (python) S 21306 21306 19898 0 -1 4202560 1094 0 0 0 7 7 0 0 19 0 2 0 886513818 296321024 5755 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21322/statm: 72344 5755 400 364 0 8259 0
[pid=21324] ppid=21322 vsize=1017800 CPUtime=100 cores=5,7
/proc/21324/stat : 21324 (gnovelty+2) T 21322 21324 21324 0 -1 4202496 446 0 0 0 10000 0 0 0 25 0 1 0 886513819 1042227200 182 33554432000 134512640 135663704 4289805936 18446744073709551615 134544439 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21324/statm: 254450 182 113 282 0 254166 0
[pid=21322/tid=21327] ppid=21306 vsize=289376 CPUtime=0 cores=5,7
/proc/21322/task/21327/stat : 21327 (python) S 21306 21306 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886523831 296321024 5755 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604471129758400 0 0 -1 5 0 0 0
[pid=21328] ppid=21306 vsize=299208 CPUtime=0.97 cores=5,7
/proc/21328/stat : 21328 (python) S 21306 21306 19898 0 -1 4202560 1142 0 0 0 56 41 0 0 16 0 2 0 886523832 306388992 5668 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21328/statm: 74802 5668 400 364 0 10714 0
[pid=21330] ppid=21328 vsize=123248 CPUtime=681.93 cores=5,7
/proc/21330/stat : 21330 (march_hi) T 21328 21330 21330 0 -1 4202496 23051 0 0 0 68188 5 0 0 25 0 1 0 886523832 126205952 22786 33554432000 4194304 4955518 140737089846672 18446744073709551615 4238756 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21330/statm: 30812 22786 104 186 0 30625 0
[pid=21328/tid=21986] ppid=21306 vsize=299208 CPUtime=0 cores=5,7
/proc/21328/task/21986/stat : 21986 (python) S 21306 21306 19898 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886592026 306388992 5668 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604470987089216 0 0 -1 7 0 0 0
[pid=21987] ppid=21306 vsize=310088 CPUtime=0.28 cores=5,7
/proc/21987/stat : 21987 (python) S 21306 21306 19898 0 -1 4202560 1152 0 0 0 17 11 0 0 16 0 2 0 886592027 317530112 5796 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21987/statm: 77522 5796 400 364 0 13431 0
[pid=21989] ppid=21987 vsize=36940 CPUtime=198.68 cores=5,7
/proc/21989/stat : 21989 (march_hi) T 21987 21989 21989 0 -1 4202496 7748 0 0 0 19867 1 0 0 25 0 1 0 886592027 37826560 7485 33554432000 4194304 4955518 140734667784320 18446744073709551615 4224597 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21989/statm: 9235 7485 104 186 0 9048 0
[pid=21987/tid=22070] ppid=21306 vsize=310088 CPUtime=0 cores=5,7
/proc/21987/task/22070/stat : 22070 (python) S 21306 21306 19898 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886611924 317530112 5796 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604466949507776 0 0 -1 5 0 0 0
[pid=22071] ppid=21306 vsize=320344 CPUtime=0.14 cores=5,7
/proc/22071/stat : 22071 (python) S 21306 21306 19898 0 -1 4202560 957 0 0 0 8 6 0 0 15 0 1 0 886611924 328032256 5793 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664828486 0 0 16781312 514 3918325189858787592 0 0 17 5 0 0 0
/proc/22071/statm: 80086 5793 371 364 0 15992 0
[pid=22073] ppid=22071 vsize=24192 CPUtime=100.34 cores=5,7
/proc/22073/stat : 22073 (march_hi) R 22071 22073 22073 0 -1 4202496 4425 0 0 0 10034 0 0 0 25 0 1 0 886611925 24772608 4164 33554432000 4194304 4955518 140734444892704 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22073/statm: 6048 4164 104 186 0 5861 0
[pid=21306/tid=21313] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21313/stat : 21313 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 19 0 6 0 886503805 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=21306/tid=21323] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21323/stat : 21323 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 886513818 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=21306/tid=21329] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21329/stat : 21329 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 886523832 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=21306/tid=21988] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21988/stat : 21988 (python) S 21304 21306 19898 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 6 0 886592027 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=21306/tid=22072] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/22072/stat : 22072 (python) S 21304 21306 19898 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 6 0 886611925 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.12
Current children cumulated vsize (KiB) 4058444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.2 s]
/proc/loadavg: 3.05 3.68 3.89 4/220 22078
/proc/meminfo: memFree=30403448/32951132 swapFree=67054616/67111528
[pid=21306] ppid=21304 vsize=330588 CPUtime=0.48 cores=5,7
/proc/21306/stat : 21306 (python) S 21304 21306 19898 0 -1 4202496 13180 930 1 0 40 8 0 0 19 0 6 0 886503744 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21306/statm: 82647 7310 1884 364 0 18553 0
[pid=21312] ppid=21306 vsize=288860 CPUtime=0.13 cores=5,7
/proc/21312/stat : 21312 (python) S 21306 21306 19898 0 -1 4202560 1156 0 0 0 6 7 0 0 19 0 2 0 886503804 295792640 5628 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21312/statm: 72215 5628 416 364 0 8133 0
[pid=21314] ppid=21312 vsize=1017800 CPUtime=100.03 cores=5,7
/proc/21314/stat : 21314 (gnovelty+2) T 21312 21314 21314 0 -1 4202496 445 0 0 0 10003 0 0 0 25 0 1 0 886503805 1042227200 181 33554432000 134512640 135663704 4290878784 18446744073709551615 134525353 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21314/statm: 254450 181 113 282 0 254166 0
[pid=21312/tid=21321] ppid=21306 vsize=288860 CPUtime=0 cores=5,7
/proc/21312/task/21321/stat : 21321 (python) S 21306 21306 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886513817 295792640 5628 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604461557904512 0 0 -1 7 0 0 0
[pid=21322] ppid=21306 vsize=289376 CPUtime=0.14 cores=5,7
/proc/21322/stat : 21322 (python) S 21306 21306 19898 0 -1 4202560 1094 0 0 0 7 7 0 0 19 0 2 0 886513818 296321024 5755 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21322/statm: 72344 5755 400 364 0 8259 0
[pid=21324] ppid=21322 vsize=1017800 CPUtime=100 cores=5,7
/proc/21324/stat : 21324 (gnovelty+2) T 21322 21324 21324 0 -1 4202496 446 0 0 0 10000 0 0 0 25 0 1 0 886513819 1042227200 182 33554432000 134512640 135663704 4289805936 18446744073709551615 134544439 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21324/statm: 254450 182 113 282 0 254166 0
[pid=21322/tid=21327] ppid=21306 vsize=289376 CPUtime=0 cores=5,7
/proc/21322/task/21327/stat : 21327 (python) S 21306 21306 19898 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886523831 296321024 5755 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604471129758400 0 0 -1 5 0 0 0
[pid=21328] ppid=21306 vsize=299208 CPUtime=0.97 cores=5,7
/proc/21328/stat : 21328 (python) S 21306 21306 19898 0 -1 4202560 1142 0 0 0 56 41 0 0 16 0 2 0 886523832 306388992 5668 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21328/statm: 74802 5668 400 364 0 10714 0
[pid=21330] ppid=21328 vsize=123248 CPUtime=681.93 cores=5,7
/proc/21330/stat : 21330 (march_hi) T 21328 21330 21330 0 -1 4202496 23051 0 0 0 68188 5 0 0 25 0 1 0 886523832 126205952 22786 33554432000 4194304 4955518 140737089846672 18446744073709551615 4238756 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21330/statm: 30812 22786 104 186 0 30625 0
[pid=21328/tid=21986] ppid=21306 vsize=299208 CPUtime=0 cores=5,7
/proc/21328/task/21986/stat : 21986 (python) S 21306 21306 19898 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886592026 306388992 5668 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604470987089216 0 0 -1 7 0 0 0
[pid=21987] ppid=21306 vsize=310088 CPUtime=0.28 cores=5,7
/proc/21987/stat : 21987 (python) S 21306 21306 19898 0 -1 4202560 1152 0 0 0 17 11 0 0 16 0 2 0 886592027 317530112 5796 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21987/statm: 77522 5796 400 364 0 13431 0
[pid=21989] ppid=21987 vsize=36940 CPUtime=198.68 cores=5,7
/proc/21989/stat : 21989 (march_hi) T 21987 21989 21989 0 -1 4202496 7748 0 0 0 19867 1 0 0 25 0 1 0 886592027 37826560 7485 33554432000 4194304 4955518 140734667784320 18446744073709551615 4224597 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21989/statm: 9235 7485 104 186 0 9048 0
[pid=21987/tid=22070] ppid=21306 vsize=310088 CPUtime=0 cores=5,7
/proc/21987/task/22070/stat : 22070 (python) S 21306 21306 19898 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886611924 317530112 5796 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 514 18446604466949507776 0 0 -1 5 0 0 0
[pid=22071] ppid=21306 vsize=320344 CPUtime=0.16 cores=5,7
/proc/22071/stat : 22071 (python) S 21306 21306 19898 0 -1 4202560 962 0 0 0 9 7 0 0 15 0 1 0 886611924 328032256 5793 33554432000 4194304 5683644 140736622127824 18446744073709551615 274664828486 0 0 16781312 514 3918325189858787592 0 0 17 5 0 0 0
/proc/22071/statm: 80086 5793 371 364 0 15992 0
[pid=22073] ppid=22071 vsize=24192 CPUtime=117.23 cores=5,7
/proc/22073/stat : 22073 (march_hi) R 22071 22073 22073 0 -1 4202496 5012 0 0 0 11723 0 0 0 25 0 1 0 886611925 24772608 4751 33554432000 4194304 4955518 140734444892704 18446744073709551615 4227041 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22073/statm: 6048 4751 104 186 0 5861 0
[pid=21306/tid=21313] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21313/stat : 21313 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 19 0 6 0 886503805 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=21306/tid=21323] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21323/stat : 21323 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 886513818 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=21306/tid=21329] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21329/stat : 21329 (python) S 21304 21306 19898 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 886523832 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 7 0 0 0
[pid=21306/tid=21988] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/21988/stat : 21988 (python) S 21304 21306 19898 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 6 0 886592027 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
[pid=21306/tid=22072] ppid=21304 vsize=330588 CPUtime=0 cores=5,7
/proc/21306/task/22072/stat : 22072 (python) S 21304 21306 19898 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 6 0 886611925 338522112 7310 33554432000 4194304 5683644 140736622127824 18446744073709551615 274676631985 0 0 16781312 2 18446604461699088768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 4058444

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

Real time (s): 1199.24
CPU time (s): 1200.03
CPU user time (s): 1199.16
CPU system time (s): 0.87
CPU usage (%): 100.066
Max. virtual memory (cumulated for all children) (KiB): 4058444

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

runsolver used 2.12968 second user time and 4.77127 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 01:37:21
IDJOB=3484350
IDBENCH=82861
IDSOLVER=1975
FILE ID=node131/3484350-1307749041
RUNJOBID= node131-1307747008-19919
PBS_JOBID= 13550827
Free space on /tmp= 73976 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S816372663-049.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-3484350-1307749041/watcher-3484350-1307749041 -o /tmp/evaluation-result-3484350-1307749041/solver-3484350-1307749041 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484350-1307749041.cnf -seed 1824490198 -budget 1200

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

MD5SUM BENCH= 82ce98f61c0f2213b508b1b975b0c344
RANDOM SEED=1824490198

node131.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30458888 kB
Buffers:        254304 kB
Cached:        1689364 kB
SwapCached:       9824 kB
Active:         827952 kB
Inactive:      1400232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30458888 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           31984 kB
Writeback:           0 kB
AnonPages:      282460 kB
Mapped:          21852 kB
Slab:           188092 kB
PageTables:      15588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  8866236 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73976 MiB
End job on node131 at 2011-06-11 01:57:22