Trace number 3378496

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)? 3761.52 1209.28

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1230934123-063.UNKNOWN.cnf
MD5SUM5aca76da937068f3a8e48a26305deff6
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3378496-1305465931.cnf
0.32/0.45	c INFO: computing task features
0.32/0.46	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.41/0.52	c INFO: computed variable balance statistics
0.41/0.56	c INFO: computed small-clause counts
0.41/0.56	c INFO: computed Horn-clause counts
0.41/0.56	c INFO: computed variable graph statistics
0.41/0.56	c INFO: collected features for HOME/instance-3378496-1305465931.cnf in 0.11 s
0.41/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.41/0.58	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.50/0.69	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
0.50/0.69	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
301.59/100.86	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.32)
589.27/197.07	c INFO: running march_hi@0 for 679 with 1003 remaining (b = 0.28)
1467.41/449.05	c INFO: running kcnfs-2006@0 for 582 with 751 remaining (b = 0.24)
2498.89/794.23	c INFO: running march_hi@0 for 406 with 406 remaining (b = 0.17)
2865.82/916.44	c INFO: running march_hi@0 for 97 with 284 remaining (b = 0.04)
3250.19/1044.48	c INFO: running march_hi@388 for 155 with 155 remaining (b = 0.05)
3380.56/1081.82	c INFO: running march_hi@98 for 118 with 118 remaining (b = 0.04)
3761.23/1209.26	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-3378496-1305465931/watcher-3378496-1305465931 -o /tmp/evaluation-result-3378496-1305465931/solver-3378496-1305465931 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378496-1305465931.cnf -seed 461475164 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 9.37 9.27 8.78 6/356 32288
/proc/meminfo: memFree=11206872/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/32288/stat : 32288 (python) R 32286 32288 30970 0 -1 4202496 1036 0 0 0 0 0 0 0 25 0 1 0 658190954 16633856 908 33554432000 4194304 5683644 140735069148880 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/32288/statm: 4061 908 380 364 0 548 0

[startup+0.111182 s]
/proc/loadavg: 9.37 9.27 8.78 6/356 32288
/proc/meminfo: memFree=11206872/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=107432 CPUtime=0.08 cores=0,2,4,6
/proc/32288/stat : 32288 (python) S 32286 32288 30970 0 -1 4202496 3375 0 0 0 5 3 0 0 25 0 1 0 658190954 110010368 3034 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/32288/statm: 26858 3034 871 364 0 2089 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 107432

[startup+0.200905 s]
/proc/loadavg: 9.37 9.27 8.78 6/356 32288
/proc/meminfo: memFree=11206872/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=131300 CPUtime=0.15 cores=0,2,4,6
/proc/32288/stat : 32288 (python) R 32286 32288 30970 0 -1 4202496 5704 931 1 0 11 4 0 0 25 0 1 0 658190954 134451200 4099 33554432000 4194304 5683644 140735069148880 18446744073709551615 4623600 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32288/statm: 32825 4099 1015 364 0 3086 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131300

[startup+0.300886 s]
/proc/loadavg: 9.37 9.27 8.78 6/356 32288
/proc/meminfo: memFree=11206872/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=198920 CPUtime=0.23 cores=0,2,4,6
/proc/32288/stat : 32288 (python) R 32286 32288 30970 0 -1 4202496 7019 931 1 0 17 6 0 0 25 0 1 0 658190954 203694080 5053 33554432000 4194304 5683644 140735069148880 18446744073709551615 47052403375930 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32288/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700811 s]
/proc/loadavg: 9.37 9.27 8.78 6/356 32288
/proc/meminfo: memFree=11206872/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=320256 CPUtime=0.51 cores=0,2,4,6
/proc/32288/stat : 32288 (python) S 32286 32288 30970 0 -1 4202496 12225 931 1 0 42 9 0 0 23 0 5 0 658190954 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32288/statm: 80064 7252 1873 364 0 15973 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 320256

[startup+1.50066 s]
/proc/loadavg: 9.37 9.27 8.78 10/369 32305
/proc/meminfo: memFree=11168324/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=320256 CPUtime=0.51 cores=0,2,4,6
/proc/32288/stat : 32288 (python) S 32286 32288 30970 0 -1 4202496 12225 931 1 0 42 9 0 0 23 0 5 0 658190954 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32288/statm: 80064 7252 1873 364 0 15973 0
[pid=32294] ppid=32288 vsize=278628 CPUtime=0 cores=0,2,4,6
/proc/32294/stat : 32294 (python) S 32288 32288 30970 0 -1 4202560 724 0 0 0 0 0 0 0 25 0 1 0 658191011 285315072 5570 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321487 0 0 16781312 514 14846533165706641407 0 0 17 4 0 0 0
/proc/32294/statm: 69657 5570 354 364 0 5575 0
[pid=32296] ppid=32294 vsize=1017936 CPUtime=0.51 cores=0,2,4,6
/proc/32296/stat : 32296 (gnovelty+2) R 32294 32296 32296 0 -1 4202496 462 0 0 0 51 0 0 0 25 0 1 0 658191012 1042366464 197 33554432000 134512640 135663704 4291659280 18446744073709551615 134545757 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32296/statm: 254484 197 113 282 0 254200 0
[pid=32297] ppid=32288 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/32297/stat : 32297 (python) S 32288 32288 30970 0 -1 4202560 732 0 0 0 0 0 0 0 19 0 1 0 658191012 296329216 5703 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 14846525469125246975 0 0 17 6 0 0 0
/proc/32297/statm: 72346 5703 348 364 0 8261 0
[pid=32299] ppid=32297 vsize=1017936 CPUtime=0.9 cores=0,2,4,6
/proc/32299/stat : 32299 (gnovelty+2) R 32297 32299 32299 0 -1 4202496 462 0 0 0 90 0 0 0 23 0 1 0 658191013 1042366464 197 33554432000 134512640 135663704 4288496688 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32299/statm: 254484 197 113 282 0 254200 0
[pid=32300] ppid=32288 vsize=299148 CPUtime=0 cores=0,2,4,6
/proc/32300/stat : 32300 (python) S 32288 32288 30970 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658191013 306327552 5599 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 8128460770024325379 0 0 17 0 0 0 0
/proc/32300/statm: 74787 5599 348 364 0 10699 0
[pid=32304] ppid=32300 vsize=2824 CPUtime=0.88 cores=0,2,4,6
/proc/32304/stat : 32304 (march_hi) R 32300 32304 32304 0 -1 4202496 771 0 0 0 88 0 0 0 25 0 1 0 658191015 2891776 504 33554432000 4194304 4955518 140737397827024 18446744073709551615 4313926 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32304/statm: 706 504 104 186 0 519 0
[pid=32302] ppid=32288 vsize=310012 CPUtime=0 cores=0,2,4,6
/proc/32302/stat : 32302 (python) S 32288 32288 30970 0 -1 4202560 749 0 0 0 0 0 0 0 16 0 1 0 658191014 317452288 5723 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 16202825563667136768 0 0 17 6 0 0 0
/proc/32302/statm: 77503 5723 348 364 0 13412 0
[pid=32305] ppid=32302 vsize=2824 CPUtime=0.4 cores=0,2,4,6
/proc/32305/stat : 32305 (march_hi) R 32302 32305 32305 0 -1 4202496 749 0 0 0 40 0 0 0 25 0 1 0 658191015 2891776 479 33554432000 4194304 4955518 140733385709056 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32305/statm: 706 479 104 186 0 519 0
[pid=32288/tid=32295] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32295/stat : 32295 (python) S 32286 32288 30970 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 658191012 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 2 0 0 0
[pid=32288/tid=32298] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32298/stat : 32298 (python) S 32286 32288 30970 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658191012 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 4 0 0 0
[pid=32288/tid=32301] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32301/stat : 32301 (python) S 32286 32288 30970 0 -1 4202560 37 931 0 0 0 0 0 0 22 0 5 0 658191014 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32303] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32303/stat : 32303 (python) S 32286 32288 30970 0 -1 4202560 18 931 0 0 0 0 0 0 24 0 5 0 658191015 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 3538948

[startup+3.10137 s]
/proc/loadavg: 9.34 9.26 8.78 11/369 32305
/proc/meminfo: memFree=11166216/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=320256 CPUtime=0.51 cores=0,2,4,6
/proc/32288/stat : 32288 (python) S 32286 32288 30970 0 -1 4202496 12225 931 1 0 42 9 0 0 23 0 5 0 658190954 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32288/statm: 80064 7252 1873 364 0 15973 0
[pid=32294] ppid=32288 vsize=278628 CPUtime=0 cores=0,2,4,6
/proc/32294/stat : 32294 (python) S 32288 32288 30970 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 658191011 285315072 5570 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321487 0 0 16781312 514 14846533165706608898 0 0 17 4 0 0 0
/proc/32294/statm: 69657 5570 354 364 0 5575 0
[pid=32296] ppid=32294 vsize=1017936 CPUtime=1.31 cores=0,2,4,6
/proc/32296/stat : 32296 (gnovelty+2) R 32294 32296 32296 0 -1 4202496 462 0 0 0 131 0 0 0 25 0 1 0 658191012 1042366464 197 33554432000 134512640 135663704 4291659280 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32296/statm: 254484 197 113 282 0 254200 0
[pid=32297] ppid=32288 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/32297/stat : 32297 (python) S 32288 32288 30970 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 658191012 296329216 5703 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 14846525469125214464 0 0 17 6 0 0 0
/proc/32297/statm: 72346 5703 348 364 0 8261 0
[pid=32299] ppid=32297 vsize=1017936 CPUtime=2.5 cores=0,2,4,6
/proc/32299/stat : 32299 (gnovelty+2) R 32297 32299 32299 0 -1 4202496 462 0 0 0 250 0 0 0 25 0 1 0 658191013 1042366464 197 33554432000 134512640 135663704 4288496688 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32299/statm: 254484 197 113 282 0 254200 0
[pid=32300] ppid=32288 vsize=299148 CPUtime=0 cores=0,2,4,6
/proc/32300/stat : 32300 (python) S 32288 32288 30970 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658191013 306327552 5599 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 8128460770024325379 0 0 17 0 0 0 0
/proc/32300/statm: 74787 5599 348 364 0 10699 0
[pid=32304] ppid=32300 vsize=3428 CPUtime=2.48 cores=0,2,4,6
/proc/32304/stat : 32304 (march_hi) R 32300 32304 32304 0 -1 4202496 892 0 0 0 248 0 0 0 25 0 1 0 658191015 3510272 625 33554432000 4194304 4955518 140737397827024 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32304/statm: 857 625 104 186 0 670 0
[pid=32302] ppid=32288 vsize=310012 CPUtime=0 cores=0,2,4,6
/proc/32302/stat : 32302 (python) S 32288 32288 30970 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658191014 317452288 5723 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 16202825563667136768 0 0 17 6 0 0 0
/proc/32302/statm: 77503 5723 348 364 0 13412 0
[pid=32305] ppid=32302 vsize=2972 CPUtime=1.2 cores=0,2,4,6
/proc/32305/stat : 32305 (march_hi) R 32302 32305 32305 0 -1 4202496 792 0 0 0 120 0 0 0 25 0 1 0 658191015 3043328 522 33554432000 4194304 4955518 140733385709056 18446744073709551615 4227800 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32305/statm: 743 522 104 186 0 556 0
[pid=32288/tid=32295] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32295/stat : 32295 (python) S 32286 32288 30970 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 658191012 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 2 0 0 0
[pid=32288/tid=32298] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32298/stat : 32298 (python) S 32286 32288 30970 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658191012 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 4 0 0 0
[pid=32288/tid=32301] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32301/stat : 32301 (python) S 32286 32288 30970 0 -1 4202560 37 931 0 0 0 0 0 0 22 0 5 0 658191014 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32303] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32303/stat : 32303 (python) S 32286 32288 30970 0 -1 4202560 18 931 0 0 0 0 0 0 24 0 5 0 658191015 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 3539700

[startup+6.31377 s]
/proc/loadavg: 9.34 9.26 8.78 10/369 32305
/proc/meminfo: memFree=11160572/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=320256 CPUtime=0.51 cores=0,2,4,6
/proc/32288/stat : 32288 (python) S 32286 32288 30970 0 -1 4202496 12225 931 1 0 42 9 0 0 23 0 5 0 658190954 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32288/statm: 80064 7252 1873 364 0 15973 0
[pid=32294] ppid=32288 vsize=278628 CPUtime=0.01 cores=0,2,4,6
/proc/32294/stat : 32294 (python) S 32288 32288 30970 0 -1 4202560 879 0 0 0 1 0 0 0 18 0 1 0 658191011 285315072 5592 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321487 0 0 16781312 514 14846533165706608898 0 0 17 4 0 0 0
/proc/32294/statm: 69657 5592 376 364 0 5575 0
[pid=32296] ppid=32294 vsize=1017936 CPUtime=2.9 cores=0,2,4,6
/proc/32296/stat : 32296 (gnovelty+2) R 32294 32296 32296 0 -1 4202496 462 0 0 0 290 0 0 0 25 0 1 0 658191012 1042366464 197 33554432000 134512640 135663704 4291659280 18446744073709551615 134544144 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32296/statm: 254484 197 113 282 0 254200 0
[pid=32297] ppid=32288 vsize=289384 CPUtime=0.01 cores=0,2,4,6
/proc/32297/stat : 32297 (python) S 32288 32288 30970 0 -1 4202560 905 0 0 0 1 0 0 0 18 0 1 0 658191012 296329216 5726 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 14846525469125214464 0 0 17 6 0 0 0
/proc/32297/statm: 72346 5726 371 364 0 8261 0
[pid=32299] ppid=32297 vsize=1017936 CPUtime=5.7 cores=0,2,4,6
/proc/32299/stat : 32299 (gnovelty+2) R 32297 32299 32299 0 -1 4202496 462 0 0 0 570 0 0 0 25 0 1 0 658191013 1042366464 197 33554432000 134512640 135663704 4288496688 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32299/statm: 254484 197 113 282 0 254200 0
[pid=32300] ppid=32288 vsize=299148 CPUtime=0.01 cores=0,2,4,6
/proc/32300/stat : 32300 (python) S 32288 32288 30970 0 -1 4202560 906 0 0 0 1 0 0 0 15 0 1 0 658191013 306327552 5622 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 8128460770024325379 0 0 17 0 0 0 0
/proc/32300/statm: 74787 5622 371 364 0 10699 0
[pid=32304] ppid=32300 vsize=3996 CPUtime=5.68 cores=0,2,4,6
/proc/32304/stat : 32304 (march_hi) R 32300 32304 32304 0 -1 4202496 1024 0 0 0 568 0 0 0 25 0 1 0 658191015 4091904 757 33554432000 4194304 4955518 140737397827024 18446744073709551615 4227807 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32304/statm: 999 757 104 186 0 812 0
[pid=32302] ppid=32288 vsize=310012 CPUtime=0.01 cores=0,2,4,6
/proc/32302/stat : 32302 (python) S 32288 32288 30970 0 -1 4202560 907 0 0 0 0 1 0 0 15 0 1 0 658191014 317452288 5746 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 16202825563667136768 0 0 17 6 0 0 0
/proc/32302/statm: 77503 5746 371 364 0 13412 0
[pid=32305] ppid=32302 vsize=3428 CPUtime=2.81 cores=0,2,4,6
/proc/32305/stat : 32305 (march_hi) R 32302 32305 32305 0 -1 4202496 909 0 0 0 281 0 0 0 25 0 1 0 658191015 3510272 639 33554432000 4194304 4955518 140733385709056 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32305/statm: 857 639 104 186 0 670 0
[pid=32288/tid=32295] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32295/stat : 32295 (python) S 32286 32288 30970 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 658191012 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 2 0 0 0
[pid=32288/tid=32298] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32298/stat : 32298 (python) S 32286 32288 30970 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 658191012 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 4 0 0 0
[pid=32288/tid=32301] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32301/stat : 32301 (python) S 32286 32288 30970 0 -1 4202560 37 931 0 0 0 0 0 0 22 0 5 0 658191014 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32303] ppid=32286 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32303/stat : 32303 (python) S 32286 32288 30970 0 -1 4202560 18 931 0 0 0 0 0 0 24 0 5 0 658191015 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.64
Current children cumulated vsize (KiB) 3540724

[startup+12.7006 s]
/proc/loadavg: 9.40 9.27 8.78 10/369 32306
/proc/meminfo: memFree=11156744/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=320256 CPUtime=0.51 cores=0,2,4,6
/proc/32288/stat : 32288 (python) S 32286 32288 30970 0 -1 4202496 12225 931 1 0 42 9 0 0 23 0 5 0 658190954 327942144 7252 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32288/statm: 80064 7252 1873 364 0 15973 0
[pid=32294] ppid=32288 vsize=278628 CPUtime=0.02 cores=0,2,4,6
/proc/32294/stat : 32294 (python) S 32288 32288 30970 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 658191011 285315072 5593 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321487 0 0 16781312 514 5194075337427747074 0 0 17 4 0 0 0
/proc/32294/statm: 69657 5593 377 364 0 5575 0
[pid=32296] ppid=32294 vsize=1017936 CPUtime=6.1 cores=0,2,4,6
/proc/32296/stat : 32296 (gnovelty+2) R 32294 32296 32296 0 -1 4202496 462 0 0 0 610 0 0 0 25 0 1 0 658191012 1042366464 197 33554432000 134512640 135663704 4291659280 18446744073709551615 134525007 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32296/statm: 254484 197 113 282 0 254200 0
[pid=32297] ppid=32288 vsize=289384 CPUtime=0.03 cores=0,2,4,6

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

[pid=32324/tid=32370] ppid=32288 vsize=330068 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32370/stat : 32370 (python) S 32288 32288 30970 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658295402 337989632 5702 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 514 18446604436419464128 0 0 -1 4 0 0 0
[pid=32340] ppid=32288 vsize=340948 CPUtime=2.05 cores=0,2,4,6
/proc/32340/stat : 32340 (python) S 32288 32288 30970 0 -1 4202560 993 0 0 0 110 95 0 0 18 0 1 0 658235859 349130752 5800 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 5194075337427747073 0 0 17 6 0 0 0
/proc/32340/statm: 85237 5800 371 364 0 21137 0
[pid=32342] ppid=32340 vsize=182580 CPUtime=525.22 cores=0,2,4,6
/proc/32342/stat : 32342 (kcnfs-2006) R 32340 32342 32342 0 -1 4202496 666 0 0 0 52522 0 0 0 25 0 1 0 658235859 186961920 406 33554432000 134512640 135163436 4290417888 18446744073709551615 134585008 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32342/statm: 45645 406 77 159 0 45485 0
[pid=32358] ppid=32288 vsize=351204 CPUtime=1.14 cores=0,2,4,6
/proc/32358/stat : 32358 (python) S 32288 32288 30970 0 -1 4202560 1052 0 0 0 58 56 0 0 15 0 1 0 658270377 359632896 5833 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 11238856019700318465 0 0 17 0 0 0 0
/proc/32358/statm: 87801 5833 377 364 0 23698 0
[pid=32360] ppid=32358 vsize=51944 CPUtime=284.65 cores=0,2,4,6
/proc/32360/stat : 32360 (march_hi) R 32358 32360 32360 0 -1 4202496 11337 0 0 0 28462 3 0 0 25 0 1 0 658270377 53190656 11022 33554432000 4194304 4955518 140734718009872 18446744073709551615 4235384 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32360/statm: 12986 11022 104 186 0 12799 0
[pid=32288/tid=32295] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32295/stat : 32295 (python) S 32286 32288 30970 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 9 0 658191012 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 2 0 0 0
[pid=32288/tid=32298] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32298/stat : 32298 (python) S 32286 32288 30970 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 658191012 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 4 0 0 0
[pid=32288/tid=32301] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32301/stat : 32301 (python) S 32286 32288 30970 0 -1 4202560 40 931 0 0 0 0 0 0 18 0 9 0 658191014 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32303] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32303/stat : 32303 (python) S 32286 32288 30970 0 -1 4202560 18 931 0 0 0 0 0 0 24 0 9 0 658191015 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32319] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32319/stat : 32319 (python) S 32286 32288 30970 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 658201040 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32325] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32325/stat : 32325 (python) S 32286 32288 30970 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 658210661 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32341] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32341/stat : 32341 (python) S 32286 32288 30970 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 658235859 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32359] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32359/stat : 32359 (python) S 32286 32288 30970 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 658270377 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.65
Current children cumulated vsize (KiB) 5702368

[startup+1209.1 s]
/proc/loadavg: 8.66 9.12 9.07 6/369 32391
/proc/meminfo: memFree=10775280/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=361744 CPUtime=0.57 cores=0,2,4,6
/proc/32288/stat : 32288 (python) S 32286 32288 30970 0 -1 4202496 16176 931 1 0 47 10 0 0 18 0 9 0 658190954 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32288/statm: 90436 7393 1882 364 0 26333 0
[pid=32294] ppid=32288 vsize=288872 CPUtime=0.5 cores=0,2,4,6
/proc/32294/stat : 32294 (python) S 32288 32288 30970 0 -1 4202560 1182 0 0 0 26 24 0 0 19 0 2 0 658191011 295804928 5637 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32294/statm: 72218 5637 416 364 0 8136 0
[pid=32296] ppid=32294 vsize=1017936 CPUtime=98.28 cores=0,2,4,6
/proc/32296/stat : 32296 (gnovelty+2) T 32294 32296 32296 0 -1 4202496 462 0 0 0 9828 0 0 0 25 0 1 0 658191012 1042366464 197 33554432000 134512640 135663704 4291659280 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32296/statm: 254484 197 113 282 0 254200 0
[pid=32294/tid=32323] ppid=32288 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/32294/task/32323/stat : 32323 (python) S 32288 32288 30970 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658210660 295804928 5637 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 514 18446604443484519232 0 0 -1 4 0 0 0
[pid=32297] ppid=32288 vsize=289384 CPUtime=0.25 cores=0,2,4,6
/proc/32297/stat : 32297 (python) S 32288 32288 30970 0 -1 4202560 1092 0 0 0 13 12 0 0 19 0 2 0 658191012 296329216 5756 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32297/statm: 72346 5756 400 364 0 8261 0
[pid=32299] ppid=32297 vsize=1017936 CPUtime=99.99 cores=0,2,4,6
/proc/32299/stat : 32299 (gnovelty+2) T 32297 32299 32299 0 -1 4202496 462 0 0 0 9999 0 0 0 25 0 1 0 658191013 1042366464 197 33554432000 134512640 135663704 4288496688 18446744073709551615 134525002 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32299/statm: 254484 197 113 282 0 254200 0
[pid=32297/tid=32317] ppid=32288 vsize=289384 CPUtime=0 cores=0,2,4,6
/proc/32297/task/32317/stat : 32317 (python) S 32288 32288 30970 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658201039 296329216 5756 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 514 18446604443484517440 0 0 -1 6 0 0 0
[pid=32300] ppid=32288 vsize=299148 CPUtime=1.68 cores=0,2,4,6
/proc/32300/stat : 32300 (python) S 32288 32288 30970 0 -1 4202560 1147 0 0 0 90 78 0 0 15 0 2 0 658191013 306327552 5652 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32300/statm: 74787 5652 400 364 0 10699 0
[pid=32304] ppid=32300 vsize=81316 CPUtime=489.9 cores=0,2,4,6
/proc/32304/stat : 32304 (march_hi) T 32300 32304 32304 0 -1 4202496 18517 0 0 0 48982 8 0 0 25 0 1 0 658191015 83267584 18217 33554432000 4194304 4955518 140737397827024 18446744073709551615 4290403 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32304/statm: 20329 18217 104 186 0 20142 0
[pid=32300/tid=32339] ppid=32288 vsize=299148 CPUtime=0 cores=0,2,4,6
/proc/32300/task/32339/stat : 32339 (python) S 32288 32288 30970 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 658235858 306327552 5652 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 514 18446604438724700992 0 0 -1 0 0 0 0
[pid=32302] ppid=32288 vsize=310012 CPUtime=2.5 cores=0,2,4,6
/proc/32302/stat : 32302 (python) S 32288 32288 30970 0 -1 4202560 1159 0 0 0 133 117 0 0 17 0 2 0 658191014 317452288 5776 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32302/statm: 77503 5776 400 364 0 13412 0
[pid=32305] ppid=32302 vsize=110784 CPUtime=680.76 cores=0,2,4,6
/proc/32305/stat : 32305 (march_hi) T 32302 32305 32305 0 -1 4202496 25340 0 0 0 68069 7 0 0 25 0 1 0 658191015 113442816 25037 33554432000 4194304 4955518 140733385709056 18446744073709551615 4346504 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32305/statm: 27696 25037 104 186 0 27509 0
[pid=32302/tid=32365] ppid=32288 vsize=310012 CPUtime=0 cores=0,2,4,6
/proc/32302/task/32365/stat : 32365 (python) S 32288 32288 30970 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658282598 317452288 5776 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 514 18446604446410627840 0 0 -1 2 0 0 0
[pid=32318] ppid=32288 vsize=320268 CPUtime=2.25 cores=0,2,4,6
/proc/32318/stat : 32318 (python) S 32288 32288 30970 0 -1 4202560 1156 0 0 0 113 112 0 0 15 0 2 0 658201040 327954432 5783 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32318/statm: 80067 5783 400 364 0 15973 0
[pid=32320] ppid=32318 vsize=174112 CPUtime=802.24 cores=0,2,4,6
/proc/32320/stat : 32320 (march_hi) R 32318 32320 32320 0 -1 4202496 29362 0 0 0 80215 9 0 0 25 0 1 0 658201040 178290688 29062 33554432000 4194304 4955518 140733623605664 18446744073709551615 4229646 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32320/statm: 43528 29062 104 186 0 43341 0
[pid=32318/tid=32357] ppid=32288 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/32318/task/32357/stat : 32357 (python) S 32288 32288 30970 0 -1 4202560 44 0 0 0 0 0 0 0 17 0 2 0 658270376 327954432 5783 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 514 18446604436879213760 0 0 -1 6 0 0 0
[pid=32324] ppid=32288 vsize=330068 CPUtime=2.76 cores=0,2,4,6
/proc/32324/stat : 32324 (python) S 32288 32288 30970 0 -1 4202560 1156 0 0 0 142 134 0 0 15 0 2 0 658210661 337989632 5702 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32324/statm: 82517 5702 400 364 0 18420 0
[pid=32326] ppid=32324 vsize=174112 CPUtime=765.51 cores=0,2,4,6
/proc/32326/stat : 32326 (march_hi) R 32324 32326 32326 0 -1 4202496 28328 0 0 0 76544 7 0 0 25 0 1 0 658210661 178290688 28030 33554432000 4194304 4955518 140737180239200 18446744073709551615 4238783 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32326/statm: 43528 28030 104 186 0 43341 0
[pid=32324/tid=32370] ppid=32288 vsize=330068 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32370/stat : 32370 (python) S 32288 32288 30970 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658295402 337989632 5702 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 514 18446604436419464128 0 0 -1 4 0 0 0
[pid=32340] ppid=32288 vsize=340948 CPUtime=2.05 cores=0,2,4,6
/proc/32340/stat : 32340 (python) S 32288 32288 30970 0 -1 4202560 993 0 0 0 110 95 0 0 18 0 1 0 658235859 349130752 5800 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 5194075337427747073 0 0 17 6 0 0 0
/proc/32340/statm: 85237 5800 371 364 0 21137 0
[pid=32342] ppid=32340 vsize=182580 CPUtime=525.62 cores=0,2,4,6
/proc/32342/stat : 32342 (kcnfs-2006) R 32340 32342 32342 0 -1 4202496 666 0 0 0 52562 0 0 0 25 0 1 0 658235859 186961920 406 33554432000 134512640 135163436 4290417888 18446744073709551615 134564179 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32342/statm: 45645 406 77 159 0 45485 0
[pid=32358] ppid=32288 vsize=351204 CPUtime=1.14 cores=0,2,4,6
/proc/32358/stat : 32358 (python) S 32288 32288 30970 0 -1 4202560 1052 0 0 0 58 56 0 0 15 0 1 0 658270377 359632896 5833 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 11238856019700318465 0 0 17 0 0 0 0
/proc/32358/statm: 87801 5833 377 364 0 23698 0
[pid=32360] ppid=32358 vsize=51944 CPUtime=284.85 cores=0,2,4,6
/proc/32360/stat : 32360 (march_hi) R 32358 32360 32360 0 -1 4202496 11344 0 0 0 28482 3 0 0 25 0 1 0 658270377 53190656 11029 33554432000 4194304 4955518 140734718009872 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32360/statm: 12986 11029 104 186 0 12799 0
[pid=32288/tid=32295] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32295/stat : 32295 (python) S 32286 32288 30970 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 9 0 658191012 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 2 0 0 0
[pid=32288/tid=32298] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32298/stat : 32298 (python) S 32286 32288 30970 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 658191012 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 4 0 0 0
[pid=32288/tid=32301] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32301/stat : 32301 (python) S 32286 32288 30970 0 -1 4202560 40 931 0 0 0 0 0 0 18 0 9 0 658191014 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32303] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32303/stat : 32303 (python) S 32286 32288 30970 0 -1 4202560 18 931 0 0 0 0 0 0 24 0 9 0 658191015 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32319] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32319/stat : 32319 (python) S 32286 32288 30970 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 658201040 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32325] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32325/stat : 32325 (python) S 32286 32288 30970 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 658210661 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32341] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32341/stat : 32341 (python) S 32286 32288 30970 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 658235859 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32359] ppid=32286 vsize=361744 CPUtime=0 cores=0,2,4,6
/proc/32288/task/32359/stat : 32359 (python) S 32286 32288 30970 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 658270377 370425856 7393 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.85
Current children cumulated vsize (KiB) 5702368

[startup+1209.2 s]
/proc/loadavg: 8.66 9.12 9.07 6/369 32391
/proc/meminfo: memFree=10775280/32951124 swapFree=66050672/67111528
[pid=32288] ppid=32286 vsize=360960 CPUtime=1374.54 cores=0,2,4,6
/proc/32288/stat : 32288 (python) S 32286 32288 30970 0 -1 4202496 16258 50389 1 0 48 10 137145 251 17 0 9 0 658190954 369623040 7229 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389131583 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32288/statm: 90240 7229 1882 364 0 26137 0
[pid=32318] ppid=32288 vsize=320268 CPUtime=2.26 cores=0,2,4,6
/proc/32318/stat : 32318 (python) S 32288 32288 30970 0 -1 4202560 1162 0 0 0 113 113 0 0 16 0 2 0 658201040 327954432 5783 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389131583 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32318/statm: 80067 5783 400 364 0 15973 0
[pid=32320] ppid=32318 vsize=174112 CPUtime=802.25 cores=0,2,4,6
/proc/32320/stat : 32320 (march_hi) R 32318 32320 32320 0 -1 4202496 29362 0 0 0 80216 9 0 0 25 0 1 0 658201040 178290688 29062 33554432000 4194304 4955518 140733623605664 18446744073709551615 4235495 256 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32320/statm: 43528 29062 104 186 0 43341 0
[pid=32318/tid=32357] ppid=32288 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/32318/task/32357/stat : 32357 (python) S 32288 32288 30970 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 658270376 327954432 5783 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781824 2 18446604436879213760 0 0 -1 6 0 0 0
[pid=32324] ppid=32288 vsize=330068 CPUtime=2.76 cores=0,2,4,6
/proc/32324/stat : 32324 (python) S 32288 32288 30970 0 -1 4202560 1156 0 0 0 142 134 0 0 15 0 2 0 658210661 337989632 5702 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32324/statm: 82517 5702 400 364 0 18420 0
[pid=32326] ppid=32324 vsize=174112 CPUtime=765.61 cores=0,2,4,6
/proc/32326/stat : 32326 (march_hi) R 32324 32326 32326 0 -1 4202496 28331 0 0 0 76554 7 0 0 25 0 1 0 658210661 178290688 28033 33554432000 4194304 4955518 140737180239200 18446744073709551615 4227841 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32326/statm: 43528 28033 104 186 0 43341 0
[pid=32324/tid=32370] ppid=32288 vsize=330068 CPUtime=0 cores=0,2,4,6
/proc/32324/task/32370/stat : 32370 (python) S 32288 32288 30970 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658295402 337989632 5702 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 514 18446604436419464128 0 0 -1 4 0 0 0
[pid=32340] ppid=32288 vsize=340948 CPUtime=2.05 cores=0,2,4,6
/proc/32340/stat : 32340 (python) S 32288 32288 30970 0 -1 4202560 993 0 0 0 110 95 0 0 18 0 1 0 658235859 349130752 5800 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 5194075337427747073 0 0 17 6 0 0 0
/proc/32340/statm: 85237 5800 371 364 0 21137 0
[pid=32342] ppid=32340 vsize=182580 CPUtime=525.72 cores=0,2,4,6
/proc/32342/stat : 32342 (kcnfs-2006) R 32340 32342 32342 0 -1 4202496 666 0 0 0 52572 0 0 0 25 0 1 0 658235859 186961920 406 33554432000 134512640 135163436 4290417888 18446744073709551615 134675556 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32342/statm: 45645 406 77 159 0 45485 0
[pid=32358] ppid=32288 vsize=351204 CPUtime=1.14 cores=0,2,4,6
/proc/32358/stat : 32358 (python) S 32288 32288 30970 0 -1 4202560 1052 0 0 0 58 56 0 0 15 0 1 0 658270377 359632896 5833 33554432000 4194304 5683644 140735069148880 18446744073709551615 255377321542 0 0 16781312 514 11238856019700318465 0 0 17 0 0 0 0
/proc/32358/statm: 87801 5833 377 364 0 23698 0
[pid=32360] ppid=32358 vsize=51944 CPUtime=284.9 cores=0,2,4,6
/proc/32360/stat : 32360 (march_hi) R 32358 32360 32360 0 -1 4202496 11346 0 0 0 28487 3 0 0 25 0 1 0 658270377 53190656 11031 33554432000 4194304 4955518 140734718009872 18446744073709551615 4235311 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32360/statm: 12986 11031 104 186 0 12799 0
[pid=32288/tid=32295] ppid=32286 vsize=360960 CPUtime=1373.96 cores=0,2,4,6
/proc/32288/task/32295/stat : 32295 (python) S 32286 32288 30970 0 -1 4202560 24 50389 0 0 0 0 137145 251 25 0 9 0 658191012 369623040 7229 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 2 0 0 0
[pid=32288/tid=32298] ppid=32286 vsize=360960 CPUtime=1373.96 cores=0,2,4,6
/proc/32288/task/32298/stat : 32298 (python) S 32286 32288 30970 0 -1 4202560 23 50389 0 0 0 0 137145 251 20 0 9 0 658191012 369623040 7229 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 4 0 0 0
[pid=32288/tid=32301] ppid=32286 vsize=360960 CPUtime=1373.96 cores=0,2,4,6
/proc/32288/task/32301/stat : 32301 (python) S 32286 32288 30970 0 -1 4202560 40 50389 0 0 0 0 137145 251 18 0 9 0 658191014 369623040 7229 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32303] ppid=32286 vsize=360960 CPUtime=1373.96 cores=0,2,4,6
/proc/32288/task/32303/stat : 32303 (python) S 32286 32288 30970 0 -1 4202560 18 50389 0 0 0 0 137145 251 24 0 9 0 658191015 369623040 7229 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32319] ppid=32286 vsize=360960 CPUtime=1373.96 cores=0,2,4,6
/proc/32288/task/32319/stat : 32319 (python) S 32286 32288 30970 0 -1 4202560 30 50389 0 0 0 0 137145 251 18 0 9 0 658201040 369623040 7229 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32325] ppid=32286 vsize=360960 CPUtime=1373.96 cores=0,2,4,6
/proc/32288/task/32325/stat : 32325 (python) S 32286 32288 30970 0 -1 4202560 32 50389 0 0 0 0 137145 251 18 0 9 0 658210661 369623040 7229 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32341] ppid=32286 vsize=360960 CPUtime=1373.96 cores=0,2,4,6
/proc/32288/task/32341/stat : 32341 (python) S 32286 32288 30970 0 -1 4202560 28 50389 0 0 0 0 137145 251 20 0 9 0 658235859 369623040 7229 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
[pid=32288/tid=32359] ppid=32286 vsize=360960 CPUtime=1373.96 cores=0,2,4,6
/proc/32288/task/32359/stat : 32359 (python) S 32286 32288 30970 0 -1 4202560 26 50389 0 0 0 0 137145 251 20 0 9 0 658270377 369623040 7229 33554432000 4194304 5683644 140735069148880 18446744073709551615 255389125041 0 0 16781312 2 18446604443606205504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3761.23
Current children cumulated vsize (KiB) 2286196

Child status: 0
Real time (s): 1209.28
CPU time (s): 3761.52
CPU user time (s): 3754.67
CPU system time (s): 6.85596
CPU usage (%): 311.054
Max. virtual memory (cumulated for all children) (KiB): 5702368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3754.67
system time used= 6.85596
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144932
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= 7257
involuntary context switches= 80870

runsolver used 4.91325 second user time and 10.1185 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 15:25:31
IDJOB=3378496
IDBENCH=82905
IDSOLVER=1859
FILE ID=node135/3378496-1305465931
RUNJOBID= node135-1305462647-30988
PBS_JOBID= 13324970
Free space on /tmp= 73312 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1230934123-063.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-3378496-1305465931/watcher-3378496-1305465931 -o /tmp/evaluation-result-3378496-1305465931/solver-3378496-1305465931 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378496-1305465931.cnf -seed 461475164 -budget 4800 -cores 4

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

MD5SUM BENCH= 5aca76da937068f3a8e48a26305deff6
RANDOM SEED=461475164

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11207036 kB
Buffers:        301436 kB
Cached:        6358240 kB
SwapCached:      50684 kB
Active:       10621188 kB
Inactive:     10857524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11207036 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           63676 kB
Writeback:           0 kB
AnonPages:    14773632 kB
Mapped:          28256 kB
Slab:           145460 kB
PageTables:      55480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82337824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73312 MiB
End job on node135 at 2011-05-15 15:45:40