Trace number 3377601

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 228.486 228.726

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S895193371-061.UNKNOWN.cnf
MD5SUM737aa440f80cd8be0050a0f138c79eb6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.1889
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.68	c INFO: solving HOME/instance-3377601-1305456016.cnf
0.31/0.68	c INFO: computing task features
0.31/0.68	c INFO: computed variable-clause graph statistics
0.31/0.68	c INFO: computed clause balance statistics
0.31/0.68	c INFO: computed variable balance statistics
0.31/0.68	c INFO: computed small-clause counts
0.31/0.68	c INFO: computed Horn-clause counts
0.31/0.68	c INFO: computed variable graph statistics
0.31/0.68	c INFO: collected features for HOME/instance-3377601-1305456016.cnf in 0.07 s
0.40/0.70	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.56)
100.60/100.91	c INFO: running TNM@0 for 97 with 2299 remaining (b = 0.05)
200.82/201.13	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.73)
228.40/228.70	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-3377601-1305456016/watcher-3377601-1305456016 -o /tmp/evaluation-result-3377601-1305456016/solver-3377601-1305456016 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377601-1305456016.cnf -seed 623769595 -budget 2400 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.60 1.92 2.82 5/312 8042
/proc/meminfo: memFree=23956624/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=15184 CPUtime=0 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 726 0 0 0 0 0 0 0 17 0 1 0 638017522 15548416 617 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/8042/statm: 3796 617 322 364 0 283 0

[startup+0.108345 s]
/proc/loadavg: 2.60 1.92 2.82 5/312 8042
/proc/meminfo: memFree=23956624/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=99372 CPUtime=0.06 cores=4,6
/proc/8042/stat : 8042 (python) R 8040 8042 6794 0 -1 4202496 2869 0 0 0 5 1 0 0 17 0 1 0 638017522 101756928 2567 33554432000 4194304 5683644 140735153915280 18446744073709551615 4619985 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8042/statm: 24843 2569 818 364 0 1694 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99372

[startup+0.20029 s]
/proc/loadavg: 2.60 1.92 2.82 5/312 8042
/proc/meminfo: memFree=23956624/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=126296 CPUtime=0.1 cores=4,6
/proc/8042/stat : 8042 (python) R 8040 8042 6794 0 -1 4202496 4710 934 1 0 9 1 0 0 18 0 1 0 638017522 129327104 3895 33554432000 4194304 5683644 140735153915280 18446744073709551615 5177145 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8042/statm: 31574 3895 1001 364 0 2869 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 126296

[startup+0.300315 s]
/proc/loadavg: 2.60 1.92 2.82 5/312 8042
/proc/meminfo: memFree=23956624/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=135748 CPUtime=0.16 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 5973 934 1 0 14 2 0 0 17 0 1 0 638017522 139005952 4149 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816232453 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/8042/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.70022 s]
/proc/loadavg: 2.60 1.92 2.82 5/312 8042
/proc/meminfo: memFree=23956624/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=288828 CPUtime=0.4 cores=4,6
/proc/8042/stat : 8042 (python) R 8040 8042 6794 0 -1 4202496 9724 934 1 0 35 5 0 0 16 0 1 0 638017522 295759872 7062 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828036084 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8042/statm: 72207 7062 1862 364 0 8125 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 288828

[startup+1.50108 s]
/proc/loadavg: 2.60 1.92 2.82 5/316 8050
/proc/meminfo: memFree=23931544/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=288828 CPUtime=0.4 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 9791 934 1 0 35 5 0 0 17 0 2 0 638017522 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 72207 7070 1867 364 0 8125 0
[pid=8048] ppid=8042 vsize=278584 CPUtime=0 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 638017592 285270016 5553 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256527 0 0 16781312 514 1437694470739984383 0 0 17 4 0 0 0
/proc/8048/statm: 69646 5553 354 364 0 5564 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=0.79 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) R 8048 8050 8050 0 -1 4202496 436 0 0 0 79 0 0 0 21 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8042/tid=8049] ppid=8040 vsize=288828 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 638017592 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1585212

[startup+3.10077 s]
/proc/loadavg: 2.60 1.92 2.82 5/316 8051
/proc/meminfo: memFree=23931172/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=288828 CPUtime=0.4 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 9791 934 1 0 35 5 0 0 17 0 2 0 638017522 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 72207 7070 1867 364 0 8125 0
[pid=8048] ppid=8042 vsize=278584 CPUtime=0 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 638017592 285270016 5553 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256527 0 0 16781312 514 1437694470739951876 0 0 17 4 0 0 0
/proc/8048/statm: 69646 5553 354 364 0 5564 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=2.39 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) R 8048 8050 8050 0 -1 4202496 436 0 0 0 239 0 0 0 25 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8042/tid=8049] ppid=8040 vsize=288828 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 638017592 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1585212

[startup+6.30119 s]
/proc/loadavg: 2.71 1.95 2.83 5/316 8051
/proc/meminfo: memFree=23930020/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=288828 CPUtime=0.4 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 9791 934 1 0 35 5 0 0 17 0 2 0 638017522 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 72207 7070 1867 364 0 8125 0
[pid=8048] ppid=8042 vsize=278584 CPUtime=0 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 638017592 285270016 5581 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256527 0 0 16781312 514 1437694470739951876 0 0 17 4 0 0 0
/proc/8048/statm: 69646 5581 382 364 0 5564 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=5.58 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) R 8048 8050 8050 0 -1 4202496 436 0 0 0 558 0 0 0 25 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8042/tid=8049] ppid=8040 vsize=288828 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 638017592 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 1585212

[startup+12.701 s]
/proc/loadavg: 2.82 1.98 2.83 5/316 8051
/proc/meminfo: memFree=23930976/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=288828 CPUtime=0.4 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 9791 934 1 0 35 5 0 0 17 0 2 0 638017522 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 72207 7070 1867 364 0 8125 0
[pid=8048] ppid=8042 vsize=278584 CPUtime=0.02 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 984 0 0 0 1 1 0 0 18 0 1 0 638017592 285270016 5581 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256527 0 0 16781312 514 5113714231576854788 0 0 17 4 0 0 0
/proc/8048/statm: 69646 5581 382 364 0 5564 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=11.97 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) R 8048 8050 8050 0 -1 4202496 436 0 0 0 1197 0 0 0 25 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134564727 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8042/tid=8049] ppid=8040 vsize=288828 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 638017592 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1585212

[startup+25.5006 s]
/proc/loadavg: 3.08 2.08 2.85 5/316 8051
/proc/meminfo: memFree=23931856/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=288828 CPUtime=0.4 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 9791 934 1 0 35 5 0 0 17 0 2 0 638017522 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 72207 7070 1867 364 0 8125 0
[pid=8048] ppid=8042 vsize=278584 CPUtime=0.04 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 987 0 0 0 3 1 0 0 18 0 1 0 638017592 285270016 5581 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256527 0 0 16781312 514 5113714231576854788 0 0 17 4 0 0 0
/proc/8048/statm: 69646 5581 382 364 0 5564 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=24.74 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) R 8048 8050 8050 0 -1 4202496 436 0 0 0 2474 0 0 0 25 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134524984 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8042/tid=8049] ppid=8040 vsize=288828 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 638017592 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 1585212

[startup+51.1009 s]
/proc/loadavg: 3.39 2.24 2.88 5/316 8052
/proc/meminfo: memFree=23931880/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=288828 CPUtime=0.4 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 9791 934 1 0 35 5 0 0 17 0 2 0 638017522 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 72207 7070 1867 364 0 8125 0
[pid=8048] ppid=8042 vsize=278584 CPUtime=0.09 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 998 0 0 0 5 4 0 0 18 0 1 0 638017592 285270016 5581 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256527 0 0 16781312 514 5113714231576854788 0 0 17 4 0 0 0
/proc/8048/statm: 69646 5581 382 364 0 5564 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=50.29 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) R 8048 8050 8050 0 -1 4202496 436 0 0 0 5029 0 0 0 25 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8042/tid=8049] ppid=8040 vsize=288828 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 2 0 638017592 295759872 7070 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 1585212

[startup+102.3 s]
/proc/loadavg: 3.73 2.51 2.93 5/332 8069
/proc/meminfo: memFree=23900888/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=299556 CPUtime=0.41 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 10629 934 1 0 36 5 0 0 20 0 3 0 638017522 306745344 7212 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 74889 7212 1870 364 0 10804 0
[pid=8048] ppid=8042 vsize=288828 CPUtime=0.21 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 1156 0 0 0 13 8 0 0 19 0 2 0 638017592 295759872 5619 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8048/statm: 72207 5619 415 364 0 8125 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=99.99 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) T 8048 8050 8050 0 -1 4202496 436 0 0 0 9999 0 0 0 25 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8048/tid=8066] ppid=8042 vsize=288828 CPUtime=0 cores=4,6
/proc/8048/task/8066/stat : 8066 (python) S 8042 8042 6794 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638027612 295759872 5619 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 514 18446604448952465280 0 0 -1 6 0 0 0
[pid=8067] ppid=8042 vsize=289312 CPUtime=0 cores=4,6
/proc/8067/stat : 8067 (python) S 8042 8042 6794 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 638027613 296255488 5686 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256582 0 0 16781312 514 1437686774158589951 0 0 17 4 0 0 0
/proc/8067/statm: 72328 5686 348 364 0 8243 0
[pid=8069] ppid=8067 vsize=454908 CPUtime=1.38 cores=4,6
/proc/8069/stat : 8069 (TNM) R 8067 8069 8069 0 -1 4202496 422 0 0 0 138 0 0 0 25 0 1 0 638027613 465825792 160 33554432000 134512640 135008748 4291223280 18446744073709551615 134527840 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8069/statm: 113727 160 46 122 0 112627 0
[pid=8042/tid=8049] ppid=8040 vsize=299556 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 3 0 638017592 306745344 7212 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8068] ppid=8040 vsize=299556 CPUtime=0 cores=4,6
/proc/8042/task/8068/stat : 8068 (python) S 8040 8042 6794 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 638027613 306745344 7212 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 2350404

[startup+162.3 s]
/proc/loadavg: 3.90 2.78 3.00 5/332 8071
/proc/meminfo: memFree=23881636/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=299556 CPUtime=0.41 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 10629 934 1 0 36 5 0 0 20 0 3 0 638017522 306745344 7212 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 74889 7212 1870 364 0 10804 0
[pid=8048] ppid=8042 vsize=288828 CPUtime=0.21 cores=4,6

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

[pid=8067] ppid=8042 vsize=289312 CPUtime=0.21 cores=4,6
/proc/8067/stat : 8067 (python) S 8042 8042 6794 0 -1 4202560 1076 0 0 0 12 9 0 0 19 0 2 0 638027613 296255488 5739 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8067/statm: 72328 5739 400 364 0 8243 0
[pid=8069] ppid=8067 vsize=454908 CPUtime=100.01 cores=4,6
/proc/8069/stat : 8069 (TNM) T 8067 8069 8069 0 -1 4202496 422 0 0 0 10001 0 0 0 25 0 1 0 638027613 465825792 160 33554432000 134512640 135008748 4291223280 18446744073709551615 134527847 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8069/statm: 113727 160 46 122 0 112627 0
[pid=8067/tid=8151] ppid=8042 vsize=289312 CPUtime=0 cores=4,6
/proc/8067/task/8151/stat : 8151 (python) S 8042 8042 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638037634 296255488 5739 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 514 18446604448952463488 0 0 -1 6 0 0 0
[pid=8152] ppid=8042 vsize=299180 CPUtime=0.07 cores=4,6
/proc/8152/stat : 8152 (python) S 8042 8042 6794 0 -1 4202560 916 0 0 0 4 3 0 0 15 0 1 0 638037635 306360320 5631 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256582 0 0 16781312 514 5606891874338963716 0 0 17 4 0 0 0
/proc/8152/statm: 74795 5631 371 364 0 10707 0
[pid=8154] ppid=8152 vsize=4044 CPUtime=25.99 cores=4,6
/proc/8154/stat : 8154 (march_hi) R 8152 8154 8154 0 -1 4202496 1039 0 0 0 2599 0 0 0 25 0 1 0 638037635 4141056 774 33554432000 4194304 4955518 140735711726112 18446744073709551615 4227500 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8154/statm: 1011 774 104 186 0 824 0
[pid=8042/tid=8049] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 4 0 638017592 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8068] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8068/stat : 8068 (python) S 8040 8042 6794 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 638027613 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8153] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8153/stat : 8153 (python) S 8040 8042 6794 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 638037635 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 226.9
Current children cumulated vsize (KiB) 2663496

[startup+228.001 s]
/proc/loadavg: 4.03 3.03 3.07 5/336 8155
/proc/meminfo: memFree=23865996/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=309424 CPUtime=0.42 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 11472 934 1 0 37 5 0 0 20 0 4 0 638017522 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 77356 7136 1872 364 0 13268 0
[pid=8048] ppid=8042 vsize=288828 CPUtime=0.21 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 1156 0 0 0 13 8 0 0 19 0 2 0 638017592 295759872 5619 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8048/statm: 72207 5619 415 364 0 8125 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=99.99 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) T 8048 8050 8050 0 -1 4202496 436 0 0 0 9999 0 0 0 25 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8048/tid=8066] ppid=8042 vsize=288828 CPUtime=0 cores=4,6
/proc/8048/task/8066/stat : 8066 (python) S 8042 8042 6794 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638027612 295759872 5619 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 514 18446604448952465280 0 0 -1 6 0 0 0
[pid=8067] ppid=8042 vsize=289312 CPUtime=0.21 cores=4,6
/proc/8067/stat : 8067 (python) S 8042 8042 6794 0 -1 4202560 1076 0 0 0 12 9 0 0 19 0 2 0 638027613 296255488 5739 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8067/statm: 72328 5739 400 364 0 8243 0
[pid=8069] ppid=8067 vsize=454908 CPUtime=100.01 cores=4,6
/proc/8069/stat : 8069 (TNM) T 8067 8069 8069 0 -1 4202496 422 0 0 0 10001 0 0 0 25 0 1 0 638027613 465825792 160 33554432000 134512640 135008748 4291223280 18446744073709551615 134527847 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8069/statm: 113727 160 46 122 0 112627 0
[pid=8067/tid=8151] ppid=8042 vsize=289312 CPUtime=0 cores=4,6
/proc/8067/task/8151/stat : 8151 (python) S 8042 8042 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638037634 296255488 5739 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 514 18446604448952463488 0 0 -1 6 0 0 0
[pid=8152] ppid=8042 vsize=299180 CPUtime=0.07 cores=4,6
/proc/8152/stat : 8152 (python) S 8042 8042 6794 0 -1 4202560 918 0 0 0 4 3 0 0 15 0 1 0 638037635 306360320 5631 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256582 0 0 16781312 514 13071222933714600196 0 0 17 4 0 0 0
/proc/8152/statm: 74795 5631 371 364 0 10707 0
[pid=8154] ppid=8152 vsize=4044 CPUtime=26.78 cores=4,6
/proc/8154/stat : 8154 (march_hi) R 8152 8154 8154 0 -1 4202496 1056 0 0 0 2678 0 0 0 25 0 1 0 638037635 4141056 791 33554432000 4194304 4955518 140735711726112 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8154/statm: 1011 791 104 186 0 824 0
[pid=8042/tid=8049] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 4 0 638017592 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8068] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8068/stat : 8068 (python) S 8040 8042 6794 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 638027613 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8153] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8153/stat : 8153 (python) S 8040 8042 6794 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 638037635 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 227.69
Current children cumulated vsize (KiB) 2663496

[startup+228.401 s]
/proc/loadavg: 4.03 3.03 3.07 5/336 8155
/proc/meminfo: memFree=23865996/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=309424 CPUtime=0.42 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 11472 934 1 0 37 5 0 0 20 0 4 0 638017522 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 77356 7136 1872 364 0 13268 0
[pid=8048] ppid=8042 vsize=288828 CPUtime=0.21 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 1156 0 0 0 13 8 0 0 19 0 2 0 638017592 295759872 5619 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8048/statm: 72207 5619 415 364 0 8125 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=99.99 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) T 8048 8050 8050 0 -1 4202496 436 0 0 0 9999 0 0 0 25 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8048/tid=8066] ppid=8042 vsize=288828 CPUtime=0 cores=4,6
/proc/8048/task/8066/stat : 8066 (python) S 8042 8042 6794 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638027612 295759872 5619 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 514 18446604448952465280 0 0 -1 6 0 0 0
[pid=8067] ppid=8042 vsize=289312 CPUtime=0.21 cores=4,6
/proc/8067/stat : 8067 (python) S 8042 8042 6794 0 -1 4202560 1076 0 0 0 12 9 0 0 19 0 2 0 638027613 296255488 5739 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8067/statm: 72328 5739 400 364 0 8243 0
[pid=8069] ppid=8067 vsize=454908 CPUtime=100.01 cores=4,6
/proc/8069/stat : 8069 (TNM) T 8067 8069 8069 0 -1 4202496 422 0 0 0 10001 0 0 0 25 0 1 0 638027613 465825792 160 33554432000 134512640 135008748 4291223280 18446744073709551615 134527847 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8069/statm: 113727 160 46 122 0 112627 0
[pid=8067/tid=8151] ppid=8042 vsize=289312 CPUtime=0 cores=4,6
/proc/8067/task/8151/stat : 8151 (python) S 8042 8042 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638037634 296255488 5739 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 514 18446604448952463488 0 0 -1 6 0 0 0
[pid=8152] ppid=8042 vsize=299180 CPUtime=0.07 cores=4,6
/proc/8152/stat : 8152 (python) S 8042 8042 6794 0 -1 4202560 921 0 0 0 4 3 0 0 15 0 1 0 638037635 306360320 5631 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256582 0 0 16781312 514 5606891882928898308 0 0 17 4 0 0 0
/proc/8152/statm: 74795 5631 371 364 0 10707 0
[pid=8154] ppid=8152 vsize=4044 CPUtime=27.18 cores=4,6
/proc/8154/stat : 8154 (march_hi) R 8152 8154 8154 0 -1 4202496 1065 0 0 0 2718 0 0 0 25 0 1 0 638037635 4141056 800 33554432000 4194304 4955518 140735711726112 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8154/statm: 1011 800 104 186 0 824 0
[pid=8042/tid=8049] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 4 0 638017592 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8068] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8068/stat : 8068 (python) S 8040 8042 6794 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 638027613 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8153] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8153/stat : 8153 (python) S 8040 8042 6794 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 638037635 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 228.09
Current children cumulated vsize (KiB) 2663496

[startup+228.601 s]
/proc/loadavg: 4.03 3.03 3.07 5/336 8155
/proc/meminfo: memFree=23865996/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=309424 CPUtime=0.42 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 11472 934 1 0 37 5 0 0 20 0 4 0 638017522 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 77356 7136 1872 364 0 13268 0
[pid=8048] ppid=8042 vsize=288828 CPUtime=0.21 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 1156 0 0 0 13 8 0 0 19 0 2 0 638017592 295759872 5619 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8048/statm: 72207 5619 415 364 0 8125 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=99.99 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) T 8048 8050 8050 0 -1 4202496 436 0 0 0 9999 0 0 0 25 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8048/tid=8066] ppid=8042 vsize=288828 CPUtime=0 cores=4,6
/proc/8048/task/8066/stat : 8066 (python) S 8042 8042 6794 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638027612 295759872 5619 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 514 18446604448952465280 0 0 -1 6 0 0 0
[pid=8067] ppid=8042 vsize=289312 CPUtime=0.21 cores=4,6
/proc/8067/stat : 8067 (python) S 8042 8042 6794 0 -1 4202560 1076 0 0 0 12 9 0 0 19 0 2 0 638027613 296255488 5739 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8067/statm: 72328 5739 400 364 0 8243 0
[pid=8069] ppid=8067 vsize=454908 CPUtime=100.01 cores=4,6
/proc/8069/stat : 8069 (TNM) T 8067 8069 8069 0 -1 4202496 422 0 0 0 10001 0 0 0 25 0 1 0 638027613 465825792 160 33554432000 134512640 135008748 4291223280 18446744073709551615 134527847 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8069/statm: 113727 160 46 122 0 112627 0
[pid=8067/tid=8151] ppid=8042 vsize=289312 CPUtime=0 cores=4,6
/proc/8067/task/8151/stat : 8151 (python) S 8042 8042 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638037634 296255488 5739 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 514 18446604448952463488 0 0 -1 6 0 0 0
[pid=8152] ppid=8042 vsize=299180 CPUtime=0.07 cores=4,6
/proc/8152/stat : 8152 (python) S 8042 8042 6794 0 -1 4202560 923 0 0 0 4 3 0 0 15 0 1 0 638037635 306360320 5631 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256582 0 0 16781312 514 13071222933714600196 0 0 17 4 0 0 0
/proc/8152/statm: 74795 5631 371 364 0 10707 0
[pid=8154] ppid=8152 vsize=4044 CPUtime=27.38 cores=4,6
/proc/8154/stat : 8154 (march_hi) R 8152 8154 8154 0 -1 4202496 1069 0 0 0 2738 0 0 0 25 0 1 0 638037635 4141056 804 33554432000 4194304 4955518 140735711726112 18446744073709551615 4298062 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8154/statm: 1011 804 104 186 0 824 0
[pid=8042/tid=8049] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 4 0 638017592 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8068] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8068/stat : 8068 (python) S 8040 8042 6794 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 638027613 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8153] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8153/stat : 8153 (python) S 8040 8042 6794 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 638037635 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 228.29
Current children cumulated vsize (KiB) 2663496

[startup+228.701 s]
/proc/loadavg: 4.03 3.03 3.07 5/336 8155
/proc/meminfo: memFree=23865996/32951124 swapFree=63485424/67111528
[pid=8042] ppid=8040 vsize=309424 CPUtime=0.42 cores=4,6
/proc/8042/stat : 8042 (python) S 8040 8042 6794 0 -1 4202496 11472 934 1 0 37 5 0 0 20 0 4 0 638017522 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8042/statm: 77356 7136 1872 364 0 13268 0
[pid=8048] ppid=8042 vsize=288828 CPUtime=0.21 cores=4,6
/proc/8048/stat : 8048 (python) S 8042 8042 6794 0 -1 4202560 1156 0 0 0 13 8 0 0 19 0 2 0 638017592 295759872 5619 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8048/statm: 72207 5619 415 364 0 8125 0
[pid=8050] ppid=8048 vsize=1017800 CPUtime=99.99 cores=4,6
/proc/8050/stat : 8050 (gnovelty+2) T 8048 8050 8050 0 -1 4202496 436 0 0 0 9999 0 0 0 25 0 1 0 638017592 1042227200 169 33554432000 134512640 135663704 4294317328 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8050/statm: 254450 169 113 282 0 254166 0
[pid=8048/tid=8066] ppid=8042 vsize=288828 CPUtime=0 cores=4,6
/proc/8048/task/8066/stat : 8066 (python) S 8042 8042 6794 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638027612 295759872 5619 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 514 18446604448952465280 0 0 -1 6 0 0 0
[pid=8067] ppid=8042 vsize=289312 CPUtime=0.21 cores=4,6
/proc/8067/stat : 8067 (python) S 8042 8042 6794 0 -1 4202560 1076 0 0 0 12 9 0 0 19 0 2 0 638027613 296255488 5739 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8067/statm: 72328 5739 400 364 0 8243 0
[pid=8069] ppid=8067 vsize=454908 CPUtime=100.01 cores=4,6
/proc/8069/stat : 8069 (TNM) T 8067 8069 8069 0 -1 4202496 422 0 0 0 10001 0 0 0 25 0 1 0 638027613 465825792 160 33554432000 134512640 135008748 4291223280 18446744073709551615 134527847 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8069/statm: 113727 160 46 122 0 112627 0
[pid=8067/tid=8151] ppid=8042 vsize=289312 CPUtime=0 cores=4,6
/proc/8067/task/8151/stat : 8151 (python) S 8042 8042 6794 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638037634 296255488 5739 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 514 18446604448952463488 0 0 -1 6 0 0 0
[pid=8152] ppid=8042 vsize=299180 CPUtime=0.13 cores=4,6
/proc/8152/stat : 8152 (python) R 8042 8042 6794 0 -1 4202560 925 0 0 0 9 4 0 0 15 0 1 0 638037635 306360320 5631 33554432000 4194304 5683644 140735153915280 18446744073709551615 220816256582 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/8152/statm: 74795 5631 371 364 0 10707 0
[pid=8154] ppid=8152 vsize=0 CPUtime=27.43 cores=4,6
/proc/8154/stat : 8154 (march_hi) R 8152 8154 8154 0 -1 4202500 1070 0 0 0 2743 0 0 0 25 0 1 0 638037635 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8154/statm: 0 0 0 0 0 0 0
[pid=8042/tid=8049] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8049/stat : 8049 (python) S 8040 8042 6794 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 4 0 638017592 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8068] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8068/stat : 8068 (python) S 8040 8042 6794 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 638027613 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
[pid=8042/tid=8153] ppid=8040 vsize=309424 CPUtime=0 cores=4,6
/proc/8042/task/8153/stat : 8153 (python) S 8040 8042 6794 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 638037635 316850176 7136 33554432000 4194304 5683644 140735153915280 18446744073709551615 220828060081 0 0 16781312 2 18446604445738272768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 228.4
Current children cumulated vsize (KiB) 2659452

Child status: 0
Real time (s): 228.726
CPU time (s): 228.486
CPU user time (s): 228.188
CPU system time (s): 0.297954
CPU usage (%): 99.8951
Max. virtual memory (cumulated for all children) (KiB): 2663496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.188
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22137
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= 3527
involuntary context switches= 1261

runsolver used 0.691894 second user time and 1.40179 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 12:40:16
IDJOB=3377601
IDBENCH=82910
IDSOLVER=1857
FILE ID=node147/3377601-1305456016
RUNJOBID= node147-1305455976-7909
PBS_JOBID= 13324877
Free space on /tmp= 73068 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S895193371-061.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-3377601-1305456016/watcher-3377601-1305456016 -o /tmp/evaluation-result-3377601-1305456016/solver-3377601-1305456016 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377601-1305456016.cnf -seed 623769595 -budget 2400

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

MD5SUM BENCH= 737aa440f80cd8be0050a0f138c79eb6
RANDOM SEED=623769595

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      23956904 kB
Buffers:        305624 kB
Cached:        5332740 kB
SwapCached:      13132 kB
Active:        2401324 kB
Inactive:      6343764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23956904 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           49756 kB
Writeback:           0 kB
AnonPages:     3102240 kB
Mapped:          22364 kB
Slab:           151412 kB
PageTables:      32508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 48125988 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= 73036 MiB
End job on node147 at 2011-05-15 12:44:05