Trace number 3378571

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)? 4780.57 1198.89

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S944656226-046.UNKNOWN.cnf
MD5SUM9c7b3f326f7257fd8377a35f8807c0d3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.47	c INFO: solving HOME/instance-3378571-1305466275.cnf
0.29/0.47	c INFO: computing task features
0.29/0.48	c INFO: computed variable-clause graph statistics
0.29/0.48	c INFO: computed clause balance statistics
0.37/0.52	c INFO: computed variable balance statistics
0.37/0.56	c INFO: computed small-clause counts
0.37/0.56	c INFO: computed Horn-clause counts
0.37/0.57	c INFO: computed variable graph statistics
0.37/0.57	c INFO: collected features for HOME/instance-3378571-1305466275.cnf in 0.10 s
0.37/0.58	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.37/0.59	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
0.37/0.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.47/0.61	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.27)
400.20/100.81	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.33)
400.20/100.86	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.30)
1562.78/392.22	c INFO: running march_hi@0 for 97 with 808 remaining (b = 0.06)
1586.75/398.22	c INFO: running march_hi@99 for 291 with 802 remaining (b = 0.17)
1960.98/492.07	c INFO: running march_hi@393 for 97 with 708 remaining (b = 0.08)
2340.77/587.29	c INFO: running kcnfs-2006@0 for 613 with 613 remaining (b = 0.25)
2737.64/686.72	c INFO: running march_hi@198 for 194 with 513 remaining (b = 0.11)
3119.80/782.53	c INFO: running march_hi@0 for 417 with 417 remaining (b = 0.18)
3139.32/787.40	c INFO: running march_hi@99 for 291 with 413 remaining (b = 0.12)
3532.57/886.01	c INFO: running march_hi@390 for 97 with 314 remaining (b = 0.05)
3929.45/985.52	c INFO: running march_hi@487 for 214 with 214 remaining (b = 0.10)
4295.55/1077.38	c INFO: running march_hi@298 for 123 with 123 remaining (b = 0.08)
4780.14/1198.87	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378571-1305466275/watcher-3378571-1305466275 -o /tmp/evaluation-result-3378571-1305466275/solver-3378571-1305466275 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378571-1305466275.cnf -seed 1686561712 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.22 7.83 5.31 6/337 18682
/proc/meminfo: memFree=15235984/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/18682/stat : 18682 (python) R 18680 18682 18387 0 -1 4202496 979 0 0 0 0 0 0 0 25 0 1 0 658230277 16289792 854 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370956944 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18682/statm: 3977 856 362 364 0 464 0

[startup+0.071268 s]
/proc/loadavg: 8.22 7.83 5.31 6/337 18682
/proc/meminfo: memFree=15235984/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=56644 CPUtime=0.05 cores=0,2,4,6
/proc/18682/stat : 18682 (python) R 18680 18682 18387 0 -1 4202496 2086 0 0 0 4 1 0 0 25 0 1 0 658230277 58003456 1841 33554432000 4194304 5683644 140733328125216 18446744073709551615 218365994752 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18682/statm: 14161 1844 498 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 56644

[startup+0.100252 s]
/proc/loadavg: 8.22 7.83 5.31 6/337 18682
/proc/meminfo: memFree=15235984/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=104228 CPUtime=0.05 cores=0,2,4,6
/proc/18682/stat : 18682 (python) S 18680 18682 18387 0 -1 4202496 3059 0 0 0 4 1 0 0 17 0 1 0 658230277 106729472 2742 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/18682/statm: 26057 2742 847 364 0 1805 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 104228

[startup+0.300245 s]
/proc/loadavg: 8.22 7.83 5.31 6/337 18682
/proc/meminfo: memFree=15235984/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=170756 CPUtime=0.21 cores=0,2,4,6
/proc/18682/stat : 18682 (python) S 18680 18682 18387 0 -1 4202496 6742 935 1 0 16 5 0 0 17 0 1 0 658230277 174854144 4810 33554432000 4194304 5683644 140733328125216 18446744073709551615 218366033543 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/18682/statm: 42689 4810 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 170756

[startup+0.700105 s]
/proc/loadavg: 8.22 7.83 5.31 6/337 18682
/proc/meminfo: memFree=15235984/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=320240 CPUtime=0.48 cores=0,2,4,6
/proc/18682/stat : 18682 (python) S 18680 18682 18387 0 -1 4202496 12212 935 1 0 41 7 0 0 20 0 5 0 658230277 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18682/statm: 80060 7249 1873 364 0 15969 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 320240

[startup+1.50096 s]
/proc/loadavg: 8.20 7.83 5.32 9/350 18699
/proc/meminfo: memFree=15195828/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=320240 CPUtime=0.48 cores=0,2,4,6
/proc/18682/stat : 18682 (python) S 18680 18682 18387 0 -1 4202496 12212 935 1 0 41 7 0 0 20 0 5 0 658230277 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18682/statm: 80060 7249 1873 364 0 15969 0
[pid=18688] ppid=18682 vsize=278516 CPUtime=0 cores=0,2,4,6
/proc/18688/stat : 18688 (python) S 18682 18682 18387 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658230335 285200384 5562 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977295 0 0 16781312 514 12425401689396215807 0 0 17 2 0 0 0
/proc/18688/statm: 69629 5562 354 364 0 5547 0
[pid=18690] ppid=18688 vsize=1017940 CPUtime=0.91 cores=0,2,4,6
/proc/18690/stat : 18690 (gnovelty+2) R 18688 18690 18690 0 -1 4202496 455 0 0 0 91 0 0 0 21 0 1 0 658230335 1042370560 191 33554432000 134512640 135663704 4293032560 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18690/statm: 254485 191 113 282 0 254201 0
[pid=18691] ppid=18682 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/18691/stat : 18691 (python) S 18682 18682 18387 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658230336 296329216 5703 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 748336414252302595 0 0 17 0 0 0 0
/proc/18691/statm: 72346 5703 348 364 0 8261 0
[pid=18693] ppid=18691 vsize=2708 CPUtime=0.9 cores=0,2,4,6
/proc/18693/stat : 18693 (march_hi) R 18691 18693 18693 0 -1 4202496 744 0 0 0 90 0 0 0 25 0 1 0 658230336 2772992 477 33554432000 4194304 4955518 140734575862384 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18693/statm: 677 477 104 186 0 490 0
[pid=18694] ppid=18682 vsize=299132 CPUtime=0 cores=0,2,4,6
/proc/18694/stat : 18694 (python) S 18682 18682 18387 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 658230337 306311168 5596 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 9593618013274243071 0 0 17 2 0 0 0
/proc/18694/statm: 74783 5596 348 364 0 10695 0
[pid=18696] ppid=18694 vsize=1017940 CPUtime=0.89 cores=0,2,4,6
/proc/18696/stat : 18696 (gnovelty+2) R 18694 18696 18696 0 -1 4202496 451 0 0 0 89 0 0 0 23 0 1 0 658230337 1042370560 192 33554432000 134512640 135663704 4292736848 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18696/statm: 254485 192 113 282 0 254201 0
[pid=18697] ppid=18682 vsize=309996 CPUtime=0 cores=0,2,4,6
/proc/18697/stat : 18697 (python) S 18682 18682 18387 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658230338 317435904 5720 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 7326037184073400579 0 0 17 4 0 0 0
/proc/18697/statm: 77499 5720 348 364 0 13408 0
[pid=18699] ppid=18697 vsize=2708 CPUtime=0.87 cores=0,2,4,6
/proc/18699/stat : 18699 (march_hi) R 18697 18699 18699 0 -1 4202496 740 0 0 0 87 0 0 0 23 0 1 0 658230338 2772992 477 33554432000 4194304 4955518 140734222304768 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18699/statm: 677 477 104 186 0 490 0
[pid=18682/tid=18689] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18689/stat : 18689 (python) S 18680 18682 18387 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 658230335 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 2 0 0 0
[pid=18682/tid=18692] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18692/stat : 18692 (python) S 18680 18682 18387 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 5 0 658230336 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 0 0 0 0
[pid=18682/tid=18695] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18695/stat : 18695 (python) S 18680 18682 18387 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658230337 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 2 0 0 0
[pid=18682/tid=18698] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18698/stat : 18698 (python) S 18680 18682 18387 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 5 0 658230338 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 3538564

[startup+3.10068 s]
/proc/loadavg: 8.20 7.83 5.32 9/350 18699
/proc/meminfo: memFree=15193792/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=320240 CPUtime=0.48 cores=0,2,4,6
/proc/18682/stat : 18682 (python) S 18680 18682 18387 0 -1 4202496 12212 935 1 0 41 7 0 0 20 0 5 0 658230277 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18682/statm: 80060 7249 1873 364 0 15969 0
[pid=18688] ppid=18682 vsize=278516 CPUtime=0 cores=0,2,4,6
/proc/18688/stat : 18688 (python) S 18682 18682 18387 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658230335 285200384 5562 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977295 0 0 16781312 514 12425401689396183299 0 0 17 2 0 0 0
/proc/18688/statm: 69629 5562 354 364 0 5547 0
[pid=18690] ppid=18688 vsize=1017940 CPUtime=2.51 cores=0,2,4,6
/proc/18690/stat : 18690 (gnovelty+2) R 18688 18690 18690 0 -1 4202496 455 0 0 0 251 0 0 0 25 0 1 0 658230335 1042370560 191 33554432000 134512640 135663704 4293032560 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18690/statm: 254485 191 113 282 0 254201 0
[pid=18691] ppid=18682 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/18691/stat : 18691 (python) S 18682 18682 18387 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 658230336 296329216 5703 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 748336414252302595 0 0 17 0 0 0 0
/proc/18691/statm: 72346 5703 348 364 0 8261 0
[pid=18693] ppid=18691 vsize=3312 CPUtime=2.5 cores=0,2,4,6
/proc/18693/stat : 18693 (march_hi) R 18691 18693 18693 0 -1 4202496 866 0 0 0 250 0 0 0 25 0 1 0 658230336 3391488 599 33554432000 4194304 4955518 140734575862384 18446744073709551615 4224738 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18693/statm: 828 599 104 186 0 641 0
[pid=18694] ppid=18682 vsize=299132 CPUtime=0 cores=0,2,4,6
/proc/18694/stat : 18694 (python) S 18682 18682 18387 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 658230337 306311168 5596 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 9593618013274210564 0 0 17 2 0 0 0
/proc/18694/statm: 74783 5596 348 364 0 10695 0
[pid=18696] ppid=18694 vsize=1017940 CPUtime=2.49 cores=0,2,4,6
/proc/18696/stat : 18696 (gnovelty+2) R 18694 18696 18696 0 -1 4202496 451 0 0 0 249 0 0 0 25 0 1 0 658230337 1042370560 192 33554432000 134512640 135663704 4292736848 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18696/statm: 254485 192 113 282 0 254201 0
[pid=18697] ppid=18682 vsize=309996 CPUtime=0 cores=0,2,4,6
/proc/18697/stat : 18697 (python) S 18682 18682 18387 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 658230338 317435904 5720 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 7326037184073400579 0 0 17 4 0 0 0
/proc/18697/statm: 77499 5720 348 364 0 13408 0
[pid=18699] ppid=18697 vsize=3312 CPUtime=2.46 cores=0,2,4,6
/proc/18699/stat : 18699 (march_hi) R 18697 18699 18699 0 -1 4202496 861 0 0 0 246 0 0 0 25 0 1 0 658230338 3391488 598 33554432000 4194304 4955518 140734222304768 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18699/statm: 828 598 104 186 0 641 0
[pid=18682/tid=18689] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18689/stat : 18689 (python) S 18680 18682 18387 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 658230335 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 2 0 0 0
[pid=18682/tid=18692] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18692/stat : 18692 (python) S 18680 18682 18387 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 5 0 658230336 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 0 0 0 0
[pid=18682/tid=18695] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18695/stat : 18695 (python) S 18680 18682 18387 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658230337 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 2 0 0 0
[pid=18682/tid=18698] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18698/stat : 18698 (python) S 18680 18682 18387 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 5 0 658230338 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.44
Current children cumulated vsize (KiB) 3539772

[startup+6.30111 s]
/proc/loadavg: 8.20 7.83 5.32 10/350 18700
/proc/meminfo: memFree=15189452/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=320240 CPUtime=0.48 cores=0,2,4,6
/proc/18682/stat : 18682 (python) S 18680 18682 18387 0 -1 4202496 12212 935 1 0 41 7 0 0 20 0 5 0 658230277 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18682/statm: 80060 7249 1873 364 0 15969 0
[pid=18688] ppid=18682 vsize=278516 CPUtime=0.01 cores=0,2,4,6
/proc/18688/stat : 18688 (python) S 18682 18682 18387 0 -1 4202560 897 0 0 0 0 1 0 0 18 0 1 0 658230335 285200384 5585 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977295 0 0 16781312 514 12425401689396183299 0 0 17 2 0 0 0
/proc/18688/statm: 69629 5585 377 364 0 5547 0
[pid=18690] ppid=18688 vsize=1017940 CPUtime=5.69 cores=0,2,4,6
/proc/18690/stat : 18690 (gnovelty+2) R 18688 18690 18690 0 -1 4202496 455 0 0 0 569 0 0 0 25 0 1 0 658230335 1042370560 191 33554432000 134512640 135663704 4293032560 18446744073709551615 134545761 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18690/statm: 254485 191 113 282 0 254201 0
[pid=18691] ppid=18682 vsize=289384 CPUtime=0.01 cores=0,2,4,6
/proc/18691/stat : 18691 (python) S 18682 18682 18387 0 -1 4202560 914 0 0 0 1 0 0 0 15 0 1 0 658230336 296329216 5725 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 748336414252302595 0 0 17 0 0 0 0
/proc/18691/statm: 72346 5725 370 364 0 8261 0
[pid=18693] ppid=18691 vsize=3880 CPUtime=5.68 cores=0,2,4,6
/proc/18693/stat : 18693 (march_hi) R 18691 18693 18693 0 -1 4202496 996 0 0 0 568 0 0 0 25 0 1 0 658230336 3973120 729 33554432000 4194304 4955518 140734575862384 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18693/statm: 970 729 104 186 0 783 0
[pid=18694] ppid=18682 vsize=299132 CPUtime=0 cores=0,2,4,6
/proc/18694/stat : 18694 (python) S 18682 18682 18387 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 658230337 306311168 5618 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 9593618013274210564 0 0 17 2 0 0 0
/proc/18694/statm: 74783 5618 370 364 0 10695 0
[pid=18696] ppid=18694 vsize=1017940 CPUtime=5.65 cores=0,2,4,6
/proc/18696/stat : 18696 (gnovelty+2) R 18694 18696 18696 0 -1 4202496 451 0 0 0 565 0 0 0 25 0 1 0 658230337 1042370560 192 33554432000 134512640 135663704 4292736848 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18696/statm: 254485 192 113 282 0 254201 0
[pid=18697] ppid=18682 vsize=309996 CPUtime=0.01 cores=0,2,4,6
/proc/18697/stat : 18697 (python) S 18682 18682 18387 0 -1 4202560 919 0 0 0 0 1 0 0 15 0 1 0 658230338 317435904 5743 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 7326037184073400579 0 0 17 4 0 0 0
/proc/18697/statm: 77499 5743 371 364 0 13408 0
[pid=18699] ppid=18697 vsize=3880 CPUtime=5.63 cores=0,2,4,6
/proc/18699/stat : 18699 (march_hi) R 18697 18699 18699 0 -1 4202496 990 0 0 0 563 0 0 0 25 0 1 0 658230338 3973120 727 33554432000 4194304 4955518 140734222304768 18446744073709551615 4261370 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18699/statm: 970 727 104 186 0 783 0
[pid=18682/tid=18689] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18689/stat : 18689 (python) S 18680 18682 18387 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 5 0 658230335 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 2 0 0 0
[pid=18682/tid=18692] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18692/stat : 18692 (python) S 18680 18682 18387 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 5 0 658230336 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 0 0 0 0
[pid=18682/tid=18695] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18695/stat : 18695 (python) S 18680 18682 18387 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658230337 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 2 0 0 0
[pid=18682/tid=18698] ppid=18680 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18698/stat : 18698 (python) S 18680 18682 18387 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 5 0 658230338 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 3540908

[startup+12.701 s]
/proc/loadavg: 8.17 7.84 5.35 9/350 18700
/proc/meminfo: memFree=15183348/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=320240 CPUtime=0.48 cores=0,2,4,6
/proc/18682/stat : 18682 (python) S 18680 18682 18387 0 -1 4202496 12212 935 1 0 41 7 0 0 20 0 5 0 658230277 327925760 7249 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18682/statm: 80060 7249 1873 364 0 15969 0
[pid=18688] ppid=18682 vsize=278516 CPUtime=0.01 cores=0,2,4,6
/proc/18688/stat : 18688 (python) S 18682 18682 18387 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 658230335 285200384 5585 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977295 0 0 16781312 514 14044176370792104195 0 0 17 2 0 0 0
/proc/18688/statm: 69629 5585 377 364 0 5547 0
[pid=18690] ppid=18688 vsize=1017940 CPUtime=12.08 cores=0,2,4,6
/proc/18690/stat : 18690 (gnovelty+2) R 18688 18690 18690 0 -1 4202496 455 0 0 0 1208 0 0 0 25 0 1 0 658230335 1042370560 191 33554432000 134512640 135663704 4293032560 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18690/statm: 254485 191 113 282 0 254201 0
[pid=18691] ppid=18682 vsize=289384 CPUtime=0.02 cores=0,2,4,6

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


[startup+1198.7 s]
/proc/loadavg: 8.18 8.17 7.34 9/390 18834
/proc/meminfo: memFree=14830948/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=361504 CPUtime=0.57 cores=0,2,4,6
/proc/18682/stat : 18682 (python) S 18680 18682 18387 0 -1 4202496 16536 935 1 0 49 8 0 0 18 0 9 0 658230277 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18682/statm: 90376 7374 1890 364 0 26273 0
[pid=18688] ppid=18682 vsize=288760 CPUtime=0.23 cores=0,2,4,6
/proc/18688/stat : 18688 (python) S 18682 18682 18387 0 -1 4202560 1160 0 0 0 12 11 0 0 19 0 2 0 658230335 295690240 5629 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18688/statm: 72190 5629 416 364 0 8108 0
[pid=18690] ppid=18688 vsize=1017940 CPUtime=99.98 cores=0,2,4,6
/proc/18690/stat : 18690 (gnovelty+2) T 18688 18690 18690 0 -1 4202496 455 0 0 0 9998 0 0 0 25 0 1 0 658230335 1042370560 191 33554432000 134512640 135663704 4293032560 18446744073709551615 134544183 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18690/statm: 254485 191 113 282 0 254201 0
[pid=18688/tid=18704] ppid=18682 vsize=288760 CPUtime=0 cores=0,2,4,6
/proc/18688/task/18704/stat : 18704 (python) S 18682 18682 18387 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658240357 295690240 5629 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604442920805632 0 0 -1 2 0 0 0
[pid=18691] ppid=18682 vsize=289384 CPUtime=1.97 cores=0,2,4,6
/proc/18691/stat : 18691 (python) S 18682 18682 18387 0 -1 4202560 1158 0 0 0 106 91 0 0 15 0 2 0 658230336 296329216 5756 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18691/statm: 72346 5756 400 364 0 8261 0
[pid=18693] ppid=18691 vsize=128244 CPUtime=794.47 cores=0,2,4,6
/proc/18693/stat : 18693 (march_hi) R 18691 18693 18693 0 -1 4202496 28087 0 0 0 79438 9 0 0 25 0 1 0 658230336 131321856 27781 33554432000 4194304 4955518 140734575862384 18446744073709551615 4238345 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18693/statm: 32061 27781 104 186 0 31874 0
[pid=18691/tid=18780] ppid=18682 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/18691/task/18780/stat : 18780 (python) S 18682 18682 18387 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658269498 296329216 5756 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604453939753152 0 0 -1 0 0 0 0
[pid=18694] ppid=18682 vsize=299132 CPUtime=0.23 cores=0,2,4,6
/proc/18694/stat : 18694 (python) S 18682 18682 18387 0 -1 4202560 1088 0 0 0 12 11 0 0 19 0 2 0 658230337 306311168 5649 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18694/statm: 74783 5649 400 364 0 10695 0
[pid=18696] ppid=18694 vsize=1017940 CPUtime=99.73 cores=0,2,4,6
/proc/18696/stat : 18696 (gnovelty+2) T 18694 18696 18696 0 -1 4202496 451 0 0 0 9973 0 0 0 25 0 1 0 658230337 1042370560 192 33554432000 134512640 135663704 4292736848 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18696/statm: 254485 192 113 282 0 254201 0
[pid=18694/tid=18708] ppid=18682 vsize=299132 CPUtime=0 cores=0,2,4,6
/proc/18694/task/18708/stat : 18708 (python) S 18682 18682 18387 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658240362 306311168 5649 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604442261479616 0 0 -1 2 0 0 0
[pid=18697] ppid=18682 vsize=309996 CPUtime=2.15 cores=0,2,4,6
/proc/18697/stat : 18697 (python) S 18682 18682 18387 0 -1 4202560 1172 0 0 0 116 99 0 0 16 0 2 0 658230338 317435904 5773 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18697/statm: 77499 5773 400 364 0 13408 0
[pid=18699] ppid=18697 vsize=172444 CPUtime=878.7 cores=0,2,4,6
/proc/18699/stat : 18699 (march_hi) T 18697 18699 18699 0 -1 4202496 30849 0 0 0 87862 8 0 0 25 0 1 0 658230338 176582656 30547 33554432000 4194304 4955518 140734222304768 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18699/statm: 43111 30547 104 186 0 42924 0
[pid=18697/tid=18781] ppid=18682 vsize=309996 CPUtime=0 cores=0,2,4,6
/proc/18697/task/18781/stat : 18781 (python) S 18682 18682 18387 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658270099 317435904 5773 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604443585118464 0 0 -1 6 0 0 0
[pid=18705] ppid=18682 vsize=320252 CPUtime=2.71 cores=0,2,4,6
/proc/18705/stat : 18705 (python) S 18682 18682 18387 0 -1 4202560 1155 0 0 0 146 125 0 0 15 0 2 0 658240358 327938048 5778 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18705/statm: 80063 5778 400 364 0 15969 0
[pid=18707] ppid=18705 vsize=172444 CPUtime=1095 cores=0,2,4,6
/proc/18707/stat : 18707 (march_hi) R 18705 18707 18707 0 -1 4202496 37863 0 0 0 109490 10 0 0 25 0 1 0 658240358 176582656 37561 33554432000 4194304 4955518 140735919513264 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18707/statm: 43111 37561 104 186 0 42924 0
[pid=18705/tid=18819] ppid=18682 vsize=320252 CPUtime=0 cores=0,2,4,6
/proc/18705/task/18819/stat : 18819 (python) S 18682 18682 18387 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658309016 327938048 5778 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604453903432512 0 0 -1 2 0 0 0
[pid=18709] ppid=18682 vsize=330156 CPUtime=1.91 cores=0,2,4,6
/proc/18709/stat : 18709 (python) S 18682 18682 18387 0 -1 4202560 1153 0 0 0 103 88 0 0 16 0 2 0 658240363 338079744 5693 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18709/statm: 82539 5693 400 364 0 18442 0
[pid=18711] ppid=18709 vsize=128244 CPUtime=779.28 cores=0,2,4,6
/proc/18711/stat : 18711 (march_hi) T 18709 18711 18711 0 -1 4202496 27469 0 0 0 77921 7 0 0 25 0 1 0 658240363 131321856 27167 33554432000 4194304 4955518 140737109099216 18446744073709551615 4224642 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18711/statm: 32061 27167 104 186 0 31874 0
[pid=18709/tid=18815] ppid=18682 vsize=330156 CPUtime=0 cores=0,2,4,6
/proc/18709/task/18815/stat : 18815 (python) S 18682 18682 18387 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658308530 338079744 5693 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604447190564928 0 0 -1 4 0 0 0
[pid=18803] ppid=18682 vsize=341004 CPUtime=1.48 cores=0,2,4,6
/proc/18803/stat : 18803 (python) S 18682 18682 18387 0 -1 4202560 1000 0 0 0 79 69 0 0 18 0 1 0 658289006 349188096 5815 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 14044176370792104192 0 0 17 4 0 0 0
/proc/18803/statm: 85251 5815 371 364 0 21151 0
[pid=18805] ppid=18803 vsize=182584 CPUtime=606.74 cores=0,2,4,6
/proc/18805/stat : 18805 (kcnfs-2006) R 18803 18805 18805 0 -1 4202496 650 0 0 0 60674 0 0 0 25 0 1 0 658289006 186966016 390 33554432000 134512640 135163436 4290726800 18446744073709551615 134569736 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18805/statm: 45646 390 77 159 0 45486 0
[pid=18816] ppid=18682 vsize=351260 CPUtime=1.07 cores=0,2,4,6
/proc/18816/stat : 18816 (python) S 18682 18682 18387 0 -1 4202560 1046 0 0 0 62 45 0 0 15 0 1 0 658308530 359690240 5831 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 14044176370792104199 0 0 17 4 0 0 0
/proc/18816/statm: 87815 5831 377 364 0 23712 0
[pid=18818] ppid=18816 vsize=80260 CPUtime=413.52 cores=0,2,4,6
/proc/18818/stat : 18818 (march_hi) R 18816 18818 18818 0 -1 4202496 15464 0 0 0 41349 3 0 0 25 0 1 0 658308531 82186240 15159 33554432000 4194304 4955518 140734334337600 18446744073709551615 4261426 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18818/statm: 20065 15159 104 186 0 19878 0
[pid=18682/tid=18689] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18689/stat : 18689 (python) S 18680 18682 18387 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 9 0 658230335 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 2 0 0 0
[pid=18682/tid=18692] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18692/stat : 18692 (python) S 18680 18682 18387 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 658230336 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 0 0 0 0
[pid=18682/tid=18695] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18695/stat : 18695 (python) S 18680 18682 18387 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 658230337 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 2 0 0 0
[pid=18682/tid=18698] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18698/stat : 18698 (python) S 18680 18682 18387 0 -1 4202560 40 935 0 0 0 0 0 0 18 0 9 0 658230338 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
[pid=18682/tid=18706] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18706/stat : 18706 (python) S 18680 18682 18387 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 658240358 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
[pid=18682/tid=18710] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18710/stat : 18710 (python) S 18680 18682 18387 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 658240363 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
[pid=18682/tid=18804] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18804/stat : 18804 (python) S 18680 18682 18387 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658289006 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
[pid=18682/tid=18817] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18817/stat : 18817 (python) S 18680 18682 18387 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658308530 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4779.74
Current children cumulated vsize (KiB) 5791548

[startup+1198.8 s]
/proc/loadavg: 8.18 8.17 7.34 9/390 18834
/proc/meminfo: memFree=14830948/32951124 swapFree=52307768/67111528
[pid=18682] ppid=18680 vsize=361504 CPUtime=0.57 cores=0,2,4,6
/proc/18682/stat : 18682 (python) S 18680 18682 18387 0 -1 4202496 16536 935 1 0 49 8 0 0 18 0 9 0 658230277 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18682/statm: 90376 7374 1890 364 0 26273 0
[pid=18688] ppid=18682 vsize=288760 CPUtime=0.23 cores=0,2,4,6
/proc/18688/stat : 18688 (python) S 18682 18682 18387 0 -1 4202560 1160 0 0 0 12 11 0 0 19 0 2 0 658230335 295690240 5629 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18688/statm: 72190 5629 416 364 0 8108 0
[pid=18690] ppid=18688 vsize=1017940 CPUtime=99.98 cores=0,2,4,6
/proc/18690/stat : 18690 (gnovelty+2) T 18688 18690 18690 0 -1 4202496 455 0 0 0 9998 0 0 0 25 0 1 0 658230335 1042370560 191 33554432000 134512640 135663704 4293032560 18446744073709551615 134544183 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18690/statm: 254485 191 113 282 0 254201 0
[pid=18688/tid=18704] ppid=18682 vsize=288760 CPUtime=0 cores=0,2,4,6
/proc/18688/task/18704/stat : 18704 (python) S 18682 18682 18387 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658240357 295690240 5629 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604442920805632 0 0 -1 2 0 0 0
[pid=18691] ppid=18682 vsize=289384 CPUtime=1.97 cores=0,2,4,6
/proc/18691/stat : 18691 (python) S 18682 18682 18387 0 -1 4202560 1158 0 0 0 106 91 0 0 15 0 2 0 658230336 296329216 5756 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18691/statm: 72346 5756 400 364 0 8261 0
[pid=18693] ppid=18691 vsize=128244 CPUtime=794.57 cores=0,2,4,6
/proc/18693/stat : 18693 (march_hi) R 18691 18693 18693 0 -1 4202496 28090 0 0 0 79448 9 0 0 25 0 1 0 658230336 131321856 27784 33554432000 4194304 4955518 140734575862384 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18693/statm: 32061 27784 104 186 0 31874 0
[pid=18691/tid=18780] ppid=18682 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/18691/task/18780/stat : 18780 (python) S 18682 18682 18387 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658269498 296329216 5756 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604453939753152 0 0 -1 0 0 0 0
[pid=18694] ppid=18682 vsize=299132 CPUtime=0.23 cores=0,2,4,6
/proc/18694/stat : 18694 (python) S 18682 18682 18387 0 -1 4202560 1088 0 0 0 12 11 0 0 19 0 2 0 658230337 306311168 5649 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18694/statm: 74783 5649 400 364 0 10695 0
[pid=18696] ppid=18694 vsize=1017940 CPUtime=99.73 cores=0,2,4,6
/proc/18696/stat : 18696 (gnovelty+2) T 18694 18696 18696 0 -1 4202496 451 0 0 0 9973 0 0 0 25 0 1 0 658230337 1042370560 192 33554432000 134512640 135663704 4292736848 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18696/statm: 254485 192 113 282 0 254201 0
[pid=18694/tid=18708] ppid=18682 vsize=299132 CPUtime=0 cores=0,2,4,6
/proc/18694/task/18708/stat : 18708 (python) S 18682 18682 18387 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658240362 306311168 5649 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604442261479616 0 0 -1 2 0 0 0
[pid=18697] ppid=18682 vsize=309996 CPUtime=2.15 cores=0,2,4,6
/proc/18697/stat : 18697 (python) S 18682 18682 18387 0 -1 4202560 1172 0 0 0 116 99 0 0 16 0 2 0 658230338 317435904 5773 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18697/statm: 77499 5773 400 364 0 13408 0
[pid=18699] ppid=18697 vsize=172444 CPUtime=878.7 cores=0,2,4,6
/proc/18699/stat : 18699 (march_hi) T 18697 18699 18699 0 -1 4202496 30849 0 0 0 87862 8 0 0 25 0 1 0 658230338 176582656 30547 33554432000 4194304 4955518 140734222304768 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18699/statm: 43111 30547 104 186 0 42924 0
[pid=18697/tid=18781] ppid=18682 vsize=309996 CPUtime=0 cores=0,2,4,6
/proc/18697/task/18781/stat : 18781 (python) S 18682 18682 18387 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658270099 317435904 5773 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604443585118464 0 0 -1 6 0 0 0
[pid=18705] ppid=18682 vsize=320252 CPUtime=2.71 cores=0,2,4,6
/proc/18705/stat : 18705 (python) S 18682 18682 18387 0 -1 4202560 1155 0 0 0 146 125 0 0 15 0 2 0 658240358 327938048 5778 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18705/statm: 80063 5778 400 364 0 15969 0
[pid=18707] ppid=18705 vsize=172444 CPUtime=1095.1 cores=0,2,4,6
/proc/18707/stat : 18707 (march_hi) R 18705 18707 18707 0 -1 4202496 37868 0 0 0 109500 10 0 0 25 0 1 0 658240358 176582656 37566 33554432000 4194304 4955518 140735919513264 18446744073709551615 4227811 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18707/statm: 43111 37566 104 186 0 42924 0
[pid=18705/tid=18819] ppid=18682 vsize=320252 CPUtime=0 cores=0,2,4,6
/proc/18705/task/18819/stat : 18819 (python) S 18682 18682 18387 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658309016 327938048 5778 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604453903432512 0 0 -1 2 0 0 0
[pid=18709] ppid=18682 vsize=330156 CPUtime=1.91 cores=0,2,4,6
/proc/18709/stat : 18709 (python) S 18682 18682 18387 0 -1 4202560 1153 0 0 0 103 88 0 0 16 0 2 0 658240363 338079744 5693 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18709/statm: 82539 5693 400 364 0 18442 0
[pid=18711] ppid=18709 vsize=128244 CPUtime=779.28 cores=0,2,4,6
/proc/18711/stat : 18711 (march_hi) T 18709 18711 18711 0 -1 4202496 27469 0 0 0 77921 7 0 0 25 0 1 0 658240363 131321856 27167 33554432000 4194304 4955518 140737109099216 18446744073709551615 4224642 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18711/statm: 32061 27167 104 186 0 31874 0
[pid=18709/tid=18815] ppid=18682 vsize=330156 CPUtime=0 cores=0,2,4,6
/proc/18709/task/18815/stat : 18815 (python) S 18682 18682 18387 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658308530 338079744 5693 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 514 18446604447190564928 0 0 -1 4 0 0 0
[pid=18803] ppid=18682 vsize=341004 CPUtime=1.48 cores=0,2,4,6
/proc/18803/stat : 18803 (python) S 18682 18682 18387 0 -1 4202560 1000 0 0 0 79 69 0 0 18 0 1 0 658289006 349188096 5815 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 14044176370792104192 0 0 17 4 0 0 0
/proc/18803/statm: 85251 5815 371 364 0 21151 0
[pid=18805] ppid=18803 vsize=182584 CPUtime=606.84 cores=0,2,4,6
/proc/18805/stat : 18805 (kcnfs-2006) R 18803 18805 18805 0 -1 4202496 650 0 0 0 60684 0 0 0 25 0 1 0 658289006 186966016 390 33554432000 134512640 135163436 4290726800 18446744073709551615 134559508 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18805/statm: 45646 390 77 159 0 45486 0
[pid=18816] ppid=18682 vsize=351260 CPUtime=1.07 cores=0,2,4,6
/proc/18816/stat : 18816 (python) S 18682 18682 18387 0 -1 4202560 1046 0 0 0 62 45 0 0 15 0 1 0 658308530 359690240 5831 33554432000 4194304 5683644 140733328125216 18446744073709551615 218370977350 0 0 16781312 514 14044176370792104199 0 0 17 4 0 0 0
/proc/18816/statm: 87815 5831 377 364 0 23712 0
[pid=18818] ppid=18816 vsize=80260 CPUtime=413.62 cores=0,2,4,6
/proc/18818/stat : 18818 (march_hi) R 18816 18818 18818 0 -1 4202496 15467 0 0 0 41359 3 0 0 25 0 1 0 658308531 82186240 15162 33554432000 4194304 4955518 140734334337600 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18818/statm: 20065 15162 104 186 0 19878 0
[pid=18682/tid=18689] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18689/stat : 18689 (python) S 18680 18682 18387 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 9 0 658230335 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 2 0 0 0
[pid=18682/tid=18692] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18692/stat : 18692 (python) S 18680 18682 18387 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 658230336 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 0 0 0 0
[pid=18682/tid=18695] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18695/stat : 18695 (python) S 18680 18682 18387 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 658230337 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 2 0 0 0
[pid=18682/tid=18698] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18698/stat : 18698 (python) S 18680 18682 18387 0 -1 4202560 40 935 0 0 0 0 0 0 18 0 9 0 658230338 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
[pid=18682/tid=18706] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18706/stat : 18706 (python) S 18680 18682 18387 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 658240358 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
[pid=18682/tid=18710] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18710/stat : 18710 (python) S 18680 18682 18387 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 658240363 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
[pid=18682/tid=18804] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18804/stat : 18804 (python) S 18680 18682 18387 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658289006 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
[pid=18682/tid=18817] ppid=18680 vsize=361504 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18817/stat : 18817 (python) S 18680 18682 18387 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658308530 370180096 7374 33554432000 4194304 5683644 140733328125216 18446744073709551615 218382780849 0 0 16781312 2 18446604451586629760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4780.14
Current children cumulated vsize (KiB) 5791548

Child status: 0
Real time (s): 1198.89
CPU time (s): 4780.57
CPU user time (s): 4774.61
CPU system time (s): 5.96009
CPU usage (%): 398.749
Max. virtual memory (cumulated for all children) (KiB): 5791552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4774.61
system time used= 5.96009
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172027
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= 8259
involuntary context switches= 30212

runsolver used 4.13337 second user time and 8.75667 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 15:31:15
IDJOB=3378571
IDBENCH=82980
IDSOLVER=1859
FILE ID=node101/3378571-1305466275
RUNJOBID= node101-1305465320-18407
PBS_JOBID= 13325061
Free space on /tmp= 73724 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S944656226-046.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-3378571-1305466275/watcher-3378571-1305466275 -o /tmp/evaluation-result-3378571-1305466275/solver-3378571-1305466275 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378571-1305466275.cnf -seed 1686561712 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9c7b3f326f7257fd8377a35f8807c0d3
RANDOM SEED=1686561712

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15236140 kB
Buffers:        343936 kB
Cached:        6260024 kB
SwapCached:      14848 kB
Active:       12226940 kB
Inactive:      5191156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15236140 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           32268 kB
Writeback:           0 kB
AnonPages:    10811052 kB
Mapped:          22796 kB
Slab:           161328 kB
PageTables:      70240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46111740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73696 MiB
End job on node101 at 2011-05-15 15:51:14