Trace number 3321997

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-randomUNSAT 77.4112 11.1994

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S648064606-012.UNKNOWN.cnf
MD5SUM24f29f9a1e0f9e8aba36541592ba8e3a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.2464
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3321997-1304370471.cnf
0.31/0.45	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.31/0.48	c INFO: computed variable balance statistics
0.41/0.51	c INFO: computed small-clause counts
0.41/0.51	c INFO: computed Horn-clause counts
0.41/0.51	c INFO: computed variable graph statistics
0.41/0.51	c INFO: collected features for HOME/instance-3321997-1304370471.cnf in 0.06 s
0.41/0.55	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.56)
0.41/0.58	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.28)
0.51/0.62	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.19)
0.51/0.66	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.27)
0.61/0.70	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.61/0.74	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.30)
0.61/0.78	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.23)
0.70/0.82	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.20)
76.66/11.17	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: 935)

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-3321997-1304370471/watcher-3321997-1304370471 -o /tmp/evaluation-result-3321997-1304370471/solver-3321997-1304370471 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321997-1304370471.cnf -seed 1027144391 -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: 9.51 8.89 8.27 3/262 18685
/proc/meminfo: memFree=24683632/32951124 swapFree=66863592/67111528
[pid=18685] ppid=18683 vsize=15772 CPUtime=0 cores=0-7
/proc/18685/stat : 18685 (python) R 18683 18685 17722 0 -1 4202496 902 0 0 0 0 0 0 0 25 0 1 0 548645274 16150528 783 33554432000 4194304 5683644 140736755572496 18446744073709551615 5140832 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18685/statm: 3943 783 346 364 0 430 0

[startup+0.062646 s]
/proc/loadavg: 9.51 8.89 8.27 3/262 18685
/proc/meminfo: memFree=24683632/32951124 swapFree=66863592/67111528
[pid=18685] ppid=18683 vsize=50008 CPUtime=0.03 cores=0-7
/proc/18685/stat : 18685 (python) R 18683 18685 17722 0 -1 4202496 1947 0 0 0 3 0 0 0 25 0 1 0 548645274 51208192 1712 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335890432 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18685/statm: 12502 1712 476 364 0 1202 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 50008

[startup+0.100683 s]
/proc/loadavg: 9.51 8.89 8.27 3/262 18685
/proc/meminfo: memFree=24683632/32951124 swapFree=66863592/67111528
[pid=18685] ppid=18683 vsize=104612 CPUtime=0.06 cores=0-7
/proc/18685/stat : 18685 (python) S 18683 18685 17722 0 -1 4202496 3144 0 0 0 4 2 0 0 17 0 1 0 548645274 107122688 2821 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/18685/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104612

[startup+0.300596 s]
/proc/loadavg: 9.51 8.89 8.27 3/262 18685
/proc/meminfo: memFree=24683632/32951124 swapFree=66863592/67111528
[pid=18685] ppid=18683 vsize=198916 CPUtime=0.23 cores=0-7
/proc/18685/stat : 18685 (python) R 18683 18685 17722 0 -1 4202496 7020 935 1 0 17 6 0 0 17 0 1 0 548645274 203689984 5053 33554432000 4194304 5683644 140736755572496 18446744073709551615 4620220 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18685/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700527 s]
/proc/loadavg: 9.51 8.89 8.27 3/262 18685
/proc/meminfo: memFree=24683632/32951124 swapFree=66863592/67111528
[pid=18685] ppid=18683 vsize=385568 CPUtime=0.61 cores=0-7
/proc/18685/stat : 18685 (python) R 18683 18685 17722 0 -1 4202496 12520 935 1 0 51 10 0 0 21 0 5 0 548645274 394821632 7467 33554432000 4194304 5683644 140736755572496 18446744073709551615 232339330966 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18685/statm: 96392 7467 1880 364 0 32301 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 385568

[startup+1.50138 s]
/proc/loadavg: 9.63 8.93 8.28 12/286 18714
/proc/meminfo: memFree=24628508/32951124 swapFree=66863592/67111528
[pid=18685] ppid=18683 vsize=426592 CPUtime=0.73 cores=0-7
/proc/18685/stat : 18685 (python) S 18683 18685 17722 0 -1 4202496 15199 935 1 0 62 11 0 0 25 0 9 0 548645274 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18685/statm: 106648 7393 1889 364 0 42545 0
[pid=18691] ppid=18685 vsize=278572 CPUtime=0 cores=0-7
/proc/18691/stat : 18691 (python) S 18685 18685 17722 0 -1 4202560 711 0 0 0 0 0 0 0 18 0 1 0 548645329 285257728 5545 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912463 0 0 16781312 514 3313718868324646911 0 0 17 1 0 0 0
/proc/18691/statm: 69643 5545 347 364 0 5561 0
[pid=18693] ppid=18691 vsize=454900 CPUtime=0.94 cores=0-7
/proc/18693/stat : 18693 (TNM) R 18691 18693 18693 0 -1 4202496 416 0 0 0 94 0 0 0 22 0 1 0 548645329 465817600 150 33554432000 134512640 135008748 4292909568 18446744073709551615 134527704 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18693/statm: 113725 150 46 122 0 112625 0
[pid=18694] ppid=18685 vsize=289276 CPUtime=0 cores=0-7
/proc/18694/stat : 18694 (python) S 18685 18685 17722 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 548645333 296218624 5677 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 16852830174851366911 0 0 17 3 0 0 0
/proc/18694/statm: 72319 5677 348 364 0 8234 0
[pid=18696] ppid=18694 vsize=1808 CPUtime=0.58 cores=0-7
/proc/18696/stat : 18696 (march_hi) R 18694 18696 18696 0 -1 4202496 552 0 0 0 58 0 0 0 23 0 1 0 548645333 1851392 291 33554432000 4194304 4955518 140734620580112 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18696/statm: 452 291 104 186 0 265 0
[pid=18697] ppid=18685 vsize=365068 CPUtime=0 cores=0-7
/proc/18697/stat : 18697 (python) S 18685 18685 17722 0 -1 4202560 713 0 0 0 0 0 0 0 15 0 1 0 548645337 373829632 5854 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 17271577254144475393 0 0 17 7 0 0 0
/proc/18697/statm: 91267 5854 348 364 0 27179 0
[pid=18699] ppid=18697 vsize=1940 CPUtime=0.85 cores=0-7
/proc/18699/stat : 18699 (march_hi) R 18697 18699 18699 0 -1 4202496 546 0 0 0 85 0 0 0 23 0 1 0 548645337 1986560 293 33554432000 4194304 4955518 140735665308864 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18699/statm: 485 293 104 186 0 298 0
[pid=18700] ppid=18685 vsize=375324 CPUtime=0 cores=0-7
/proc/18700/stat : 18700 (python) S 18685 18685 17722 0 -1 4202560 718 0 0 0 0 0 0 0 15 0 1 0 548645340 384331776 5811 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 3684656983018799364 0 0 17 1 0 0 0
/proc/18700/statm: 93831 5811 348 364 0 29740 0
[pid=18702] ppid=18700 vsize=1940 CPUtime=0.82 cores=0-7
/proc/18702/stat : 18702 (march_hi) R 18700 18702 18702 0 -1 4202496 548 0 0 0 82 0 0 0 25 0 1 0 548645341 1986560 294 33554432000 4194304 4955518 140734048221744 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18702/statm: 485 294 104 186 0 298 0
[pid=18703] ppid=18685 vsize=385580 CPUtime=0 cores=0-7
/proc/18703/stat : 18703 (python) S 18685 18685 17722 0 -1 4202560 722 0 0 0 0 0 0 0 22 0 1 0 548645344 394833920 5935 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 2368718585943031807 0 0 17 0 0 0 0
/proc/18703/statm: 96395 5935 348 364 0 32301 0
[pid=18705] ppid=18703 vsize=1017800 CPUtime=0.78 cores=0-7
/proc/18705/stat : 18705 (gnovelty+2) R 18703 18705 18705 0 -1 4202496 416 0 0 0 78 0 0 0 25 0 1 0 548645345 1042227200 162 33554432000 134512640 135663704 4294677152 18446744073709551615 134545529 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18705/statm: 254450 162 113 282 0 254166 0
[pid=18706] ppid=18685 vsize=395836 CPUtime=0 cores=0-7
/proc/18706/stat : 18706 (python) S 18685 18685 17722 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 548645348 405336064 5956 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 16971089522366316804 0 0 17 6 0 0 0
/proc/18706/statm: 98959 5956 348 364 0 34862 0
[pid=18708] ppid=18706 vsize=1808 CPUtime=0.31 cores=0-7
/proc/18708/stat : 18708 (march_hi) R 18706 18708 18708 0 -1 4202496 537 0 0 0 31 0 0 0 25 0 1 0 548645350 1851392 281 33554432000 4194304 4955518 140736985231216 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18708/statm: 452 281 104 186 0 265 0
[pid=18709] ppid=18685 vsize=406092 CPUtime=0 cores=0-7
/proc/18709/stat : 18709 (python) S 18685 18685 17722 0 -1 4202560 744 0 0 0 0 0 0 0 20 0 1 0 548645352 415838208 5977 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 11706597062249251075 0 0 17 6 0 0 0
/proc/18709/statm: 101523 5977 348 364 0 37423 0
[pid=18711] ppid=18709 vsize=1808 CPUtime=0.68 cores=0-7
/proc/18711/stat : 18711 (march_hi) R 18709 18711 18711 0 -1 4202496 550 0 0 0 68 0 0 0 25 0 1 0 548645355 1851392 292 33554432000 4194304 4955518 140735941388064 18446744073709551615 4306969 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18711/statm: 452 292 104 186 0 265 0
[pid=18712] ppid=18685 vsize=416348 CPUtime=0 cores=0-7
/proc/18712/stat : 18712 (python) R 18685 18685 17722 0 -1 4202560 790 0 0 0 0 0 0 0 22 0 1 0 548645357 426340352 5854 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/18712/statm: 104087 5854 354 364 0 39984 0
[pid=18714] ppid=18712 vsize=1808 CPUtime=0.67 cores=0-7
/proc/18714/stat : 18714 (march_hi) R 18712 18714 18714 0 -1 4202496 553 0 0 0 67 0 0 0 25 0 1 0 548645357 1851392 292 33554432000 4194304 4955518 140734878790864 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18714/statm: 452 292 104 186 0 265 0
[pid=18685/tid=18692] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18692/stat : 18692 (python) S 18683 18685 17722 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 548645329 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 2 0 0 0
[pid=18685/tid=18695] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18695/stat : 18695 (python) S 18683 18685 17722 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 548645333 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 3 0 0 0
[pid=18685/tid=18698] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18698/stat : 18698 (python) S 18683 18685 17722 0 -1 4202560 80 935 0 0 0 0 0 0 19 0 9 0 548645337 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 0 0 0 0
[pid=18685/tid=18701] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18701/stat : 18701 (python) S 18683 18685 17722 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 548645341 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18704] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18704/stat : 18704 (python) S 18683 18685 17722 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 9 0 548645345 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 0 0 0 0
[pid=18685/tid=18707] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18707/stat : 18707 (python) S 18683 18685 17722 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 548645348 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18710] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18710/stat : 18710 (python) S 18683 18685 17722 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 548645353 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18713] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18713/stat : 18713 (python) S 18683 18685 17722 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 548645357 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 4822500

[startup+3.1011 s]
/proc/loadavg: 9.63 8.93 8.28 10/286 18714
/proc/meminfo: memFree=24627640/32951124 swapFree=66863592/67111528
[pid=18685] ppid=18683 vsize=426592 CPUtime=0.73 cores=0-7
/proc/18685/stat : 18685 (python) S 18683 18685 17722 0 -1 4202496 15199 935 1 0 62 11 0 0 25 0 9 0 548645274 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18685/statm: 106648 7393 1889 364 0 42545 0
[pid=18691] ppid=18685 vsize=278572 CPUtime=0 cores=0-7
/proc/18691/stat : 18691 (python) S 18685 18685 17722 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 548645329 285257728 5552 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912463 0 0 16781312 514 3313718868324614404 0 0 17 1 0 0 0
/proc/18691/statm: 69643 5552 354 364 0 5561 0
[pid=18693] ppid=18691 vsize=454900 CPUtime=2.54 cores=0-7
/proc/18693/stat : 18693 (TNM) R 18691 18693 18693 0 -1 4202496 416 0 0 0 254 0 0 0 25 0 1 0 548645329 465817600 150 33554432000 134512640 135008748 4292909568 18446744073709551615 134527082 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18693/statm: 113725 150 46 122 0 112625 0
[pid=18694] ppid=18685 vsize=289276 CPUtime=0 cores=0-7
/proc/18694/stat : 18694 (python) S 18685 18685 17722 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 548645333 296218624 5677 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 7406772123877736705 0 0 17 3 0 0 0
/proc/18694/statm: 72319 5677 348 364 0 8234 0
[pid=18696] ppid=18694 vsize=1940 CPUtime=1.38 cores=0-7
/proc/18696/stat : 18696 (march_hi) R 18694 18696 18696 0 -1 4202496 571 0 0 0 138 0 0 0 25 0 1 0 548645333 1986560 310 33554432000 4194304 4955518 140734620580112 18446744073709551615 4235379 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18696/statm: 485 310 104 186 0 298 0
[pid=18697] ppid=18685 vsize=365068 CPUtime=0 cores=0-7
/proc/18697/stat : 18697 (python) S 18685 18685 17722 0 -1 4202560 717 0 0 0 0 0 0 0 15 0 1 0 548645337 373829632 5854 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 17271577254144475393 0 0 17 7 0 0 0
/proc/18697/statm: 91267 5854 348 364 0 27179 0
[pid=18699] ppid=18697 vsize=2076 CPUtime=2.44 cores=0-7
/proc/18699/stat : 18699 (march_hi) R 18697 18699 18699 0 -1 4202496 593 0 0 0 244 0 0 0 25 0 1 0 548645337 2125824 340 33554432000 4194304 4955518 140735665308864 18446744073709551615 4238968 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18699/statm: 519 340 104 186 0 332 0
[pid=18700] ppid=18685 vsize=375324 CPUtime=0 cores=0-7
/proc/18700/stat : 18700 (python) S 18685 18685 17722 0 -1 4202560 719 0 0 0 0 0 0 0 15 0 1 0 548645340 384331776 5811 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 3684656983018799364 0 0 17 1 0 0 0
/proc/18700/statm: 93831 5811 348 364 0 29740 0
[pid=18702] ppid=18700 vsize=1940 CPUtime=2.42 cores=0-7
/proc/18702/stat : 18702 (march_hi) R 18700 18702 18702 0 -1 4202496 572 0 0 0 242 0 0 0 25 0 1 0 548645341 1986560 318 33554432000 4194304 4955518 140734048221744 18446744073709551615 4210584 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18702/statm: 485 318 104 186 0 298 0
[pid=18703] ppid=18685 vsize=385580 CPUtime=0 cores=0-7
/proc/18703/stat : 18703 (python) S 18685 18685 17722 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 548645344 394833920 5935 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 2368718585942999300 0 0 17 0 0 0 0
/proc/18703/statm: 96395 5935 348 364 0 32301 0
[pid=18705] ppid=18703 vsize=1017800 CPUtime=2.38 cores=0-7
/proc/18705/stat : 18705 (gnovelty+2) R 18703 18705 18705 0 -1 4202496 416 0 0 0 238 0 0 0 25 0 1 0 548645345 1042227200 162 33554432000 134512640 135663704 4294677152 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18705/statm: 254450 162 113 282 0 254166 0
[pid=18706] ppid=18685 vsize=395836 CPUtime=0 cores=0-7
/proc/18706/stat : 18706 (python) S 18685 18685 17722 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 548645348 405336064 5956 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 16971089522366316804 0 0 17 6 0 0 0
/proc/18706/statm: 98959 5956 348 364 0 34862 0
[pid=18708] ppid=18706 vsize=1940 CPUtime=1.11 cores=0-7
/proc/18708/stat : 18708 (march_hi) R 18706 18708 18708 0 -1 4202496 552 0 0 0 111 0 0 0 25 0 1 0 548645350 1986560 296 33554432000 4194304 4955518 140736985231216 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18708/statm: 485 296 104 186 0 298 0
[pid=18709] ppid=18685 vsize=406092 CPUtime=0 cores=0-7
/proc/18709/stat : 18709 (python) S 18685 18685 17722 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 548645352 415838208 5977 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 11706597062249251075 0 0 17 6 0 0 0
/proc/18709/statm: 101523 5977 348 364 0 37423 0
[pid=18711] ppid=18709 vsize=1940 CPUtime=2.27 cores=0-7
/proc/18711/stat : 18711 (march_hi) R 18709 18711 18711 0 -1 4202496 576 0 0 0 227 0 0 0 25 0 1 0 548645355 1986560 318 33554432000 4194304 4955518 140735941388064 18446744073709551615 4235338 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18711/statm: 485 318 104 186 0 298 0
[pid=18712] ppid=18685 vsize=416348 CPUtime=0 cores=0-7
/proc/18712/stat : 18712 (python) S 18685 18685 17722 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 1 0 548645357 426340352 5854 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 7357975797837037827 0 0 17 4 0 0 0
/proc/18712/statm: 104087 5854 354 364 0 39984 0
[pid=18714] ppid=18712 vsize=1940 CPUtime=2.26 cores=0-7
/proc/18714/stat : 18714 (march_hi) R 18712 18714 18714 0 -1 4202496 579 0 0 0 226 0 0 0 25 0 1 0 548645357 1986560 318 33554432000 4194304 4955518 140734878790864 18446744073709551615 4238406 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18714/statm: 485 318 104 186 0 298 0
[pid=18685/tid=18692] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18692/stat : 18692 (python) S 18683 18685 17722 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 548645329 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 2 0 0 0
[pid=18685/tid=18695] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18695/stat : 18695 (python) S 18683 18685 17722 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 548645333 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 3 0 0 0
[pid=18685/tid=18698] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18698/stat : 18698 (python) S 18683 18685 17722 0 -1 4202560 80 935 0 0 0 0 0 0 19 0 9 0 548645337 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 0 0 0 0
[pid=18685/tid=18701] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18701/stat : 18701 (python) S 18683 18685 17722 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 548645341 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18704] ppid=18683 vsize=426592 CPUtime=0 cores=0-7

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

[pid=18712] ppid=18685 vsize=416348 CPUtime=0.02 cores=0-7
/proc/18712/stat : 18712 (python) S 18685 18685 17722 0 -1 4202560 878 0 0 0 2 0 0 0 15 0 1 0 548645357 426340352 5877 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 7357975797837037827 0 0 17 4 0 0 0
/proc/18712/statm: 104087 5877 377 364 0 39984 0
[pid=18714] ppid=18712 vsize=2756 CPUtime=9.4 cores=0-7
/proc/18714/stat : 18714 (march_hi) R 18712 18714 18714 0 -1 4202496 712 0 0 0 940 0 0 0 25 0 1 0 548645357 2822144 451 33554432000 4194304 4955518 140734878790864 18446744073709551615 4286672 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18714/statm: 689 451 104 186 0 502 0
[pid=18685/tid=18692] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18692/stat : 18692 (python) S 18683 18685 17722 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 548645329 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 2 0 0 0
[pid=18685/tid=18695] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18695/stat : 18695 (python) S 18683 18685 17722 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 548645333 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 3 0 0 0
[pid=18685/tid=18698] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18698/stat : 18698 (python) S 18683 18685 17722 0 -1 4202560 80 935 0 0 0 0 0 0 19 0 9 0 548645337 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 0 0 0 0
[pid=18685/tid=18701] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18701/stat : 18701 (python) S 18683 18685 17722 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 548645341 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18704] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18704/stat : 18704 (python) S 18683 18685 17722 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 9 0 548645345 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 0 0 0 0
[pid=18685/tid=18707] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18707/stat : 18707 (python) S 18683 18685 17722 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 548645348 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18710] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18710/stat : 18710 (python) S 18683 18685 17722 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 548645353 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18713] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18713/stat : 18713 (python) S 18683 18685 17722 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 548645357 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 70.64
Current children cumulated vsize (KiB) 4827184

[startup+10.7017 s]
/proc/loadavg: 9.58 8.93 8.29 10/286 18714
/proc/meminfo: memFree=24625956/32951124 swapFree=66863592/67111528
[pid=18685] ppid=18683 vsize=426592 CPUtime=0.73 cores=0-7
/proc/18685/stat : 18685 (python) S 18683 18685 17722 0 -1 4202496 15199 935 1 0 62 11 0 0 25 0 9 0 548645274 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18685/statm: 106648 7393 1889 364 0 42545 0
[pid=18691] ppid=18685 vsize=278572 CPUtime=0.02 cores=0-7
/proc/18691/stat : 18691 (python) S 18685 18685 17722 0 -1 4202560 899 0 0 0 1 1 0 0 18 0 1 0 548645329 285257728 5575 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912463 0 0 16781312 514 8815813862763757828 0 0 17 1 0 0 0
/proc/18691/statm: 69643 5575 377 364 0 5561 0
[pid=18693] ppid=18691 vsize=454900 CPUtime=10.11 cores=0-7
/proc/18693/stat : 18693 (TNM) R 18691 18693 18693 0 -1 4202496 416 0 0 0 1011 0 0 0 25 0 1 0 548645329 465817600 150 33554432000 134512640 135008748 4292909568 18446744073709551615 134536567 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18693/statm: 113725 150 46 122 0 112625 0
[pid=18694] ppid=18685 vsize=289276 CPUtime=0.03 cores=0-7
/proc/18694/stat : 18694 (python) S 18685 18685 17722 0 -1 4202560 907 0 0 0 2 1 0 0 15 0 1 0 548645333 296218624 5700 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 7406772123877736705 0 0 17 3 0 0 0
/proc/18694/statm: 72319 5700 371 364 0 8234 0
[pid=18696] ppid=18694 vsize=2528 CPUtime=8.15 cores=0-7
/proc/18696/stat : 18696 (march_hi) R 18694 18696 18696 0 -1 4202496 686 0 0 0 815 0 0 0 25 0 1 0 548645333 2588672 425 33554432000 4194304 4955518 140734620580112 18446744073709551615 4227651 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18696/statm: 632 425 104 186 0 445 0
[pid=18697] ppid=18685 vsize=365068 CPUtime=0.03 cores=0-7
/proc/18697/stat : 18697 (python) S 18685 18685 17722 0 -1 4202560 802 0 0 0 2 1 0 0 15 0 1 0 548645337 373829632 5877 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 17271577254144475393 0 0 17 7 0 0 0
/proc/18697/statm: 91267 5877 371 364 0 27179 0
[pid=18699] ppid=18697 vsize=2756 CPUtime=9.94 cores=0-7
/proc/18699/stat : 18699 (march_hi) R 18697 18699 18699 0 -1 4202496 712 0 0 0 994 0 0 0 25 0 1 0 548645337 2822144 459 33554432000 4194304 4955518 140735665308864 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18699/statm: 689 459 104 186 0 502 0
[pid=18700] ppid=18685 vsize=375324 CPUtime=0.03 cores=0-7
/proc/18700/stat : 18700 (python) S 18685 18685 17722 0 -1 4202560 797 0 0 0 2 1 0 0 15 0 1 0 548645340 384331776 5834 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 3684656983018799364 0 0 17 1 0 0 0
/proc/18700/statm: 93831 5834 371 364 0 29740 0
[pid=18702] ppid=18700 vsize=2756 CPUtime=9.97 cores=0-7
/proc/18702/stat : 18702 (march_hi) R 18700 18702 18702 0 -1 4202496 715 0 0 0 997 0 0 0 25 0 1 0 548645341 2822144 461 33554432000 4194304 4955518 140734048221744 18446744073709551615 4227576 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18702/statm: 689 461 104 186 0 502 0
[pid=18703] ppid=18685 vsize=385580 CPUtime=0 cores=0-7
/proc/18703/stat : 18703 (python) S 18685 18685 17722 0 -1 4202560 795 0 0 0 0 0 0 0 18 0 1 0 548645344 394833920 5957 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 2368718585942999300 0 0 17 0 0 0 0
/proc/18703/statm: 96395 5957 370 364 0 32301 0
[pid=18705] ppid=18703 vsize=1017800 CPUtime=9.97 cores=0-7
/proc/18705/stat : 18705 (gnovelty+2) R 18703 18705 18705 0 -1 4202496 416 0 0 0 997 0 0 0 25 0 1 0 548645345 1042227200 162 33554432000 134512640 135663704 4294677152 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18705/statm: 254450 162 113 282 0 254166 0
[pid=18706] ppid=18685 vsize=395836 CPUtime=0.02 cores=0-7
/proc/18706/stat : 18706 (python) S 18685 18685 17722 0 -1 4202560 817 0 0 0 1 1 0 0 15 0 1 0 548645348 405336064 5979 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 16971089522366316804 0 0 17 6 0 0 0
/proc/18706/statm: 98959 5979 371 364 0 34862 0
[pid=18708] ppid=18706 vsize=2244 CPUtime=4.95 cores=0-7
/proc/18708/stat : 18708 (march_hi) R 18706 18708 18708 0 -1 4202496 628 0 0 0 495 0 0 0 25 0 1 0 548645350 2297856 372 33554432000 4194304 4955518 140736985231216 18446744073709551615 4261424 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18708/statm: 561 372 104 186 0 374 0
[pid=18709] ppid=18685 vsize=406092 CPUtime=0.02 cores=0-7
/proc/18709/stat : 18709 (python) S 18685 18685 17722 0 -1 4202560 827 0 0 0 1 1 0 0 15 0 1 0 548645352 415838208 6000 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 11706597062249251075 0 0 17 2 0 0 0
/proc/18709/statm: 101523 6000 371 364 0 37423 0
[pid=18711] ppid=18709 vsize=2756 CPUtime=9.87 cores=0-7
/proc/18711/stat : 18711 (march_hi) R 18709 18711 18711 0 -1 4202496 718 0 0 0 987 0 0 0 25 0 1 0 548645355 2822144 460 33554432000 4194304 4955518 140735941388064 18446744073709551615 4227970 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18711/statm: 689 460 104 186 0 502 0
[pid=18712] ppid=18685 vsize=416348 CPUtime=0.02 cores=0-7
/proc/18712/stat : 18712 (python) S 18685 18685 17722 0 -1 4202560 878 0 0 0 2 0 0 0 15 0 1 0 548645357 426340352 5877 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 7357975797837037827 0 0 17 4 0 0 0
/proc/18712/statm: 104087 5877 377 364 0 39984 0
[pid=18714] ppid=18712 vsize=2756 CPUtime=9.8 cores=0-7
/proc/18714/stat : 18714 (march_hi) R 18712 18714 18714 0 -1 4202496 719 0 0 0 980 0 0 0 25 0 1 0 548645357 2822144 458 33554432000 4194304 4955518 140734878790864 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18714/statm: 689 458 104 186 0 502 0
[pid=18685/tid=18692] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18692/stat : 18692 (python) S 18683 18685 17722 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 548645329 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 2 0 0 0
[pid=18685/tid=18695] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18695/stat : 18695 (python) S 18683 18685 17722 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 548645333 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 3 0 0 0
[pid=18685/tid=18698] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18698/stat : 18698 (python) S 18683 18685 17722 0 -1 4202560 80 935 0 0 0 0 0 0 19 0 9 0 548645337 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 0 0 0 0
[pid=18685/tid=18701] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18701/stat : 18701 (python) S 18683 18685 17722 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 548645341 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18704] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18704/stat : 18704 (python) S 18683 18685 17722 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 9 0 548645345 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 0 0 0 0
[pid=18685/tid=18707] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18707/stat : 18707 (python) S 18683 18685 17722 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 548645348 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18710] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18710/stat : 18710 (python) S 18683 18685 17722 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 548645353 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18713] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18713/stat : 18713 (python) S 18683 18685 17722 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 548645357 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 73.66
Current children cumulated vsize (KiB) 4827184

[startup+11.1017 s]
/proc/loadavg: 9.54 8.93 8.29 10/286 18714
/proc/meminfo: memFree=24624964/32951124 swapFree=66863592/67111528
[pid=18685] ppid=18683 vsize=426592 CPUtime=0.73 cores=0-7
/proc/18685/stat : 18685 (python) S 18683 18685 17722 0 -1 4202496 15199 935 1 0 62 11 0 0 25 0 9 0 548645274 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18685/statm: 106648 7393 1889 364 0 42545 0
[pid=18691] ppid=18685 vsize=278572 CPUtime=0.02 cores=0-7
/proc/18691/stat : 18691 (python) S 18685 18685 17722 0 -1 4202560 899 0 0 0 1 1 0 0 18 0 1 0 548645329 285257728 5575 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912463 0 0 16781312 514 8815813862763757828 0 0 17 1 0 0 0
/proc/18691/statm: 69643 5575 377 364 0 5561 0
[pid=18693] ppid=18691 vsize=454900 CPUtime=10.51 cores=0-7
/proc/18693/stat : 18693 (TNM) R 18691 18693 18693 0 -1 4202496 416 0 0 0 1051 0 0 0 25 0 1 0 548645329 465817600 150 33554432000 134512640 135008748 4292909568 18446744073709551615 134529678 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18693/statm: 113725 150 46 122 0 112625 0
[pid=18694] ppid=18685 vsize=289276 CPUtime=0.03 cores=0-7
/proc/18694/stat : 18694 (python) S 18685 18685 17722 0 -1 4202560 907 0 0 0 2 1 0 0 15 0 1 0 548645333 296218624 5700 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 7406772123877736705 0 0 17 3 0 0 0
/proc/18694/statm: 72319 5700 371 364 0 8234 0
[pid=18696] ppid=18694 vsize=2528 CPUtime=8.55 cores=0-7
/proc/18696/stat : 18696 (march_hi) R 18694 18696 18696 0 -1 4202496 694 0 0 0 855 0 0 0 25 0 1 0 548645333 2588672 433 33554432000 4194304 4955518 140734620580112 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18696/statm: 632 433 104 186 0 445 0
[pid=18697] ppid=18685 vsize=365068 CPUtime=0.03 cores=0-7
/proc/18697/stat : 18697 (python) S 18685 18685 17722 0 -1 4202560 804 0 0 0 2 1 0 0 15 0 1 0 548645337 373829632 5877 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 5602228566352691457 0 0 17 7 0 0 0
/proc/18697/statm: 91267 5877 371 364 0 27179 0
[pid=18699] ppid=18697 vsize=2756 CPUtime=10.33 cores=0-7
/proc/18699/stat : 18699 (march_hi) R 18697 18699 18699 0 -1 4202496 722 0 0 0 1033 0 0 0 25 0 1 0 548645337 2822144 469 33554432000 4194304 4955518 140735665308864 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18699/statm: 689 469 104 186 0 502 0
[pid=18700] ppid=18685 vsize=375324 CPUtime=0.05 cores=0-7
/proc/18700/stat : 18700 (python) R 18685 18685 17722 0 -1 4202560 798 0 0 0 4 1 0 0 15 0 1 0 548645340 384331776 5834 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18700/statm: 93831 5834 371 364 0 29740 0
[pid=18702] ppid=18700 vsize=0 CPUtime=10.34 cores=0-7
/proc/18702/stat : 18702 (march_hi) R 18700 18702 18702 0 -1 4202500 724 0 0 0 1034 0 0 0 25 0 1 0 548645341 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18702/statm: 0 0 0 0 0 0 0
[pid=18703] ppid=18685 vsize=385580 CPUtime=0.01 cores=0-7
/proc/18703/stat : 18703 (python) S 18685 18685 17722 0 -1 4202560 796 0 0 0 1 0 0 0 18 0 1 0 548645344 394833920 5958 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 8815813862763757828 0 0 17 0 0 0 0
/proc/18703/statm: 96395 5958 371 364 0 32301 0
[pid=18705] ppid=18703 vsize=1017800 CPUtime=10.36 cores=0-7
/proc/18705/stat : 18705 (gnovelty+2) R 18703 18705 18705 0 -1 4202496 416 0 0 0 1036 0 0 0 25 0 1 0 548645345 1042227200 162 33554432000 134512640 135663704 4294677152 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18705/statm: 254450 162 113 282 0 254166 0
[pid=18706] ppid=18685 vsize=395836 CPUtime=0.02 cores=0-7
/proc/18706/stat : 18706 (python) S 18685 18685 17722 0 -1 4202560 817 0 0 0 1 1 0 0 15 0 1 0 548645348 405336064 5979 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 16971089522366316804 0 0 17 6 0 0 0
/proc/18706/statm: 98959 5979 371 364 0 34862 0
[pid=18708] ppid=18706 vsize=2244 CPUtime=5.15 cores=0-7
/proc/18708/stat : 18708 (march_hi) R 18706 18708 18708 0 -1 4202496 631 0 0 0 515 0 0 0 25 0 1 0 548645350 2297856 375 33554432000 4194304 4955518 140736985231216 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18708/statm: 561 375 104 186 0 374 0
[pid=18709] ppid=18685 vsize=406092 CPUtime=0.03 cores=0-7
/proc/18709/stat : 18709 (python) S 18685 18685 17722 0 -1 4202560 827 0 0 0 2 1 0 0 15 0 1 0 548645352 415838208 6000 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 5602228566352691459 0 0 17 2 0 0 0
/proc/18709/statm: 101523 6000 371 364 0 37423 0
[pid=18711] ppid=18709 vsize=2756 CPUtime=10.27 cores=0-7
/proc/18711/stat : 18711 (march_hi) R 18709 18711 18711 0 -1 4202496 727 0 0 0 1027 0 0 0 25 0 1 0 548645355 2822144 469 33554432000 4194304 4955518 140735941388064 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18711/statm: 689 469 104 186 0 502 0
[pid=18712] ppid=18685 vsize=416348 CPUtime=0.03 cores=0-7
/proc/18712/stat : 18712 (python) S 18685 18685 17722 0 -1 4202560 878 0 0 0 2 1 0 0 15 0 1 0 548645357 426340352 5877 33554432000 4194304 5683644 140736755572496 18446744073709551615 232335912518 0 0 16781312 514 7357975797837037827 0 0 17 4 0 0 0
/proc/18712/statm: 104087 5877 377 364 0 39984 0
[pid=18714] ppid=18712 vsize=2756 CPUtime=10.2 cores=0-7
/proc/18714/stat : 18714 (march_hi) R 18712 18714 18714 0 -1 4202496 729 0 0 0 1020 0 0 0 25 0 1 0 548645357 2822144 468 33554432000 4194304 4955518 140734878790864 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18714/statm: 689 468 104 186 0 502 0
[pid=18685/tid=18692] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18692/stat : 18692 (python) S 18683 18685 17722 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 548645329 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 2 0 0 0
[pid=18685/tid=18695] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18695/stat : 18695 (python) S 18683 18685 17722 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 548645333 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 3 0 0 0
[pid=18685/tid=18698] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18698/stat : 18698 (python) S 18683 18685 17722 0 -1 4202560 80 935 0 0 0 0 0 0 19 0 9 0 548645337 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 0 0 0 0
[pid=18685/tid=18701] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18701/stat : 18701 (python) S 18683 18685 17722 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 548645341 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18704] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18704/stat : 18704 (python) S 18683 18685 17722 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 9 0 548645345 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 0 0 0 0
[pid=18685/tid=18707] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18707/stat : 18707 (python) S 18683 18685 17722 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 548645348 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18710] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18710/stat : 18710 (python) S 18683 18685 17722 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 548645353 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
[pid=18685/tid=18713] ppid=18683 vsize=426592 CPUtime=0 cores=0-7
/proc/18685/task/18713/stat : 18713 (python) S 18683 18685 17722 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 548645357 436830208 7393 33554432000 4194304 5683644 140736755572496 18446744073709551615 232347716017 0 0 16781312 2 18446604451363438656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 4824428

Child status: 0
Real time (s): 11.1994
CPU time (s): 77.4112
CPU user time (s): 77.1253
CPU system time (s): 0.285956
CPU usage (%): 691.208
Max. virtual memory (cumulated for all children) (KiB): 4827184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.1253
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33622
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= 3843
involuntary context switches= 3455

runsolver used 0.030995 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-02 23:07:51
IDJOB=3321997
IDBENCH=82775
IDSOLVER=1712
FILE ID=node132/3321997-1304370471
RUNJOBID= node132-1304366465-17736
PBS_JOBID= 13181739
Free space on /tmp= 73056 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S648064606-012.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-3321997-1304370471/watcher-3321997-1304370471 -o /tmp/evaluation-result-3321997-1304370471/solver-3321997-1304370471 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321997-1304370471.cnf -seed 1027144391 -budget 40000 -cores 8

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

MD5SUM BENCH= 24f29f9a1e0f9e8aba36541592ba8e3a
RANDOM SEED=1027144391

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24683788 kB
Buffers:        446420 kB
Cached:        2935536 kB
SwapCached:       1456 kB
Active:        4551116 kB
Inactive:      3302932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24683788 kB
SwapTotal:    67111528 kB
SwapFree:     66863592 kB
Dirty:           33164 kB
Writeback:           0 kB
AnonPages:     4471404 kB
Mapped:          22256 kB
Slab:           327868 kB
PageTables:      20972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 28204892 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73024 MiB
End job on node132 at 2011-05-02 23:08:02