Trace number 3380854

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-par-industrial (fixed)? (TO) 145 5100.04

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-rfunit_flat-64-tseitin.cnf
MD5SUM3e096f1741207cfe19f60d689638aea3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.871866
Satisfiable
(Un)Satisfiability was proved
Number of variables266805
Number of clauses720122
Sum of the clauses size1680282
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2480080
Number of clauses of size 3240040
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.39/4.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/4.64	c INFO: solving HOME/instance-3380854-1308045214.cnf
0.39/4.64	c INFO: computing task features
2.65/6.99	c INFO: computed variable-clause graph statistics
2.75/7.08	c INFO: computed clause balance statistics
14.36/18.64	c INFO: computed variable balance statistics
22.96/27.29	c INFO: computed small-clause counts
23.26/27.52	c INFO: computed Horn-clause counts
104.65/108.98	c INFO: computed variable graph statistics
104.65/108.98	c INFO: collected features for HOME/instance-3380854-1308045214.cnf in 104.25 s
104.74/109.01	c INFO: running lingeling-276@0 for 194 with 4895 remaining (b = 0.80)
104.74/109.04	c INFO: running lingeling-276@0 for 97 with 4895 remaining (b = 0.61)
104.74/109.06	c INFO: running cryptominisat-2.9.0@0 for 485 with 4895 remaining (b = 0.47)
104.84/109.10	c INFO: running lingeling-276@0 for 1261 with 4895 remaining (b = 0.56)
104.84/109.13	c INFO: running lingeling-276@0 for 970 with 4895 remaining (b = 0.43)
104.84/109.16	c INFO: running cryptominisat-2.9.0@0 for 485 with 4895 remaining (b = 0.38)
104.84/109.18	c INFO: running precosat-570@0 for 388 with 4895 remaining (b = 0.30)
104.94/109.21	c INFO: running lingeling-276@0 for 970 with 4895 remaining (b = 0.30)

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: 989)

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-3380854-1308045214/watcher-3380854-1308045214 -o /tmp/evaluation-result-3380854-1308045214/solver-3380854-1308045214 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380854-1308045214.cnf -seed 1033619482 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.40 1.23 1.93 1/171 5838
/proc/meminfo: memFree=31999232/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=11804 CPUtime=0 cores=0-7
/proc/5838/stat : 5838 (runsolver) S 5836 5838 5807 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 1 0 916119769 12087296 55 33554432000 4194304 5436572 140735041543472 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699453118 0 0 17 6 0 0 0
/proc/5838/statm: 2951 55 36 304 0 2643 0

[startup+0.010627 s]
/proc/loadavg: 0.40 1.23 1.93 1/171 5838
/proc/meminfo: memFree=31999232/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=11804 CPUtime=0 cores=0-7
/proc/5838/stat : 5838 (runsolver) S 5836 5838 5807 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 1 0 916119769 12087296 55 33554432000 4194304 5436572 140735041543472 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699453118 0 0 17 6 0 0 0
/proc/5838/statm: 2951 55 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.100622 s]
/proc/loadavg: 0.40 1.23 1.93 1/171 5838
/proc/meminfo: memFree=31999232/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=14820 CPUtime=0 cores=0-7
/proc/5838/stat : 5838 (python) S 5836 5838 5807 0 -1 4202496 514 0 0 0 0 0 0 0 17 0 1 0 916119769 15175680 420 33554432000 4194304 5683644 140733636655168 18446744073709551615 232335888229 0 2147483391 4096 0 18446744071699453118 0 0 17 6 0 0 0
/proc/5838/statm: 3705 420 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.300568 s]
/proc/loadavg: 0.40 1.23 1.93 1/171 5838
/proc/meminfo: memFree=31999232/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=16240 CPUtime=0 cores=0-7
/proc/5838/stat : 5838 (python) S 5836 5838 5807 0 -1 4202496 1051 0 0 0 0 0 0 0 15 0 1 0 916119769 16629760 921 33554432000 4194304 5683644 140733636655168 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/5838/statm: 4060 921 381 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.700527 s]
/proc/loadavg: 0.40 1.23 1.93 1/171 5838
/proc/meminfo: memFree=31999232/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=16396 CPUtime=0.01 cores=0-7
/proc/5838/stat : 5838 (python) S 5836 5838 5807 0 -1 4202496 1118 0 0 0 1 0 0 0 15 0 1 0 916119769 16789504 984 33554432000 4194304 5683644 140733636655168 18446744073709551615 232335888229 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/5838/statm: 4099 984 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+1.50035 s]
/proc/loadavg: 0.40 1.23 1.93 1/172 5839
/proc/meminfo: memFree=31996396/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=40972 CPUtime=0.03 cores=0-7
/proc/5838/stat : 5838 (python) S 5836 5838 5807 0 -1 4202496 1679 0 0 0 3 0 0 0 15 0 1 0 916119769 41955328 1502 33554432000 4194304 5683644 140733636655168 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/5838/statm: 10243 1502 463 364 0 1026 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 40972

[startup+3.10114 s]
/proc/loadavg: 0.37 1.21 1.92 2/172 5843
/proc/meminfo: memFree=31986212/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=135748 CPUtime=0.19 cores=0-7
/proc/5838/stat : 5838 (python) S 5836 5838 5807 0 -1 4202496 5964 933 1 0 15 4 0 0 15 0 1 0 916119769 139005952 4150 33554432000 4194304 5683644 140733636655168 18446744073709551615 232335888389 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/5838/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748
heavy processes:

[startup+6.3005 s]
/proc/loadavg: 0.37 1.21 1.92 2/172 5843
/proc/meminfo: memFree=31915052/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=400620 CPUtime=2.05 cores=0-7
/proc/5838/stat : 5838 (python) R 5836 5838 5807 0 -1 4202496 38105 933 1 0 193 12 0 0 17 0 1 0 916119769 410234880 35785 33554432000 4194304 5683644 140733636655168 18446744073709551615 47912392911557 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5838/statm: 100155 35787 1761 364 0 36079 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 400620
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 0.47 1.21 1.91 2/172 5843
/proc/meminfo: memFree=31841052/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=414276 CPUtime=8.45 cores=0-7
/proc/5838/stat : 5838 (python) R 5836 5838 5807 0 -1 4202496 66629 933 1 0 828 17 0 0 25 0 1 0 916119769 424218624 40954 33554432000 4194304 5683644 140733636655168 18446744073709551615 47912392668216 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5838/statm: 103569 40954 1826 364 0 39493 0
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (KiB) 414276
heavy processes:

[startup+25.5011 s]
/proc/loadavg: 0.55 1.20 1.90 2/172 5843
/proc/meminfo: memFree=31841796/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=414276 CPUtime=21.26 cores=0-7
/proc/5838/stat : 5838 (python) R 5836 5838 5807 0 -1 4202496 66630 933 1 0 2109 17 0 0 25 0 1 0 916119769 424218624 40955 33554432000 4194304 5683644 140733636655168 18446744073709551615 5005570 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5838/statm: 103569 40955 1827 364 0 39493 0
Current children cumulated CPU time (s) 21.26
Current children cumulated vsize (KiB) 414276

[startup+51.1005 s]
/proc/loadavg: 0.77 1.20 1.88 2/172 5844
/proc/meminfo: memFree=31836140/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=419900 CPUtime=46.84 cores=0-7
/proc/5838/stat : 5838 (python) R 5836 5838 5807 0 -1 4202496 68042 933 1 0 4667 17 0 0 25 0 1 0 916119769 429977600 42367 33554432000 4194304 5683644 140733636655168 18446744073709551615 47912392730764 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5838/statm: 104975 42367 1833 364 0 40899 0
Current children cumulated CPU time (s) 46.84
Current children cumulated vsize (KiB) 419900

[startup+102.305 s]
/proc/loadavg: 0.91 1.16 1.83 2/172 5845
/proc/meminfo: memFree=31836572/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=419900 CPUtime=98.05 cores=0-7
/proc/5838/stat : 5838 (python) R 5836 5838 5807 0 -1 4202496 68042 933 1 0 9788 17 0 0 25 0 1 0 916119769 429977600 42367 33554432000 4194304 5683644 140733636655168 18446744073709551615 47912392730764 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/5838/statm: 104975 42367 1833 364 0 40899 0
Current children cumulated CPU time (s) 98.05
Current children cumulated vsize (KiB) 419900

[startup+162.301 s]
/proc/loadavg: 0.83 1.14 1.78 1/187 5875
/proc/meminfo: memFree=31725584/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=556472 CPUtime=117.41 cores=0-7
/proc/5838/stat : 5838 (python) S 5836 5838 5807 0 -1 4202496 80326 167829 1 0 10474 24 1210 33 17 0 9 0 916119769 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347722559 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5838/statm: 139118 40948 1890 364 0 75015 0
[pid=5846] ppid=5838 vsize=419144 CPUtime=3.2 cores=0-7
/proc/5846/stat : 5846 (python) S 5838 5838 5807 0 -1 4202560 9353 28379 0 0 21 1 295 3 18 0 2 0 916130671 429203456 38190 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5846/statm: 104786 38190 407 364 0 40704 0
[pid=5846/tid=5872] ppid=5838 vsize=419144 CPUtime=2.99 cores=0-7
/proc/5846/task/5872/stat : 5872 (python) S 5838 5838 5807 0 -1 4202560 50 28379 0 0 1 0 295 3 18 0 2 0 916130993 429203456 38190 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347718987 0 0 16781824 2 18446744071562362840 0 0 -1 3 0 0 0
[pid=5855] ppid=5838 vsize=0 CPUtime=3.08 cores=0-7
/proc/5855/stat : 5855 (python) Z 5838 5838 5807 0 -1 4202588 9268 39037 0 0 22 3 277 6 16 0 1 0 916130679 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5855/statm: 0 0 0 0 0 0 0
[pid=5861] ppid=5838 vsize=460180 CPUtime=18.29 cores=0-7
/proc/5861/stat : 5861 (python) S 5838 5838 5807 0 -1 4202560 12317 163739 0 0 18 3 1782 26 17 0 2 0 916130685 471224320 38191 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5861/statm: 115045 38191 393 364 0 50948 0
[pid=5861/tid=5874] ppid=5838 vsize=460180 CPUtime=18.08 cores=0-7
/proc/5861/task/5874/stat : 5874 (python) S 5838 5838 5807 0 -1 4202560 15 163739 0 0 0 0 1782 26 17 0 2 0 916132516 471224320 38191 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446604453872826136 0 0 -1 0 0 0 0
[pid=5864] ppid=5838 vsize=535972 CPUtime=3.02 cores=0-7
/proc/5864/stat : 5864 (python) S 5838 5838 5807 0 -1 4202560 8669 68773 0 0 21 1 269 11 17 0 2 0 916130688 548835328 39341 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5864/statm: 133993 39341 381 364 0 69893 0
[pid=5864/tid=5873] ppid=5838 vsize=535972 CPUtime=2.8 cores=0-7
/proc/5864/task/5873/stat : 5873 (python) S 5838 5838 5807 0 -1 4202560 15 68773 0 0 0 0 269 11 17 0 2 0 916130996 548835328 39341 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446604453872826136 0 0 -1 0 0 0 0
[pid=5838/tid=5847] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5847/stat : 5847 (python) S 5836 5838 5807 0 -1 4202560 24 167829 0 0 0 0 1210 33 25 0 9 0 916130671 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5850] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5850/stat : 5850 (python) S 5836 5838 5807 0 -1 4202560 20 167829 0 0 0 0 1210 33 20 0 9 0 916130674 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5853] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5853/stat : 5853 (python) S 5836 5838 5807 0 -1 4202560 24 167829 0 0 0 0 1210 33 20 0 9 0 916130677 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5856] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5856/stat : 5856 (python) S 5836 5838 5807 0 -1 4202560 23 167829 0 0 0 0 1210 33 22 0 9 0 916130680 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
[pid=5838/tid=5859] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5859/stat : 5859 (python) S 5836 5838 5807 0 -1 4202560 22 167829 0 0 0 0 1210 33 23 0 9 0 916130683 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5862] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5862/stat : 5862 (python) S 5836 5838 5807 0 -1 4202560 27 167829 0 0 0 0 1210 33 24 0 9 0 916130686 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 7 0 0 0
[pid=5838/tid=5865] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5865/stat : 5865 (python) S 5836 5838 5807 0 -1 4202560 68 167829 0 0 0 0 1210 33 25 0 9 0 916130689 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
[pid=5838/tid=5868] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5868/stat : 5868 (python) S 5836 5838 5807 0 -1 4202560 34 167829 0 0 0 0 1210 33 25 0 9 0 916130692 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 145
Current children cumulated vsize (KiB) 1971768

[startup+222.301 s]
/proc/loadavg: 0.28 0.91 1.66 1/187 5876
/proc/meminfo: memFree=31725544/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=556472 CPUtime=117.41 cores=0-7
/proc/5838/stat : 5838 (python) S 5836 5838 5807 0 -1 4202496 80326 167829 1 0 10474 24 1210 33 17 0 9 0 916119769 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347722559 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5838/statm: 139118 40948 1890 364 0 75015 0
[pid=5846] ppid=5838 vsize=419144 CPUtime=3.2 cores=0-7
/proc/5846/stat : 5846 (python) S 5838 5838 5807 0 -1 4202560 9353 28379 0 0 21 1 295 3 18 0 2 0 916130671 429203456 38190 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5846/statm: 104786 38190 407 364 0 40704 0
[pid=5846/tid=5872] ppid=5838 vsize=419144 CPUtime=2.99 cores=0-7
/proc/5846/task/5872/stat : 5872 (python) S 5838 5838 5807 0 -1 4202560 50 28379 0 0 1 0 295 3 18 0 2 0 916130993 429203456 38190 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347718987 0 0 16781824 2 18446744071562362840 0 0 -1 3 0 0 0
[pid=5855] ppid=5838 vsize=0 CPUtime=3.08 cores=0-7
/proc/5855/stat : 5855 (python) Z 5838 5838 5807 0 -1 4202588 9268 39037 0 0 22 3 277 6 16 0 1 0 916130679 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5855/statm: 0 0 0 0 0 0 0
[pid=5861] ppid=5838 vsize=460180 CPUtime=18.29 cores=0-7
/proc/5861/stat : 5861 (python) S 5838 5838 5807 0 -1 4202560 12317 163739 0 0 18 3 1782 26 17 0 2 0 916130685 471224320 38191 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5861/statm: 115045 38191 393 364 0 50948 0
[pid=5861/tid=5874] ppid=5838 vsize=460180 CPUtime=18.08 cores=0-7
/proc/5861/task/5874/stat : 5874 (python) S 5838 5838 5807 0 -1 4202560 15 163739 0 0 0 0 1782 26 17 0 2 0 916132516 471224320 38191 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446604453872826136 0 0 -1 0 0 0 0
[pid=5864] ppid=5838 vsize=535972 CPUtime=3.02 cores=0-7
/proc/5864/stat : 5864 (python) S 5838 5838 5807 0 -1 4202560 8669 68773 0 0 21 1 269 11 17 0 2 0 916130688 548835328 39341 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5864/statm: 133993 39341 381 364 0 69893 0
[pid=5864/tid=5873] ppid=5838 vsize=535972 CPUtime=2.8 cores=0-7
/proc/5864/task/5873/stat : 5873 (python) S 5838 5838 5807 0 -1 4202560 15 68773 0 0 0 0 269 11 17 0 2 0 916130996 548835328 39341 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446604453872826136 0 0 -1 0 0 0 0
[pid=5838/tid=5847] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5847/stat : 5847 (python) S 5836 5838 5807 0 -1 4202560 24 167829 0 0 0 0 1210 33 25 0 9 0 916130671 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5850] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7

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

[pid=5838/tid=5853] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5853/stat : 5853 (python) S 5836 5838 5807 0 -1 4202560 24 167829 0 0 0 0 1210 33 20 0 9 0 916130677 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5856] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5856/stat : 5856 (python) S 5836 5838 5807 0 -1 4202560 23 167829 0 0 0 0 1210 33 22 0 9 0 916130680 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
[pid=5838/tid=5859] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5859/stat : 5859 (python) S 5836 5838 5807 0 -1 4202560 22 167829 0 0 0 0 1210 33 23 0 9 0 916130683 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5862] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5862/stat : 5862 (python) S 5836 5838 5807 0 -1 4202560 27 167829 0 0 0 0 1210 33 24 0 9 0 916130686 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 7 0 0 0
[pid=5838/tid=5865] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5865/stat : 5865 (python) S 5836 5838 5807 0 -1 4202560 68 167829 0 0 0 0 1210 33 25 0 9 0 916130689 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
[pid=5838/tid=5868] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5868/stat : 5868 (python) S 5836 5838 5807 0 -1 4202560 34 167829 0 0 0 0 1210 33 25 0 9 0 916130692 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 145
Current children cumulated vsize (KiB) 1971768
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.01 0.03 0.00 1/187 6028
/proc/meminfo: memFree=31723476/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=556472 CPUtime=117.41 cores=0-7
/proc/5838/stat : 5838 (python) S 5836 5838 5807 0 -1 4202496 80326 167829 1 0 10474 24 1210 33 17 0 9 0 916119769 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347722559 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5838/statm: 139118 40948 1890 364 0 75015 0
[pid=5846] ppid=5838 vsize=419144 CPUtime=3.2 cores=0-7
/proc/5846/stat : 5846 (python) S 5838 5838 5807 0 -1 4202560 9353 28379 0 0 21 1 295 3 18 0 2 0 916130671 429203456 38190 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5846/statm: 104786 38190 407 364 0 40704 0
[pid=5846/tid=5872] ppid=5838 vsize=419144 CPUtime=2.99 cores=0-7
/proc/5846/task/5872/stat : 5872 (python) S 5838 5838 5807 0 -1 4202560 50 28379 0 0 1 0 295 3 18 0 2 0 916130993 429203456 38190 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347718987 0 0 16781824 2 18446744071562362840 0 0 -1 3 0 0 0
[pid=5855] ppid=5838 vsize=0 CPUtime=3.08 cores=0-7
/proc/5855/stat : 5855 (python) Z 5838 5838 5807 0 -1 4202588 9268 39037 0 0 22 3 277 6 16 0 1 0 916130679 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5855/statm: 0 0 0 0 0 0 0
[pid=5861] ppid=5838 vsize=460180 CPUtime=18.29 cores=0-7
/proc/5861/stat : 5861 (python) S 5838 5838 5807 0 -1 4202560 12317 163739 0 0 18 3 1782 26 17 0 2 0 916130685 471224320 38191 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5861/statm: 115045 38191 393 364 0 50948 0
[pid=5861/tid=5874] ppid=5838 vsize=460180 CPUtime=18.08 cores=0-7
/proc/5861/task/5874/stat : 5874 (python) S 5838 5838 5807 0 -1 4202560 15 163739 0 0 0 0 1782 26 17 0 2 0 916132516 471224320 38191 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446604453872826136 0 0 -1 0 0 0 0
[pid=5864] ppid=5838 vsize=535972 CPUtime=3.02 cores=0-7
/proc/5864/stat : 5864 (python) S 5838 5838 5807 0 -1 4202560 8669 68773 0 0 21 1 269 11 17 0 2 0 916130688 548835328 39341 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5864/statm: 133993 39341 381 364 0 69893 0
[pid=5864/tid=5873] ppid=5838 vsize=535972 CPUtime=2.8 cores=0-7
/proc/5864/task/5873/stat : 5873 (python) S 5838 5838 5807 0 -1 4202560 15 68773 0 0 0 0 269 11 17 0 2 0 916130996 548835328 39341 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446604453872826136 0 0 -1 0 0 0 0
[pid=5838/tid=5847] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5847/stat : 5847 (python) S 5836 5838 5807 0 -1 4202560 24 167829 0 0 0 0 1210 33 25 0 9 0 916130671 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5850] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5850/stat : 5850 (python) S 5836 5838 5807 0 -1 4202560 20 167829 0 0 0 0 1210 33 20 0 9 0 916130674 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5853] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5853/stat : 5853 (python) S 5836 5838 5807 0 -1 4202560 24 167829 0 0 0 0 1210 33 20 0 9 0 916130677 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5856] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5856/stat : 5856 (python) S 5836 5838 5807 0 -1 4202560 23 167829 0 0 0 0 1210 33 22 0 9 0 916130680 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
[pid=5838/tid=5859] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5859/stat : 5859 (python) S 5836 5838 5807 0 -1 4202560 22 167829 0 0 0 0 1210 33 23 0 9 0 916130683 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5862] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5862/stat : 5862 (python) S 5836 5838 5807 0 -1 4202560 27 167829 0 0 0 0 1210 33 24 0 9 0 916130686 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 7 0 0 0
[pid=5838/tid=5865] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5865/stat : 5865 (python) S 5836 5838 5807 0 -1 4202560 68 167829 0 0 0 0 1210 33 25 0 9 0 916130689 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
[pid=5838/tid=5868] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5868/stat : 5868 (python) S 5836 5838 5807 0 -1 4202560 34 167829 0 0 0 0 1210 33 25 0 9 0 916130692 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 145
Current children cumulated vsize (KiB) 1971768
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.00 0.02 0.00 1/187 6030
/proc/meminfo: memFree=31723568/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=556472 CPUtime=117.41 cores=0-7
/proc/5838/stat : 5838 (python) S 5836 5838 5807 0 -1 4202496 80326 167829 1 0 10474 24 1210 33 17 0 9 0 916119769 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347722559 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5838/statm: 139118 40948 1890 364 0 75015 0
[pid=5846] ppid=5838 vsize=419144 CPUtime=3.2 cores=0-7
/proc/5846/stat : 5846 (python) S 5838 5838 5807 0 -1 4202560 9353 28379 0 0 21 1 295 3 18 0 2 0 916130671 429203456 38190 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5846/statm: 104786 38190 407 364 0 40704 0
[pid=5846/tid=5872] ppid=5838 vsize=419144 CPUtime=2.99 cores=0-7
/proc/5846/task/5872/stat : 5872 (python) S 5838 5838 5807 0 -1 4202560 50 28379 0 0 1 0 295 3 18 0 2 0 916130993 429203456 38190 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347718987 0 0 16781824 2 18446744071562362840 0 0 -1 3 0 0 0
[pid=5855] ppid=5838 vsize=0 CPUtime=3.08 cores=0-7
/proc/5855/stat : 5855 (python) Z 5838 5838 5807 0 -1 4202588 9268 39037 0 0 22 3 277 6 16 0 1 0 916130679 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5855/statm: 0 0 0 0 0 0 0
[pid=5861] ppid=5838 vsize=460180 CPUtime=18.29 cores=0-7
/proc/5861/stat : 5861 (python) S 5838 5838 5807 0 -1 4202560 12317 163739 0 0 18 3 1782 26 17 0 2 0 916130685 471224320 38191 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5861/statm: 115045 38191 393 364 0 50948 0
[pid=5861/tid=5874] ppid=5838 vsize=460180 CPUtime=18.08 cores=0-7
/proc/5861/task/5874/stat : 5874 (python) S 5838 5838 5807 0 -1 4202560 15 163739 0 0 0 0 1782 26 17 0 2 0 916132516 471224320 38191 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446604453872826136 0 0 -1 0 0 0 0
[pid=5864] ppid=5838 vsize=535972 CPUtime=3.02 cores=0-7
/proc/5864/stat : 5864 (python) S 5838 5838 5807 0 -1 4202560 8669 68773 0 0 21 1 269 11 17 0 2 0 916130688 548835328 39341 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5864/statm: 133993 39341 381 364 0 69893 0
[pid=5864/tid=5873] ppid=5838 vsize=535972 CPUtime=2.8 cores=0-7
/proc/5864/task/5873/stat : 5873 (python) S 5838 5838 5807 0 -1 4202560 15 68773 0 0 0 0 269 11 17 0 2 0 916130996 548835328 39341 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446604453872826136 0 0 -1 0 0 0 0
[pid=5838/tid=5847] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5847/stat : 5847 (python) S 5836 5838 5807 0 -1 4202560 24 167829 0 0 0 0 1210 33 25 0 9 0 916130671 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5850] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5850/stat : 5850 (python) S 5836 5838 5807 0 -1 4202560 20 167829 0 0 0 0 1210 33 20 0 9 0 916130674 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5853] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5853/stat : 5853 (python) S 5836 5838 5807 0 -1 4202560 24 167829 0 0 0 0 1210 33 20 0 9 0 916130677 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5856] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5856/stat : 5856 (python) S 5836 5838 5807 0 -1 4202560 23 167829 0 0 0 0 1210 33 22 0 9 0 916130680 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
[pid=5838/tid=5859] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5859/stat : 5859 (python) S 5836 5838 5807 0 -1 4202560 22 167829 0 0 0 0 1210 33 23 0 9 0 916130683 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5862] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5862/stat : 5862 (python) S 5836 5838 5807 0 -1 4202560 27 167829 0 0 0 0 1210 33 24 0 9 0 916130686 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 7 0 0 0
[pid=5838/tid=5865] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5865/stat : 5865 (python) S 5836 5838 5807 0 -1 4202560 68 167829 0 0 0 0 1210 33 25 0 9 0 916130689 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
[pid=5838/tid=5868] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5868/stat : 5868 (python) S 5836 5838 5807 0 -1 4202560 34 167829 0 0 0 0 1210 33 25 0 9 0 916130692 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 145
Current children cumulated vsize (KiB) 1971768
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.00 0.02 0.00 1/187 6031
/proc/meminfo: memFree=31723672/32951124 swapFree=67063272/67111528
[pid=5838] ppid=5836 vsize=556472 CPUtime=117.41 cores=0-7
/proc/5838/stat : 5838 (python) S 5836 5838 5807 0 -1 4202496 80326 167829 1 0 10474 24 1210 33 17 0 9 0 916119769 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347722559 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5838/statm: 139118 40948 1890 364 0 75015 0
[pid=5846] ppid=5838 vsize=419144 CPUtime=3.2 cores=0-7
/proc/5846/stat : 5846 (python) S 5838 5838 5807 0 -1 4202560 9353 28379 0 0 21 1 295 3 18 0 2 0 916130671 429203456 38190 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5846/statm: 104786 38190 407 364 0 40704 0
[pid=5846/tid=5872] ppid=5838 vsize=419144 CPUtime=2.99 cores=0-7
/proc/5846/task/5872/stat : 5872 (python) S 5838 5838 5807 0 -1 4202560 50 28379 0 0 1 0 295 3 18 0 2 0 916130993 429203456 38190 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347718987 0 0 16781824 2 18446744071562362840 0 0 -1 3 0 0 0
[pid=5855] ppid=5838 vsize=0 CPUtime=3.08 cores=0-7
/proc/5855/stat : 5855 (python) Z 5838 5838 5807 0 -1 4202588 9268 39037 0 0 22 3 277 6 16 0 1 0 916130679 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5855/statm: 0 0 0 0 0 0 0
[pid=5861] ppid=5838 vsize=460180 CPUtime=18.29 cores=0-7
/proc/5861/stat : 5861 (python) S 5838 5838 5807 0 -1 4202560 12317 163739 0 0 18 3 1782 26 17 0 2 0 916130685 471224320 38191 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5861/statm: 115045 38191 393 364 0 50948 0
[pid=5861/tid=5874] ppid=5838 vsize=460180 CPUtime=18.08 cores=0-7
/proc/5861/task/5874/stat : 5874 (python) S 5838 5838 5807 0 -1 4202560 15 163739 0 0 0 0 1782 26 17 0 2 0 916132516 471224320 38191 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446604453872826136 0 0 -1 0 0 0 0
[pid=5864] ppid=5838 vsize=535972 CPUtime=3.02 cores=0-7
/proc/5864/stat : 5864 (python) S 5838 5838 5807 0 -1 4202560 8669 68773 0 0 21 1 269 11 17 0 2 0 916130688 548835328 39341 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5864/statm: 133993 39341 381 364 0 69893 0
[pid=5864/tid=5873] ppid=5838 vsize=535972 CPUtime=2.8 cores=0-7
/proc/5864/task/5873/stat : 5873 (python) S 5838 5838 5807 0 -1 4202560 15 68773 0 0 0 0 269 11 17 0 2 0 916130996 548835328 39341 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781824 2 18446604453872826136 0 0 -1 0 0 0 0
[pid=5838/tid=5847] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5847/stat : 5847 (python) S 5836 5838 5807 0 -1 4202560 24 167829 0 0 0 0 1210 33 25 0 9 0 916130671 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5850] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5850/stat : 5850 (python) S 5836 5838 5807 0 -1 4202560 20 167829 0 0 0 0 1210 33 20 0 9 0 916130674 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5853] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5853/stat : 5853 (python) S 5836 5838 5807 0 -1 4202560 24 167829 0 0 0 0 1210 33 20 0 9 0 916130677 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5856] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5856/stat : 5856 (python) S 5836 5838 5807 0 -1 4202560 23 167829 0 0 0 0 1210 33 22 0 9 0 916130680 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
[pid=5838/tid=5859] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5859/stat : 5859 (python) S 5836 5838 5807 0 -1 4202560 22 167829 0 0 0 0 1210 33 23 0 9 0 916130683 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 0 0 0 0
[pid=5838/tid=5862] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5862/stat : 5862 (python) S 5836 5838 5807 0 -1 4202560 27 167829 0 0 0 0 1210 33 24 0 9 0 916130686 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 7 0 0 0
[pid=5838/tid=5865] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5865/stat : 5865 (python) S 5836 5838 5807 0 -1 4202560 68 167829 0 0 0 0 1210 33 25 0 9 0 916130689 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
[pid=5838/tid=5868] ppid=5836 vsize=556472 CPUtime=12.43 cores=0-7
/proc/5838/task/5868/stat : 5868 (python) S 5836 5838 5807 0 -1 4202560 34 167829 0 0 0 0 1210 33 25 0 9 0 916130692 569827328 40948 33554432000 4194304 5683644 140733636655168 18446744073709551615 232347716017 0 0 16781312 2 18446604471161006912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 145
Current children cumulated vsize (KiB) 1971768
heavy processes:

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 5838 and gives
#  childrusage.ru_utime.tv_sec=140
#  childrusage.ru_utime.tv_usec=942573
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=104832
# CPU time returned by wait4() is 142.047
# while last known CPU time is 145
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.04
CPU time (s): 145
CPU user time (s): 143.89
CPU system time (s): 1.11
CPU usage (%): 2.84312
Max. virtual memory (cumulated for all children) (KiB): 5362172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.943
system time used= 1.10483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 539538
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= 5533
involuntary context switches= 2689

runsolver used 6.51401 second user time and 17.1714 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-14 11:53:36
IDJOB=3380854
IDBENCH=82455
IDSOLVER=1864
FILE ID=node132/3380854-1308045214
RUNJOBID= node132-1308045214-5821
PBS_JOBID= 13565703
Free space on /tmp= 74040 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-rfunit_flat-64-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380854-1308045214/watcher-3380854-1308045214 -o /tmp/evaluation-result-3380854-1308045214/solver-3380854-1308045214 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380854-1308045214.cnf -seed 1033619482 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 3e096f1741207cfe19f60d689638aea3
RANDOM SEED=1033619482

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:      32000040 kB
Buffers:        217348 kB
Cached:         481116 kB
SwapCached:       9580 kB
Active:         323044 kB
Inactive:       392312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32000040 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           44740 kB
Writeback:           0 kB
AnonPages:       15012 kB
Mapped:           8748 kB
Slab:           173300 kB
PageTables:       3920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   156528 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= 74008 MiB
End job on node132 at 2011-06-14 13:18:38