Trace number 3378499

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)? 4788.29 1200.84

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1720013904-060.UNKNOWN.cnf
MD5SUMbb08468cf0220e53f83e89f3d31d3696
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3378499-1305465951.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.40/0.52	c INFO: computed variable balance statistics
0.40/0.55	c INFO: computed small-clause counts
0.40/0.55	c INFO: computed Horn-clause counts
0.40/0.56	c INFO: computed variable graph statistics
0.40/0.56	c INFO: collected features for HOME/instance-3378499-1305465951.cnf in 0.09 s
0.40/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.40/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.30)
0.40/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.50/0.60	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
399.90/100.80	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.35)
400.30/100.84	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.31)
1562.51/392.11	c INFO: running kcnfs-2006@0 for 582 with 808 remaining (b = 0.26)
1563.42/392.48	c INFO: running march_hi@0 for 97 with 807 remaining (b = 0.05)
1954.30/490.34	c INFO: running march_hi@99 for 291 with 710 remaining (b = 0.16)
3102.05/778.02	c INFO: running march_hi@386 for 97 with 422 remaining (b = 0.10)
3133.58/785.99	c INFO: running march_hi@97 for 414 with 414 remaining (b = 0.20)
3158.67/792.29	c INFO: running march_hi@0 for 408 with 408 remaining (b = 0.19)
3502.43/878.48	c INFO: running march_hi@1070 for 321 with 321 remaining (b = 0.17)
3901.28/978.50	c INFO: running kcnfs-2006@391 for 221 with 221 remaining (b = 0.13)
4788.11/1200.82	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-3378499-1305465951/watcher-3378499-1305465951 -o /tmp/evaluation-result-3378499-1305465951/solver-3378499-1305465951 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378499-1305465951.cnf -seed 639243808 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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.32 8.29 8.05 6/324 19258
/proc/meminfo: memFree=18168868/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=15784 CPUtime=0 cores=1,3,5,7
/proc/19258/stat : 19258 (python) R 19256 19258 17961 0 -1 4202496 936 0 0 0 0 0 0 0 25 0 1 0 658194952 16162816 815 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089698048 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19258/statm: 3979 817 356 364 0 466 0

[startup+0.094277 s]
/proc/loadavg: 8.32 8.29 8.05 6/324 19258
/proc/meminfo: memFree=18168868/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=101584 CPUtime=0.06 cores=1,3,5,7
/proc/19258/stat : 19258 (python) S 19256 19258 17961 0 -1 4202496 2897 0 0 0 5 1 0 0 25 0 1 0 658194952 104022016 2594 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089696256 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/19258/statm: 25396 2594 837 364 0 1696 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101584

[startup+0.100273 s]
/proc/loadavg: 8.32 8.29 8.05 6/324 19258
/proc/meminfo: memFree=18168868/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=104224 CPUtime=0.06 cores=1,3,5,7
/proc/19258/stat : 19258 (python) R 19256 19258 17961 0 -1 4202496 3047 0 0 0 5 1 0 0 25 0 1 0 658194952 106725376 2732 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19258/statm: 26057 2734 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300237 s]
/proc/loadavg: 8.32 8.29 8.05 6/324 19258
/proc/meminfo: memFree=18168868/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=170756 CPUtime=0.23 cores=1,3,5,7
/proc/19258/stat : 19258 (python) S 19256 19258 17961 0 -1 4202496 6743 930 1 0 18 5 0 0 25 0 1 0 658194952 174854144 4807 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/19258/statm: 42689 4807 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700167 s]
/proc/loadavg: 8.32 8.29 8.05 6/324 19258
/proc/meminfo: memFree=18168868/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=320232 CPUtime=0.5 cores=1,3,5,7
/proc/19258/stat : 19258 (python) S 19256 19258 17961 0 -1 4202496 12221 930 1 0 42 8 0 0 25 0 5 0 658194952 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19258/statm: 80058 7254 1881 364 0 15967 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 320232

[startup+1.50102 s]
/proc/loadavg: 8.32 8.29 8.05 9/337 19275
/proc/meminfo: memFree=18128836/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=320232 CPUtime=0.5 cores=1,3,5,7
/proc/19258/stat : 19258 (python) S 19256 19258 17961 0 -1 4202496 12221 930 1 0 42 8 0 0 25 0 5 0 658194952 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19258/statm: 80058 7254 1881 364 0 15967 0
[pid=19264] ppid=19258 vsize=278612 CPUtime=0 cores=1,3,5,7
/proc/19264/stat : 19264 (python) S 19258 19258 17961 0 -1 4202560 734 0 0 0 0 0 0 0 25 0 1 0 658195010 285298688 5559 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718287 0 0 16781312 514 13184367902893015039 0 0 17 3 0 0 0
/proc/19264/statm: 69653 5559 354 364 0 5571 0
[pid=19266] ppid=19264 vsize=1017932 CPUtime=0.91 cores=1,3,5,7
/proc/19266/stat : 19266 (gnovelty+2) R 19264 19266 19266 0 -1 4202496 446 0 0 0 91 0 0 0 25 0 1 0 658195010 1042362368 184 33554432000 134512640 135663704 4290104480 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19266/statm: 254483 184 113 282 0 254199 0
[pid=19267] ppid=19258 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/19267/stat : 19267 (python) S 19258 19258 17961 0 -1 4202560 746 0 0 0 0 0 0 0 21 0 1 0 658195010 296321024 5701 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 4426875435401314566 0 0 17 1 0 0 0
/proc/19267/statm: 72344 5701 348 364 0 8259 0
[pid=19269] ppid=19267 vsize=2676 CPUtime=0.91 cores=1,3,5,7
/proc/19269/stat : 19269 (march_hi) R 19267 19269 19269 0 -1 4202496 720 0 0 0 91 0 0 0 25 0 1 0 658195011 2740224 455 33554432000 4194304 4955518 140735412681936 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19269/statm: 669 455 104 186 0 482 0
[pid=19270] ppid=19258 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/19270/stat : 19270 (python) S 19258 19258 17961 0 -1 4202560 742 0 0 0 0 0 0 0 25 0 1 0 658195011 306302976 5593 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 14592213927178797055 0 0 17 3 0 0 0
/proc/19270/statm: 74781 5593 348 364 0 10693 0
[pid=19272] ppid=19270 vsize=1017932 CPUtime=0.9 cores=1,3,5,7
/proc/19272/stat : 19272 (gnovelty+2) R 19270 19272 19272 0 -1 4202496 446 0 0 0 90 0 0 0 25 0 1 0 658195012 1042362368 185 33554432000 134512640 135663704 4294889184 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19272/statm: 254483 185 113 282 0 254199 0
[pid=19273] ppid=19258 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/19273/stat : 19273 (python) S 19258 19258 17961 0 -1 4202560 746 0 0 0 0 0 0 0 21 0 1 0 658195012 317427712 5717 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 14664718747571290372 0 0 17 5 0 0 0
/proc/19273/statm: 77497 5717 348 364 0 13406 0
[pid=19275] ppid=19273 vsize=2676 CPUtime=0.89 cores=1,3,5,7
/proc/19275/stat : 19275 (march_hi) R 19273 19275 19275 0 -1 4202496 716 0 0 0 89 0 0 0 25 0 1 0 658195013 2740224 455 33554432000 4194304 4955518 140733903756256 18446744073709551615 4311942 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19275/statm: 669 455 104 186 0 482 0
[pid=19258/tid=19265] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (python) S 19256 19258 17961 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 5 0 658195010 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 7 0 0 0
[pid=19258/tid=19268] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (python) S 19256 19258 17961 0 -1 4202560 22 930 0 0 0 0 0 0 25 0 5 0 658195011 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19271] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (python) S 19256 19258 17961 0 -1 4202560 23 930 0 0 0 0 0 0 25 0 5 0 658195012 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19274] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (python) S 19256 19258 17961 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 5 0 658195013 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 3538548

[startup+3.10074 s]
/proc/loadavg: 8.29 8.28 8.05 9/337 19275
/proc/meminfo: memFree=18127720/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=320232 CPUtime=0.5 cores=1,3,5,7
/proc/19258/stat : 19258 (python) S 19256 19258 17961 0 -1 4202496 12221 930 1 0 42 8 0 0 25 0 5 0 658194952 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19258/statm: 80058 7254 1881 364 0 15967 0
[pid=19264] ppid=19258 vsize=278612 CPUtime=0 cores=1,3,5,7
/proc/19264/stat : 19264 (python) S 19258 19258 17961 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658195010 285298688 5559 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718287 0 0 16781312 514 13184367902892982535 0 0 17 3 0 0 0
/proc/19264/statm: 69653 5559 354 364 0 5571 0
[pid=19266] ppid=19264 vsize=1017932 CPUtime=2.5 cores=1,3,5,7
/proc/19266/stat : 19266 (gnovelty+2) R 19264 19266 19266 0 -1 4202496 446 0 0 0 250 0 0 0 25 0 1 0 658195010 1042362368 184 33554432000 134512640 135663704 4290104480 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19266/statm: 254483 184 113 282 0 254199 0
[pid=19267] ppid=19258 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/19267/stat : 19267 (python) S 19258 19258 17961 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 658195010 296321024 5701 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 4343607495684489478 0 0 17 1 0 0 0
/proc/19267/statm: 72344 5701 348 364 0 8259 0
[pid=19269] ppid=19267 vsize=2928 CPUtime=2.51 cores=1,3,5,7
/proc/19269/stat : 19269 (march_hi) R 19267 19269 19269 0 -1 4202496 792 0 0 0 251 0 0 0 25 0 1 0 658195011 2998272 527 33554432000 4194304 4955518 140735412681936 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19269/statm: 732 527 104 186 0 545 0
[pid=19270] ppid=19258 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/19270/stat : 19270 (python) S 19258 19258 17961 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 658195011 306302976 5593 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 14592213927178764551 0 0 17 3 0 0 0
/proc/19270/statm: 74781 5593 348 364 0 10693 0
[pid=19272] ppid=19270 vsize=1017932 CPUtime=2.5 cores=1,3,5,7
/proc/19272/stat : 19272 (gnovelty+2) R 19270 19272 19272 0 -1 4202496 446 0 0 0 250 0 0 0 25 0 1 0 658195012 1042362368 185 33554432000 134512640 135663704 4294889184 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19272/statm: 254483 185 113 282 0 254199 0
[pid=19273] ppid=19258 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/19273/stat : 19273 (python) S 19258 19258 17961 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 658195012 317427712 5717 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 14664718747571290372 0 0 17 5 0 0 0
/proc/19273/statm: 77497 5717 348 364 0 13406 0
[pid=19275] ppid=19273 vsize=2928 CPUtime=2.49 cores=1,3,5,7
/proc/19275/stat : 19275 (march_hi) R 19273 19275 19275 0 -1 4202496 787 0 0 0 249 0 0 0 25 0 1 0 658195013 2998272 526 33554432000 4194304 4955518 140733903756256 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19275/statm: 732 526 104 186 0 545 0
[pid=19258/tid=19265] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (python) S 19256 19258 17961 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 5 0 658195010 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 7 0 0 0
[pid=19258/tid=19268] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (python) S 19256 19258 17961 0 -1 4202560 22 930 0 0 0 0 0 0 25 0 5 0 658195011 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19271] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (python) S 19256 19258 17961 0 -1 4202560 23 930 0 0 0 0 0 0 25 0 5 0 658195012 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19274] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (python) S 19256 19258 17961 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 5 0 658195013 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (KiB) 3539052

[startup+6.30118 s]
/proc/loadavg: 8.29 8.28 8.05 9/337 19275
/proc/meminfo: memFree=18123940/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=320232 CPUtime=0.5 cores=1,3,5,7
/proc/19258/stat : 19258 (python) S 19256 19258 17961 0 -1 4202496 12221 930 1 0 42 8 0 0 25 0 5 0 658194952 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19258/statm: 80058 7254 1881 364 0 15967 0
[pid=19264] ppid=19258 vsize=278612 CPUtime=0 cores=1,3,5,7
/proc/19264/stat : 19264 (python) S 19258 19258 17961 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 658195010 285298688 5582 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718287 0 0 16781312 514 13184367902892982535 0 0 17 3 0 0 0
/proc/19264/statm: 69653 5582 377 364 0 5571 0
[pid=19266] ppid=19264 vsize=1017932 CPUtime=5.66 cores=1,3,5,7
/proc/19266/stat : 19266 (gnovelty+2) R 19264 19266 19266 0 -1 4202496 446 0 0 0 566 0 0 0 25 0 1 0 658195010 1042362368 184 33554432000 134512640 135663704 4290104480 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19266/statm: 254483 184 113 282 0 254199 0
[pid=19267] ppid=19258 vsize=289376 CPUtime=0.01 cores=1,3,5,7
/proc/19267/stat : 19267 (python) S 19258 19258 17961 0 -1 4202560 906 0 0 0 1 0 0 0 15 0 1 0 658195010 296321024 5724 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 4343607495684489478 0 0 17 1 0 0 0
/proc/19267/statm: 72344 5724 371 364 0 8259 0
[pid=19269] ppid=19267 vsize=3636 CPUtime=5.69 cores=1,3,5,7
/proc/19269/stat : 19269 (march_hi) R 19267 19269 19269 0 -1 4202496 940 0 0 0 569 0 0 0 25 0 1 0 658195011 3723264 675 33554432000 4194304 4955518 140735412681936 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19269/statm: 909 675 104 186 0 722 0
[pid=19270] ppid=19258 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/19270/stat : 19270 (python) S 19258 19258 17961 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 658195011 306302976 5615 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 14592213927178764551 0 0 17 3 0 0 0
/proc/19270/statm: 74781 5615 370 364 0 10693 0
[pid=19272] ppid=19270 vsize=1017932 CPUtime=5.67 cores=1,3,5,7
/proc/19272/stat : 19272 (gnovelty+2) R 19270 19272 19272 0 -1 4202496 446 0 0 0 567 0 0 0 25 0 1 0 658195012 1042362368 185 33554432000 134512640 135663704 4294889184 18446744073709551615 134546768 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19272/statm: 254483 185 113 282 0 254199 0
[pid=19273] ppid=19258 vsize=309988 CPUtime=0.01 cores=1,3,5,7
/proc/19273/stat : 19273 (python) S 19258 19258 17961 0 -1 4202560 907 0 0 0 1 0 0 0 15 0 1 0 658195012 317427712 5740 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 4769458244726784260 0 0 17 5 0 0 0
/proc/19273/statm: 77497 5740 371 364 0 13406 0
[pid=19275] ppid=19273 vsize=3636 CPUtime=5.67 cores=1,3,5,7
/proc/19275/stat : 19275 (march_hi) R 19273 19275 19275 0 -1 4202496 936 0 0 0 567 0 0 0 25 0 1 0 658195013 3723264 675 33554432000 4194304 4955518 140733903756256 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19275/statm: 909 675 104 186 0 722 0
[pid=19258/tid=19265] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (python) S 19256 19258 17961 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 5 0 658195010 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 7 0 0 0
[pid=19258/tid=19268] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (python) S 19256 19258 17961 0 -1 4202560 22 930 0 0 0 0 0 0 25 0 5 0 658195011 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19271] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (python) S 19256 19258 17961 0 -1 4202560 23 930 0 0 0 0 0 0 25 0 5 0 658195012 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19274] ppid=19256 vsize=320232 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (python) S 19256 19258 17961 0 -1 4202560 29 930 0 0 0 0 0 0 25 0 5 0 658195013 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 3540468

[startup+12.701 s]
/proc/loadavg: 8.25 8.27 8.04 9/337 19276
/proc/meminfo: memFree=18119772/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=320232 CPUtime=0.5 cores=1,3,5,7
/proc/19258/stat : 19258 (python) S 19256 19258 17961 0 -1 4202496 12221 930 1 0 42 8 0 0 25 0 5 0 658194952 327917568 7254 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19258/statm: 80058 7254 1881 364 0 15967 0
[pid=19264] ppid=19258 vsize=278612 CPUtime=0.02 cores=1,3,5,7
/proc/19264/stat : 19264 (python) S 19258 19258 17961 0 -1 4202560 896 0 0 0 1 1 0 0 18 0 1 0 658195010 285298688 5582 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718287 0 0 16781312 514 2415424736084328711 0 0 17 3 0 0 0
/proc/19264/statm: 69653 5582 377 364 0 5571 0
[pid=19266] ppid=19264 vsize=1017932 CPUtime=12 cores=1,3,5,7
/proc/19266/stat : 19266 (gnovelty+2) R 19264 19266 19266 0 -1 4202496 446 0 0 0 1200 0 0 0 25 0 1 0 658195010 1042362368 184 33554432000 134512640 135663704 4290104480 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19266/statm: 254483 184 113 282 0 254199 0
[pid=19267] ppid=19258 vsize=289376 CPUtime=0.03 cores=1,3,5,7

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

/proc/19308/stat : 19308 (kcnfs-2006) R 19306 19308 19308 0 -1 4202496 626 0 0 0 80270 0 0 0 25 0 1 0 658234164 186961920 366 33554432000 134512640 135163436 4289744960 18446744073709551615 134564629 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19308/statm: 45645 366 77 159 0 45485 0
[pid=19306/tid=19345] ppid=19258 vsize=340856 CPUtime=0 cores=1,3,5,7
/proc/19306/task/19345/stat : 19345 (python) S 19258 19258 17961 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658292802 349036544 5824 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 514 18446604469707927808 0 0 -1 1 0 0 0
[pid=19336] ppid=19258 vsize=351208 CPUtime=1.05 cores=1,3,5,7
/proc/19336/stat : 19336 (python) S 19258 19258 17961 0 -1 4202560 1039 0 0 0 58 47 0 0 15 0 1 0 658274182 359636992 5835 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 2415424736084328710 0 0 17 5 0 0 0
/proc/19336/statm: 87802 5835 377 364 0 23699 0
[pid=19338] ppid=19336 vsize=79364 CPUtime=406.72 cores=1,3,5,7
/proc/19338/stat : 19338 (march_hi) R 19336 19338 19338 0 -1 4202496 14586 0 0 0 40669 3 0 0 25 0 1 0 658274183 81268736 14317 33554432000 4194304 4955518 140734440026976 18446744073709551615 4209740 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19338/statm: 19841 14317 104 186 0 19654 0
[pid=19258/tid=19265] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (python) S 19256 19258 17961 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 9 0 658195010 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 7 0 0 0
[pid=19258/tid=19268] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (python) S 19256 19258 17961 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 9 0 658195011 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19271] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (python) S 19256 19258 17961 0 -1 4202560 23 930 0 0 0 0 0 0 25 0 9 0 658195012 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19274] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (python) S 19256 19258 17961 0 -1 4202560 42 930 0 0 0 0 0 0 18 0 9 0 658195013 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 7 0 0 0
[pid=19258/tid=19289] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19289/stat : 19289 (python) S 19256 19258 17961 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 658205033 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
[pid=19258/tid=19293] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19293/stat : 19293 (python) S 19256 19258 17961 0 -1 4202560 26 930 0 0 0 0 0 0 21 0 9 0 658205037 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
[pid=19258/tid=19307] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19307/stat : 19307 (python) S 19256 19258 17961 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 9 0 658234164 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
[pid=19258/tid=19337] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19337/stat : 19337 (python) S 19256 19258 17961 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 658274183 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4786.02
Current children cumulated vsize (KiB) 5748724

[startup+1200.7 s]
/proc/loadavg: 5.45 7.40 7.85 6/338 19368
/proc/meminfo: memFree=17697204/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=361656 CPUtime=0.58 cores=1,3,5,7
/proc/19258/stat : 19258 (python) S 19256 19258 17961 0 -1 4202496 16313 930 1 0 49 9 0 0 18 0 9 0 658194952 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19258/statm: 90414 7379 1890 364 0 26311 0
[pid=19264] ppid=19258 vsize=288856 CPUtime=0.23 cores=1,3,5,7
/proc/19264/stat : 19264 (python) S 19258 19258 17961 0 -1 4202560 1165 0 0 0 11 12 0 0 19 0 2 0 658195010 295788544 5626 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19264/statm: 72214 5626 416 364 0 8132 0
[pid=19266] ppid=19264 vsize=1017932 CPUtime=99.2 cores=1,3,5,7
/proc/19266/stat : 19266 (gnovelty+2) T 19264 19266 19266 0 -1 4202496 446 0 0 0 9920 0 0 0 25 0 1 0 658195010 1042362368 184 33554432000 134512640 135663704 4290104480 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19266/statm: 254483 184 113 282 0 254199 0
[pid=19264/tid=19287] ppid=19258 vsize=288856 CPUtime=0 cores=1,3,5,7
/proc/19264/task/19287/stat : 19287 (python) S 19258 19258 17961 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658205032 295788544 5626 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 514 18446604455982418112 0 0 -1 3 0 0 0
[pid=19267] ppid=19258 vsize=289376 CPUtime=2.22 cores=1,3,5,7
/proc/19267/stat : 19267 (python) S 19258 19258 17961 0 -1 4202560 1157 0 0 0 117 105 0 0 15 0 2 0 658195010 296321024 5754 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19267/statm: 72344 5754 400 364 0 8259 0
[pid=19269] ppid=19267 vsize=170852 CPUtime=900.85 cores=1,3,5,7
/proc/19269/stat : 19269 (march_hi) R 19267 19269 19269 0 -1 4202496 30233 0 0 0 90079 6 0 0 25 0 1 0 658195011 174952448 29968 33554432000 4194304 4955518 140735412681936 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19269/statm: 42713 29968 104 186 0 42526 0
[pid=19267/tid=19305] ppid=19258 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/19267/task/19305/stat : 19305 (python) S 19258 19258 17961 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658234163 296321024 5754 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 514 18446604462533340096 0 0 -1 1 0 0 0
[pid=19270] ppid=19258 vsize=299124 CPUtime=0.22 cores=1,3,5,7
/proc/19270/stat : 19270 (python) S 19258 19258 17961 0 -1 4202560 1100 0 0 0 12 10 0 0 19 0 2 0 658195011 306302976 5646 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19270/statm: 74781 5646 400 364 0 10693 0
[pid=19272] ppid=19270 vsize=1017932 CPUtime=99.78 cores=1,3,5,7
/proc/19272/stat : 19272 (gnovelty+2) T 19270 19272 19272 0 -1 4202496 446 0 0 0 9978 0 0 0 25 0 1 0 658195012 1042362368 185 33554432000 134512640 135663704 4294889184 18446744073709551615 134524594 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19272/statm: 254483 185 113 282 0 254199 0
[pid=19270/tid=19291] ppid=19258 vsize=299124 CPUtime=0 cores=1,3,5,7
/proc/19270/task/19291/stat : 19291 (python) S 19258 19258 17961 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658205036 306302976 5646 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 514 18446604464900142400 0 0 -1 3 0 0 0
[pid=19273] ppid=19258 vsize=309988 CPUtime=2.69 cores=1,3,5,7
/proc/19273/stat : 19273 (python) S 19258 19258 17961 0 -1 4202560 1162 0 0 0 147 122 0 0 15 0 2 0 658195012 317427712 5770 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19273/statm: 77497 5770 400 364 0 13406 0
[pid=19275] ppid=19273 vsize=170852 CPUtime=1099.44 cores=1,3,5,7
/proc/19275/stat : 19275 (march_hi) R 19273 19275 19275 0 -1 4202496 36097 0 0 0 109935 9 0 0 25 0 1 0 658195013 174952448 35836 33554432000 4194304 4955518 140733903756256 18446744073709551615 4227970 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19275/statm: 42713 35836 104 186 0 42526 0
[pid=19273/tid=19309] ppid=19258 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/19273/task/19309/stat : 19309 (python) S 19258 19258 17961 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658234200 317427712 5770 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 514 18446604458318136576 0 0 -1 7 0 0 0
[pid=19288] ppid=19258 vsize=320244 CPUtime=1.7 cores=1,3,5,7
/proc/19288/stat : 19288 (python) S 19258 19258 17961 0 -1 4202560 1153 0 0 0 88 82 0 0 16 0 2 0 658205032 327929856 5774 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19288/statm: 80061 5774 400 364 0 15967 0
[pid=19290] ppid=19288 vsize=108964 CPUtime=683.27 cores=1,3,5,7
/proc/19290/stat : 19290 (march_hi) T 19288 19290 19290 0 -1 4202496 23501 0 0 0 68324 3 0 0 25 0 1 0 658205033 111579136 23238 33554432000 4194304 4955518 140736650123888 18446744073709551615 4209688 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19290/statm: 27241 23238 104 186 0 27054 0
[pid=19288/tid=19334] ppid=19258 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/19288/task/19334/stat : 19334 (python) S 19258 19258 17961 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 658273551 327929856 5774 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 514 18446604464900144192 0 0 -1 5 0 0 0
[pid=19292] ppid=19258 vsize=329976 CPUtime=1.71 cores=1,3,5,7
/proc/19292/stat : 19292 (python) S 19258 19258 17961 0 -1 4202560 1151 0 0 0 91 80 0 0 17 0 2 0 658205037 337895424 5679 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19292/statm: 82494 5679 400 364 0 18397 0
[pid=19294] ppid=19292 vsize=108964 CPUtime=682.54 cores=1,3,5,7
/proc/19294/stat : 19294 (march_hi) T 19292 19294 19294 0 -1 4202496 23257 0 0 0 68249 5 0 0 25 0 1 0 658205037 111579136 22997 33554432000 4194304 4955518 140734952070624 18446744073709551615 4244935 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19294/statm: 27241 22997 104 186 0 27054 0
[pid=19292/tid=19335] ppid=19258 vsize=329976 CPUtime=0 cores=1,3,5,7
/proc/19292/task/19335/stat : 19335 (python) S 19258 19258 17961 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658274182 337895424 5679 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 514 18446604464900143296 0 0 -1 7 0 0 0
[pid=19306] ppid=19258 vsize=340856 CPUtime=1.92 cores=1,3,5,7
/proc/19306/stat : 19306 (python) S 19258 19258 17961 0 -1 4202560 1150 0 0 0 101 91 0 0 18 0 2 0 658234164 349036544 5824 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19306/statm: 85214 5824 400 364 0 21114 0
[pid=19308] ppid=19306 vsize=182580 CPUtime=803.09 cores=1,3,5,7
/proc/19308/stat : 19308 (kcnfs-2006) R 19306 19308 19308 0 -1 4202496 626 0 0 0 80309 0 0 0 25 0 1 0 658234164 186961920 366 33554432000 134512640 135163436 4289744960 18446744073709551615 134572048 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19308/statm: 45645 366 77 159 0 45485 0
[pid=19306/tid=19345] ppid=19258 vsize=340856 CPUtime=0 cores=1,3,5,7
/proc/19306/task/19345/stat : 19345 (python) S 19258 19258 17961 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658292802 349036544 5824 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 514 18446604469707927808 0 0 -1 1 0 0 0
[pid=19336] ppid=19258 vsize=351208 CPUtime=1.05 cores=1,3,5,7
/proc/19336/stat : 19336 (python) S 19258 19258 17961 0 -1 4202560 1039 0 0 0 58 47 0 0 15 0 1 0 658274182 359636992 5835 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 2415424736084328710 0 0 17 5 0 0 0
/proc/19336/statm: 87802 5835 377 364 0 23699 0
[pid=19338] ppid=19336 vsize=79364 CPUtime=407.12 cores=1,3,5,7
/proc/19338/stat : 19338 (march_hi) R 19336 19338 19338 0 -1 4202496 14600 0 0 0 40709 3 0 0 25 0 1 0 658274183 81268736 14331 33554432000 4194304 4955518 140734440026976 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19338/statm: 19841 14331 104 186 0 19654 0
[pid=19258/tid=19265] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (python) S 19256 19258 17961 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 9 0 658195010 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 7 0 0 0
[pid=19258/tid=19268] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (python) S 19256 19258 17961 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 9 0 658195011 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19271] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (python) S 19256 19258 17961 0 -1 4202560 23 930 0 0 0 0 0 0 25 0 9 0 658195012 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19274] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (python) S 19256 19258 17961 0 -1 4202560 42 930 0 0 0 0 0 0 18 0 9 0 658195013 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 7 0 0 0
[pid=19258/tid=19289] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19289/stat : 19289 (python) S 19256 19258 17961 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 658205033 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
[pid=19258/tid=19293] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19293/stat : 19293 (python) S 19256 19258 17961 0 -1 4202560 26 930 0 0 0 0 0 0 21 0 9 0 658205037 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
[pid=19258/tid=19307] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19307/stat : 19307 (python) S 19256 19258 17961 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 9 0 658234164 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
[pid=19258/tid=19337] ppid=19256 vsize=361656 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19337/stat : 19337 (python) S 19256 19258 17961 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 658274183 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4787.61
Current children cumulated vsize (KiB) 5748724

[startup+1200.8 s]
/proc/loadavg: 5.45 7.40 7.85 6/338 19368
/proc/meminfo: memFree=17697204/32950928 swapFree=64721848/67111528
[pid=19258] ppid=19256 vsize=361656 CPUtime=1569.34 cores=1,3,5,7
/proc/19258/stat : 19258 (python) S 19256 19258 17961 0 -1 4202496 16351 53250 1 0 50 9 156678 197 17 0 9 0 658194952 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101528383 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19258/statm: 90414 7379 1890 364 0 26311 0
[pid=19267] ppid=19258 vsize=289376 CPUtime=2.24 cores=1,3,5,7
/proc/19267/stat : 19267 (python) S 19258 19258 17961 0 -1 4202560 1161 0 0 0 118 106 0 0 16 0 2 0 658195010 296321024 5754 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101528383 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19267/statm: 72344 5754 400 364 0 8259 0
[pid=19269] ppid=19267 vsize=170852 CPUtime=900.92 cores=1,3,5,7
/proc/19269/stat : 19269 (march_hi) R 19267 19269 19269 0 -1 4202496 30234 0 0 0 90086 6 0 0 25 0 1 0 658195011 174952448 29969 33554432000 4194304 4955518 140735412681936 18446744073709551615 4209624 256 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19269/statm: 42713 29969 104 186 0 42526 0
[pid=19267/tid=19305] ppid=19258 vsize=289376 CPUtime=0 cores=1,3,5,7
/proc/19267/task/19305/stat : 19305 (python) S 19258 19258 17961 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658234163 296321024 5754 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781824 2 18446604462533340096 0 0 -1 1 0 0 0
[pid=19273] ppid=19258 vsize=309988 CPUtime=2.69 cores=1,3,5,7
/proc/19273/stat : 19273 (python) S 19258 19258 17961 0 -1 4202560 1162 0 0 0 147 122 0 0 15 0 2 0 658195012 317427712 5770 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19273/statm: 77497 5770 400 364 0 13406 0
[pid=19275] ppid=19273 vsize=170852 CPUtime=1099.54 cores=1,3,5,7
/proc/19275/stat : 19275 (march_hi) R 19273 19275 19275 0 -1 4202496 36099 0 0 0 109945 9 0 0 25 0 1 0 658195013 174952448 35838 33554432000 4194304 4955518 140733903756256 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19275/statm: 42713 35838 104 186 0 42526 0
[pid=19273/tid=19309] ppid=19258 vsize=309988 CPUtime=0 cores=1,3,5,7
/proc/19273/task/19309/stat : 19309 (python) S 19258 19258 17961 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658234200 317427712 5770 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 514 18446604458318136576 0 0 -1 7 0 0 0
[pid=19306] ppid=19258 vsize=340856 CPUtime=1.92 cores=1,3,5,7
/proc/19306/stat : 19306 (python) S 19258 19258 17961 0 -1 4202560 1150 0 0 0 101 91 0 0 18 0 2 0 658234164 349036544 5824 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19306/statm: 85214 5824 400 364 0 21114 0
[pid=19308] ppid=19306 vsize=182580 CPUtime=803.19 cores=1,3,5,7
/proc/19308/stat : 19308 (kcnfs-2006) R 19306 19308 19308 0 -1 4202496 626 0 0 0 80319 0 0 0 25 0 1 0 658234164 186961920 366 33554432000 134512640 135163436 4289744960 18446744073709551615 134582019 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19308/statm: 45645 366 77 159 0 45485 0
[pid=19306/tid=19345] ppid=19258 vsize=340856 CPUtime=0 cores=1,3,5,7
/proc/19306/task/19345/stat : 19345 (python) S 19258 19258 17961 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658292802 349036544 5824 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 514 18446604469707927808 0 0 -1 1 0 0 0
[pid=19336] ppid=19258 vsize=351208 CPUtime=1.05 cores=1,3,5,7
/proc/19336/stat : 19336 (python) S 19258 19258 17961 0 -1 4202560 1039 0 0 0 58 47 0 0 15 0 1 0 658274182 359636992 5835 33554432000 4194304 5683644 140735114933440 18446744073709551615 248089718342 0 0 16781312 514 2415424736084328710 0 0 17 5 0 0 0
/proc/19336/statm: 87802 5835 377 364 0 23699 0
[pid=19338] ppid=19336 vsize=79364 CPUtime=407.22 cores=1,3,5,7
/proc/19338/stat : 19338 (march_hi) R 19336 19338 19338 0 -1 4202496 14603 0 0 0 40719 3 0 0 25 0 1 0 658274183 81268736 14334 33554432000 4194304 4955518 140734440026976 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19338/statm: 19841 14334 104 186 0 19654 0
[pid=19258/tid=19265] ppid=19256 vsize=361656 CPUtime=1568.75 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (python) S 19256 19258 17961 0 -1 4202560 26 53250 0 0 0 0 156678 197 25 0 9 0 658195010 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 7 0 0 0
[pid=19258/tid=19268] ppid=19256 vsize=361656 CPUtime=1568.75 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (python) S 19256 19258 17961 0 -1 4202560 28 53250 0 0 0 0 156678 197 18 0 9 0 658195011 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19271] ppid=19256 vsize=361656 CPUtime=1568.75 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (python) S 19256 19258 17961 0 -1 4202560 23 53250 0 0 0 0 156678 197 25 0 9 0 658195012 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 3 0 0 0
[pid=19258/tid=19274] ppid=19256 vsize=361656 CPUtime=1568.75 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (python) S 19256 19258 17961 0 -1 4202560 42 53250 0 0 0 0 156678 197 18 0 9 0 658195013 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 7 0 0 0
[pid=19258/tid=19289] ppid=19256 vsize=361656 CPUtime=1568.75 cores=1,3,5,7
/proc/19258/task/19289/stat : 19289 (python) S 19256 19258 17961 0 -1 4202560 29 53250 0 0 0 0 156678 197 20 0 9 0 658205033 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
[pid=19258/tid=19293] ppid=19256 vsize=361656 CPUtime=1568.75 cores=1,3,5,7
/proc/19258/task/19293/stat : 19293 (python) S 19256 19258 17961 0 -1 4202560 26 53250 0 0 0 0 156678 197 21 0 9 0 658205037 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
[pid=19258/tid=19307] ppid=19256 vsize=361656 CPUtime=1568.75 cores=1,3,5,7
/proc/19258/task/19307/stat : 19307 (python) S 19256 19258 17961 0 -1 4202560 31 53250 0 0 0 0 156678 197 18 0 9 0 658234164 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
[pid=19258/tid=19337] ppid=19256 vsize=361656 CPUtime=1568.75 cores=1,3,5,7
/proc/19258/task/19337/stat : 19337 (python) S 19256 19258 17961 0 -1 4202560 28 53250 0 0 0 0 156678 197 20 0 9 0 658274183 370335744 7379 33554432000 4194304 5683644 140735114933440 18446744073709551615 248101521841 0 0 16781312 2 18446604456659076160 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4788.11
Current children cumulated vsize (KiB) 2256732

Child status: 0
Real time (s): 1200.84
CPU time (s): 4788.29
CPU user time (s): 4782.31
CPU system time (s): 5.97609
CPU usage (%): 398.745
Max. virtual memory (cumulated for all children) (KiB): 5748728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4782.31
system time used= 5.97609
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159867
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= 7824
involuntary context switches= 23986

runsolver used 4.50432 second user time and 8.74467 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 15:25:51
IDJOB=3378499
IDBENCH=82908
IDSOLVER=1859
FILE ID=node123/3378499-1305465951
RUNJOBID= node123-1305462800-17980
PBS_JOBID= 13324975
Free space on /tmp= 73372 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1720013904-060.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-3378499-1305465951/watcher-3378499-1305465951 -o /tmp/evaluation-result-3378499-1305465951/solver-3378499-1305465951 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378499-1305465951.cnf -seed 639243808 -budget 4800 -cores 4

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

MD5SUM BENCH= bb08468cf0220e53f83e89f3d31d3696
RANDOM SEED=639243808

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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:      18169148 kB
Buffers:        328364 kB
Cached:        4426944 kB
SwapCached:      10528 kB
Active:       11479448 kB
Inactive:      3012940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18169148 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           31844 kB
Writeback:           0 kB
AnonPages:     9734008 kB
Mapped:          31212 kB
Slab:           181408 kB
PageTables:      44368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 62713196 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= 73372 MiB
End job on node123 at 2011-05-15 15:45:52