Trace number 3385658

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 75.2126 12.9158

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S659703274-054.UNKNOWN.cnf
MD5SUM7fa3ae3894a5c333ebdaa99700e2c639
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.23459
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.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3385658-1305571831.cnf
0.32/0.45	c INFO: computing task features
0.32/0.45	c INFO: computed variable-clause graph statistics
0.32/0.45	c INFO: computed clause balance statistics
0.32/0.48	c INFO: computed variable balance statistics
0.40/0.50	c INFO: computed small-clause counts
0.40/0.50	c INFO: computed Horn-clause counts
0.40/0.50	c INFO: computed variable graph statistics
0.40/0.50	c INFO: collected features for HOME/instance-3385658-1305571831.cnf in 0.06 s
0.40/0.53	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.56)
0.40/0.56	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.28)
0.40/0.59	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.51/0.62	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.28)
0.51/0.65	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.51/0.69	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.60/0.72	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.60/0.75	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
74.57/12.89	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-3385658-1305571831/watcher-3385658-1305571831 -o /tmp/evaluation-result-3385658-1305571831/solver-3385658-1305571831 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385658-1305571831.cnf -seed 874404775 -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: 10.69 10.93 10.07 4/384 5580
/proc/meminfo: memFree=17514524/32951124 swapFree=67056788/67111528
[pid=5580] ppid=5578 vsize=15776 CPUtime=0 cores=0-7
/proc/5580/stat : 5580 (python) R 5578 5580 3941 0 -1 4202496 877 0 0 0 0 0 0 0 25 0 1 0 668780972 16154624 759 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5580/statm: 3944 759 343 364 0 431 0

[startup+0.0581019 s]
/proc/loadavg: 10.69 10.93 10.07 4/384 5580
/proc/meminfo: memFree=17514524/32951124 swapFree=67056788/67111528
[pid=5580] ppid=5578 vsize=38908 CPUtime=0.05 cores=0-7
/proc/5580/stat : 5580 (python) S 5578 5580 3941 0 -1 4202496 1658 0 0 0 4 1 0 0 25 0 1 0 668780972 39841792 1486 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/5580/statm: 9727 1486 455 364 0 1027 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38908

[startup+0.101095 s]
/proc/loadavg: 10.69 10.93 10.07 4/384 5580
/proc/meminfo: memFree=17514524/32951124 swapFree=67056788/67111528
[pid=5580] ppid=5578 vsize=104620 CPUtime=0.07 cores=0-7
/proc/5580/stat : 5580 (python) R 5578 5580 3941 0 -1 4202496 3152 0 0 0 5 2 0 0 25 0 1 0 668780972 107130880 2828 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550537472 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5580/statm: 26155 2828 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.301085 s]
/proc/loadavg: 10.69 10.93 10.07 4/384 5580
/proc/meminfo: memFree=17514524/32951124 swapFree=67056788/67111528
[pid=5580] ppid=5578 vsize=198920 CPUtime=0.23 cores=0-7
/proc/5580/stat : 5580 (python) R 5578 5580 3941 0 -1 4202496 7018 938 1 0 17 6 0 0 25 0 1 0 668780972 203694080 5053 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550234036 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5580/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700953 s]
/proc/loadavg: 10.69 10.93 10.07 4/384 5580
/proc/meminfo: memFree=17514524/32951124 swapFree=67056788/67111528
[pid=5580] ppid=5578 vsize=405480 CPUtime=0.6 cores=0-7
/proc/5580/stat : 5580 (python) R 5578 5580 3941 0 -1 4202496 13960 938 1 0 51 9 0 0 21 0 7 0 668780972 415211520 7257 33554432000 4194304 5683644 140737401502464 18446744073709551615 47637127257320 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5580/statm: 101370 7257 1883 364 0 37273 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 405480

[startup+1.5008 s]
/proc/loadavg: 10.69 10.93 10.07 13/409 5609
/proc/meminfo: memFree=17459632/32951124 swapFree=67056788/67111528
[pid=5580] ppid=5578 vsize=425992 CPUtime=0.65 cores=0-7
/proc/5580/stat : 5580 (python) S 5578 5580 3941 0 -1 4202496 15164 938 1 0 56 9 0 0 23 0 9 0 668780972 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5580/statm: 106498 7273 1889 364 0 42395 0
[pid=5586] ppid=5580 vsize=278420 CPUtime=0 cores=0-7
/proc/5586/stat : 5586 (python) S 5580 5580 3941 0 -1 4202560 710 0 0 0 0 0 0 0 25 0 1 0 668781026 285102080 5535 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557711 0 0 16781312 514 10507540599496769535 0 0 17 3 0 0 0
/proc/5586/statm: 69605 5535 347 364 0 5523 0
[pid=5588] ppid=5586 vsize=454900 CPUtime=0.95 cores=0-7
/proc/5588/stat : 5588 (TNM) R 5586 5588 5588 0 -1 4202496 415 0 0 0 95 0 0 0 25 0 1 0 668781026 465817600 150 33554432000 134512640 135008748 4292782352 18446744073709551615 134536415 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5588/statm: 113725 150 46 122 0 112625 0
[pid=5589] ppid=5580 vsize=354212 CPUtime=0 cores=0-7
/proc/5589/stat : 5589 (python) S 5580 5580 3941 0 -1 4202560 703 0 0 0 0 0 0 0 17 0 1 0 668781029 362713088 5713 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 15039476290782462211 0 0 17 3 0 0 0
/proc/5589/statm: 88553 5713 348 364 0 24468 0
[pid=5591] ppid=5589 vsize=1808 CPUtime=0.58 cores=0-7
/proc/5591/stat : 5591 (march_hi) R 5589 5591 5591 0 -1 4202496 541 0 0 0 58 0 0 0 25 0 1 0 668781030 1851392 287 33554432000 4194304 4955518 140733363812768 18446744073709551615 4238289 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5591/statm: 452 287 104 186 0 265 0
[pid=5592] ppid=5580 vsize=364468 CPUtime=0 cores=0-7
/proc/5592/stat : 5592 (python) S 5580 5580 3941 0 -1 4202560 715 0 0 0 0 0 0 0 17 0 1 0 668781032 373215232 5691 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 3451441770674487553 0 0 17 7 0 0 0
/proc/5592/statm: 91117 5691 348 364 0 27029 0
[pid=5594] ppid=5592 vsize=1940 CPUtime=0.88 cores=0-7
/proc/5594/stat : 5594 (march_hi) R 5592 5594 5594 0 -1 4202496 552 0 0 0 88 0 0 0 25 0 1 0 668781032 1986560 295 33554432000 4194304 4955518 140736759150832 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5594/statm: 485 295 104 186 0 298 0
[pid=5595] ppid=5580 vsize=374724 CPUtime=0 cores=0-7
/proc/5595/stat : 5595 (python) S 5580 5580 3941 0 -1 4202560 722 0 0 0 0 0 0 0 15 0 1 0 668781035 383717376 5695 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 15039485086875484417 0 0 17 0 0 0 0
/proc/5595/statm: 93681 5695 348 364 0 29590 0
[pid=5599] ppid=5595 vsize=1940 CPUtime=0.83 cores=0-7
/proc/5599/stat : 5599 (march_hi) R 5595 5599 5599 0 -1 4202496 549 0 0 0 83 0 0 0 23 0 1 0 668781038 1986560 294 33554432000 4194304 4955518 140735882477264 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5599/statm: 485 294 104 186 0 298 0
[pid=5597] ppid=5580 vsize=384980 CPUtime=0 cores=0-7
/proc/5597/stat : 5597 (python) S 5580 5580 3941 0 -1 4202560 724 0 0 0 0 0 0 0 20 0 1 0 668781038 394219520 5716 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 3201377917024075775 0 0 17 3 0 0 0
/proc/5597/statm: 96245 5716 348 364 0 32151 0
[pid=5602] ppid=5597 vsize=1017800 CPUtime=0.74 cores=0-7
/proc/5602/stat : 5602 (gnovelty+2) R 5597 5602 5602 0 -1 4202496 422 0 0 0 74 0 0 0 25 0 1 0 668781042 1042227200 163 33554432000 134512640 135663704 4289427728 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5602/statm: 254450 163 113 282 0 254166 0
[pid=5600] ppid=5580 vsize=395236 CPUtime=0 cores=0-7
/proc/5600/stat : 5600 (python) S 5580 5580 3941 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 1 0 668781041 404721664 5703 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 7777725356856803588 0 0 17 2 0 0 0
/proc/5600/statm: 98809 5703 348 364 0 34712 0
[pid=5603] ppid=5600 vsize=1808 CPUtime=0.41 cores=0-7
/proc/5603/stat : 5603 (march_hi) R 5600 5603 5603 0 -1 4202496 547 0 0 0 41 0 0 0 25 0 1 0 668781044 1851392 286 33554432000 4194304 4955518 140735395691152 18446744073709551615 4227659 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5603/statm: 452 286 104 186 0 265 0
[pid=5604] ppid=5580 vsize=405492 CPUtime=0 cores=0-7
/proc/5604/stat : 5604 (python) S 5580 5580 3941 0 -1 4202560 743 0 0 0 0 0 0 0 16 0 1 0 668781045 415223808 5724 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 1118972987882569985 0 0 17 3 0 0 0
/proc/5604/statm: 101373 5724 348 364 0 37273 0
[pid=5606] ppid=5604 vsize=1808 CPUtime=0.35 cores=0-7
/proc/5606/stat : 5606 (march_hi) R 5604 5606 5606 0 -1 4202496 543 0 0 0 35 0 0 0 25 0 1 0 668781047 1851392 280 33554432000 4194304 4955518 140736429290096 18446744073709551615 4227804 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5606/statm: 452 280 104 186 0 265 0
[pid=5607] ppid=5580 vsize=415748 CPUtime=0 cores=0-7
/proc/5607/stat : 5607 (python) S 5580 5580 3941 0 -1 4202560 776 0 0 0 0 0 0 0 19 0 1 0 668781048 425725952 5734 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 5607388325313741057 0 0 17 3 0 0 0
/proc/5607/statm: 103937 5734 354 364 0 39834 0
[pid=5609] ppid=5607 vsize=1808 CPUtime=0.32 cores=0-7
/proc/5609/stat : 5609 (march_hi) R 5607 5609 5609 0 -1 4202496 545 0 0 0 32 0 0 0 25 0 1 0 668781048 1851392 280 33554432000 4194304 4955518 140733618249984 18446744073709551615 4209682 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5609/statm: 452 280 104 186 0 265 0
[pid=5580/tid=5587] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5587/stat : 5587 (python) S 5578 5580 3941 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 9 0 668781026 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 5 0 0 0
[pid=5580/tid=5590] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5590/stat : 5590 (python) S 5578 5580 3941 0 -1 4202560 70 938 0 0 0 0 0 0 25 0 9 0 668781029 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 0 0 0 0
[pid=5580/tid=5593] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5593/stat : 5593 (python) S 5578 5580 3941 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 9 0 668781032 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 7 0 0 0
[pid=5580/tid=5596] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5596/stat : 5596 (python) S 5578 5580 3941 0 -1 4202560 44 938 0 0 0 0 0 0 19 0 9 0 668781035 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5598] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5598/stat : 5598 (python) S 5578 5580 3941 0 -1 4202560 40 938 0 0 0 0 0 0 20 0 9 0 668781038 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5601] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5601/stat : 5601 (python) S 5578 5580 3941 0 -1 4202560 16 938 0 0 0 0 0 0 22 0 9 0 668781042 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5605] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5605/stat : 5605 (python) S 5578 5580 3941 0 -1 4202560 33 938 0 0 0 0 0 0 23 0 9 0 668781045 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5608] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5608/stat : 5608 (python) S 5578 5580 3941 0 -1 4202560 33 938 0 0 0 0 0 0 24 0 9 0 668781048 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 4883084

[startup+3.10151 s]
/proc/loadavg: 10.69 10.93 10.07 12/409 5609
/proc/meminfo: memFree=17458908/32951124 swapFree=67056788/67111528
[pid=5580] ppid=5578 vsize=425992 CPUtime=0.65 cores=0-7
/proc/5580/stat : 5580 (python) S 5578 5580 3941 0 -1 4202496 15164 938 1 0 56 9 0 0 23 0 9 0 668780972 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5580/statm: 106498 7273 1889 364 0 42395 0
[pid=5586] ppid=5580 vsize=278420 CPUtime=0 cores=0-7
/proc/5586/stat : 5586 (python) S 5580 5580 3941 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 668781026 285102080 5542 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557711 0 0 16781312 514 10507540599496737027 0 0 17 3 0 0 0
/proc/5586/statm: 69605 5542 354 364 0 5523 0
[pid=5588] ppid=5586 vsize=454900 CPUtime=2.55 cores=0-7
/proc/5588/stat : 5588 (TNM) R 5586 5588 5588 0 -1 4202496 415 0 0 0 255 0 0 0 25 0 1 0 668781026 465817600 150 33554432000 134512640 135008748 4292782352 18446744073709551615 134527444 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5588/statm: 113725 150 46 122 0 112625 0
[pid=5589] ppid=5580 vsize=354212 CPUtime=0 cores=0-7
/proc/5589/stat : 5589 (python) S 5580 5580 3941 0 -1 4202560 706 0 0 0 0 0 0 0 15 0 1 0 668781029 362713088 5713 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 15039476290782462211 0 0 17 3 0 0 0
/proc/5589/statm: 88553 5713 348 364 0 24468 0
[pid=5591] ppid=5589 vsize=1940 CPUtime=1.38 cores=0-7
/proc/5591/stat : 5591 (march_hi) R 5589 5591 5591 0 -1 4202496 551 0 0 0 138 0 0 0 25 0 1 0 668781030 1986560 297 33554432000 4194304 4955518 140733363812768 18446744073709551615 4286689 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5591/statm: 485 297 104 186 0 298 0
[pid=5592] ppid=5580 vsize=364468 CPUtime=0 cores=0-7
/proc/5592/stat : 5592 (python) S 5580 5580 3941 0 -1 4202560 716 0 0 0 0 0 0 0 15 0 1 0 668781032 373215232 5691 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 3451441770674487553 0 0 17 7 0 0 0
/proc/5592/statm: 91117 5691 348 364 0 27029 0
[pid=5594] ppid=5592 vsize=1940 CPUtime=2.46 cores=0-7
/proc/5594/stat : 5594 (march_hi) R 5592 5594 5594 0 -1 4202496 573 0 0 0 246 0 0 0 25 0 1 0 668781032 1986560 316 33554432000 4194304 4955518 140736759150832 18446744073709551615 4285410 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5594/statm: 485 316 104 186 0 298 0
[pid=5595] ppid=5580 vsize=374724 CPUtime=0 cores=0-7
/proc/5595/stat : 5595 (python) S 5580 5580 3941 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 668781035 383717376 5695 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 15039485086875484417 0 0 17 0 0 0 0
/proc/5595/statm: 93681 5695 348 364 0 29590 0
[pid=5599] ppid=5595 vsize=1940 CPUtime=2.43 cores=0-7
/proc/5599/stat : 5599 (march_hi) R 5595 5599 5599 0 -1 4202496 571 0 0 0 243 0 0 0 25 0 1 0 668781038 1986560 316 33554432000 4194304 4955518 140735882477264 18446744073709551615 4314392 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5599/statm: 485 316 104 186 0 298 0
[pid=5597] ppid=5580 vsize=384980 CPUtime=0 cores=0-7
/proc/5597/stat : 5597 (python) S 5580 5580 3941 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 668781038 394219520 5716 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 3201377917024043267 0 0 17 3 0 0 0
/proc/5597/statm: 96245 5716 348 364 0 32151 0
[pid=5602] ppid=5597 vsize=1017800 CPUtime=2.34 cores=0-7
/proc/5602/stat : 5602 (gnovelty+2) R 5597 5602 5602 0 -1 4202496 422 0 0 0 234 0 0 0 25 0 1 0 668781042 1042227200 163 33554432000 134512640 135663704 4289427728 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5602/statm: 254450 163 113 282 0 254166 0
[pid=5600] ppid=5580 vsize=395236 CPUtime=0 cores=0-7
/proc/5600/stat : 5600 (python) S 5580 5580 3941 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 668781041 404721664 5703 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 7777725356856803588 0 0 17 2 0 0 0
/proc/5600/statm: 98809 5703 348 364 0 34712 0
[pid=5603] ppid=5600 vsize=1940 CPUtime=1.21 cores=0-7
/proc/5603/stat : 5603 (march_hi) R 5600 5603 5603 0 -1 4202496 558 0 0 0 121 0 0 0 25 0 1 0 668781044 1986560 297 33554432000 4194304 4955518 140735395691152 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5603/statm: 485 297 104 186 0 298 0
[pid=5604] ppid=5580 vsize=405492 CPUtime=0 cores=0-7
/proc/5604/stat : 5604 (python) S 5580 5580 3941 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 668781045 415223808 5724 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 1118972987882569985 0 0 17 3 0 0 0
/proc/5604/statm: 101373 5724 348 364 0 37273 0
[pid=5606] ppid=5604 vsize=1940 CPUtime=1.15 cores=0-7
/proc/5606/stat : 5606 (march_hi) R 5604 5606 5606 0 -1 4202496 557 0 0 0 115 0 0 0 25 0 1 0 668781047 1986560 294 33554432000 4194304 4955518 140736429290096 18446744073709551615 4263701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5606/statm: 485 294 104 186 0 298 0
[pid=5607] ppid=5580 vsize=415748 CPUtime=0 cores=0-7
/proc/5607/stat : 5607 (python) S 5580 5580 3941 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 668781048 425725952 5734 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 16846937067404361985 0 0 17 3 0 0 0
/proc/5607/statm: 103937 5734 354 364 0 39834 0
[pid=5609] ppid=5607 vsize=1940 CPUtime=1.12 cores=0-7
/proc/5609/stat : 5609 (march_hi) R 5607 5609 5609 0 -1 4202496 559 0 0 0 112 0 0 0 25 0 1 0 668781048 1986560 294 33554432000 4194304 4955518 140733618249984 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5609/statm: 485 294 104 186 0 298 0
[pid=5580/tid=5587] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5587/stat : 5587 (python) S 5578 5580 3941 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 9 0 668781026 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 5 0 0 0
[pid=5580/tid=5590] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5590/stat : 5590 (python) S 5578 5580 3941 0 -1 4202560 70 938 0 0 0 0 0 0 25 0 9 0 668781029 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 0 0 0 0
[pid=5580/tid=5593] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5593/stat : 5593 (python) S 5578 5580 3941 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 9 0 668781032 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 7 0 0 0
[pid=5580/tid=5596] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5596/stat : 5596 (python) S 5578 5580 3941 0 -1 4202560 44 938 0 0 0 0 0 0 19 0 9 0 668781035 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5598] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5598/stat : 5598 (python) S 5578 5580 3941 0 -1 4202560 40 938 0 0 0 0 0 0 20 0 9 0 668781038 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5601] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5601/stat : 5601 (python) S 5578 5580 3941 0 -1 4202560 16 938 0 0 0 0 0 0 22 0 9 0 668781042 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5605] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5605/stat : 5605 (python) S 5578 5580 3941 0 -1 4202560 33 938 0 0 0 0 0 0 23 0 9 0 668781045 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5608] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5608/stat : 5608 (python) S 5578 5580 3941 0 -1 4202560 33 938 0 0 0 0 0 0 24 0 9 0 668781048 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 4883612

[startup+6.30093 s]
/proc/loadavg: 10.72 10.93 10.07 12/409 5609
/proc/meminfo: memFree=17456684/32951124 swapFree=67056788/67111528
[pid=5580] ppid=5578 vsize=425992 CPUtime=0.65 cores=0-7
/proc/5580/stat : 5580 (python) S 5578 5580 3941 0 -1 4202496 15164 938 1 0 56 9 0 0 23 0 9 0 668780972 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5580/statm: 106498 7273 1889 364 0 42395 0
[pid=5586] ppid=5580 vsize=278420 CPUtime=0.01 cores=0-7
/proc/5586/stat : 5586 (python) S 5580 5580 3941 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 668781026 285102080 5564 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557711 0 0 16781312 514 10507540599496737027 0 0 17 3 0 0 0
/proc/5586/statm: 69605 5564 376 364 0 5523 0
[pid=5588] ppid=5586 vsize=454900 CPUtime=5.75 cores=0-7
/proc/5588/stat : 5588 (TNM) R 5586 5588 5588 0 -1 4202496 415 0 0 0 575 0 0 0 25 0 1 0 668781026 465817600 150 33554432000 134512640 135008748 4292782352 18446744073709551615 134527535 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5588/statm: 113725 150 46 122 0 112625 0
[pid=5589] ppid=5580 vsize=354212 CPUtime=0.01 cores=0-7
/proc/5589/stat : 5589 (python) S 5580 5580 3941 0 -1 4202560 783 0 0 0 0 1 0 0 15 0 1 0 668781029 362713088 5736 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 15039476290782462211 0 0 17 3 0 0 0
/proc/5589/statm: 88553 5736 371 364 0 24468 0
[pid=5591] ppid=5589 vsize=1940 CPUtime=2.92 cores=0-7
/proc/5591/stat : 5591 (march_hi) R 5589 5591 5591 0 -1 4202496 573 0 0 0 292 0 0 0 25 0 1 0 668781030 1986560 319 33554432000 4194304 4955518 140733363812768 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5591/statm: 485 319 104 186 0 298 0
[pid=5592] ppid=5580 vsize=364468 CPUtime=0.02 cores=0-7
/proc/5592/stat : 5592 (python) S 5580 5580 3941 0 -1 4202560 796 0 0 0 1 1 0 0 15 0 1 0 668781032 373215232 5714 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 3451441770674487553 0 0 17 7 0 0 0
/proc/5592/statm: 91117 5714 371 364 0 27029 0
[pid=5594] ppid=5592 vsize=2144 CPUtime=5.59 cores=0-7
/proc/5594/stat : 5594 (march_hi) R 5592 5594 5594 0 -1 4202496 623 0 0 0 559 0 0 0 25 0 1 0 668781032 2195456 366 33554432000 4194304 4955518 140736759150832 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5594/statm: 536 366 104 186 0 349 0
[pid=5595] ppid=5580 vsize=374724 CPUtime=0.01 cores=0-7
/proc/5595/stat : 5595 (python) S 5580 5580 3941 0 -1 4202560 803 0 0 0 0 1 0 0 15 0 1 0 668781035 383717376 5718 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 15039485086875484417 0 0 17 0 0 0 0
/proc/5595/statm: 93681 5718 371 364 0 29590 0
[pid=5599] ppid=5595 vsize=2144 CPUtime=5.61 cores=0-7
/proc/5599/stat : 5599 (march_hi) R 5595 5599 5599 0 -1 4202496 621 0 0 0 561 0 0 0 25 0 1 0 668781038 2195456 366 33554432000 4194304 4955518 140735882477264 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5599/statm: 536 366 104 186 0 349 0
[pid=5597] ppid=5580 vsize=384980 CPUtime=0 cores=0-7
/proc/5597/stat : 5597 (python) S 5580 5580 3941 0 -1 4202560 802 0 0 0 0 0 0 0 18 0 1 0 668781038 394219520 5738 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 3201377917024043267 0 0 17 3 0 0 0
/proc/5597/statm: 96245 5738 370 364 0 32151 0
[pid=5602] ppid=5597 vsize=1017800 CPUtime=5.52 cores=0-7
/proc/5602/stat : 5602 (gnovelty+2) R 5597 5602 5602 0 -1 4202496 422 0 0 0 552 0 0 0 25 0 1 0 668781042 1042227200 163 33554432000 134512640 135663704 4289427728 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5602/statm: 254450 163 113 282 0 254166 0
[pid=5600] ppid=5580 vsize=395236 CPUtime=0.01 cores=0-7
/proc/5600/stat : 5600 (python) S 5580 5580 3941 0 -1 4202560 822 0 0 0 1 0 0 0 15 0 1 0 668781041 404721664 5726 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 7777725356856803588 0 0 17 2 0 0 0
/proc/5600/statm: 98809 5726 371 364 0 34712 0
[pid=5603] ppid=5600 vsize=1940 CPUtime=2.81 cores=0-7
/proc/5603/stat : 5603 (march_hi) R 5600 5603 5603 0 -1 4202496 579 0 0 0 281 0 0 0 25 0 1 0 668781044 1986560 318 33554432000 4194304 4955518 140735395691152 18446744073709551615 4290744 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5603/statm: 485 318 104 186 0 298 0
[pid=5604] ppid=5580 vsize=405492 CPUtime=0.01 cores=0-7
/proc/5604/stat : 5604 (python) S 5580 5580 3941 0 -1 4202560 826 0 0 0 0 1 0 0 15 0 1 0 668781045 415223808 5746 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 1118972987882569985 0 0 17 3 0 0 0
/proc/5604/statm: 101373 5746 370 364 0 37273 0
[pid=5606] ppid=5604 vsize=1940 CPUtime=2.75 cores=0-7
/proc/5606/stat : 5606 (march_hi) R 5604 5606 5606 0 -1 4202496 580 0 0 0 275 0 0 0 25 0 1 0 668781047 1986560 317 33554432000 4194304 4955518 140736429290096 18446744073709551615 4224628 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5606/statm: 485 317 104 186 0 298 0
[pid=5607] ppid=5580 vsize=415748 CPUtime=0.02 cores=0-7
/proc/5607/stat : 5607 (python) S 5580 5580 3941 0 -1 4202560 864 0 0 0 1 1 0 0 15 0 1 0 668781048 425725952 5757 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 16846937067404361985 0 0 17 3 0 0 0
/proc/5607/statm: 103937 5757 377 364 0 39834 0
[pid=5609] ppid=5607 vsize=1940 CPUtime=2.69 cores=0-7
/proc/5609/stat : 5609 (march_hi) R 5607 5609 5609 0 -1 4202496 582 0 0 0 269 0 0 0 25 0 1 0 668781048 1986560 317 33554432000 4194304 4955518 140733618249984 18446744073709551615 4227970 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5609/statm: 485 317 104 186 0 298 0
[pid=5580/tid=5587] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5587/stat : 5587 (python) S 5578 5580 3941 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 9 0 668781026 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 5 0 0 0
[pid=5580/tid=5590] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5590/stat : 5590 (python) S 5578 5580 3941 0 -1 4202560 70 938 0 0 0 0 0 0 25 0 9 0 668781029 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 0 0 0 0
[pid=5580/tid=5593] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5593/stat : 5593 (python) S 5578 5580 3941 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 9 0 668781032 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 7 0 0 0
[pid=5580/tid=5596] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5596/stat : 5596 (python) S 5578 5580 3941 0 -1 4202560 44 938 0 0 0 0 0 0 19 0 9 0 668781035 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5598] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5598/stat : 5598 (python) S 5578 5580 3941 0 -1 4202560 40 938 0 0 0 0 0 0 20 0 9 0 668781038 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5601] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5601/stat : 5601 (python) S 5578 5580 3941 0 -1 4202560 16 938 0 0 0 0 0 0 22 0 9 0 668781042 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5605] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5605/stat : 5605 (python) S 5578 5580 3941 0 -1 4202560 33 938 0 0 0 0 0 0 23 0 9 0 668781045 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5608] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5608/stat : 5608 (python) S 5578 5580 3941 0 -1 4202560 33 938 0 0 0 0 0 0 24 0 9 0 668781048 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 34.38
Current children cumulated vsize (KiB) 4884020

[startup+12.7018 s]
/proc/loadavg: 10.74 10.93 10.08 16/409 5609
/proc/meminfo: memFree=17458592/32951124 swapFree=67056788/67111528
[pid=5580] ppid=5578 vsize=425992 CPUtime=0.65 cores=0-7
/proc/5580/stat : 5580 (python) S 5578 5580 3941 0 -1 4202496 15164 938 1 0 56 9 0 0 23 0 9 0 668780972 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5580/statm: 106498 7273 1889 364 0 42395 0
[pid=5586] ppid=5580 vsize=278420 CPUtime=0.02 cores=0-7
/proc/5586/stat : 5586 (python) S 5580 5580 3941 0 -1 4202560 903 0 0 0 1 1 0 0 18 0 1 0 668781026 285102080 5565 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557711 0 0 16781312 514 7806796440000233731 0 0 17 3 0 0 0
/proc/5586/statm: 69605 5565 377 364 0 5523 0
[pid=5588] ppid=5586 vsize=454900 CPUtime=12.15 cores=0-7
/proc/5588/stat : 5588 (TNM) R 5586 5588 5588 0 -1 4202496 415 0 0 0 1215 0 0 0 25 0 1 0 668781026 465817600 150 33554432000 134512640 135008748 4292782352 18446744073709551615 134529678 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5588/statm: 113725 150 46 122 0 112625 0
[pid=5589] ppid=5580 vsize=354212 CPUtime=0.03 cores=0-7
/proc/5589/stat : 5589 (python) S 5580 5580 3941 0 -1 4202560 790 0 0 0 2 1 0 0 15 0 1 0 668781029 362713088 5736 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 15039476290782462211 0 0 17 3 0 0 0
/proc/5589/statm: 88553 5736 371 364 0 24468 0
[pid=5591] ppid=5589 vsize=2244 CPUtime=7.5 cores=0-7
/proc/5591/stat : 5591 (march_hi) R 5589 5591 5591 0 -1 4202496 643 0 0 0 750 0 0 0 25 0 1 0 668781030 2297856 389 33554432000 4194304 4955518 140733363812768 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5591/statm: 561 389 104 186 0 374 0
[pid=5592] ppid=5580 vsize=364468 CPUtime=2.52 cores=0-7
/proc/5592/stat : 5592 (python) R 5580 5580 3941 0 -1 4202560 798 0 0 0 221 31 0 0 18 0 1 0 668781032 373215232 5714 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/5592/statm: 91117 5714 371 364 0 27029 0
[pid=5594] ppid=5592 vsize=0 CPUtime=9.41 cores=0-7
/proc/5594/stat : 5594 (march_hi) R 5592 5594 5594 0 -1 4202500 672 0 0 0 941 0 0 0 25 0 1 0 668781032 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/5594/statm: 0 0 0 0 0 0 0
[pid=5595] ppid=5580 vsize=374724 CPUtime=2.52 cores=0-7
/proc/5595/stat : 5595 (python) R 5580 5580 3941 0 -1 4202560 808 0 0 0 223 29 0 0 18 0 1 0 668781035 383717376 5718 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/5595/statm: 93681 5718 371 364 0 29590 0
[pid=5599] ppid=5595 vsize=0 CPUtime=9.3 cores=0-7
/proc/5599/stat : 5599 (march_hi) R 5595 5599 5599 0 -1 4202500 670 0 0 0 930 0 0 0 25 0 1 0 668781038 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/5599/statm: 0 0 0 0 0 0 0
[pid=5597] ppid=5580 vsize=384980 CPUtime=0.03 cores=0-7
/proc/5597/stat : 5597 (python) S 5580 5580 3941 0 -1 4202560 803 0 0 0 2 1 0 0 18 0 1 0 668781038 394219520 5739 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 7806796440000233731 0 0 17 3 0 0 0
/proc/5597/statm: 96245 5739 371 364 0 32151 0
[pid=5602] ppid=5597 vsize=1017800 CPUtime=11.9 cores=0-7
/proc/5602/stat : 5602 (gnovelty+2) R 5597 5602 5602 0 -1 4202496 422 0 0 0 1190 0 0 0 25 0 1 0 668781042 1042227200 163 33554432000 134512640 135663704 4289427728 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5602/statm: 254450 163 113 282 0 254166 0
[pid=5600] ppid=5580 vsize=395236 CPUtime=0.03 cores=0-7
/proc/5600/stat : 5600 (python) S 5580 5580 3941 0 -1 4202560 823 0 0 0 2 1 0 0 15 0 1 0 668781041 404721664 5726 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 7777725356856803588 0 0 17 2 0 0 0
/proc/5600/statm: 98809 5726 371 364 0 34712 0
[pid=5603] ppid=5600 vsize=2144 CPUtime=6.01 cores=0-7
/proc/5603/stat : 5603 (march_hi) R 5600 5603 5603 0 -1 4202496 631 0 0 0 601 0 0 0 25 0 1 0 668781044 2195456 370 33554432000 4194304 4955518 140735395691152 18446744073709551615 4227671 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5603/statm: 536 370 104 186 0 349 0
[pid=5604] ppid=5580 vsize=405492 CPUtime=0.03 cores=0-7
/proc/5604/stat : 5604 (python) S 5580 5580 3941 0 -1 4202560 827 0 0 0 2 1 0 0 15 0 1 0 668781045 415223808 5747 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 1118972987882569985 0 0 17 3 0 0 0
/proc/5604/statm: 101373 5747 371 364 0 37273 0
[pid=5606] ppid=5604 vsize=2144 CPUtime=5.96 cores=0-7
/proc/5606/stat : 5606 (march_hi) R 5604 5606 5606 0 -1 4202496 632 0 0 0 596 0 0 0 25 0 1 0 668781047 2195456 369 33554432000 4194304 4955518 140736429290096 18446744073709551615 4314863 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5606/statm: 536 369 104 186 0 349 0
[pid=5607] ppid=5580 vsize=415748 CPUtime=0.03 cores=0-7
/proc/5607/stat : 5607 (python) S 5580 5580 3941 0 -1 4202560 868 0 0 0 2 1 0 0 15 0 1 0 668781048 425725952 5757 33554432000 4194304 5683644 140737401502464 18446744073709551615 271550557766 0 0 16781312 514 16846937067404361985 0 0 17 3 0 0 0
/proc/5607/statm: 103937 5757 377 364 0 39834 0
[pid=5609] ppid=5607 vsize=2144 CPUtime=5.83 cores=0-7
/proc/5609/stat : 5609 (march_hi) R 5607 5609 5609 0 -1 4202496 633 0 0 0 583 0 0 0 25 0 1 0 668781048 2195456 368 33554432000 4194304 4955518 140733618249984 18446744073709551615 4227854 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/5609/statm: 536 368 104 186 0 349 0
[pid=5580/tid=5587] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5587/stat : 5587 (python) S 5578 5580 3941 0 -1 4202560 27 938 0 0 0 0 0 0 18 0 9 0 668781026 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 5 0 0 0
[pid=5580/tid=5590] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5590/stat : 5590 (python) S 5578 5580 3941 0 -1 4202560 70 938 0 0 0 0 0 0 25 0 9 0 668781029 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 0 0 0 0
[pid=5580/tid=5593] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5593/stat : 5593 (python) S 5578 5580 3941 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 9 0 668781032 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 7 0 0 0
[pid=5580/tid=5596] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5596/stat : 5596 (python) S 5578 5580 3941 0 -1 4202560 44 938 0 0 0 0 0 0 19 0 9 0 668781035 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5598] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5598/stat : 5598 (python) S 5578 5580 3941 0 -1 4202560 40 938 0 0 0 0 0 0 20 0 9 0 668781038 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5601] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5601/stat : 5601 (python) S 5578 5580 3941 0 -1 4202560 16 938 0 0 0 0 0 0 22 0 9 0 668781042 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5605] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5605/stat : 5605 (python) S 5578 5580 3941 0 -1 4202560 33 938 0 0 0 0 0 0 23 0 9 0 668781045 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
[pid=5580/tid=5608] ppid=5578 vsize=425992 CPUtime=0 cores=0-7
/proc/5580/task/5608/stat : 5608 (python) S 5578 5580 3941 0 -1 4202560 33 938 0 0 0 0 0 0 24 0 9 0 668781048 436215808 7273 33554432000 4194304 5683644 140737401502464 18446744073709551615 271562361265 0 0 16781312 2 18446604441229691904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 73.92
Current children cumulated vsize (KiB) 4880648

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

[startup+12.9008 s]
/proc/loadavg: 10.74 10.93 10.08 16/409 5609
/proc/meminfo: memFree=17458592/32951124 swapFree=67056788/67111528
[pid=5580] ppid=5578 vsize=374664 CPUtime=75.18 cores=0-7
/proc/5580/stat : 5580 (python) R 5578 5580 3941 0 -1 4202496 17333 12870 1 0 57 10 7374 77 17 0 1 0 668780972 383655936 7169 33554432000 4194304 5683644 140737401502464 18446744073709551615 5114130 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5580/statm: 93666 7169 1873 364 0 29590 0
Current children cumulated CPU time (s) 75.18
Current children cumulated vsize (KiB) 374664

Child status: 0
Real time (s): 12.9158
CPU time (s): 75.2126
CPU user time (s): 74.3317
CPU system time (s): 0.880866
CPU usage (%): 582.33
Max. virtual memory (cumulated for all children) (KiB): 4885340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.3317
system time used= 0.880866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32433
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= 3113
involuntary context switches= 2712

runsolver used 0.038994 second user time and 0.132979 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 20:50:31
IDJOB=3385658
IDBENCH=82923
IDSOLVER=1870
FILE ID=node133/3385658-1305571831
RUNJOBID= node133-1305564962-3955
PBS_JOBID= 13350117
Free space on /tmp= 73404 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S659703274-054.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-3385658-1305571831/watcher-3385658-1305571831 -o /tmp/evaluation-result-3385658-1305571831/solver-3385658-1305571831 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385658-1305571831.cnf -seed 874404775 -budget 40000 -cores 8

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

MD5SUM BENCH= 7fa3ae3894a5c333ebdaa99700e2c639
RANDOM SEED=874404775

node133.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.834
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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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	: 6741.12
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.834
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.834
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.83
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.834
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.74
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.834
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:      17514308 kB
Buffers:        324888 kB
Cached:        4537184 kB
SwapCached:       7676 kB
Active:       11808848 kB
Inactive:      3310224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17514308 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           32160 kB
Writeback:          28 kB
AnonPages:    10255192 kB
Mapped:          31788 kB
Slab:           203568 kB
PageTables:      44828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84929512 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= 73372 MiB
End job on node133 at 2011-05-16 20:50:44