Trace number 3385625

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 268.79 34.4818

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1635333981-027.UNKNOWN.cnf
MD5SUM5ba52a7ac0a84086dc4098f6b5213446
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.2303
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.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.67	c INFO: solving HOME/instance-3385625-1305571165.cnf
0.34/0.67	c INFO: computing task features
0.34/0.67	c INFO: computed variable-clause graph statistics
0.34/0.67	c INFO: computed clause balance statistics
0.41/0.70	c INFO: computed variable balance statistics
0.41/0.73	c INFO: computed small-clause counts
0.41/0.73	c INFO: computed Horn-clause counts
0.41/0.73	c INFO: computed variable graph statistics
0.41/0.73	c INFO: collected features for HOME/instance-3385625-1305571165.cnf in 0.06 s
0.41/0.76	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
0.41/0.79	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.39)
0.51/0.82	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.35)
0.51/0.85	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.34)
0.51/0.88	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.61/0.91	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.07)
0.61/0.94	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.61/0.97	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
268.17/34.45	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-3385625-1305571165/watcher-3385625-1305571165 -o /tmp/evaluation-result-3385625-1305571165/solver-3385625-1305571165 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385625-1305571165.cnf -seed 1823898591 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 8.22 8.21 8.15 2/489 17288
/proc/meminfo: memFree=19568876/32951124 swapFree=56449236/67111528
[pid=17288] ppid=17286 vsize=16244 CPUtime=0 cores=0-7
/proc/17288/stat : 17288 (python) R 17286 17288 16377 0 -1 4202496 1033 0 0 0 0 0 0 0 20 0 1 0 668716936 16633856 906 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640317264 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17288/statm: 4061 906 380 364 0 548 0

[startup+0.0664219 s]
/proc/loadavg: 8.22 8.21 8.15 2/489 17288
/proc/meminfo: memFree=19568876/32951124 swapFree=56449236/67111528
[pid=17288] ppid=17286 vsize=32176 CPUtime=0.04 cores=0-7
/proc/17288/stat : 17288 (python) S 17286 17288 16377 0 -1 4202496 1517 0 0 0 3 1 0 0 20 0 1 0 668716936 32948224 1355 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/17288/statm: 8044 1355 445 364 0 899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32176

[startup+0.100398 s]
/proc/loadavg: 8.22 8.21 8.15 2/489 17288
/proc/meminfo: memFree=19568876/32951124 swapFree=56449236/67111528
[pid=17288] ppid=17286 vsize=87708 CPUtime=0.05 cores=0-7
/proc/17288/stat : 17288 (python) S 17286 17288 16377 0 -1 4202496 2637 0 0 0 4 1 0 0 20 0 1 0 668716936 89812992 2354 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640857600 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/17288/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300378 s]
/proc/loadavg: 8.22 8.21 8.15 2/489 17288
/proc/meminfo: memFree=19568876/32951124 swapFree=56449236/67111528
[pid=17288] ppid=17286 vsize=135752 CPUtime=0.17 cores=0-7
/proc/17288/stat : 17288 (python) R 17286 17288 16377 0 -1 4202496 5963 936 1 0 12 5 0 0 17 0 1 0 668716936 139010048 4151 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640855557 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17288/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.70029 s]
/proc/loadavg: 8.22 8.21 8.15 2/489 17288
/proc/meminfo: memFree=19568876/32951124 swapFree=56449236/67111528
[pid=17288] ppid=17286 vsize=278264 CPUtime=0.41 cores=0-7
/proc/17288/stat : 17288 (python) R 17286 17288 16377 0 -1 4202496 9300 936 1 0 31 10 0 0 16 0 1 0 668716936 284942336 6968 33554432000 4194304 5683644 140734129804896 18446744073709551615 4500444 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17288/statm: 69566 6968 1826 364 0 5490 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278264

[startup+1.50107 s]
/proc/loadavg: 8.22 8.21 8.15 10/514 17317
/proc/meminfo: memFree=19514736/32951124 swapFree=56449236/67111528
[pid=17288] ppid=17286 vsize=426596 CPUtime=0.69 cores=0-7
/proc/17288/stat : 17288 (python) S 17286 17288 16377 0 -1 4202496 15185 936 1 0 57 12 0 0 21 0 9 0 668716936 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17288/statm: 106649 7410 1889 364 0 42546 0
[pid=17294] ppid=17288 vsize=278472 CPUtime=0 cores=0-7
/proc/17294/stat : 17294 (python) S 17288 17288 16377 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668717012 285155328 5552 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879631 0 0 16781312 514 4606971591740358655 0 0 17 1 0 0 0
/proc/17294/statm: 69618 5552 354 364 0 5536 0
[pid=17296] ppid=17294 vsize=1017800 CPUtime=0.73 cores=0-7
/proc/17296/stat : 17296 (gnovelty+2) R 17294 17296 17296 0 -1 4202496 431 0 0 0 73 0 0 0 21 0 1 0 668717012 1042227200 169 33554432000 134512640 135663704 4288565824 18446744073709551615 134545534 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17296/statm: 254450 169 113 282 0 254166 0
[pid=17297] ppid=17288 vsize=289280 CPUtime=0 cores=0-7
/proc/17297/stat : 17297 (python) S 17288 17288 16377 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 668717015 296222720 5677 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 13912300950451618051 0 0 17 3 0 0 0
/proc/17297/statm: 72320 5677 348 364 0 8235 0
[pid=17299] ppid=17297 vsize=1928 CPUtime=0.7 cores=0-7
/proc/17299/stat : 17299 (march_hi) R 17297 17299 17299 0 -1 4202496 577 0 0 0 70 0 0 0 21 0 1 0 668717015 1974272 315 33554432000 4194304 4955518 140733818253792 18446744073709551615 4314099 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17299/statm: 482 315 104 186 0 295 0
[pid=17300] ppid=17288 vsize=365072 CPUtime=0 cores=0-7
/proc/17300/stat : 17300 (python) S 17288 17288 16377 0 -1 4202560 712 0 0 0 0 0 0 0 15 0 1 0 668717018 373833728 5854 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 13272200465132519683 0 0 17 1 0 0 0
/proc/17300/statm: 91268 5854 348 364 0 27180 0
[pid=17302] ppid=17300 vsize=1928 CPUtime=0.67 cores=0-7
/proc/17302/stat : 17302 (march_hi) R 17300 17302 17302 0 -1 4202496 568 0 0 0 67 0 0 0 21 0 1 0 668717018 1974272 315 33554432000 4194304 4955518 140735289768976 18446744073709551615 4227525 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17302/statm: 482 315 104 186 0 295 0
[pid=17303] ppid=17288 vsize=375328 CPUtime=0 cores=0-7
/proc/17303/stat : 17303 (python) S 17288 17288 16377 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 668717021 384335872 5815 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 3494529432343773444 0 0 17 6 0 0 0
/proc/17303/statm: 93832 5815 348 364 0 29741 0
[pid=17305] ppid=17303 vsize=1928 CPUtime=0.64 cores=0-7
/proc/17305/stat : 17305 (march_hi) R 17303 17305 17305 0 -1 4202496 572 0 0 0 64 0 0 0 22 0 1 0 668717021 1974272 316 33554432000 4194304 4955518 140735304877488 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17305/statm: 482 316 104 186 0 295 0
[pid=17306] ppid=17288 vsize=385584 CPUtime=0 cores=0-7
/proc/17306/stat : 17306 (python) S 17288 17288 16377 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 1 0 668717024 394838016 5837 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 17295001249862615298 0 0 17 0 0 0 0
/proc/17306/statm: 96396 5837 348 364 0 32302 0
[pid=17308] ppid=17306 vsize=1928 CPUtime=0.61 cores=0-7
/proc/17308/stat : 17308 (march_hi) R 17306 17308 17308 0 -1 4202496 572 0 0 0 61 0 0 0 22 0 1 0 668717024 1974272 316 33554432000 4194304 4955518 140735013182240 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17308/statm: 482 316 104 186 0 295 0
[pid=17309] ppid=17288 vsize=395840 CPUtime=0 cores=0-7
/proc/17309/stat : 17309 (python) S 17288 17288 16377 0 -1 4202560 714 0 0 0 0 0 0 0 21 0 1 0 668717027 405340160 5820 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 91761396458455039 0 0 17 1 0 0 0
/proc/17309/statm: 98960 5820 344 364 0 34863 0
[pid=17311] ppid=17309 vsize=454912 CPUtime=0.56 cores=0-7
/proc/17311/stat : 17311 (TNM) R 17309 17311 17311 0 -1 4202496 420 0 0 0 56 0 0 0 25 0 1 0 668717027 465829888 160 33554432000 134512640 135008748 4293908368 18446744073709551615 134527896 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17311/statm: 113728 160 46 122 0 112628 0
[pid=17312] ppid=17288 vsize=406096 CPUtime=0 cores=0-7
/proc/17312/stat : 17312 (python) S 17288 17288 16377 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 668717030 415842304 5948 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 18148877581946945794 0 0 17 1 0 0 0
/proc/17312/statm: 101524 5948 348 364 0 37424 0
[pid=17314] ppid=17312 vsize=1928 CPUtime=0.52 cores=0-7
/proc/17314/stat : 17314 (march_hi) R 17312 17314 17314 0 -1 4202496 577 0 0 0 52 0 0 0 22 0 1 0 668717033 1974272 314 33554432000 4194304 4955518 140736823303984 18446744073709551615 4238687 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17314/statm: 482 314 104 186 0 295 0
[pid=17315] ppid=17288 vsize=416352 CPUtime=0 cores=0-7
/proc/17315/stat : 17315 (python) S 17288 17288 16377 0 -1 4202560 790 0 0 0 0 0 0 0 16 0 1 0 668717033 426344448 5871 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 14095598334894899458 0 0 17 4 0 0 0
/proc/17315/statm: 104088 5871 354 364 0 39985 0
[pid=17317] ppid=17315 vsize=1928 CPUtime=0.5 cores=0-7
/proc/17317/stat : 17317 (march_hi) R 17315 17317 17317 0 -1 4202496 581 0 0 0 50 0 0 0 23 0 1 0 668717034 1974272 314 33554432000 4194304 4955518 140735293371296 18446744073709551615 4227985 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17317/statm: 482 314 104 186 0 295 0
[pid=17288/tid=17295] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 16377 0 -1 4202560 27 936 0 0 0 0 0 0 17 0 9 0 668717012 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17298] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17298/stat : 17298 (python) S 17286 17288 16377 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 9 0 668717015 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 3 0 0 0
[pid=17288/tid=17301] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17301/stat : 17301 (python) S 17286 17288 16377 0 -1 4202560 74 936 0 0 0 0 0 0 19 0 9 0 668717018 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17304] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17304/stat : 17304 (python) S 17286 17288 16377 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 668717021 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17307] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17307/stat : 17307 (python) S 17286 17288 16377 0 -1 4202560 34 936 0 0 0 0 0 0 19 0 9 0 668717024 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 0 0 0 0
[pid=17288/tid=17310] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17310/stat : 17310 (python) S 17286 17288 16377 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 668717027 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 7 0 0 0
[pid=17288/tid=17313] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17313/stat : 17313 (python) S 17286 17288 16377 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 668717030 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 4 0 0 0
[pid=17288/tid=17316] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17316/stat : 17316 (python) S 17286 17288 16377 0 -1 4202560 33 936 0 0 0 0 0 0 21 0 9 0 668717034 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 4822900

[startup+3.10178 s]
/proc/loadavg: 8.20 8.21 8.15 9/514 17317
/proc/meminfo: memFree=19512380/32951124 swapFree=56449236/67111528
[pid=17288] ppid=17286 vsize=426596 CPUtime=0.69 cores=0-7
/proc/17288/stat : 17288 (python) S 17286 17288 16377 0 -1 4202496 15185 936 1 0 57 12 0 0 21 0 9 0 668716936 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17288/statm: 106649 7410 1889 364 0 42546 0
[pid=17294] ppid=17288 vsize=278472 CPUtime=0 cores=0-7
/proc/17294/stat : 17294 (python) S 17288 17288 16377 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668717012 285155328 5552 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879631 0 0 16781312 514 4606971591740326146 0 0 17 1 0 0 0
/proc/17294/statm: 69618 5552 354 364 0 5536 0
[pid=17296] ppid=17294 vsize=1017800 CPUtime=2.33 cores=0-7
/proc/17296/stat : 17296 (gnovelty+2) R 17294 17296 17296 0 -1 4202496 431 0 0 0 233 0 0 0 25 0 1 0 668717012 1042227200 169 33554432000 134512640 135663704 4288565824 18446744073709551615 134547257 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17296/statm: 254450 169 113 282 0 254166 0
[pid=17297] ppid=17288 vsize=289280 CPUtime=0 cores=0-7
/proc/17297/stat : 17297 (python) S 17288 17288 16377 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 668717015 296222720 5677 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 13912300950451618051 0 0 17 3 0 0 0
/proc/17297/statm: 72320 5677 348 364 0 8235 0
[pid=17299] ppid=17297 vsize=2196 CPUtime=2.3 cores=0-7
/proc/17299/stat : 17299 (march_hi) R 17297 17299 17299 0 -1 4202496 630 0 0 0 230 0 0 0 25 0 1 0 668717015 2248704 368 33554432000 4194304 4955518 140733818253792 18446744073709551615 4238677 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17299/statm: 549 368 104 186 0 362 0
[pid=17300] ppid=17288 vsize=365072 CPUtime=0 cores=0-7
/proc/17300/stat : 17300 (python) S 17288 17288 16377 0 -1 4202560 716 0 0 0 0 0 0 0 15 0 1 0 668717018 373833728 5854 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 13272200465132519683 0 0 17 1 0 0 0
/proc/17300/statm: 91268 5854 348 364 0 27180 0
[pid=17302] ppid=17300 vsize=2196 CPUtime=2.27 cores=0-7
/proc/17302/stat : 17302 (march_hi) R 17300 17302 17302 0 -1 4202496 621 0 0 0 227 0 0 0 25 0 1 0 668717018 2248704 368 33554432000 4194304 4955518 140735289768976 18446744073709551615 4310010 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17302/statm: 549 368 104 186 0 362 0
[pid=17303] ppid=17288 vsize=375328 CPUtime=0 cores=0-7
/proc/17303/stat : 17303 (python) S 17288 17288 16377 0 -1 4202560 725 0 0 0 0 0 0 0 15 0 1 0 668717021 384335872 5815 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 3494529432343773444 0 0 17 6 0 0 0
/proc/17303/statm: 93832 5815 348 364 0 29741 0
[pid=17305] ppid=17303 vsize=2196 CPUtime=2.24 cores=0-7
/proc/17305/stat : 17305 (march_hi) R 17303 17305 17305 0 -1 4202496 625 0 0 0 224 0 0 0 25 0 1 0 668717021 2248704 369 33554432000 4194304 4955518 140735304877488 18446744073709551615 4209714 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17305/statm: 549 369 104 186 0 362 0
[pid=17306] ppid=17288 vsize=385584 CPUtime=0 cores=0-7
/proc/17306/stat : 17306 (python) S 17288 17288 16377 0 -1 4202560 737 0 0 0 0 0 0 0 15 0 1 0 668717024 394838016 5837 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 17295001249862615298 0 0 17 0 0 0 0
/proc/17306/statm: 96396 5837 348 364 0 32302 0
[pid=17308] ppid=17306 vsize=2196 CPUtime=2.2 cores=0-7
/proc/17308/stat : 17308 (march_hi) R 17306 17308 17308 0 -1 4202496 624 0 0 0 220 0 0 0 25 0 1 0 668717024 2248704 368 33554432000 4194304 4955518 140735013182240 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17308/statm: 549 368 104 186 0 362 0
[pid=17309] ppid=17288 vsize=395840 CPUtime=0 cores=0-7
/proc/17309/stat : 17309 (python) S 17288 17288 16377 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 668717027 405340160 5824 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 91761396458422531 0 0 17 1 0 0 0
/proc/17309/statm: 98960 5824 348 364 0 34863 0
[pid=17311] ppid=17309 vsize=454912 CPUtime=2.14 cores=0-7
/proc/17311/stat : 17311 (TNM) R 17309 17311 17311 0 -1 4202496 420 0 0 0 214 0 0 0 25 0 1 0 668717027 465829888 160 33554432000 134512640 135008748 4293908368 18446744073709551615 134527658 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17311/statm: 113728 160 46 122 0 112628 0
[pid=17312] ppid=17288 vsize=406096 CPUtime=0 cores=0-7
/proc/17312/stat : 17312 (python) S 17288 17288 16377 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 668717030 415842304 5948 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 18148877581946945794 0 0 17 1 0 0 0
/proc/17312/statm: 101524 5948 348 364 0 37424 0
[pid=17314] ppid=17312 vsize=2060 CPUtime=2.12 cores=0-7
/proc/17314/stat : 17314 (march_hi) R 17312 17314 17314 0 -1 4202496 606 0 0 0 212 0 0 0 25 0 1 0 668717033 2109440 343 33554432000 4194304 4955518 140736823303984 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17314/statm: 515 343 104 186 0 328 0
[pid=17315] ppid=17288 vsize=416352 CPUtime=0 cores=0-7
/proc/17315/stat : 17315 (python) S 17288 17288 16377 0 -1 4202560 791 0 0 0 0 0 0 0 15 0 1 0 668717033 426344448 5871 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 14095598334894899458 0 0 17 4 0 0 0
/proc/17315/statm: 104088 5871 354 364 0 39985 0
[pid=17317] ppid=17315 vsize=2060 CPUtime=2.1 cores=0-7
/proc/17317/stat : 17317 (march_hi) R 17315 17317 17317 0 -1 4202496 610 0 0 0 210 0 0 0 25 0 1 0 668717034 2109440 343 33554432000 4194304 4955518 140735293371296 18446744073709551615 4244774 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17317/statm: 515 343 104 186 0 328 0
[pid=17288/tid=17295] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 16377 0 -1 4202560 27 936 0 0 0 0 0 0 17 0 9 0 668717012 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17298] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17298/stat : 17298 (python) S 17286 17288 16377 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 9 0 668717015 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 3 0 0 0
[pid=17288/tid=17301] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17301/stat : 17301 (python) S 17286 17288 16377 0 -1 4202560 74 936 0 0 0 0 0 0 19 0 9 0 668717018 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17304] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17304/stat : 17304 (python) S 17286 17288 16377 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 668717021 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17307] ppid=17286 vsize=426596 CPUtime=0 cores=0-7

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

[pid=17315] ppid=17288 vsize=416352 CPUtime=1.6 cores=0-7
/proc/17315/stat : 17315 (python) R 17288 17288 16377 0 -1 4202560 883 0 0 0 133 27 0 0 17 0 1 0 668717033 426344448 5894 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/17315/statm: 104088 5894 377 364 0 39985 0
[pid=17317] ppid=17315 vsize=0 CPUtime=31.28 cores=0-7
/proc/17317/stat : 17317 (march_hi) R 17315 17317 17317 0 -1 4202500 1266 0 0 0 3128 0 0 0 25 0 1 0 668717034 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17317/statm: 0 0 0 0 0 0 0
[pid=17288/tid=17295] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 16377 0 -1 4202560 27 936 0 0 0 0 0 0 17 0 9 0 668717012 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17298] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17298/stat : 17298 (python) S 17286 17288 16377 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 9 0 668717015 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 3 0 0 0
[pid=17288/tid=17301] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17301/stat : 17301 (python) S 17286 17288 16377 0 -1 4202560 74 936 0 0 0 0 0 0 19 0 9 0 668717018 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17304] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17304/stat : 17304 (python) S 17286 17288 16377 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 668717021 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17307] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17307/stat : 17307 (python) S 17286 17288 16377 0 -1 4202560 34 936 0 0 0 0 0 0 19 0 9 0 668717024 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 0 0 0 0
[pid=17288/tid=17310] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17310/stat : 17310 (python) S 17286 17288 16377 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 668717027 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 7 0 0 0
[pid=17288/tid=17313] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17313/stat : 17313 (python) S 17286 17288 16377 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 668717030 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 4 0 0 0
[pid=17288/tid=17316] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17316/stat : 17316 (python) S 17286 17288 16377 0 -1 4202560 33 936 0 0 0 0 0 0 21 0 9 0 668717034 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 264.18
Current children cumulated vsize (KiB) 4811332

[startup+34.3011 s]
/proc/loadavg: 8.20 8.20 8.15 15/514 17318
/proc/meminfo: memFree=19517856/32951124 swapFree=56449236/67111528
[pid=17288] ppid=17286 vsize=426596 CPUtime=0.69 cores=0-7
/proc/17288/stat : 17288 (python) S 17286 17288 16377 0 -1 4202496 15185 936 1 0 57 12 0 0 21 0 9 0 668716936 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17288/statm: 106649 7410 1889 364 0 42546 0
[pid=17294] ppid=17288 vsize=278472 CPUtime=0.12 cores=0-7
/proc/17294/stat : 17294 (python) S 17288 17288 16377 0 -1 4202560 908 0 0 0 6 6 0 0 18 0 1 0 668717012 285155328 5575 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879631 0 0 16781312 514 2819218182361809154 0 0 17 7 0 0 0
/proc/17294/statm: 69618 5575 377 364 0 5536 0
[pid=17296] ppid=17294 vsize=1017800 CPUtime=33.51 cores=0-7
/proc/17296/stat : 17296 (gnovelty+2) R 17294 17296 17296 0 -1 4202496 431 0 0 0 3351 0 0 0 25 0 1 0 668717012 1042227200 169 33554432000 134512640 135663704 4288565824 18446744073709551615 134525237 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17296/statm: 254450 169 113 282 0 254166 0
[pid=17297] ppid=17288 vsize=289280 CPUtime=2.17 cores=0-7
/proc/17297/stat : 17297 (python) R 17288 17288 16377 0 -1 4202560 930 0 0 0 188 29 0 0 18 0 1 0 668717015 296222720 5700 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/17297/statm: 72320 5700 371 364 0 8235 0
[pid=17299] ppid=17297 vsize=0 CPUtime=31.33 cores=0-7
/proc/17299/stat : 17299 (march_hi) R 17297 17299 17299 0 -1 4202500 1261 0 0 0 3133 0 0 0 25 0 1 0 668717015 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17299/statm: 0 0 0 0 0 0 0
[pid=17300] ppid=17288 vsize=365072 CPUtime=2.05 cores=0-7
/proc/17300/stat : 17300 (python) R 17288 17288 16377 0 -1 4202560 817 0 0 0 172 33 0 0 18 0 1 0 668717018 373833728 5877 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/17300/statm: 91268 5877 371 364 0 27180 0
[pid=17302] ppid=17300 vsize=0 CPUtime=31.46 cores=0-7
/proc/17302/stat : 17302 (march_hi) R 17300 17302 17302 0 -1 4202500 1252 0 0 0 3146 0 0 0 25 0 1 0 668717018 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/17302/statm: 0 0 0 0 0 0 0
[pid=17303] ppid=17288 vsize=375328 CPUtime=2.09 cores=0-7
/proc/17303/stat : 17303 (python) R 17288 17288 16377 0 -1 4202560 811 0 0 0 175 34 0 0 18 0 1 0 668717021 384335872 5838 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/17303/statm: 93832 5838 371 364 0 29741 0
[pid=17305] ppid=17303 vsize=0 CPUtime=31.33 cores=0-7
/proc/17305/stat : 17305 (march_hi) R 17303 17305 17305 0 -1 4202500 1256 0 0 0 3133 0 0 0 25 0 1 0 668717021 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/17305/statm: 0 0 0 0 0 0 0
[pid=17306] ppid=17288 vsize=385584 CPUtime=2.09 cores=0-7
/proc/17306/stat : 17306 (python) R 17288 17288 16377 0 -1 4202560 840 0 0 0 181 28 0 0 18 0 1 0 668717024 394838016 5860 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/17306/statm: 96396 5860 371 364 0 32302 0
[pid=17308] ppid=17306 vsize=0 CPUtime=31.31 cores=0-7
/proc/17308/stat : 17308 (march_hi) R 17306 17308 17308 0 -1 4202500 1256 0 0 0 3130 1 0 0 25 0 1 0 668717024 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17308/statm: 0 0 0 0 0 0 0
[pid=17309] ppid=17288 vsize=395840 CPUtime=0.11 cores=0-7
/proc/17309/stat : 17309 (python) R 17288 17288 16377 0 -1 4202560 815 0 0 0 6 5 0 0 18 0 1 0 668717027 405340160 5847 33554432000 4194304 5683644 140734129804896 18446744073709551615 4578042 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/17309/statm: 98960 5847 371 364 0 34863 0
[pid=17311] ppid=17309 vsize=454912 CPUtime=32.79 cores=0-7
/proc/17311/stat : 17311 (TNM) R 17309 17311 17311 0 -1 4202496 420 0 0 0 3279 0 0 0 25 0 1 0 668717027 465829888 160 33554432000 134512640 135008748 4293908368 18446744073709551615 134528671 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17311/statm: 113728 160 46 122 0 112628 0
[pid=17312] ppid=17288 vsize=406096 CPUtime=1.67 cores=0-7
/proc/17312/stat : 17312 (python) R 17288 17288 16377 0 -1 4202560 847 0 0 0 140 27 0 0 17 0 1 0 668717030 415842304 5971 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/17312/statm: 101524 5971 371 364 0 37424 0
[pid=17314] ppid=17312 vsize=0 CPUtime=31.38 cores=0-7
/proc/17314/stat : 17314 (march_hi) R 17312 17314 17314 0 -1 4202500 1262 0 0 0 3138 0 0 0 25 0 1 0 668717033 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/17314/statm: 0 0 0 0 0 0 0
[pid=17315] ppid=17288 vsize=416352 CPUtime=2 cores=0-7
/proc/17315/stat : 17315 (python) R 17288 17288 16377 0 -1 4202560 883 0 0 0 168 32 0 0 17 0 1 0 668717033 426344448 5894 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/17315/statm: 104088 5894 377 364 0 39985 0
[pid=17317] ppid=17315 vsize=0 CPUtime=31.28 cores=0-7
/proc/17317/stat : 17317 (march_hi) R 17315 17317 17317 0 -1 4202500 1266 0 0 0 3128 0 0 0 25 0 1 0 668717034 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17317/statm: 0 0 0 0 0 0 0
[pid=17288/tid=17295] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 16377 0 -1 4202560 27 936 0 0 0 0 0 0 17 0 9 0 668717012 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17298] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17298/stat : 17298 (python) S 17286 17288 16377 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 9 0 668717015 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 3 0 0 0
[pid=17288/tid=17301] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17301/stat : 17301 (python) S 17286 17288 16377 0 -1 4202560 74 936 0 0 0 0 0 0 19 0 9 0 668717018 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17304] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17304/stat : 17304 (python) S 17286 17288 16377 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 668717021 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17307] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17307/stat : 17307 (python) S 17286 17288 16377 0 -1 4202560 34 936 0 0 0 0 0 0 19 0 9 0 668717024 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 0 0 0 0
[pid=17288/tid=17310] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17310/stat : 17310 (python) S 17286 17288 16377 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 668717027 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 7 0 0 0
[pid=17288/tid=17313] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17313/stat : 17313 (python) S 17286 17288 16377 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 668717030 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 4 0 0 0
[pid=17288/tid=17316] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17316/stat : 17316 (python) S 17286 17288 16377 0 -1 4202560 33 936 0 0 0 0 0 0 21 0 9 0 668717034 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 267.38
Current children cumulated vsize (KiB) 4811332

[startup+34.4011 s]
/proc/loadavg: 8.20 8.20 8.15 15/514 17318
/proc/meminfo: memFree=19517856/32951124 swapFree=56449236/67111528
[pid=17288] ppid=17286 vsize=426596 CPUtime=0.69 cores=0-7
/proc/17288/stat : 17288 (python) S 17286 17288 16377 0 -1 4202496 15185 936 1 0 57 12 0 0 21 0 9 0 668716936 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17288/statm: 106649 7410 1889 364 0 42546 0
[pid=17294] ppid=17288 vsize=278472 CPUtime=0.12 cores=0-7
/proc/17294/stat : 17294 (python) S 17288 17288 16377 0 -1 4202560 908 0 0 0 6 6 0 0 18 0 1 0 668717012 285155328 5575 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879631 0 0 16781312 514 2819218182361809154 0 0 17 7 0 0 0
/proc/17294/statm: 69618 5575 377 364 0 5536 0
[pid=17296] ppid=17294 vsize=1017800 CPUtime=33.61 cores=0-7
/proc/17296/stat : 17296 (gnovelty+2) R 17294 17296 17296 0 -1 4202496 431 0 0 0 3361 0 0 0 25 0 1 0 668717012 1042227200 169 33554432000 134512640 135663704 4288565824 18446744073709551615 134545615 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17296/statm: 254450 169 113 282 0 254166 0
[pid=17297] ppid=17288 vsize=289280 CPUtime=2.27 cores=0-7
/proc/17297/stat : 17297 (python) R 17288 17288 16377 0 -1 4202560 930 0 0 0 196 31 0 0 18 0 1 0 668717015 296222720 5700 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/17297/statm: 72320 5700 371 364 0 8235 0
[pid=17299] ppid=17297 vsize=0 CPUtime=31.33 cores=0-7
/proc/17299/stat : 17299 (march_hi) R 17297 17299 17299 0 -1 4202500 1261 0 0 0 3133 0 0 0 25 0 1 0 668717015 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/17299/statm: 0 0 0 0 0 0 0
[pid=17300] ppid=17288 vsize=365072 CPUtime=2.14 cores=0-7
/proc/17300/stat : 17300 (python) R 17288 17288 16377 0 -1 4202560 817 0 0 0 180 34 0 0 18 0 1 0 668717018 373833728 5877 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/17300/statm: 91268 5877 371 364 0 27180 0
[pid=17302] ppid=17300 vsize=0 CPUtime=31.46 cores=0-7
/proc/17302/stat : 17302 (march_hi) R 17300 17302 17302 0 -1 4202500 1252 0 0 0 3146 0 0 0 25 0 1 0 668717018 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/17302/statm: 0 0 0 0 0 0 0
[pid=17303] ppid=17288 vsize=375328 CPUtime=2.19 cores=0-7
/proc/17303/stat : 17303 (python) R 17288 17288 16377 0 -1 4202560 811 0 0 0 184 35 0 0 18 0 1 0 668717021 384335872 5838 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/17303/statm: 93832 5838 371 364 0 29741 0
[pid=17305] ppid=17303 vsize=0 CPUtime=31.33 cores=0-7
/proc/17305/stat : 17305 (march_hi) R 17303 17305 17305 0 -1 4202500 1256 0 0 0 3133 0 0 0 25 0 1 0 668717021 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/17305/statm: 0 0 0 0 0 0 0
[pid=17306] ppid=17288 vsize=385584 CPUtime=2.19 cores=0-7
/proc/17306/stat : 17306 (python) R 17288 17288 16377 0 -1 4202560 840 0 0 0 190 29 0 0 18 0 1 0 668717024 394838016 5860 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/17306/statm: 96396 5860 371 364 0 32302 0
[pid=17308] ppid=17306 vsize=0 CPUtime=31.31 cores=0-7
/proc/17308/stat : 17308 (march_hi) R 17306 17308 17308 0 -1 4202500 1256 0 0 0 3130 1 0 0 25 0 1 0 668717024 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17308/statm: 0 0 0 0 0 0 0
[pid=17309] ppid=17288 vsize=395840 CPUtime=0.12 cores=0-7
/proc/17309/stat : 17309 (python) S 17288 17288 16377 0 -1 4202560 815 0 0 0 7 5 0 0 18 0 1 0 668717027 405340160 5847 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 2819218182361809155 0 0 17 7 0 0 0
/proc/17309/statm: 98960 5847 371 364 0 34863 0
[pid=17311] ppid=17309 vsize=454912 CPUtime=32.87 cores=0-7
/proc/17311/stat : 17311 (TNM) R 17309 17311 17311 0 -1 4202496 420 0 0 0 3287 0 0 0 25 0 1 0 668717027 465829888 160 33554432000 134512640 135008748 4293908368 18446744073709551615 134529155 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17311/statm: 113728 160 46 122 0 112628 0
[pid=17312] ppid=17288 vsize=406096 CPUtime=1.77 cores=0-7
/proc/17312/stat : 17312 (python) R 17288 17288 16377 0 -1 4202560 847 0 0 0 149 28 0 0 17 0 1 0 668717030 415842304 5971 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/17312/statm: 101524 5971 371 364 0 37424 0
[pid=17314] ppid=17312 vsize=0 CPUtime=31.38 cores=0-7
/proc/17314/stat : 17314 (march_hi) R 17312 17314 17314 0 -1 4202500 1262 0 0 0 3138 0 0 0 25 0 1 0 668717033 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/17314/statm: 0 0 0 0 0 0 0
[pid=17315] ppid=17288 vsize=416352 CPUtime=2.11 cores=0-7
/proc/17315/stat : 17315 (python) R 17288 17288 16377 0 -1 4202560 883 0 0 0 177 34 0 0 18 0 1 0 668717033 426344448 5894 33554432000 4194304 5683644 140734129804896 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/17315/statm: 104088 5894 377 364 0 39985 0
[pid=17317] ppid=17315 vsize=0 CPUtime=31.28 cores=0-7
/proc/17317/stat : 17317 (march_hi) R 17315 17317 17317 0 -1 4202500 1266 0 0 0 3128 0 0 0 25 0 1 0 668717034 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17317/statm: 0 0 0 0 0 0 0
[pid=17288/tid=17295] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17295/stat : 17295 (python) S 17286 17288 16377 0 -1 4202560 27 936 0 0 0 0 0 0 17 0 9 0 668717012 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17298] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17298/stat : 17298 (python) S 17286 17288 16377 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 9 0 668717015 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 3 0 0 0
[pid=17288/tid=17301] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17301/stat : 17301 (python) S 17286 17288 16377 0 -1 4202560 74 936 0 0 0 0 0 0 19 0 9 0 668717018 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17304] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17304/stat : 17304 (python) S 17286 17288 16377 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 668717021 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 6 0 0 0
[pid=17288/tid=17307] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17307/stat : 17307 (python) S 17286 17288 16377 0 -1 4202560 34 936 0 0 0 0 0 0 19 0 9 0 668717024 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 0 0 0 0
[pid=17288/tid=17310] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17310/stat : 17310 (python) S 17286 17288 16377 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 9 0 668717027 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 7 0 0 0
[pid=17288/tid=17313] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17313/stat : 17313 (python) S 17286 17288 16377 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 668717030 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 4 0 0 0
[pid=17288/tid=17316] ppid=17286 vsize=426596 CPUtime=0 cores=0-7
/proc/17288/task/17316/stat : 17316 (python) S 17286 17288 16377 0 -1 4202560 33 936 0 0 0 0 0 0 21 0 9 0 668717034 436834304 7410 33554432000 4194304 5683644 140734129804896 18446744073709551615 253652683185 0 0 16781312 2 18446604452781073408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 268.17
Current children cumulated vsize (KiB) 4811332

Child status: 0
Real time (s): 34.4818
CPU time (s): 268.79
CPU user time (s): 266.502
CPU system time (s): 2.28765
CPU usage (%): 779.512
Max. virtual memory (cumulated for all children) (KiB): 4842700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 266.502
system time used= 2.28765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37091
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= 7245
involuntary context switches= 4804

runsolver used 0.175973 second user time and 0.406938 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-16 20:39:25
IDJOB=3385625
IDBENCH=82890
IDSOLVER=1870
FILE ID=node106/3385625-1305571165
RUNJOBID= node106-1305564966-16391
PBS_JOBID= 13350144
Free space on /tmp= 73456 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1635333981-027.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385625-1305571165/watcher-3385625-1305571165 -o /tmp/evaluation-result-3385625-1305571165/solver-3385625-1305571165 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385625-1305571165.cnf -seed 1823898591 -budget 40000 -cores 8

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

MD5SUM BENCH= 5ba52a7ac0a84086dc4098f6b5213446
RANDOM SEED=1823898591

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19568792 kB
Buffers:        316292 kB
Cached:        7085644 kB
SwapCached:      27532 kB
Active:        4065316 kB
Inactive:      9035188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19568792 kB
SwapTotal:    67111528 kB
SwapFree:     56449236 kB
Dirty:           31588 kB
Writeback:           0 kB
AnonPages:     5679840 kB
Mapped:          22112 kB
Slab:           138196 kB
PageTables:      68584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145782908 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= 73424 MiB
End job on node106 at 2011-05-16 20:40:00