Trace number 3378521

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)? 4781.26 1199.72

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1194239878-049.UNKNOWN.cnf
MD5SUMac9c61f9177fd0d9da068d938bec80ff
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.29/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.49	c INFO: solving HOME/instance-3378521-1305466005.cnf
0.29/0.49	c INFO: computing task features
0.39/0.50	c INFO: computed variable-clause graph statistics
0.39/0.50	c INFO: computed clause balance statistics
0.39/0.57	c INFO: computed variable balance statistics
0.49/0.61	c INFO: computed small-clause counts
0.49/0.61	c INFO: computed Horn-clause counts
0.49/0.61	c INFO: computed variable graph statistics
0.49/0.61	c INFO: collected features for HOME/instance-3378521-1305466005.cnf in 0.12 s
0.49/0.62	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.62)
0.49/0.63	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.49/0.64	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
0.49/0.65	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
392.28/98.94	c INFO: running march_hi@0 for 679 with 1101 remaining (b = 0.32)
400.20/100.91	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.21)
1562.06/392.34	c INFO: running march_hi@0 for 97 with 808 remaining (b = 0.05)
1952.43/490.27	c INFO: running march_hi@97 for 97 with 710 remaining (b = 0.06)
1966.84/493.82	c INFO: running march_hi@388 for 97 with 706 remaining (b = 0.06)
2340.37/587.52	c INFO: running march_hi@0 for 485 with 612 remaining (b = 0.21)
2357.56/591.83	c INFO: running kcnfs-2006@0 for 608 with 608 remaining (b = 0.20)
2735.07/686.50	c INFO: running march_hi@98 for 291 with 513 remaining (b = 0.12)
3143.76/789.05	c INFO: running march_hi@99 for 291 with 411 remaining (b = 0.12)
3911.22/981.55	c INFO: running march_hi@488 for 218 with 218 remaining (b = 0.10)
4296.76/1078.27	c INFO: running march_hi@485 for 122 with 122 remaining (b = 0.04)
4327.45/1085.96	c INFO: running march_hi@390 for 114 with 114 remaining (b = 0.05)
4781.23/1199.70	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-3378521-1305466005/watcher-3378521-1305466005 -o /tmp/evaluation-result-3378521-1305466005/solver-3378521-1305466005 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378521-1305466005.cnf -seed 1697414494 -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.42 8.24 8.02 1/392 23170
/proc/meminfo: memFree=18953396/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/23170/stat : 23170 (python) R 23168 23170 21694 0 -1 4202496 1038 0 0 0 0 0 0 0 17 0 1 0 658202876 16629760 910 33554432000 4194304 5683644 140733392156464 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23170/statm: 4060 910 380 364 0 547 0

[startup+0.0802921 s]
/proc/loadavg: 8.42 8.24 8.02 1/392 23170
/proc/meminfo: memFree=18953396/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=84604 CPUtime=0.05 cores=1,3,5,7
/proc/23170/stat : 23170 (python) R 23168 23170 21694 0 -1 4202496 2409 0 0 0 4 1 0 0 17 0 1 0 658202876 86634496 2136 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436015104 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23170/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84604

[startup+0.100253 s]
/proc/loadavg: 8.42 8.24 8.02 1/392 23170
/proc/meminfo: memFree=18953396/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=102008 CPUtime=0.07 cores=1,3,5,7
/proc/23170/stat : 23170 (python) R 23168 23170 21694 0 -1 4202496 3007 0 0 0 5 2 0 0 17 0 1 0 658202876 104456192 2700 33554432000 4194304 5683644 140733392156464 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23170/statm: 25502 2700 841 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102008

[startup+0.300227 s]
/proc/loadavg: 8.42 8.24 8.02 1/392 23170
/proc/meminfo: memFree=18953396/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=151080 CPUtime=0.22 cores=1,3,5,7
/proc/23170/stat : 23170 (python) R 23168 23170 21694 0 -1 4202496 6290 935 1 0 15 7 0 0 17 0 1 0 658202876 154705920 4418 33554432000 4194304 5683644 140733392156464 18446744073709551615 212431054737 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23170/statm: 37770 4423 1220 364 0 3181 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 151080

[startup+0.700095 s]
/proc/loadavg: 8.42 8.24 8.02 1/392 23170
/proc/meminfo: memFree=18953396/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=320096 CPUtime=0.54 cores=1,3,5,7
/proc/23170/stat : 23170 (python) S 23168 23170 21694 0 -1 4202496 12260 935 1 0 43 11 0 0 20 0 5 0 658202876 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23170/statm: 80024 7238 1881 364 0 15933 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 320096

[startup+1.50093 s]
/proc/loadavg: 8.42 8.24 8.02 6/405 23230
/proc/meminfo: memFree=18911044/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=320096 CPUtime=0.54 cores=1,3,5,7
/proc/23170/stat : 23170 (python) S 23168 23170 21694 0 -1 4202496 12260 935 1 0 43 11 0 0 20 0 5 0 658202876 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23170/statm: 80024 7238 1881 364 0 15933 0
[pid=23204] ppid=23170 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/23204/stat : 23204 (python) S 23170 23170 21694 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658202939 285233152 5557 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037135 0 0 16781312 514 14377732743704346623 0 0 17 3 0 0 0
/proc/23204/statm: 69637 5557 354 364 0 5555 0
[pid=23207] ppid=23204 vsize=1017800 CPUtime=0.86 cores=1,3,5,7
/proc/23207/stat : 23207 (gnovelty+2) R 23204 23207 23207 0 -1 4202496 443 0 0 0 86 0 0 0 21 0 1 0 658202939 1042227200 180 33554432000 134512640 135663704 4287849504 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23207/statm: 254450 180 113 282 0 254166 0
[pid=23211] ppid=23170 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/23211/stat : 23211 (python) S 23170 23170 21694 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 658202940 296284160 5676 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 14377725047122952191 0 0 17 7 0 0 0
/proc/23211/statm: 72335 5676 348 364 0 8250 0
[pid=23213] ppid=23211 vsize=1017800 CPUtime=0.86 cores=1,3,5,7
/proc/23213/stat : 23213 (gnovelty+2) R 23211 23213 23213 0 -1 4202496 446 0 0 0 86 0 0 0 23 0 1 0 658202940 1042227200 180 33554432000 134512640 135663704 4294675520 18446744073709551615 134545534 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23213/statm: 254450 180 113 282 0 254166 0
[pid=23215] ppid=23170 vsize=299596 CPUtime=0 cores=1,3,5,7
/proc/23215/stat : 23215 (python) S 23170 23170 21694 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 658202941 306786304 5697 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 3374467160637145351 0 0 17 7 0 0 0
/proc/23215/statm: 74899 5697 348 364 0 10811 0
[pid=23217] ppid=23215 vsize=2076 CPUtime=0.83 cores=1,3,5,7
/proc/23217/stat : 23217 (march_hi) R 23215 23217 23217 0 -1 4202496 620 0 0 0 83 0 0 0 25 0 1 0 658202941 2125824 338 33554432000 4194304 4955518 140733370540384 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23217/statm: 519 338 106 186 0 332 0
[pid=23218] ppid=23170 vsize=309852 CPUtime=0 cores=1,3,5,7
/proc/23218/stat : 23218 (python) S 23170 23170 21694 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658202942 317288448 5701 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 5071748076062867718 0 0 17 3 0 0 0
/proc/23218/statm: 77463 5701 348 364 0 13372 0
[pid=23220] ppid=23218 vsize=2076 CPUtime=0.84 cores=1,3,5,7
/proc/23220/stat : 23220 (march_hi) R 23218 23220 23220 0 -1 4202496 615 0 0 0 84 0 0 0 23 0 1 0 658202942 2125824 338 33554432000 4194304 4955518 140736635751952 18446744073709551615 4297475 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23220/statm: 519 338 106 186 0 332 0
[pid=23170/tid=23205] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23205/stat : 23205 (python) S 23168 23170 21694 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 658202939 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23212] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23212/stat : 23212 (python) S 23168 23170 21694 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 5 0 658202940 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 7 0 0 0
[pid=23170/tid=23216] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23216/stat : 23216 (python) S 23168 23170 21694 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 5 0 658202941 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 7 0 0 0
[pid=23170/tid=23219] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23219/stat : 23219 (python) S 23168 23170 21694 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 5 0 658202942 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 3537184

[startup+3.10062 s]
/proc/loadavg: 8.42 8.24 8.02 9/417 23246
/proc/meminfo: memFree=18879700/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=320096 CPUtime=0.54 cores=1,3,5,7
/proc/23170/stat : 23170 (python) S 23168 23170 21694 0 -1 4202496 12260 935 1 0 43 11 0 0 20 0 5 0 658202876 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23170/statm: 80024 7238 1881 364 0 15933 0
[pid=23204] ppid=23170 vsize=278548 CPUtime=0 cores=1,3,5,7
/proc/23204/stat : 23204 (python) S 23170 23170 21694 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658202939 285233152 5557 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037135 0 0 16781312 514 14377732743704314120 0 0 17 3 0 0 0
/proc/23204/statm: 69637 5557 354 364 0 5555 0
[pid=23207] ppid=23204 vsize=1017800 CPUtime=2.46 cores=1,3,5,7
/proc/23207/stat : 23207 (gnovelty+2) R 23204 23207 23207 0 -1 4202496 443 0 0 0 246 0 0 0 25 0 1 0 658202939 1042227200 180 33554432000 134512640 135663704 4287849504 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23207/statm: 254450 180 113 282 0 254166 0
[pid=23211] ppid=23170 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/23211/stat : 23211 (python) S 23170 23170 21694 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658202940 296284160 5676 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 14377725047122919687 0 0 17 7 0 0 0
/proc/23211/statm: 72335 5676 348 364 0 8250 0
[pid=23213] ppid=23211 vsize=1017800 CPUtime=2.46 cores=1,3,5,7
/proc/23213/stat : 23213 (gnovelty+2) R 23211 23213 23213 0 -1 4202496 446 0 0 0 246 0 0 0 25 0 1 0 658202940 1042227200 180 33554432000 134512640 135663704 4294675520 18446744073709551615 134525136 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23213/statm: 254450 180 113 282 0 254166 0
[pid=23215] ppid=23170 vsize=299596 CPUtime=0 cores=1,3,5,7
/proc/23215/stat : 23215 (python) S 23170 23170 21694 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658202941 306786304 5697 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 3374467160637145351 0 0 17 7 0 0 0
/proc/23215/statm: 74899 5697 348 364 0 10811 0
[pid=23217] ppid=23215 vsize=2456 CPUtime=2.41 cores=1,3,5,7
/proc/23217/stat : 23217 (march_hi) R 23215 23217 23217 0 -1 4202496 715 0 0 0 241 0 0 0 25 0 1 0 658202941 2514944 433 33554432000 4194304 4955518 140733370540384 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23217/statm: 614 433 106 186 0 427 0
[pid=23218] ppid=23170 vsize=309852 CPUtime=0 cores=1,3,5,7
/proc/23218/stat : 23218 (python) S 23170 23170 21694 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658202942 317288448 5701 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 5071748076062867718 0 0 17 3 0 0 0
/proc/23218/statm: 77463 5701 348 364 0 13372 0
[pid=23220] ppid=23218 vsize=2456 CPUtime=2.43 cores=1,3,5,7
/proc/23220/stat : 23220 (march_hi) R 23218 23220 23220 0 -1 4202496 712 0 0 0 243 0 0 0 25 0 1 0 658202942 2514944 435 33554432000 4194304 4955518 140736635751952 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23220/statm: 614 435 106 186 0 427 0
[pid=23170/tid=23205] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23205/stat : 23205 (python) S 23168 23170 21694 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 658202939 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23212] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23212/stat : 23212 (python) S 23168 23170 21694 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 5 0 658202940 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 7 0 0 0
[pid=23170/tid=23216] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23216/stat : 23216 (python) S 23168 23170 21694 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 5 0 658202941 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 7 0 0 0
[pid=23170/tid=23219] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23219/stat : 23219 (python) S 23168 23170 21694 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 5 0 658202942 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 3537944

[startup+6.30102 s]
/proc/loadavg: 8.38 8.23 8.02 9/417 23246
/proc/meminfo: memFree=18877716/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=320096 CPUtime=0.54 cores=1,3,5,7
/proc/23170/stat : 23170 (python) S 23168 23170 21694 0 -1 4202496 12260 935 1 0 43 11 0 0 20 0 5 0 658202876 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23170/statm: 80024 7238 1881 364 0 15933 0
[pid=23204] ppid=23170 vsize=278548 CPUtime=0.01 cores=1,3,5,7
/proc/23204/stat : 23204 (python) S 23170 23170 21694 0 -1 4202560 893 0 0 0 0 1 0 0 18 0 1 0 658202939 285233152 5580 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037135 0 0 16781312 514 14377732743704314120 0 0 17 3 0 0 0
/proc/23204/statm: 69637 5580 377 364 0 5555 0
[pid=23207] ppid=23204 vsize=1017800 CPUtime=5.63 cores=1,3,5,7
/proc/23207/stat : 23207 (gnovelty+2) R 23204 23207 23207 0 -1 4202496 443 0 0 0 563 0 0 0 25 0 1 0 658202939 1042227200 180 33554432000 134512640 135663704 4287849504 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23207/statm: 254450 180 113 282 0 254166 0
[pid=23211] ppid=23170 vsize=289340 CPUtime=0.01 cores=1,3,5,7
/proc/23211/stat : 23211 (python) S 23170 23170 21694 0 -1 4202560 903 0 0 0 0 1 0 0 18 0 1 0 658202940 296284160 5699 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 14377725047122919687 0 0 17 7 0 0 0
/proc/23211/statm: 72335 5699 371 364 0 8250 0
[pid=23213] ppid=23211 vsize=1017800 CPUtime=5.64 cores=1,3,5,7
/proc/23213/stat : 23213 (gnovelty+2) R 23211 23213 23213 0 -1 4202496 446 0 0 0 563 1 0 0 25 0 1 0 658202940 1042227200 180 33554432000 134512640 135663704 4294675520 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23213/statm: 254450 180 113 282 0 254166 0
[pid=23215] ppid=23170 vsize=299596 CPUtime=0.02 cores=1,3,5,7
/proc/23215/stat : 23215 (python) S 23170 23170 21694 0 -1 4202560 920 0 0 0 1 1 0 0 15 0 1 0 658202941 306786304 5720 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 3374467160637145351 0 0 17 7 0 0 0
/proc/23215/statm: 74899 5720 371 364 0 10811 0
[pid=23217] ppid=23215 vsize=3308 CPUtime=5.54 cores=1,3,5,7
/proc/23217/stat : 23217 (march_hi) R 23215 23217 23217 0 -1 4202496 884 0 0 0 554 0 0 0 25 0 1 0 658202941 3387392 602 33554432000 4194304 4955518 140733370540384 18446744073709551615 4245078 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23217/statm: 827 602 106 186 0 640 0
[pid=23218] ppid=23170 vsize=309852 CPUtime=0.02 cores=1,3,5,7
/proc/23218/stat : 23218 (python) S 23170 23170 21694 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 658202942 317288448 5724 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 5071748076062867718 0 0 17 3 0 0 0
/proc/23218/statm: 77463 5724 371 364 0 13372 0
[pid=23220] ppid=23218 vsize=3308 CPUtime=5.64 cores=1,3,5,7
/proc/23220/stat : 23220 (march_hi) R 23218 23220 23220 0 -1 4202496 887 0 0 0 564 0 0 0 25 0 1 0 658202942 3387392 610 33554432000 4194304 4955518 140736635751952 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23220/statm: 827 610 106 186 0 640 0
[pid=23170/tid=23205] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23205/stat : 23205 (python) S 23168 23170 21694 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 658202939 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23212] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23212/stat : 23212 (python) S 23168 23170 21694 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 5 0 658202940 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 7 0 0 0
[pid=23170/tid=23216] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23216/stat : 23216 (python) S 23168 23170 21694 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 5 0 658202941 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 7 0 0 0
[pid=23170/tid=23219] ppid=23168 vsize=320096 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23219/stat : 23219 (python) S 23168 23170 21694 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 5 0 658202942 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 3539648

[startup+12.7008 s]
/proc/loadavg: 8.35 8.23 8.02 9/417 23246
/proc/meminfo: memFree=18871988/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=320096 CPUtime=0.54 cores=1,3,5,7
/proc/23170/stat : 23170 (python) S 23168 23170 21694 0 -1 4202496 12260 935 1 0 43 11 0 0 20 0 5 0 658202876 327778304 7238 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23170/statm: 80024 7238 1881 364 0 15933 0
[pid=23204] ppid=23170 vsize=278548 CPUtime=0.03 cores=1,3,5,7
/proc/23204/stat : 23204 (python) S 23170 23170 21694 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 658202939 285233152 5580 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037135 0 0 16781312 514 2475853895146897672 0 0 17 3 0 0 0
/proc/23204/statm: 69637 5580 377 364 0 5555 0
[pid=23207] ppid=23204 vsize=1017800 CPUtime=11.99 cores=1,3,5,7
/proc/23207/stat : 23207 (gnovelty+2) R 23204 23207 23207 0 -1 4202496 443 0 0 0 1199 0 0 0 25 0 1 0 658202939 1042227200 180 33554432000 134512640 135663704 4287849504 18446744073709551615 134524720 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23207/statm: 254450 180 113 282 0 254166 0
[pid=23211] ppid=23170 vsize=289340 CPUtime=0.02 cores=1,3,5,7

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

/proc/23213/stat : 23213 (gnovelty+2) T 23211 23213 23213 0 -1 4202496 446 0 0 0 9824 1 0 0 25 0 1 0 658202940 1042227200 180 33554432000 134512640 135663704 4294675520 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23213/statm: 254450 180 113 282 0 254166 0
[pid=23211/tid=23474] ppid=23170 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/23211/task/23474/stat : 23474 (python) S 23170 23170 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658212770 296284160 5729 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604460555235520 0 0 -1 7 0 0 0
[pid=23215] ppid=23170 vsize=299596 CPUtime=2.47 cores=1,3,5,7
/proc/23215/stat : 23215 (python) S 23170 23170 21694 0 -1 4202560 1167 0 0 0 127 120 0 0 15 0 2 0 658202941 306786304 5759 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23215/statm: 74899 5759 409 364 0 10811 0
[pid=23217] ppid=23215 vsize=141232 CPUtime=798.53 cores=1,3,5,7
/proc/23217/stat : 23217 (march_hi) R 23215 23217 23217 0 -1 4202496 34752 0 0 0 79847 6 0 0 25 0 1 0 658202941 144621568 34470 33554432000 4194304 4955518 140733370540384 18446744073709551615 4261678 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23217/statm: 35308 34470 106 186 0 35121 0
[pid=23215/tid=23586] ppid=23170 vsize=299596 CPUtime=0 cores=1,3,5,7
/proc/23215/task/23586/stat : 23586 (python) S 23170 23170 21694 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658242110 306786304 5759 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604456769024448 0 0 -1 1 0 0 0
[pid=23218] ppid=23170 vsize=309852 CPUtime=3.02 cores=1,3,5,7
/proc/23218/stat : 23218 (python) S 23170 23170 21694 0 -1 4202560 1158 0 0 0 160 142 0 0 15 0 2 0 658202942 317288448 5754 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23218/statm: 77463 5754 400 364 0 13372 0
[pid=23220] ppid=23218 vsize=214384 CPUtime=976.02 cores=1,3,5,7
/proc/23220/stat : 23220 (march_hi) T 23218 23220 23220 0 -1 4202496 41937 0 0 0 97593 9 0 0 25 0 1 0 658202942 219529216 41660 33554432000 4194304 4955518 140736635751952 18446744073709551615 4297091 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23220/statm: 53596 41660 106 186 0 53409 0
[pid=23218/tid=23603] ppid=23170 vsize=309852 CPUtime=0 cores=1,3,5,7
/proc/23218/task/23603/stat : 23603 (python) S 23170 23170 21694 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658271527 317288448 5754 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604468543959104 0 0 -1 3 0 0 0
[pid=23475] ppid=23170 vsize=320108 CPUtime=3.36 cores=1,3,5,7
/proc/23475/stat : 23475 (python) S 23170 23170 21694 0 -1 4202560 1174 0 0 0 171 165 0 0 15 0 2 0 658212771 327790592 5758 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23475/statm: 80027 5758 400 364 0 15933 0
[pid=23477] ppid=23475 vsize=214384 CPUtime=1085.57 cores=1,3,5,7
/proc/23477/stat : 23477 (march_hi) R 23475 23477 23477 0 -1 4202496 45945 0 0 0 108547 10 0 0 25 0 1 0 658212771 219529216 45665 33554432000 4194304 4955518 140734842797152 18446744073709551615 4306955 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23477/statm: 53596 45665 106 186 0 53409 0
[pid=23475/tid=23607] ppid=23170 vsize=320108 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23607/stat : 23607 (python) S 23170 23170 21694 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658281781 327790592 5758 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604468134339776 0 0 -1 3 0 0 0
[pid=23479] ppid=23170 vsize=330508 CPUtime=1.87 cores=1,3,5,7
/proc/23479/stat : 23479 (python) S 23170 23170 21694 0 -1 4202560 1156 0 0 0 98 89 0 0 15 0 2 0 658212968 338440192 5781 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23479/statm: 82627 5781 400 364 0 18530 0
[pid=23481] ppid=23479 vsize=141232 CPUtime=608.68 cores=1,3,5,7
/proc/23481/stat : 23481 (march_hi) R 23479 23481 23481 0 -1 4202496 27304 0 0 0 60862 6 0 0 25 0 1 0 658212968 144621568 27025 33554432000 4194304 4955518 140733726985600 18446744073709551615 4208653 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23481/statm: 35308 27025 106 186 0 35121 0
[pid=23479/tid=23590] ppid=23170 vsize=330508 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23590/stat : 23590 (python) S 23170 23170 21694 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 658252258 338440192 5781 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604469798967424 0 0 -1 3 0 0 0
[pid=23594] ppid=23170 vsize=340792 CPUtime=1.54 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23170 23170 21694 0 -1 4202560 1162 0 0 0 86 68 0 0 16 0 2 0 658261629 348971008 5815 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23594/statm: 85198 5815 400 364 0 21098 0
[pid=23596] ppid=23594 vsize=97032 CPUtime=489.46 cores=1,3,5,7
/proc/23596/stat : 23596 (march_hi) T 23594 23596 23596 0 -1 4202496 22221 0 0 0 48943 3 0 0 25 0 1 0 658261630 99360768 21941 33554432000 4194304 4955518 140734633049856 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23596/statm: 24258 21941 106 186 0 24071 0
[pid=23594/tid=23621] ppid=23170 vsize=340792 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23621/stat : 23621 (python) S 23170 23170 21694 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 658310704 348971008 5815 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604467297977664 0 0 -1 1 0 0 0
[pid=23597] ppid=23170 vsize=351048 CPUtime=1.79 cores=1,3,5,7
/proc/23597/stat : 23597 (python) S 23170 23170 21694 0 -1 4202560 1033 0 0 0 98 81 0 0 18 0 1 0 658262060 359473152 5795 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 2475853895146897670 0 0 17 3 0 0 0
/proc/23597/statm: 87762 5795 377 364 0 23659 0
[pid=23599] ppid=23597 vsize=181380 CPUtime=607.28 cores=1,3,5,7
/proc/23599/stat : 23599 (kcnfs-2006) R 23597 23599 23599 0 -1 4202496 686 0 0 0 60728 0 0 0 25 0 1 0 658262060 185733120 420 33554432000 134512640 135163436 4286589696 18446744073709551615 134612315 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23599/statm: 45345 420 76 159 0 45185 0
[pid=23170/tid=23205] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23205/stat : 23205 (python) S 23168 23170 21694 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 9 0 658202939 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23212] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23212/stat : 23212 (python) S 23168 23170 21694 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 658202940 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 7 0 0 0
[pid=23170/tid=23216] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23216/stat : 23216 (python) S 23168 23170 21694 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 658202941 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 7 0 0 0
[pid=23170/tid=23219] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23219/stat : 23219 (python) S 23168 23170 21694 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 658202942 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23476] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23476/stat : 23476 (python) S 23168 23170 21694 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 658212771 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23480] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23480/stat : 23480 (python) S 23168 23170 21694 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 658212968 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23595] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23595/stat : 23595 (python) S 23168 23170 21694 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 658261629 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23598] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23598/stat : 23598 (python) S 23168 23170 21694 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658262060 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4778.67
Current children cumulated vsize (KiB) 5916716

[startup+1199.5 s]
/proc/loadavg: 8.18 8.23 8.18 9/448 23625
/proc/meminfo: memFree=17401964/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=361436 CPUtime=0.63 cores=1,3,5,7
/proc/23170/stat : 23170 (python) S 23168 23170 21694 0 -1 4202496 16730 935 1 0 51 12 0 0 18 0 9 0 658202876 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23170/statm: 90359 7325 1890 364 0 26256 0
[pid=23204] ppid=23170 vsize=288792 CPUtime=0.28 cores=1,3,5,7
/proc/23204/stat : 23204 (python) S 23170 23170 21694 0 -1 4202560 1173 0 0 0 14 14 0 0 19 0 2 0 658202939 295723008 5624 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23204/statm: 72198 5624 416 364 0 8116 0
[pid=23207] ppid=23204 vsize=1017800 CPUtime=99.64 cores=1,3,5,7
/proc/23207/stat : 23207 (gnovelty+2) T 23204 23207 23207 0 -1 4202496 443 0 0 0 9964 0 0 0 25 0 1 0 658202939 1042227200 180 33554432000 134512640 135663704 4287849504 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23207/statm: 254450 180 113 282 0 254166 0
[pid=23204/tid=23478] ppid=23170 vsize=288792 CPUtime=0 cores=1,3,5,7
/proc/23204/task/23478/stat : 23478 (python) S 23170 23170 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658212967 295723008 5624 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604460555237312 0 0 -1 3 0 0 0
[pid=23211] ppid=23170 vsize=289340 CPUtime=0.28 cores=1,3,5,7
/proc/23211/stat : 23211 (python) S 23170 23170 21694 0 -1 4202560 1090 0 0 0 15 13 0 0 19 0 2 0 658202940 296284160 5729 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23211/statm: 72335 5729 400 364 0 8250 0
[pid=23213] ppid=23211 vsize=1017800 CPUtime=98.25 cores=1,3,5,7
/proc/23213/stat : 23213 (gnovelty+2) T 23211 23213 23213 0 -1 4202496 446 0 0 0 9824 1 0 0 25 0 1 0 658202940 1042227200 180 33554432000 134512640 135663704 4294675520 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23213/statm: 254450 180 113 282 0 254166 0
[pid=23211/tid=23474] ppid=23170 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/23211/task/23474/stat : 23474 (python) S 23170 23170 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658212770 296284160 5729 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604460555235520 0 0 -1 7 0 0 0
[pid=23215] ppid=23170 vsize=299596 CPUtime=2.47 cores=1,3,5,7
/proc/23215/stat : 23215 (python) S 23170 23170 21694 0 -1 4202560 1167 0 0 0 127 120 0 0 15 0 2 0 658202941 306786304 5759 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23215/statm: 74899 5759 409 364 0 10811 0
[pid=23217] ppid=23215 vsize=141232 CPUtime=798.93 cores=1,3,5,7
/proc/23217/stat : 23217 (march_hi) R 23215 23217 23217 0 -1 4202496 34771 0 0 0 79887 6 0 0 25 0 1 0 658202941 144621568 34489 33554432000 4194304 4955518 140733370540384 18446744073709551615 4314947 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23217/statm: 35308 34489 106 186 0 35121 0
[pid=23215/tid=23586] ppid=23170 vsize=299596 CPUtime=0 cores=1,3,5,7
/proc/23215/task/23586/stat : 23586 (python) S 23170 23170 21694 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658242110 306786304 5759 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604456769024448 0 0 -1 1 0 0 0
[pid=23218] ppid=23170 vsize=309852 CPUtime=3.02 cores=1,3,5,7
/proc/23218/stat : 23218 (python) S 23170 23170 21694 0 -1 4202560 1158 0 0 0 160 142 0 0 15 0 2 0 658202942 317288448 5754 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23218/statm: 77463 5754 400 364 0 13372 0
[pid=23220] ppid=23218 vsize=214384 CPUtime=976.02 cores=1,3,5,7
/proc/23220/stat : 23220 (march_hi) T 23218 23220 23220 0 -1 4202496 41937 0 0 0 97593 9 0 0 25 0 1 0 658202942 219529216 41660 33554432000 4194304 4955518 140736635751952 18446744073709551615 4297091 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23220/statm: 53596 41660 106 186 0 53409 0
[pid=23218/tid=23603] ppid=23170 vsize=309852 CPUtime=0 cores=1,3,5,7
/proc/23218/task/23603/stat : 23603 (python) S 23170 23170 21694 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658271527 317288448 5754 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604468543959104 0 0 -1 3 0 0 0
[pid=23475] ppid=23170 vsize=320108 CPUtime=3.36 cores=1,3,5,7
/proc/23475/stat : 23475 (python) S 23170 23170 21694 0 -1 4202560 1174 0 0 0 171 165 0 0 15 0 2 0 658212771 327790592 5758 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23475/statm: 80027 5758 400 364 0 15933 0
[pid=23477] ppid=23475 vsize=214384 CPUtime=1085.97 cores=1,3,5,7
/proc/23477/stat : 23477 (march_hi) R 23475 23477 23477 0 -1 4202496 45958 0 0 0 108587 10 0 0 25 0 1 0 658212771 219529216 45678 33554432000 4194304 4955518 140734842797152 18446744073709551615 4285295 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23477/statm: 53596 45678 106 186 0 53409 0
[pid=23475/tid=23607] ppid=23170 vsize=320108 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23607/stat : 23607 (python) S 23170 23170 21694 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658281781 327790592 5758 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604468134339776 0 0 -1 3 0 0 0
[pid=23479] ppid=23170 vsize=330508 CPUtime=1.87 cores=1,3,5,7
/proc/23479/stat : 23479 (python) S 23170 23170 21694 0 -1 4202560 1156 0 0 0 98 89 0 0 15 0 2 0 658212968 338440192 5781 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23479/statm: 82627 5781 400 364 0 18530 0
[pid=23481] ppid=23479 vsize=141232 CPUtime=609.08 cores=1,3,5,7
/proc/23481/stat : 23481 (march_hi) R 23479 23481 23481 0 -1 4202496 27320 0 0 0 60902 6 0 0 25 0 1 0 658212968 144621568 27041 33554432000 4194304 4955518 140733726985600 18446744073709551615 4297507 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23481/statm: 35308 27041 106 186 0 35121 0
[pid=23479/tid=23590] ppid=23170 vsize=330508 CPUtime=0 cores=1,3,5,7
/proc/23479/task/23590/stat : 23590 (python) S 23170 23170 21694 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 658252258 338440192 5781 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604469798967424 0 0 -1 3 0 0 0
[pid=23594] ppid=23170 vsize=340792 CPUtime=1.54 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23170 23170 21694 0 -1 4202560 1162 0 0 0 86 68 0 0 16 0 2 0 658261629 348971008 5815 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23594/statm: 85198 5815 400 364 0 21098 0
[pid=23596] ppid=23594 vsize=97032 CPUtime=489.46 cores=1,3,5,7
/proc/23596/stat : 23596 (march_hi) T 23594 23596 23596 0 -1 4202496 22221 0 0 0 48943 3 0 0 25 0 1 0 658261630 99360768 21941 33554432000 4194304 4955518 140734633049856 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23596/statm: 24258 21941 106 186 0 24071 0
[pid=23594/tid=23621] ppid=23170 vsize=340792 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23621/stat : 23621 (python) S 23170 23170 21694 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 658310704 348971008 5815 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 514 18446604467297977664 0 0 -1 1 0 0 0
[pid=23597] ppid=23170 vsize=351048 CPUtime=1.79 cores=1,3,5,7
/proc/23597/stat : 23597 (python) S 23170 23170 21694 0 -1 4202560 1033 0 0 0 98 81 0 0 18 0 1 0 658262060 359473152 5795 33554432000 4194304 5683644 140733392156464 18446744073709551615 212436037190 0 0 16781312 514 2475853895146897670 0 0 17 3 0 0 0
/proc/23597/statm: 87762 5795 377 364 0 23659 0
[pid=23599] ppid=23597 vsize=181380 CPUtime=607.68 cores=1,3,5,7
/proc/23599/stat : 23599 (kcnfs-2006) R 23597 23599 23599 0 -1 4202496 686 0 0 0 60768 0 0 0 25 0 1 0 658262060 185733120 420 33554432000 134512640 135163436 4286589696 18446744073709551615 134712521 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23599/statm: 45345 420 76 159 0 45185 0
[pid=23170/tid=23205] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23205/stat : 23205 (python) S 23168 23170 21694 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 9 0 658202939 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23212] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23212/stat : 23212 (python) S 23168 23170 21694 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 658202940 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 7 0 0 0
[pid=23170/tid=23216] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23216/stat : 23216 (python) S 23168 23170 21694 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 658202941 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 7 0 0 0
[pid=23170/tid=23219] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23219/stat : 23219 (python) S 23168 23170 21694 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 658202942 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23476] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23476/stat : 23476 (python) S 23168 23170 21694 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 658212771 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23480] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23480/stat : 23480 (python) S 23168 23170 21694 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 658212968 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23595] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23595/stat : 23595 (python) S 23168 23170 21694 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 658261629 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23598] ppid=23168 vsize=361436 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23598/stat : 23598 (python) S 23168 23170 21694 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 658262060 370110464 7325 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4780.27
Current children cumulated vsize (KiB) 5916716

[startup+1199.7 s]
/proc/loadavg: 8.18 8.23 8.18 9/448 23625
/proc/meminfo: memFree=17401964/32951124 swapFree=57331800/67111528
[pid=23170] ppid=23168 vsize=340848 CPUtime=4781.23 cores=1,3,5,7
/proc/23170/stat : 23170 (python) R 23168 23170 21694 0 -1 4202496 16879 184078 1 0 52 12 477320 739 17 0 4 0 658202876 349028352 7319 33554432000 4194304 5683644 140733392156464 18446744073709551615 4868525 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23170/statm: 85212 7319 1875 364 0 21134 0
[pid=23170/tid=23212] ppid=23168 vsize=340848 CPUtime=4780.59 cores=1,3,5,7
/proc/23170/task/23212/stat : 23212 (python) R 23168 23170 21694 0 -1 4202560 23 184078 0 0 0 0 477320 739 18 0 4 0 658202940 349028352 7319 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 0 0 0 -1 7 0 0 0
[pid=23170/tid=23480] ppid=23168 vsize=340848 CPUtime=4780.59 cores=1,3,5,7
/proc/23170/task/23480/stat : 23480 (python) S 23168 23170 21694 0 -1 4202560 31 184078 0 0 0 0 477320 739 18 0 4 0 658212968 349028352 7319 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
[pid=23170/tid=23598] ppid=23168 vsize=340848 CPUtime=4780.59 cores=1,3,5,7
/proc/23170/task/23598/stat : 23598 (python) S 23168 23170 21694 0 -1 4202560 27 184078 0 0 0 0 477320 739 18 0 4 0 658262060 349028352 7319 33554432000 4194304 5683644 140733392156464 18446744073709551615 212447840689 0 0 16781312 2 18446604469798966528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4781.23
Current children cumulated vsize (KiB) 340848

Child status: 0
Real time (s): 1199.72
CPU time (s): 4781.26
CPU user time (s): 4773.74
CPU system time (s): 7.52086
CPU usage (%): 398.531
Max. virtual memory (cumulated for all children) (KiB): 5916720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4773.74
system time used= 7.52086
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204859
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= 10057
involuntary context switches= 39040

runsolver used 5.03923 second user time and 10.5554 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 15:26:45
IDJOB=3378521
IDBENCH=82930
IDSOLVER=1859
FILE ID=node102/3378521-1305466005
RUNJOBID= node102-1305462764-21713
PBS_JOBID= 13324973
Free space on /tmp= 73580 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1194239878-049.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-3378521-1305466005/watcher-3378521-1305466005 -o /tmp/evaluation-result-3378521-1305466005/solver-3378521-1305466005 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378521-1305466005.cnf -seed 1697414494 -budget 4800 -cores 4

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

MD5SUM BENCH= ac9c61f9177fd0d9da068d938bec80ff
RANDOM SEED=1697414494

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18953676 kB
Buffers:         44800 kB
Cached:         767856 kB
SwapCached:      89980 kB
Active:        4505632 kB
Inactive:      9289224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18953676 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           64288 kB
Writeback:           0 kB
AnonPages:    12902956 kB
Mapped:          20188 kB
Slab:            66156 kB
PageTables:      69396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93943824 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= 73552 MiB
End job on node102 at 2011-05-15 15:46:45