Trace number 3378614

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)? 3352.14 1201.06

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S2092454698-027.UNKNOWN.cnf
MD5SUM53886d9ad7fbf83830a3a7ec45d41e34
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 variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.37/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.63	c INFO: solving HOME/instance-3378614-1305466419.cnf
0.37/0.63	c INFO: computing task features
0.37/0.64	c INFO: computed variable-clause graph statistics
0.37/0.64	c INFO: computed clause balance statistics
0.46/0.71	c INFO: computed variable balance statistics
0.46/0.75	c INFO: computed small-clause counts
0.46/0.75	c INFO: computed Horn-clause counts
0.46/0.75	c INFO: computed variable graph statistics
0.46/0.75	c INFO: collected features for HOME/instance-3378614-1305466419.cnf in 0.12 s
0.46/0.76	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
0.46/0.77	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.46/0.78	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.30)
0.46/0.79	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.37)
489.49/197.24	c INFO: running march_hi@0 for 679 with 1003 remaining (b = 0.33)
489.71/197.37	c INFO: running march_hi@0 for 679 with 1003 remaining (b = 0.30)
1783.10/639.03	c INFO: running march_hi@0 for 561 with 561 remaining (b = 0.22)
2124.09/775.39	c INFO: running march_hi@0 for 291 with 425 remaining (b = 0.13)
2914.68/1054.81	c INFO: running march_hi@390 for 145 with 145 remaining (b = 0.05)
3351.90/1201.04	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-3378614-1305466419/watcher-3378614-1305466419 -o /tmp/evaluation-result-3378614-1305466419/solver-3378614-1305466419 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378614-1305466419.cnf -seed 1858774226 -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: 10.26 10.19 9.58 7/349 25894
/proc/meminfo: memFree=11552844/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/25894/stat : 25894 (python) R 25892 25894 25078 0 -1 4202496 892 0 0 0 0 0 0 0 25 0 1 0 658241551 16154624 774 33554432000 4194304 5683644 140735400913744 18446744073709551615 208079893189 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25894/statm: 3944 775 343 364 0 431 0

[startup+0.085779 s]
/proc/loadavg: 10.26 10.19 9.58 7/349 25894
/proc/meminfo: memFree=11552844/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=54540 CPUtime=0.05 cores=0,2,4,6
/proc/25894/stat : 25894 (python) S 25892 25894 25078 0 -1 4202496 2071 0 0 0 4 1 0 0 25 0 1 0 658241551 55848960 1828 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/25894/statm: 13635 1828 492 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54540

[startup+0.100905 s]
/proc/loadavg: 10.26 10.19 9.58 7/349 25894
/proc/meminfo: memFree=11552844/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=93964 CPUtime=0.06 cores=0,2,4,6
/proc/25894/stat : 25894 (python) S 25892 25894 25078 0 -1 4202496 2692 0 0 0 5 1 0 0 25 0 1 0 658241551 96219136 2407 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080228197 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/25894/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.300614 s]
/proc/loadavg: 10.26 10.19 9.58 7/349 25894
/proc/meminfo: memFree=11552844/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=135752 CPUtime=0.19 cores=0,2,4,6
/proc/25894/stat : 25894 (python) S 25892 25894 25078 0 -1 4202496 5969 933 1 0 15 4 0 0 25 0 1 0 658241551 139010048 4151 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/25894/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700533 s]
/proc/loadavg: 10.26 10.19 9.58 7/349 25894
/proc/meminfo: memFree=11552844/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=278528 CPUtime=0.46 cores=0,2,4,6
/proc/25894/stat : 25894 (python) R 25892 25894 25078 0 -1 4202496 9364 933 1 0 37 9 0 0 25 0 1 0 658241551 285212672 7029 33554432000 4194304 5683644 140735400913744 18446744073709551615 4602349 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25894/statm: 69632 7029 1826 364 0 5556 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278528

[startup+1.50138 s]
/proc/loadavg: 10.26 10.19 9.58 12/362 25911
/proc/meminfo: memFree=11512936/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=320100 CPUtime=0.55 cores=0,2,4,6
/proc/25894/stat : 25894 (python) S 25892 25894 25078 0 -1 4202496 12245 933 1 0 45 10 0 0 25 0 5 0 658241551 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25894/statm: 80025 7230 1873 364 0 15934 0
[pid=25900] ppid=25894 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/25900/stat : 25900 (python) S 25894 25894 25078 0 -1 4202560 736 0 0 0 0 0 0 0 25 0 1 0 658241627 285237248 5557 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252431 0 0 16781312 514 17085016244312080383 0 0 17 2 0 0 0
/proc/25900/statm: 69638 5557 354 364 0 5556 0
[pid=25902] ppid=25900 vsize=1017800 CPUtime=0.42 cores=0,2,4,6
/proc/25902/stat : 25902 (gnovelty+2) R 25900 25902 25902 0 -1 4202496 442 0 0 0 42 0 0 0 25 0 1 0 658241628 1042227200 180 33554432000 134512640 135663704 4287528384 18446744073709551615 134525569 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25902/statm: 254450 180 113 282 0 254166 0
[pid=25903] ppid=25894 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/25903/stat : 25903 (python) S 25894 25894 25078 0 -1 4202560 737 0 0 0 0 0 0 0 25 0 1 0 658241628 296288256 5676 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 9681904124060237823 0 0 17 0 0 0 0
/proc/25903/statm: 72336 5676 348 364 0 8251 0
[pid=25907] ppid=25903 vsize=1017800 CPUtime=0.31 cores=0,2,4,6
/proc/25907/stat : 25907 (gnovelty+2) R 25903 25907 25907 0 -1 4202496 445 0 0 0 31 0 0 0 25 0 1 0 658241629 1042227200 180 33554432000 134512640 135663704 4292911008 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25907/statm: 254450 180 113 282 0 254166 0
[pid=25905] ppid=25894 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/25905/stat : 25905 (python) S 25894 25894 25078 0 -1 4202560 749 0 0 0 0 0 0 0 20 0 1 0 658241629 306790400 5697 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 9242573912217190658 0 0 17 6 0 0 0
/proc/25905/statm: 74900 5697 348 364 0 10812 0
[pid=25908] ppid=25905 vsize=1860 CPUtime=0.3 cores=0,2,4,6
/proc/25908/stat : 25908 (march_hi) R 25905 25908 25908 0 -1 4202496 543 0 0 0 30 0 0 0 25 0 1 0 658241630 1904640 275 33554432000 4194304 4955518 140734584048048 18446744073709551615 4208722 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25908/statm: 465 275 106 186 0 278 0
[pid=25909] ppid=25894 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/25909/stat : 25909 (python) S 25894 25894 25078 0 -1 4202560 754 0 0 0 0 0 0 0 21 0 1 0 658241631 317292544 5701 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 5892234439034896641 0 0 17 6 0 0 0
/proc/25909/statm: 77464 5701 348 364 0 13373 0
[pid=25911] ppid=25909 vsize=1860 CPUtime=0.68 cores=0,2,4,6
/proc/25911/stat : 25911 (march_hi) R 25909 25911 25911 0 -1 4202496 564 0 0 0 68 0 0 0 25 0 1 0 658241631 1904640 297 33554432000 4194304 4955518 140734629529040 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25911/statm: 465 297 106 186 0 278 0
[pid=25894/tid=25901] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25901/stat : 25901 (python) S 25892 25894 25078 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 658241627 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 2 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25904/stat : 25904 (python) S 25892 25894 25078 0 -1 4202560 36 933 0 0 0 0 0 0 25 0 5 0 658241628 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25906/stat : 25906 (python) S 25892 25894 25078 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 658241629 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25910] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25910/stat : 25910 (python) S 25892 25894 25078 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 658241631 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 3536772

[startup+3.10107 s]
/proc/loadavg: 10.26 10.19 9.58 11/362 25911
/proc/meminfo: memFree=11511056/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=320100 CPUtime=0.55 cores=0,2,4,6
/proc/25894/stat : 25894 (python) S 25892 25894 25078 0 -1 4202496 12245 933 1 0 45 10 0 0 25 0 5 0 658241551 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25894/statm: 80025 7230 1873 364 0 15934 0
[pid=25900] ppid=25894 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/25900/stat : 25900 (python) S 25894 25894 25078 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 658241627 285237248 5557 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252431 0 0 16781312 514 17085016244312047874 0 0 17 2 0 0 0
/proc/25900/statm: 69638 5557 354 364 0 5556 0
[pid=25902] ppid=25900 vsize=1017800 CPUtime=1.22 cores=0,2,4,6
/proc/25902/stat : 25902 (gnovelty+2) R 25900 25902 25902 0 -1 4202496 442 0 0 0 122 0 0 0 25 0 1 0 658241628 1042227200 180 33554432000 134512640 135663704 4287528384 18446744073709551615 134545699 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25902/statm: 254450 180 113 282 0 254166 0
[pid=25903] ppid=25894 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/25903/stat : 25903 (python) S 25894 25894 25078 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658241628 296288256 5676 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 9681904124060205313 0 0 17 0 0 0 0
/proc/25903/statm: 72336 5676 348 364 0 8251 0
[pid=25907] ppid=25903 vsize=1017800 CPUtime=1.11 cores=0,2,4,6
/proc/25907/stat : 25907 (gnovelty+2) R 25903 25907 25907 0 -1 4202496 445 0 0 0 111 0 0 0 25 0 1 0 658241629 1042227200 180 33554432000 134512640 135663704 4292911008 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25907/statm: 254450 180 113 282 0 254166 0
[pid=25905] ppid=25894 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/25905/stat : 25905 (python) S 25894 25894 25078 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658241629 306790400 5697 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 9242573912217190658 0 0 17 6 0 0 0
/proc/25905/statm: 74900 5697 348 364 0 10812 0
[pid=25908] ppid=25905 vsize=2072 CPUtime=1.1 cores=0,2,4,6
/proc/25908/stat : 25908 (march_hi) R 25905 25908 25908 0 -1 4202496 643 0 0 0 110 0 0 0 25 0 1 0 658241630 2121728 356 33554432000 4194304 4955518 140734584048048 18446744073709551615 4208663 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25908/statm: 518 356 106 186 0 331 0
[pid=25909] ppid=25894 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/25909/stat : 25909 (python) S 25894 25894 25078 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 658241631 317292544 5701 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 5892234439034896641 0 0 17 6 0 0 0
/proc/25909/statm: 77464 5701 348 364 0 13373 0
[pid=25911] ppid=25909 vsize=2452 CPUtime=2.26 cores=0,2,4,6
/proc/25911/stat : 25911 (march_hi) R 25909 25911 25911 0 -1 4202496 712 0 0 0 226 0 0 0 25 0 1 0 658241631 2510848 426 33554432000 4194304 4955518 140734629529040 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25911/statm: 613 426 106 186 0 426 0
[pid=25894/tid=25901] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25901/stat : 25901 (python) S 25892 25894 25078 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 658241627 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 2 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25904/stat : 25904 (python) S 25892 25894 25078 0 -1 4202560 36 933 0 0 0 0 0 0 25 0 5 0 658241628 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25906/stat : 25906 (python) S 25892 25894 25078 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 658241629 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25910] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25910/stat : 25910 (python) S 25892 25894 25078 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 658241631 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 3537576

[startup+6.30046 s]
/proc/loadavg: 10.24 10.18 9.58 11/362 25911
/proc/meminfo: memFree=11505236/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=320100 CPUtime=0.55 cores=0,2,4,6
/proc/25894/stat : 25894 (python) S 25892 25894 25078 0 -1 4202496 12245 933 1 0 45 10 0 0 25 0 5 0 658241551 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25894/statm: 80025 7230 1873 364 0 15934 0
[pid=25900] ppid=25894 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/25900/stat : 25900 (python) S 25894 25894 25078 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 658241627 285237248 5579 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252431 0 0 16781312 514 17085016244312047874 0 0 17 2 0 0 0
/proc/25900/statm: 69638 5579 376 364 0 5556 0
[pid=25902] ppid=25900 vsize=1017800 CPUtime=2.81 cores=0,2,4,6
/proc/25902/stat : 25902 (gnovelty+2) R 25900 25902 25902 0 -1 4202496 442 0 0 0 281 0 0 0 25 0 1 0 658241628 1042227200 180 33554432000 134512640 135663704 4287528384 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25902/statm: 254450 180 113 282 0 254166 0
[pid=25903] ppid=25894 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/25903/stat : 25903 (python) S 25894 25894 25078 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 658241628 296288256 5699 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 9681904124060205313 0 0 17 0 0 0 0
/proc/25903/statm: 72336 5699 371 364 0 8251 0
[pid=25907] ppid=25903 vsize=1017800 CPUtime=2.7 cores=0,2,4,6
/proc/25907/stat : 25907 (gnovelty+2) R 25903 25907 25907 0 -1 4202496 445 0 0 0 270 0 0 0 25 0 1 0 658241629 1042227200 180 33554432000 134512640 135663704 4292911008 18446744073709551615 134524827 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25907/statm: 254450 180 113 282 0 254166 0
[pid=25905] ppid=25894 vsize=299600 CPUtime=0.01 cores=0,2,4,6
/proc/25905/stat : 25905 (python) S 25894 25894 25078 0 -1 4202560 908 0 0 0 1 0 0 0 15 0 1 0 658241629 306790400 5720 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 9242573912217190658 0 0 17 6 0 0 0
/proc/25905/statm: 74900 5720 371 364 0 10812 0
[pid=25908] ppid=25905 vsize=2452 CPUtime=2.7 cores=0,2,4,6
/proc/25908/stat : 25908 (march_hi) R 25905 25908 25908 0 -1 4202496 739 0 0 0 270 0 0 0 25 0 1 0 658241630 2510848 452 33554432000 4194304 4955518 140734584048048 18446744073709551615 4235634 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25908/statm: 613 452 106 186 0 426 0
[pid=25909] ppid=25894 vsize=309856 CPUtime=0.01 cores=0,2,4,6
/proc/25909/stat : 25909 (python) S 25894 25894 25078 0 -1 4202560 911 0 0 0 0 1 0 0 15 0 1 0 658241631 317292544 5724 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 5892234439034896641 0 0 17 6 0 0 0
/proc/25909/statm: 77464 5724 371 364 0 13373 0
[pid=25911] ppid=25909 vsize=3304 CPUtime=5.39 cores=0,2,4,6
/proc/25911/stat : 25911 (march_hi) R 25909 25911 25911 0 -1 4202496 882 0 0 0 539 0 0 0 25 0 1 0 658241631 3383296 596 33554432000 4194304 4955518 140734629529040 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25911/statm: 826 596 106 186 0 639 0
[pid=25894/tid=25901] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25901/stat : 25901 (python) S 25892 25894 25078 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 5 0 658241627 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 2 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25904/stat : 25904 (python) S 25892 25894 25078 0 -1 4202560 36 933 0 0 0 0 0 0 25 0 5 0 658241628 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25906/stat : 25906 (python) S 25892 25894 25078 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 658241629 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25910] ppid=25892 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25910/stat : 25910 (python) S 25892 25894 25078 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 658241631 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.17
Current children cumulated vsize (KiB) 3538808

[startup+12.7012 s]
/proc/loadavg: 10.22 10.18 9.59 11/362 25911
/proc/meminfo: memFree=11499316/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=320100 CPUtime=0.55 cores=0,2,4,6
/proc/25894/stat : 25894 (python) S 25892 25894 25078 0 -1 4202496 12245 933 1 0 45 10 0 0 25 0 5 0 658241551 327782400 7230 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25894/statm: 80025 7230 1873 364 0 15934 0
[pid=25900] ppid=25894 vsize=278552 CPUtime=0.02 cores=0,2,4,6
/proc/25900/stat : 25900 (python) S 25894 25894 25078 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 658241627 285237248 5579 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252431 0 0 16781312 514 17706834320867426562 0 0 17 2 0 0 0
/proc/25900/statm: 69638 5579 376 364 0 5556 0
[pid=25902] ppid=25900 vsize=1017800 CPUtime=6 cores=0,2,4,6
/proc/25902/stat : 25902 (gnovelty+2) R 25900 25902 25902 0 -1 4202496 442 0 0 0 600 0 0 0 25 0 1 0 658241628 1042227200 180 33554432000 134512640 135663704 4287528384 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25902/statm: 254450 180 113 282 0 254166 0
[pid=25903] ppid=25894 vsize=289344 CPUtime=0.02 cores=0,2,4,6

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

[pid=25909] ppid=25894 vsize=309856 CPUtime=2.05 cores=0,2,4,6
/proc/25909/stat : 25909 (python) S 25894 25894 25078 0 -1 4202560 1156 0 0 0 107 98 0 0 16 0 2 0 658241631 317292544 5763 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25909/statm: 77464 5763 409 364 0 13373 0
[pid=25911] ppid=25909 vsize=141052 CPUtime=680.91 cores=0,2,4,6
/proc/25911/stat : 25911 (march_hi) T 25909 25911 25911 0 -1 4202496 29588 0 0 0 68086 5 0 0 25 0 1 0 658241631 144437248 29302 33554432000 4194304 4955518 140734629529040 18446744073709551615 4297477 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25911/statm: 35263 29302 106 186 0 35076 0
[pid=25909/tid=25976] ppid=25894 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/25909/task/25976/stat : 25976 (python) S 25894 25894 25078 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658319089 317292544 5763 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 514 18446604453854265728 0 0 -1 6 0 0 0
[pid=25923] ppid=25894 vsize=320112 CPUtime=2.58 cores=0,2,4,6
/proc/25923/stat : 25923 (python) S 25894 25894 25078 0 -1 4202560 1000 0 0 0 136 122 0 0 15 0 1 0 658261275 327794688 5728 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 191310629481447682 0 0 17 4 0 0 0
/proc/25923/statm: 80028 5728 371 364 0 15934 0
[pid=25925] ppid=25923 vsize=141052 CPUtime=679.42 cores=0,2,4,6
/proc/25925/stat : 25925 (march_hi) R 25923 25925 25925 0 -1 4202496 29877 0 0 0 67937 5 0 0 25 0 1 0 658261275 144437248 29590 33554432000 4194304 4955518 140735931841376 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25925/statm: 35263 29590 106 186 0 35076 0
[pid=25927] ppid=25894 vsize=330512 CPUtime=2.6 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25894 25894 25078 0 -1 4202560 1145 0 0 0 136 124 0 0 15 0 2 0 658261288 338444288 5781 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25927/statm: 82628 5781 400 364 0 18531 0
[pid=25929] ppid=25927 vsize=141052 CPUtime=757.94 cores=0,2,4,6
/proc/25929/stat : 25929 (march_hi) R 25927 25929 25929 0 -1 4202496 32363 0 0 0 75783 11 0 0 25 0 1 0 658261296 144437248 32076 33554432000 4194304 4955518 140737278401248 18446744073709551615 4297556 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25929/statm: 35263 32076 106 186 0 35076 0
[pid=25927/tid=25985] ppid=25894 vsize=330512 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25985/stat : 25985 (python) S 25894 25894 25078 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658347032 338444288 5781 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 514 18446604445188109632 0 0 -1 0 0 0 0
[pid=25953] ppid=25894 vsize=340348 CPUtime=1.42 cores=0,2,4,6
/proc/25953/stat : 25953 (python) S 25894 25894 25078 0 -1 4202560 1007 0 0 0 76 66 0 0 15 0 1 0 658305454 348516352 5650 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 17706834320867426562 0 0 17 6 0 0 0
/proc/25953/statm: 85087 5650 371 364 0 20987 0
[pid=25955] ppid=25953 vsize=93512 CPUtime=420 cores=0,2,4,6
/proc/25955/stat : 25955 (march_hi) R 25953 25955 25955 0 -1 4202496 19156 0 0 0 41997 3 0 0 25 0 1 0 658305454 95756288 18870 33554432000 4194304 4955518 140733548118400 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25955/statm: 23378 18870 106 186 0 23191 0
[pid=25894/tid=25901] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25901/stat : 25901 (python) S 25892 25894 25078 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 8 0 658241627 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 2 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25904/stat : 25904 (python) S 25892 25894 25078 0 -1 4202560 36 933 0 0 0 0 0 0 25 0 8 0 658241628 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25906/stat : 25906 (python) S 25892 25894 25078 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 658241629 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25910] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25910/stat : 25910 (python) S 25892 25894 25078 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 8 0 658241631 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25924] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25924/stat : 25924 (python) S 25892 25894 25078 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 8 0 658261275 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25928] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25928/stat : 25928 (python) S 25892 25894 25078 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 658261288 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 0 0 0 0
[pid=25894/tid=25954] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25954/stat : 25954 (python) S 25892 25894 25078 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 658305454 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3351.02
Current children cumulated vsize (KiB) 5222928

[startup+1200.9 s]
/proc/loadavg: 6.08 6.96 8.39 7/350 25989
/proc/meminfo: memFree=11349828/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=351040 CPUtime=0.58 cores=0,2,4,6
/proc/25894/stat : 25894 (python) S 25892 25894 25078 0 -1 4202496 15276 933 1 0 48 10 0 0 18 0 8 0 658241551 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25894/statm: 87760 7300 1880 364 0 23660 0
[pid=25900] ppid=25894 vsize=288796 CPUtime=0.48 cores=0,2,4,6
/proc/25900/stat : 25900 (python) S 25894 25894 25078 0 -1 4202560 1199 0 0 0 27 21 0 0 19 0 2 0 658241627 295727104 5624 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25900/statm: 72199 5624 416 364 0 8117 0
[pid=25902] ppid=25900 vsize=1017800 CPUtime=98.07 cores=0,2,4,6
/proc/25902/stat : 25902 (gnovelty+2) T 25900 25902 25902 0 -1 4202496 442 0 0 0 9807 0 0 0 25 0 1 0 658241628 1042227200 180 33554432000 134512640 135663704 4287528384 18446744073709551615 134524874 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25902/statm: 254450 180 113 282 0 254166 0
[pid=25900/tid=25922] ppid=25894 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/25900/task/25922/stat : 25922 (python) S 25894 25894 25078 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658261274 295727104 5624 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 514 18446604448300673984 0 0 -1 2 0 0 0
[pid=25903] ppid=25894 vsize=289344 CPUtime=0.49 cores=0,2,4,6
/proc/25903/stat : 25903 (python) S 25894 25894 25078 0 -1 4202560 1113 0 0 0 25 24 0 0 19 0 2 0 658241628 296288256 5729 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25903/statm: 72336 5729 400 364 0 8251 0
[pid=25907] ppid=25903 vsize=1017800 CPUtime=97.92 cores=0,2,4,6
/proc/25907/stat : 25907 (gnovelty+2) T 25903 25907 25907 0 -1 4202496 445 0 0 0 9792 0 0 0 25 0 1 0 658241629 1042227200 180 33554432000 134512640 135663704 4292911008 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25907/statm: 254450 180 113 282 0 254166 0
[pid=25903/tid=25926] ppid=25894 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/25903/task/25926/stat : 25926 (python) S 25894 25894 25078 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658261287 296288256 5729 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 514 18446604442282035328 0 0 -1 0 0 0 0
[pid=25905] ppid=25894 vsize=299600 CPUtime=2.76 cores=0,2,4,6
/proc/25905/stat : 25905 (python) S 25894 25894 25078 0 -1 4202560 1153 0 0 0 146 130 0 0 15 0 2 0 658241629 306790400 5750 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25905/statm: 74900 5750 400 364 0 10812 0
[pid=25908] ppid=25905 vsize=141052 CPUtime=603.9 cores=0,2,4,6
/proc/25908/stat : 25908 (march_hi) R 25905 25908 25908 0 -1 4202496 26840 0 0 0 60384 6 0 0 25 0 1 0 658241630 144437248 26553 33554432000 4194304 4955518 140734584048048 18446744073709551615 4285779 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25908/statm: 35263 26553 106 186 0 35076 0
[pid=25905/tid=25952] ppid=25894 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/25905/task/25952/stat : 25952 (python) S 25894 25894 25078 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658305453 306790400 5750 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 514 18446604442282034432 0 0 -1 6 0 0 0
[pid=25909] ppid=25894 vsize=309856 CPUtime=2.05 cores=0,2,4,6
/proc/25909/stat : 25909 (python) S 25894 25894 25078 0 -1 4202560 1156 0 0 0 107 98 0 0 16 0 2 0 658241631 317292544 5763 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25909/statm: 77464 5763 409 364 0 13373 0
[pid=25911] ppid=25909 vsize=141052 CPUtime=680.91 cores=0,2,4,6
/proc/25911/stat : 25911 (march_hi) T 25909 25911 25911 0 -1 4202496 29588 0 0 0 68086 5 0 0 25 0 1 0 658241631 144437248 29302 33554432000 4194304 4955518 140734629529040 18446744073709551615 4297477 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25911/statm: 35263 29302 106 186 0 35076 0
[pid=25909/tid=25976] ppid=25894 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/25909/task/25976/stat : 25976 (python) S 25894 25894 25078 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658319089 317292544 5763 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 514 18446604453854265728 0 0 -1 6 0 0 0
[pid=25923] ppid=25894 vsize=320112 CPUtime=2.58 cores=0,2,4,6
/proc/25923/stat : 25923 (python) R 25894 25894 25078 0 -1 4202560 1000 0 0 0 136 122 0 0 15 0 1 0 658261275 327794688 5728 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080275591 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/25923/statm: 80028 5728 371 364 0 15934 0
[pid=25925] ppid=25923 vsize=141052 CPUtime=679.62 cores=0,2,4,6
/proc/25925/stat : 25925 (march_hi) R 25923 25925 25925 0 -1 4202496 29886 0 0 0 67957 5 0 0 25 0 1 0 658261275 144437248 29599 33554432000 4194304 4955518 140735931841376 18446744073709551615 4224392 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25925/statm: 35263 29599 106 186 0 35076 0
[pid=25927] ppid=25894 vsize=330512 CPUtime=2.6 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25894 25894 25078 0 -1 4202560 1145 0 0 0 136 124 0 0 15 0 2 0 658261288 338444288 5781 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25927/statm: 82628 5781 400 364 0 18531 0
[pid=25929] ppid=25927 vsize=141052 CPUtime=758.04 cores=0,2,4,6
/proc/25929/stat : 25929 (march_hi) R 25927 25929 25929 0 -1 4202496 32366 0 0 0 75793 11 0 0 25 0 1 0 658261296 144437248 32079 33554432000 4194304 4955518 140737278401248 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25929/statm: 35263 32079 106 186 0 35076 0
[pid=25927/tid=25985] ppid=25894 vsize=330512 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25985/stat : 25985 (python) S 25894 25894 25078 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658347032 338444288 5781 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 514 18446604445188109632 0 0 -1 0 0 0 0
[pid=25953] ppid=25894 vsize=340348 CPUtime=1.42 cores=0,2,4,6
/proc/25953/stat : 25953 (python) S 25894 25894 25078 0 -1 4202560 1007 0 0 0 76 66 0 0 15 0 1 0 658305454 348516352 5650 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 17706834320867426562 0 0 17 6 0 0 0
/proc/25953/statm: 85087 5650 371 364 0 20987 0
[pid=25955] ppid=25953 vsize=93512 CPUtime=420.2 cores=0,2,4,6
/proc/25955/stat : 25955 (march_hi) R 25953 25955 25955 0 -1 4202496 19162 0 0 0 42017 3 0 0 25 0 1 0 658305454 95756288 18876 33554432000 4194304 4955518 140733548118400 18446744073709551615 4237796 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25955/statm: 23378 18876 106 186 0 23191 0
[pid=25894/tid=25901] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25901/stat : 25901 (python) S 25892 25894 25078 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 8 0 658241627 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 2 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25904/stat : 25904 (python) S 25892 25894 25078 0 -1 4202560 36 933 0 0 0 0 0 0 25 0 8 0 658241628 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25906/stat : 25906 (python) S 25892 25894 25078 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 658241629 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25910] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25910/stat : 25910 (python) S 25892 25894 25078 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 8 0 658241631 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25924] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25924/stat : 25924 (python) S 25892 25894 25078 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 8 0 658261275 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25928] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25928/stat : 25928 (python) S 25892 25894 25078 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 658261288 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 0 0 0 0
[pid=25894/tid=25954] ppid=25892 vsize=351040 CPUtime=0 cores=0,2,4,6
/proc/25894/task/25954/stat : 25954 (python) S 25892 25894 25078 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 658305454 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3351.62
Current children cumulated vsize (KiB) 5222928

[startup+1201 s]
/proc/loadavg: 6.08 6.96 8.39 7/350 25989
/proc/meminfo: memFree=11349828/32950928 swapFree=67083212/67111528
[pid=25894] ppid=25892 vsize=351040 CPUtime=880.57 cores=0,2,4,6
/proc/25894/stat : 25894 (python) S 25892 25894 25078 0 -1 4202496 15295 34950 1 0 49 10 87847 151 17 0 8 0 658241551 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092062527 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25894/statm: 87760 7300 1880 364 0 23660 0
[pid=25905] ppid=25894 vsize=299600 CPUtime=2.76 cores=0,2,4,6
/proc/25905/stat : 25905 (python) S 25894 25894 25078 0 -1 4202560 1153 0 0 0 146 130 0 0 15 0 2 0 658241629 306790400 5750 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25905/statm: 74900 5750 400 364 0 10812 0
[pid=25908] ppid=25905 vsize=141052 CPUtime=603.9 cores=0,2,4,6
/proc/25908/stat : 25908 (march_hi) R 25905 25908 25908 0 -1 4202496 26840 0 0 0 60384 6 0 0 25 0 1 0 658241630 144437248 26553 33554432000 4194304 4955518 140734584048048 18446744073709551615 4208693 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/25908/statm: 35263 26553 106 186 0 35076 0
[pid=25905/tid=25952] ppid=25894 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/25905/task/25952/stat : 25952 (python) S 25894 25894 25078 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658305453 306790400 5750 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 514 18446604442282034432 0 0 -1 6 0 0 0
[pid=25923] ppid=25894 vsize=320112 CPUtime=2.59 cores=0,2,4,6
/proc/25923/stat : 25923 (python) S 25894 25894 25078 0 -1 4202560 1154 0 0 0 137 122 0 0 16 0 2 0 658261275 327794688 5758 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092062527 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25923/statm: 80028 5758 400 364 0 15934 0
[pid=25925] ppid=25923 vsize=141052 CPUtime=679.62 cores=0,2,4,6
/proc/25925/stat : 25925 (march_hi) R 25923 25925 25925 0 -1 4202496 29886 0 0 0 67957 5 0 0 25 0 1 0 658261275 144437248 29599 33554432000 4194304 4955518 140735931841376 18446744073709551615 4224392 256 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25925/statm: 35263 29599 106 186 0 35076 0
[pid=25927] ppid=25894 vsize=330512 CPUtime=2.6 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25894 25894 25078 0 -1 4202560 1145 0 0 0 136 124 0 0 15 0 2 0 658261288 338444288 5781 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25927/statm: 82628 5781 400 364 0 18531 0
[pid=25929] ppid=25927 vsize=141052 CPUtime=758.13 cores=0,2,4,6
/proc/25929/stat : 25929 (march_hi) R 25927 25929 25929 0 -1 4202496 32369 0 0 0 75802 11 0 0 25 0 1 0 658261296 144437248 32082 33554432000 4194304 4955518 140737278401248 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25929/statm: 35263 32082 106 186 0 35076 0
[pid=25927/tid=25985] ppid=25894 vsize=330512 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25985/stat : 25985 (python) S 25894 25894 25078 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 658347032 338444288 5781 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 514 18446604445188109632 0 0 -1 0 0 0 0
[pid=25953] ppid=25894 vsize=340348 CPUtime=1.44 cores=0,2,4,6
/proc/25953/stat : 25953 (python) S 25894 25894 25078 0 -1 4202560 1007 0 0 0 77 67 0 0 15 0 1 0 658305454 348516352 5650 33554432000 4194304 5683644 140735400913744 18446744073709551615 208080252486 0 0 16781312 514 17706834320867426562 0 0 17 6 0 0 0
/proc/25953/statm: 85087 5650 371 364 0 20987 0
[pid=25955] ppid=25953 vsize=93512 CPUtime=420.29 cores=0,2,4,6
/proc/25955/stat : 25955 (march_hi) R 25953 25955 25955 0 -1 4202496 19166 0 0 0 42026 3 0 0 25 0 1 0 658305454 95756288 18880 33554432000 4194304 4955518 140733548118400 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25955/statm: 23378 18880 106 186 0 23191 0
[pid=25894/tid=25901] ppid=25892 vsize=351040 CPUtime=879.98 cores=0,2,4,6
/proc/25894/task/25901/stat : 25901 (python) S 25892 25894 25078 0 -1 4202560 27 34950 0 0 0 0 87847 151 25 0 8 0 658241627 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 2 0 0 0
[pid=25894/tid=25904] ppid=25892 vsize=351040 CPUtime=879.98 cores=0,2,4,6
/proc/25894/task/25904/stat : 25904 (python) S 25892 25894 25078 0 -1 4202560 36 34950 0 0 0 0 87847 151 25 0 8 0 658241628 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25906] ppid=25892 vsize=351040 CPUtime=879.98 cores=0,2,4,6
/proc/25894/task/25906/stat : 25906 (python) S 25892 25894 25078 0 -1 4202560 26 34950 0 0 0 0 87847 151 18 0 8 0 658241629 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25910] ppid=25892 vsize=351040 CPUtime=879.98 cores=0,2,4,6
/proc/25894/task/25910/stat : 25910 (python) S 25892 25894 25078 0 -1 4202560 29 34950 0 0 0 0 87847 151 25 0 8 0 658241631 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25924] ppid=25892 vsize=351040 CPUtime=879.98 cores=0,2,4,6
/proc/25894/task/25924/stat : 25924 (python) S 25892 25894 25078 0 -1 4202560 23 34950 0 0 0 0 87847 151 20 0 8 0 658261275 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
[pid=25894/tid=25928] ppid=25892 vsize=351040 CPUtime=879.98 cores=0,2,4,6
/proc/25894/task/25928/stat : 25928 (python) S 25892 25894 25078 0 -1 4202560 29 34950 0 0 0 0 87847 151 18 0 8 0 658261288 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 0 0 0 0
[pid=25894/tid=25954] ppid=25892 vsize=351040 CPUtime=879.98 cores=0,2,4,6
/proc/25894/task/25954/stat : 25954 (python) S 25892 25894 25078 0 -1 4202560 26 34950 0 0 0 0 87847 151 20 0 8 0 658305454 359464960 7300 33554432000 4194304 5683644 140735400913744 18446744073709551615 208092055985 0 0 16781312 2 18446604441208660288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3351.9
Current children cumulated vsize (KiB) 2158280

Child status: 0
Real time (s): 1201.06
CPU time (s): 3352.14
CPU user time (s): 3345.76
CPU system time (s): 6.38303
CPU usage (%): 279.098
Max. virtual memory (cumulated for all children) (KiB): 5222928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3345.76
system time used= 6.38303
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167136
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= 9167
involuntary context switches= 34613

runsolver used 4.20936 second user time and 8.93664 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 15:33:39
IDJOB=3378614
IDBENCH=83023
IDSOLVER=1859
FILE ID=node127/3378614-1305466419
RUNJOBID= node127-1305463542-25096
PBS_JOBID= 13325002
Free space on /tmp= 73464 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S2092454698-027.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378614-1305466419/watcher-3378614-1305466419 -o /tmp/evaluation-result-3378614-1305466419/solver-3378614-1305466419 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378614-1305466419.cnf -seed 1858774226 -budget 4800 -cores 4

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

MD5SUM BENCH= 53886d9ad7fbf83830a3a7ec45d41e34
RANDOM SEED=1858774226

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:     32950928 kB
MemFree:      11553000 kB
Buffers:        318488 kB
Cached:        4163744 kB
SwapCached:       1620 kB
Active:       18171412 kB
Inactive:      2876104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11553000 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           31732 kB
Writeback:           0 kB
AnonPages:    16563836 kB
Mapped:          35616 kB
Slab:           230332 kB
PageTables:      55548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 62496172 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= 73464 MiB
End job on node127 at 2011-05-15 15:53:40