Trace number 3377485

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)UNSAT 102.221 102.311

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1194590195-083.UNKNOWN.cnf
MD5SUM4c35fc75d3141dc63bffc905e133b00a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.2778
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.39/0.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.51	c INFO: solving HOME/instance-3377485-1305453488.cnf
0.39/0.51	c INFO: computing task features
0.39/0.52	c INFO: computed variable-clause graph statistics
0.39/0.52	c INFO: computed clause balance statistics
0.39/0.54	c INFO: computed variable balance statistics
0.39/0.56	c INFO: computed small-clause counts
0.39/0.56	c INFO: computed Horn-clause counts
0.39/0.56	c INFO: computed variable graph statistics
0.39/0.56	c INFO: collected features for HOME/instance-3377485-1305453488.cnf in 0.05 s
0.39/0.58	c INFO: running TNM@0 for 97 with 2399 remaining (b = 0.55)
100.67/100.85	c INFO: running march_hi@0 for 388 with 2299 remaining (b = 0.42)
102.08/102.28	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.07 4.03 3.47 4/387 23755
/proc/meminfo: memFree=27523756/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=15756 CPUtime=0 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 839 0 0 0 0 0 0 0 25 0 1 0 656946755 16134144 724 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/23755/statm: 3939 724 334 364 0 426 0

[startup+0.0532871 s]
/proc/loadavg: 4.07 4.03 3.47 4/387 23755
/proc/meminfo: memFree=27523756/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=29788 CPUtime=0.03 cores=0,2
/proc/23755/stat : 23755 (python) R 23753 23755 12685 0 -1 4202496 1382 0 0 0 3 0 0 0 17 0 1 0 656946755 30502912 1227 33554432000 4194304 5683644 140733691621696 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23755/statm: 7447 1231 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100298 s]
/proc/loadavg: 4.07 4.03 3.47 4/387 23755
/proc/meminfo: memFree=27523756/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=94184 CPUtime=0.06 cores=0,2
/proc/23755/stat : 23755 (python) R 23753 23755 12685 0 -1 4202496 2771 0 0 0 5 1 0 0 17 0 1 0 656946755 96444416 2478 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122757255 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23755/statm: 23553 2483 765 364 0 1685 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94184

[startup+0.300249 s]
/proc/loadavg: 4.07 4.03 3.47 4/387 23755
/proc/meminfo: memFree=27523756/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=135748 CPUtime=0.23 cores=0,2
/proc/23755/stat : 23755 (python) R 23753 23755 12685 0 -1 4202496 6020 937 1 0 18 5 0 0 17 0 1 0 656946755 139005952 4173 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122710021 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23755/statm: 33937 4173 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135748

[startup+0.701173 s]
/proc/loadavg: 4.07 4.03 3.47 4/387 23755
/proc/meminfo: memFree=27523756/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 288684

[startup+1.50103 s]
/proc/loadavg: 4.07 4.03 3.47 6/391 23763
/proc/meminfo: memFree=27498916/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 711 0 0 0 0 0 0 0 18 0 1 0 656946813 285122560 5527 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 9661017526301097983 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5527 347 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=0.91 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 91 0 0 0 21 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527693 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1022008

[startup+3.10071 s]
/proc/loadavg: 4.07 4.03 3.47 6/391 23763
/proc/meminfo: memFree=27498172/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 656946813 285122560 5534 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 9661017526301065473 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5534 354 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=2.51 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 251 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1022008

[startup+6.30116 s]
/proc/loadavg: 4.07 4.03 3.48 7/391 23764
/proc/meminfo: memFree=27496988/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0.01 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 882 0 0 0 0 1 0 0 18 0 1 0 656946813 285122560 5556 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 9661017526301065473 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5556 376 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=5.69 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 569 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527658 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1022008

[startup+12.701 s]
/proc/loadavg: 4.06 4.03 3.48 5/367 23766
/proc/meminfo: memFree=27622048/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0.02 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 989 0 0 0 1 1 0 0 18 0 1 0 656946813 285122560 5562 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 8571071370513842433 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5562 382 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=12.07 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 1207 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134528988 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 1022008

[startup+25.5007 s]
/proc/loadavg: 4.12 4.05 3.49 6/376 23839
/proc/meminfo: memFree=27619144/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0.06 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 995 0 0 0 3 3 0 0 18 0 1 0 656946813 285122560 5562 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 8571071370513842433 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5562 382 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=24.84 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 2484 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527693 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1022008

[startup+51.101 s]
/proc/loadavg: 4.08 4.04 3.50 6/376 23840
/proc/meminfo: memFree=27619776/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0.12 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 1006 0 0 0 7 5 0 0 18 0 1 0 656946813 285122560 5562 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 8571071370513842433 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5562 382 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=50.38 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 5038 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1022008

Solver just ended. Dumping a history of the last processes samples

[startup+76.7004 s]
/proc/loadavg: 4.05 4.04 3.52 5/380 23844
/proc/meminfo: memFree=27613284/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0.18 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 1015 0 0 0 10 8 0 0 18 0 1 0 656946813 285122560 5562 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 8571071370513842433 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5562 382 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=75.92 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 7592 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134528564 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.56
Current children cumulated vsize (KiB) 1022008

[startup+89.5011 s]
/proc/loadavg: 4.04 4.03 3.52 6/380 23845
/proc/meminfo: memFree=27612908/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0.23 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 1022 0 0 0 13 10 0 0 18 0 1 0 656946813 285122560 5562 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 8571071370513842433 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5562 382 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=88.69 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 8869 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527840 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 89.38
Current children cumulated vsize (KiB) 1022008

[startup+95.9009 s]
/proc/loadavg: 4.04 4.03 3.53 5/380 23845
/proc/meminfo: memFree=27611404/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0.24 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 1025 0 0 0 13 11 0 0 18 0 1 0 656946813 285122560 5562 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 8571071370513842433 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5562 382 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=95.07 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 9507 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.77
Current children cumulated vsize (KiB) 1022008

[startup+99.1003 s]
/proc/loadavg: 4.03 4.03 3.53 5/380 23845
/proc/meminfo: memFree=27611404/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0.24 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 1025 0 0 0 13 11 0 0 18 0 1 0 656946813 285122560 5562 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 8571071370513842433 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5562 382 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=98.27 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 9827 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527449 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.97
Current children cumulated vsize (KiB) 1022008

[startup+100.701 s]
/proc/loadavg: 4.03 4.03 3.53 6/380 23845
/proc/meminfo: memFree=27611404/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=288684 CPUtime=0.46 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 9771 937 1 0 38 8 0 0 19 0 2 0 656946755 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 72171 7051 1867 364 0 8089 0
[pid=23761] ppid=23755 vsize=278440 CPUtime=0.24 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 1025 0 0 0 13 11 0 0 18 0 1 0 656946813 285122560 5562 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734095 0 0 16781312 514 8571071370513842433 0 0 17 0 0 0 0
/proc/23761/statm: 69610 5562 382 364 0 5528 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=99.87 cores=0,2
/proc/23763/stat : 23763 (TNM) R 23761 23763 23763 0 -1 4202496 406 0 0 0 9987 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527292 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23755/tid=23762] ppid=23753 vsize=288684 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 2 0 656946813 295612416 7051 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.57
Current children cumulated vsize (KiB) 1022008

[startup+101.501 s]
/proc/loadavg: 4.03 4.03 3.53 5/384 23849
/proc/meminfo: memFree=27607280/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=299512 CPUtime=0.49 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 10641 937 1 0 40 9 0 0 20 0 3 0 656946755 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 74878 7201 1870 364 0 10793 0
[pid=23761] ppid=23755 vsize=288684 CPUtime=0.26 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 1164 0 0 0 14 12 0 0 19 0 2 0 656946813 295612416 5600 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23761/statm: 72171 5600 415 364 0 8089 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=99.99 cores=0,2
/proc/23763/stat : 23763 (TNM) T 23761 23763 23763 0 -1 4202496 406 0 0 0 9999 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23761/tid=23846] ppid=23755 vsize=288684 CPUtime=0 cores=0,2
/proc/23761/task/23846/stat : 23846 (python) S 23755 23755 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656956839 295612416 5600 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 514 18446604446572139584 0 0 -1 2 0 0 0
[pid=23847] ppid=23755 vsize=289268 CPUtime=0 cores=0,2
/proc/23847/stat : 23847 (python) S 23755 23755 12685 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 656956840 296210432 5675 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734150 0 0 16781312 514 1449402620308324611 0 0 17 0 0 0 0
/proc/23847/statm: 72317 5675 348 364 0 8232 0
[pid=23849] ppid=23847 vsize=1624 CPUtime=0.64 cores=0,2
/proc/23849/stat : 23849 (march_hi) R 23847 23849 23849 0 -1 4202496 514 0 0 0 64 0 0 0 22 0 1 0 656956840 1662976 252 33554432000 4194304 4955518 140733981313904 18446744073709551615 4244617 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23849/statm: 406 252 104 186 0 219 0
[pid=23755/tid=23762] ppid=23753 vsize=299512 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 3 0 656946813 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
[pid=23755/tid=23848] ppid=23753 vsize=299512 CPUtime=0 cores=0,2
/proc/23755/task/23848/stat : 23848 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 3 0 656956840 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 1333972

[startup+101.901 s]
/proc/loadavg: 4.03 4.03 3.53 5/384 23849
/proc/meminfo: memFree=27607280/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=299512 CPUtime=0.49 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 10641 937 1 0 40 9 0 0 20 0 3 0 656946755 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 74878 7201 1870 364 0 10793 0
[pid=23761] ppid=23755 vsize=288684 CPUtime=0.26 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 1164 0 0 0 14 12 0 0 19 0 2 0 656946813 295612416 5600 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23761/statm: 72171 5600 415 364 0 8089 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=99.99 cores=0,2
/proc/23763/stat : 23763 (TNM) T 23761 23763 23763 0 -1 4202496 406 0 0 0 9999 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23761/tid=23846] ppid=23755 vsize=288684 CPUtime=0 cores=0,2
/proc/23761/task/23846/stat : 23846 (python) S 23755 23755 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656956839 295612416 5600 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 514 18446604446572139584 0 0 -1 2 0 0 0
[pid=23847] ppid=23755 vsize=289268 CPUtime=0 cores=0,2
/proc/23847/stat : 23847 (python) S 23755 23755 12685 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 656956840 296210432 5675 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734150 0 0 16781312 514 5606880479790727427 0 0 17 0 0 0 0
/proc/23847/statm: 72317 5675 348 364 0 8232 0
[pid=23849] ppid=23847 vsize=1756 CPUtime=1.03 cores=0,2
/proc/23849/stat : 23849 (march_hi) R 23847 23849 23849 0 -1 4202496 515 0 0 0 103 0 0 0 24 0 1 0 656956840 1798144 253 33554432000 4194304 4955518 140733981313904 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23849/statm: 439 253 104 186 0 252 0
[pid=23755/tid=23762] ppid=23753 vsize=299512 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 3 0 656946813 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
[pid=23755/tid=23848] ppid=23753 vsize=299512 CPUtime=0 cores=0,2
/proc/23755/task/23848/stat : 23848 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 3 0 656956840 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 1334104

[startup+102.101 s]
/proc/loadavg: 4.03 4.03 3.53 5/384 23849
/proc/meminfo: memFree=27607280/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=299512 CPUtime=0.49 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 10641 937 1 0 40 9 0 0 20 0 3 0 656946755 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 74878 7201 1870 364 0 10793 0
[pid=23761] ppid=23755 vsize=288684 CPUtime=0.26 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 1164 0 0 0 14 12 0 0 19 0 2 0 656946813 295612416 5600 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23761/statm: 72171 5600 415 364 0 8089 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=99.99 cores=0,2
/proc/23763/stat : 23763 (TNM) T 23761 23763 23763 0 -1 4202496 406 0 0 0 9999 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23761/tid=23846] ppid=23755 vsize=288684 CPUtime=0 cores=0,2
/proc/23761/task/23846/stat : 23846 (python) S 23755 23755 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656956839 295612416 5600 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 514 18446604446572139584 0 0 -1 2 0 0 0
[pid=23847] ppid=23755 vsize=289268 CPUtime=0 cores=0,2
/proc/23847/stat : 23847 (python) S 23755 23755 12685 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 656956840 296210432 5675 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734150 0 0 16781312 514 1449402620308324611 0 0 17 0 0 0 0
/proc/23847/statm: 72317 5675 348 364 0 8232 0
[pid=23849] ppid=23847 vsize=1756 CPUtime=1.23 cores=0,2
/proc/23849/stat : 23849 (march_hi) R 23847 23849 23849 0 -1 4202496 518 0 0 0 123 0 0 0 25 0 1 0 656956840 1798144 256 33554432000 4194304 4955518 140733981313904 18446744073709551615 4392098 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23849/statm: 439 256 104 186 0 252 0
[pid=23755/tid=23762] ppid=23753 vsize=299512 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 3 0 656946813 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
[pid=23755/tid=23848] ppid=23753 vsize=299512 CPUtime=0 cores=0,2
/proc/23755/task/23848/stat : 23848 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 3 0 656956840 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 1334104

[startup+102.201 s]
/proc/loadavg: 4.03 4.03 3.53 5/384 23849
/proc/meminfo: memFree=27607156/32951124 swapFree=54427468/67111528
[pid=23755] ppid=23753 vsize=299512 CPUtime=0.49 cores=0,2
/proc/23755/stat : 23755 (python) S 23753 23755 12685 0 -1 4202496 10641 937 1 0 40 9 0 0 20 0 3 0 656946755 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23755/statm: 74878 7201 1870 364 0 10793 0
[pid=23761] ppid=23755 vsize=288684 CPUtime=0.26 cores=0,2
/proc/23761/stat : 23761 (python) S 23755 23755 12685 0 -1 4202560 1164 0 0 0 14 12 0 0 19 0 2 0 656946813 295612416 5600 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23761/statm: 72171 5600 415 364 0 8089 0
[pid=23763] ppid=23761 vsize=454884 CPUtime=99.99 cores=0,2
/proc/23763/stat : 23763 (TNM) T 23761 23763 23763 0 -1 4202496 406 0 0 0 9999 0 0 0 25 0 1 0 656946813 465801216 144 33554432000 134512640 135008748 4292121760 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23763/statm: 113721 144 46 122 0 112621 0
[pid=23761/tid=23846] ppid=23755 vsize=288684 CPUtime=0 cores=0,2
/proc/23761/task/23846/stat : 23846 (python) S 23755 23755 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656956839 295612416 5600 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 514 18446604446572139584 0 0 -1 2 0 0 0
[pid=23847] ppid=23755 vsize=289268 CPUtime=0 cores=0,2
/proc/23847/stat : 23847 (python) S 23755 23755 12685 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 656956840 296210432 5675 33554432000 4194304 5683644 140733691621696 18446744073709551615 228122734150 0 0 16781312 514 13336675826985304323 0 0 17 0 0 0 0
/proc/23847/statm: 72317 5675 348 364 0 8232 0
[pid=23849] ppid=23847 vsize=1756 CPUtime=1.34 cores=0,2
/proc/23849/stat : 23849 (march_hi) R 23847 23849 23849 0 -1 4202496 521 0 0 0 134 0 0 0 25 0 1 0 656956840 1798144 259 33554432000 4194304 4955518 140733981313904 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23849/statm: 439 259 104 186 0 252 0
[pid=23755/tid=23762] ppid=23753 vsize=299512 CPUtime=0 cores=0,2
/proc/23755/task/23762/stat : 23762 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 19 0 3 0 656946813 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
[pid=23755/tid=23848] ppid=23753 vsize=299512 CPUtime=0 cores=0,2
/proc/23755/task/23848/stat : 23848 (python) S 23753 23755 12685 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 3 0 656956840 306700288 7201 33554432000 4194304 5683644 140733691621696 18446744073709551615 228134537649 0 0 16781312 2 18446604441742960512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 1334104

Child status: 0
Real time (s): 102.311
CPU time (s): 102.221
CPU user time (s): 101.982
CPU system time (s): 0.238963
CPU usage (%): 99.9128
Max. virtual memory (cumulated for all children) (KiB): 1334104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.982
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19071
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= 1368
involuntary context switches= 624

runsolver used 0.339948 second user time and 0.728889 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 11:58:08
IDJOB=3377485
IDBENCH=82794
IDSOLVER=1857
FILE ID=node138/3377485-1305453488
RUNJOBID= node138-1305452176-23155
PBS_JOBID= 13324862
Free space on /tmp= 73464 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1194590195-083.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377485-1305453488/watcher-3377485-1305453488 -o /tmp/evaluation-result-3377485-1305453488/solver-3377485-1305453488 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377485-1305453488.cnf -seed 1566586339 -budget 2400

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

MD5SUM BENCH= 4c35fc75d3141dc63bffc905e133b00a
RANDOM SEED=1566586339

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.854
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:      27523912 kB
Buffers:        282068 kB
Cached:        4118828 kB
SwapCached:      18496 kB
Active:        1947320 kB
Inactive:      3227416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27523912 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           32456 kB
Writeback:           0 kB
AnonPages:      767448 kB
Mapped:          19416 kB
Slab:           130348 kB
PageTables:      57852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 61592068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73460 MiB
End job on node138 at 2011-05-15 11:59:50