Trace number 3322313

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-randomUNSAT 1166.09 146.878

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1959079526-027.UNKNOWN.cnf
MD5SUMf44a4cf4fe89dcbd323f749ee3ba0f10
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark142.579
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.68	c INFO: solving HOME/instance-3322313-1304380211.cnf
0.35/0.68	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.69	c INFO: computed clause balance statistics
0.43/0.72	c INFO: computed variable balance statistics
0.43/0.75	c INFO: computed small-clause counts
0.43/0.75	c INFO: computed Horn-clause counts
0.43/0.75	c INFO: computed variable graph statistics
0.43/0.75	c INFO: collected features for HOME/instance-3322313-1304380211.cnf in 0.07 s
0.43/0.79	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.52/0.82	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.52/0.86	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.37)
0.63/0.90	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.63/0.94	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.63/0.98	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.26)
1.41/1.01	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
1.41/1.05	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
800.07/101.05	c INFO: running march_hi@0 for 291 with 39899 remaining (b = 0.15)
800.07/101.09	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.24)
801.57/101.24	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.21)
1165.46/146.85	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3322313-1304380211/watcher-3322313-1304380211 -o /tmp/evaluation-result-3322313-1304380211/solver-3322313-1304380211 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322313-1304380211.cnf -seed 883508955 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/342 7939
/proc/meminfo: memFree=17652052/32951124 swapFree=67111448/67111528
[pid=7939] ppid=7937 vsize=15756 CPUtime=0 cores=0-7
/proc/7939/stat : 7939 (python) R 7937 7939 6594 0 -1 4202496 841 0 0 0 0 0 0 0 20 0 1 0 530437285 16134144 724 33554432000 4194304 5683644 140733502005760 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7939/statm: 3939 724 334 364 0 426 0

[startup+0.0203089 s]
/proc/loadavg: 0.00 0.00 0.00 1/342 7939
/proc/meminfo: memFree=17652052/32951124 swapFree=67111448/67111528
[pid=7939] ppid=7937 vsize=16240 CPUtime=0.01 cores=0-7
/proc/7939/stat : 7939 (python) R 7937 7939 6594 0 -1 4202496 1046 0 0 0 1 0 0 0 20 0 1 0 530437285 16629760 917 33554432000 4194304 5683644 140733502005760 18446744073709551615 4539126 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7939/statm: 4060 917 381 364 0 547 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16240

[startup+0.100308 s]
/proc/loadavg: 0.00 0.00 0.00 1/342 7939
/proc/meminfo: memFree=17652052/32951124 swapFree=67111448/67111528
[pid=7939] ppid=7937 vsize=85620 CPUtime=0.06 cores=0-7
/proc/7939/stat : 7939 (python) R 7937 7939 6594 0 -1 4202496 2631 0 0 0 4 2 0 0 18 0 1 0 530437285 87674880 2348 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7939/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300251 s]
/proc/loadavg: 0.00 0.00 0.00 1/342 7939
/proc/meminfo: memFree=17652052/32951124 swapFree=67111448/67111528
[pid=7939] ppid=7937 vsize=135748 CPUtime=0.18 cores=0-7
/proc/7939/stat : 7939 (python) S 7937 7939 6594 0 -1 4202496 5966 934 1 0 13 5 0 0 17 0 1 0 530437285 139005952 4151 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106764805 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/7939/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700145 s]
/proc/loadavg: 0.00 0.00 0.00 1/342 7939
/proc/meminfo: memFree=17652052/32951124 swapFree=67111448/67111528
[pid=7939] ppid=7937 vsize=278292 CPUtime=0.43 cores=0-7
/proc/7939/stat : 7939 (python) R 7937 7939 6594 0 -1 4202496 9312 934 1 0 32 11 0 0 16 0 1 0 530437285 284971008 6979 33554432000 4194304 5683644 140733502005760 18446744073709551615 46950009188046 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7939/statm: 69573 6979 1826 364 0 5497 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278292

[startup+1.50096 s]
/proc/loadavg: 0.00 0.00 0.00 9/361 7962
/proc/meminfo: memFree=17602548/32951124 swapFree=67111448/67111528
[pid=7939] ppid=7937 vsize=426724 CPUtime=0.78 cores=0-7
/proc/7939/stat : 7939 (python) S 7937 7939 6594 0 -1 4202496 15549 934 1 0 66 12 0 0 19 0 9 0 530437285 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7939/statm: 106681 7390 1889 364 0 42578 0
[pid=7945] ppid=7939 vsize=278644 CPUtime=0 cores=0-7
/proc/7945/stat : 7945 (python) S 7939 7939 6594 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 530437364 285331456 5576 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788879 0 0 16781312 514 8776057175865819135 0 0 17 1 0 0 0
/proc/7945/statm: 69661 5576 354 364 0 5579 0
[pid=7947] ppid=7945 vsize=1017800 CPUtime=0.7 cores=0-7
/proc/7947/stat : 7947 (gnovelty+2) R 7945 7947 7947 0 -1 4202496 438 0 0 0 70 0 0 0 21 0 1 0 530437364 1042227200 173 33554432000 134512640 135663704 4288162848 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7947/statm: 254450 173 113 282 0 254166 0
[pid=7948] ppid=7939 vsize=289304 CPUtime=0 cores=0-7
/proc/7948/stat : 7948 (python) S 7939 7939 6594 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 530437368 296247296 5684 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 11463512633534021890 0 0 17 1 0 0 0
/proc/7948/statm: 72326 5684 348 364 0 8241 0
[pid=7950] ppid=7948 vsize=2152 CPUtime=0.66 cores=0-7
/proc/7950/stat : 7950 (march_hi) R 7948 7950 7950 0 -1 4202496 592 0 0 0 66 0 0 0 21 0 1 0 530437368 2203648 331 33554432000 4194304 4955518 140734641783344 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7950/statm: 538 331 104 186 0 351 0
[pid=7951] ppid=7939 vsize=299240 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (python) S 7939 7939 6594 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 530437371 306421760 5608 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 4388929364981448703 0 0 17 1 0 0 0
/proc/7951/statm: 74810 5608 348 364 0 10722 0
[pid=7953] ppid=7951 vsize=2152 CPUtime=0.62 cores=0-7
/proc/7953/stat : 7953 (march_hi) R 7951 7953 7953 0 -1 4202496 594 0 0 0 62 0 0 0 22 0 1 0 530437372 2203648 332 33554432000 4194304 4955518 140735568369200 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7953/statm: 538 332 104 186 0 351 0
[pid=7954] ppid=7939 vsize=309920 CPUtime=0 cores=0-7
/proc/7954/stat : 7954 (python) S 7939 7939 6594 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 530437375 317358080 5701 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 13775152268049350916 0 0 17 1 0 0 0
/proc/7954/statm: 77480 5701 348 364 0 13389 0
[pid=7956] ppid=7954 vsize=2152 CPUtime=0.59 cores=0-7
/proc/7956/stat : 7956 (march_hi) R 7954 7956 7956 0 -1 4202496 596 0 0 0 59 0 0 0 23 0 1 0 530437375 2203648 332 33554432000 4194304 4955518 140734391463616 18446744073709551615 4209742 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7956/statm: 538 332 104 186 0 351 0
[pid=7957] ppid=7939 vsize=385712 CPUtime=0 cores=0-7
/proc/7957/stat : 7957 (python) S 7939 7939 6594 0 -1 4202560 724 0 0 0 0 0 0 0 21 0 1 0 530437379 394969088 5878 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 3822730904455872511 0 0 17 1 0 0 0
/proc/7957/statm: 96428 5878 348 364 0 32334 0
[pid=7959] ppid=7957 vsize=1017800 CPUtime=0.51 cores=0-7
/proc/7959/stat : 7959 (gnovelty+2) R 7957 7959 7959 0 -1 4202496 428 0 0 0 51 0 0 0 25 0 1 0 530437379 1042227200 174 33554432000 134512640 135663704 4294389376 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7959/statm: 254450 174 113 282 0 254166 0
[pid=7960] ppid=7939 vsize=395968 CPUtime=0 cores=0-7
/proc/7960/stat : 7960 (python) S 7939 7939 6594 0 -1 4202560 737 0 0 0 0 0 0 0 20 0 1 0 530437383 405471232 5854 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 17115662107279327490 0 0 17 1 0 0 0
/proc/7960/statm: 98992 5854 348 364 0 34895 0
[pid=7962] ppid=7960 vsize=2000 CPUtime=0.51 cores=0-7
/proc/7962/stat : 7962 (march_hi) R 7960 7962 7962 0 -1 4202496 580 0 0 0 51 0 0 0 25 0 1 0 530437383 2048000 326 33554432000 4194304 4955518 140736419251792 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7962/statm: 500 326 104 186 0 313 0
[pid=7939/tid=7946] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7946/stat : 7946 (python) S 7937 7939 6594 0 -1 4202560 28 934 0 0 0 0 0 0 17 0 9 0 530437364 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 2 0 0 0
[pid=7939/tid=7949] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7949/stat : 7949 (python) S 7937 7939 6594 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 530437368 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 3 0 0 0
[pid=7939/tid=7952] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7952/stat : 7952 (python) S 7937 7939 6594 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 9 0 530437371 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 0 0 0 0
[pid=7939/tid=7955] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7955/stat : 7955 (python) S 7937 7939 6594 0 -1 4202560 24 934 0 0 0 0 0 0 17 0 9 0 530437375 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 5 0 0 0
[pid=7939/tid=7958] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7958/stat : 7958 (python) S 7937 7939 6594 0 -1 4202560 83 934 0 0 0 0 0 0 20 0 9 0 530437379 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 0 0 0 0
[pid=7939/tid=7961] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7961/stat : 7961 (python) S 7937 7939 6594 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 9 0 530437383 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 4429568

[startup+3.10168 s]
/proc/loadavg: 0.64 0.13 0.04 9/367 7969
/proc/meminfo: memFree=17591588/32951124 swapFree=67111448/67111528
[pid=7939] ppid=7937 vsize=426724 CPUtime=0.78 cores=0-7
/proc/7939/stat : 7939 (python) S 7937 7939 6594 0 -1 4202496 15549 934 1 0 66 12 0 0 19 0 9 0 530437285 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7939/statm: 106681 7390 1889 364 0 42578 0
[pid=7945] ppid=7939 vsize=278644 CPUtime=0 cores=0-7
/proc/7945/stat : 7945 (python) S 7939 7939 6594 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 530437364 285331456 5576 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788879 0 0 16781312 514 8776057175865786626 0 0 17 1 0 0 0
/proc/7945/statm: 69661 5576 354 364 0 5579 0
[pid=7947] ppid=7945 vsize=1017800 CPUtime=2.3 cores=0-7
/proc/7947/stat : 7947 (gnovelty+2) R 7945 7947 7947 0 -1 4202496 438 0 0 0 230 0 0 0 25 0 1 0 530437364 1042227200 173 33554432000 134512640 135663704 4288162848 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7947/statm: 254450 173 113 282 0 254166 0
[pid=7948] ppid=7939 vsize=289304 CPUtime=0 cores=0-7
/proc/7948/stat : 7948 (python) S 7939 7939 6594 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 530437368 296247296 5684 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 11463512633534021890 0 0 17 1 0 0 0
/proc/7948/statm: 72326 5684 348 364 0 8241 0
[pid=7950] ppid=7948 vsize=2152 CPUtime=2.26 cores=0-7
/proc/7950/stat : 7950 (march_hi) R 7948 7950 7950 0 -1 4202496 607 0 0 0 226 0 0 0 25 0 1 0 530437368 2203648 346 33554432000 4194304 4955518 140734641783344 18446744073709551615 4227651 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7950/statm: 538 346 104 186 0 351 0
[pid=7951] ppid=7939 vsize=299240 CPUtime=0 cores=0-7
/proc/7951/stat : 7951 (python) S 7939 7939 6594 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 530437371 306421760 5608 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 3982519081029828867 0 0 17 1 0 0 0
/proc/7951/statm: 74810 5608 348 364 0 10722 0
[pid=7953] ppid=7951 vsize=2152 CPUtime=2.22 cores=0-7
/proc/7953/stat : 7953 (march_hi) R 7951 7953 7953 0 -1 4202496 609 0 0 0 222 0 0 0 25 0 1 0 530437372 2203648 347 33554432000 4194304 4955518 140735568369200 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7953/statm: 538 347 104 186 0 351 0
[pid=7954] ppid=7939 vsize=309920 CPUtime=0 cores=0-7
/proc/7954/stat : 7954 (python) S 7939 7939 6594 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 530437375 317358080 5701 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 13775152268049350916 0 0 17 1 0 0 0
/proc/7954/statm: 77480 5701 348 364 0 13389 0
[pid=7956] ppid=7954 vsize=2152 CPUtime=2.18 cores=0-7
/proc/7956/stat : 7956 (march_hi) R 7954 7956 7956 0 -1 4202496 611 0 0 0 218 0 0 0 25 0 1 0 530437375 2203648 347 33554432000 4194304 4955518 140734391463616 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7956/statm: 538 347 104 186 0 351 0
[pid=7957] ppid=7939 vsize=385712 CPUtime=0 cores=0-7
/proc/7957/stat : 7957 (python) S 7939 7939 6594 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 530437379 394969088 5878 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 3822730904455840001 0 0 17 1 0 0 0
/proc/7957/statm: 96428 5878 348 364 0 32334 0
[pid=7959] ppid=7957 vsize=1017800 CPUtime=2.11 cores=0-7
/proc/7959/stat : 7959 (gnovelty+2) R 7957 7959 7959 0 -1 4202496 428 0 0 0 211 0 0 0 25 0 1 0 530437379 1042227200 174 33554432000 134512640 135663704 4294389376 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7959/statm: 254450 174 113 282 0 254166 0
[pid=7960] ppid=7939 vsize=395968 CPUtime=0 cores=0-7
/proc/7960/stat : 7960 (python) S 7939 7939 6594 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 1 0 530437383 405471232 5854 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 17115662107279327490 0 0 17 1 0 0 0
/proc/7960/statm: 98992 5854 348 364 0 34895 0
[pid=7962] ppid=7960 vsize=2152 CPUtime=2.11 cores=0-7
/proc/7962/stat : 7962 (march_hi) R 7960 7962 7962 0 -1 4202496 601 0 0 0 211 0 0 0 25 0 1 0 530437383 2203648 347 33554432000 4194304 4955518 140736419251792 18446744073709551615 4224622 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7962/statm: 538 347 104 186 0 351 0
[pid=7963] ppid=7939 vsize=406224 CPUtime=0 cores=0-7
/proc/7963/stat : 7963 (python) S 7939 7939 6594 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 530437387 415973376 5860 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 17300270109582917889 0 0 17 7 0 0 0
/proc/7963/statm: 101556 5860 348 364 0 37456 0
[pid=7965] ppid=7963 vsize=2152 CPUtime=2.04 cores=0-7
/proc/7965/stat : 7965 (march_hi) R 7963 7965 7965 0 -1 4202496 602 0 0 0 204 0 0 0 25 0 1 0 530437388 2203648 345 33554432000 4194304 4955518 140737290343360 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7965/statm: 538 345 104 186 0 351 0
[pid=7966] ppid=7939 vsize=416480 CPUtime=0 cores=0-7
/proc/7966/stat : 7966 (python) S 7939 7939 6594 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 530437391 426475520 5851 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 7288082042682573060 0 0 17 7 0 0 0
/proc/7966/statm: 104120 5851 354 364 0 40017 0
[pid=7968] ppid=7966 vsize=2152 CPUtime=2.01 cores=0-7
/proc/7968/stat : 7968 (march_hi) R 7966 7968 7968 0 -1 4202496 609 0 0 0 201 0 0 0 25 0 1 0 530437391 2203648 346 33554432000 4194304 4955518 140733430996704 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7968/statm: 538 346 104 186 0 351 0
[pid=7939/tid=7946] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7946/stat : 7946 (python) S 7937 7939 6594 0 -1 4202560 28 934 0 0 0 0 0 0 17 0 9 0 530437364 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 2 0 0 0
[pid=7939/tid=7949] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7949/stat : 7949 (python) S 7937 7939 6594 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 530437368 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 3 0 0 0
[pid=7939/tid=7952] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7952/stat : 7952 (python) S 7937 7939 6594 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 9 0 530437371 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 0 0 0 0
[pid=7939/tid=7955] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7955/stat : 7955 (python) S 7937 7939 6594 0 -1 4202560 24 934 0 0 0 0 0 0 17 0 9 0 530437375 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 5 0 0 0
[pid=7939/tid=7958] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7958/stat : 7958 (python) S 7937 7939 6594 0 -1 4202560 83 934 0 0 0 0 0 0 20 0 9 0 530437379 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 0 0 0 0
[pid=7939/tid=7961] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7961/stat : 7961 (python) S 7937 7939 6594 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 9 0 530437383 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 7 0 0 0
[pid=7939/tid=7964] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7964/stat : 7964 (python) S 7937 7939 6594 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 9 0 530437387 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 7 0 0 0
[pid=7939/tid=7967] ppid=7937 vsize=426724 CPUtime=0 cores=0-7
/proc/7939/task/7967/stat : 7967 (python) S 7937 7939 6594 0 -1 4202560 74 934 0 0 0 0 0 0 18 0 9 0 530437391 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.01
Current children cumulated vsize (KiB) 5256728

[startup+6.30112 s]
/proc/loadavg: 0.64 0.13 0.04 10/367 7969
/proc/meminfo: memFree=17590972/32951124 swapFree=67111448/67111528
[pid=7939] ppid=7937 vsize=426724 CPUtime=0.78 cores=0-7
/proc/7939/stat : 7939 (python) S 7937 7939 6594 0 -1 4202496 15549 934 1 0 66 12 0 0 19 0 9 0 530437285 436965376 7390 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7939/statm: 106681 7390 1889 364 0 42578 0

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

/proc/7950/statm: 0 0 0 0 0 0 0
[pid=7951] ppid=7939 vsize=299240 CPUtime=2.31 cores=0-7
/proc/7951/stat : 7951 (python) R 7939 7939 6594 0 -1 4202560 993 0 0 0 179 52 0 0 18 0 1 0 530437371 306421760 5631 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/7951/statm: 74810 5631 371 364 0 10722 0
[pid=7953] ppid=7951 vsize=0 CPUtime=143.53 cores=0-7
/proc/7953/stat : 7953 (march_hi) R 7951 7953 7953 0 -1 4202500 2120 0 0 0 14353 0 0 0 25 0 1 0 530437372 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7953/statm: 0 0 0 0 0 0 0
[pid=7954] ppid=7939 vsize=375456 CPUtime=2.07 cores=0-7
/proc/7954/stat : 7954 (python) R 7939 7939 6594 0 -1 4202560 1164 0 0 0 159 48 0 0 17 0 2 0 530437375 384466944 5756 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7954/statm: 93864 5756 400 364 0 29773 0
[pid=7956] ppid=7954 vsize=0 CPUtime=143.66 cores=0-7
/proc/7956/stat : 7956 (march_hi) R 7954 7956 7956 0 -1 4202500 2122 0 0 0 14366 0 0 0 25 0 1 0 530437375 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/7956/statm: 0 0 0 0 0 0 0
[pid=7954/tid=7972] ppid=7939 vsize=375456 CPUtime=0 cores=0-7
/proc/7954/task/7972/stat : 7972 (python) S 7939 7939 6594 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 530447386 384466944 5756 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 514 18446604453979961536 0 0 -1 0 0 0 0
[pid=7957] ppid=7939 vsize=385712 CPUtime=0.25 cores=0-7
/proc/7957/stat : 7957 (python) S 7939 7939 6594 0 -1 4202560 1025 0 0 0 14 11 0 0 19 0 2 0 530437379 394969088 5931 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7957/statm: 96428 5931 400 364 0 32334 0
[pid=7959] ppid=7957 vsize=1017800 CPUtime=100.21 cores=0-7
/proc/7959/stat : 7959 (gnovelty+2) T 7957 7959 7959 0 -1 4202496 428 0 0 0 10021 0 0 0 25 0 1 0 530437379 1042227200 174 33554432000 134512640 135663704 4294389376 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7959/statm: 254450 174 113 282 0 254166 0
[pid=7957/tid=7977] ppid=7939 vsize=385712 CPUtime=0 cores=0-7
/proc/7957/task/7977/stat : 7977 (python) S 7939 7939 6594 0 -1 4202560 117 0 0 0 0 0 0 0 19 0 2 0 530447405 394969088 5931 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 514 18446604445212807552 0 0 -1 0 0 0 0
[pid=7960] ppid=7939 vsize=395968 CPUtime=1.29 cores=0-7
/proc/7960/stat : 7960 (python) R 7939 7939 6594 0 -1 4202560 823 0 0 0 97 32 0 0 16 0 1 0 530437383 405471232 5877 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/7960/statm: 98992 5877 371 364 0 34895 0
[pid=7962] ppid=7960 vsize=0 CPUtime=143.82 cores=0-7
/proc/7962/stat : 7962 (march_hi) R 7960 7962 7962 0 -1 4202500 2112 0 0 0 14382 0 0 0 25 0 1 0 530437383 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/7962/statm: 0 0 0 0 0 0 0
[pid=7963] ppid=7939 vsize=406224 CPUtime=2.46 cores=0-7
/proc/7963/stat : 7963 (python) R 7939 7939 6594 0 -1 4202560 828 0 0 0 196 50 0 0 18 0 1 0 530437387 415973376 5883 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/7963/statm: 101556 5883 371 364 0 37456 0
[pid=7965] ppid=7963 vsize=0 CPUtime=143.12 cores=0-7
/proc/7965/stat : 7965 (march_hi) R 7963 7965 7965 0 -1 4202500 2114 0 0 0 14311 1 0 0 25 0 1 0 530437388 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/7965/statm: 0 0 0 0 0 0 0
[pid=7966] ppid=7939 vsize=416480 CPUtime=0.43 cores=0-7
/proc/7966/stat : 7966 (python) S 7939 7939 6594 0 -1 4202560 875 0 0 0 24 19 0 0 15 0 1 0 530437391 426475520 5874 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 7288082042682573060 0 0 17 7 0 0 0
/proc/7966/statm: 104120 5874 377 364 0 40017 0
[pid=7968] ppid=7966 vsize=8432 CPUtime=143.18 cores=0-7
/proc/7968/stat : 7968 (march_hi) R 7966 7968 7968 0 -1 4202496 2091 0 0 0 14318 0 0 0 25 0 1 0 530437391 8634368 1826 33554432000 4194304 4955518 140733430996704 18446744073709551615 4224628 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7968/statm: 2108 1826 104 186 0 1921 0
[pid=7974] ppid=7939 vsize=426736 CPUtime=0.11 cores=0-7
/proc/7974/stat : 7974 (python) S 7939 7939 6594 0 -1 4202560 838 0 0 0 6 5 0 0 18 0 1 0 530447394 436977664 5929 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 8147873743029371139 0 0 17 6 0 0 0
/proc/7974/statm: 106684 5929 371 364 0 42578 0
[pid=7976] ppid=7974 vsize=182452 CPUtime=45.59 cores=0-7
/proc/7976/stat : 7976 (kcnfs-2006) R 7974 7976 7976 0 -1 4202496 572 0 0 0 4559 0 0 0 25 0 1 0 530447395 186830848 311 33554432000 134512640 135163436 4289817728 18446744073709551615 134595341 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7976/statm: 45613 311 77 159 0 45453 0
[pid=7978] ppid=7939 vsize=436992 CPUtime=0.1 cores=0-7
/proc/7978/stat : 7978 (python) S 7939 7939 6594 0 -1 4202560 844 0 0 0 5 5 0 0 18 0 1 0 530447409 447479808 5953 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 8147873743029371140 0 0 17 6 0 0 0
/proc/7978/statm: 109248 5953 371 364 0 45139 0
[pid=7980] ppid=7978 vsize=182452 CPUtime=45.26 cores=0-7
/proc/7980/stat : 7980 (kcnfs-2006) R 7978 7980 7980 0 -1 4202496 572 0 0 0 4526 0 0 0 25 0 1 0 530447409 186830848 312 33554432000 134512640 135163436 4288277008 18446744073709551615 134572144 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7980/statm: 45613 312 77 159 0 45453 0
[pid=7939/tid=7946] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7946/stat : 7946 (python) S 7937 7939 6594 0 -1 4202560 28 934 0 0 0 0 0 0 17 0 11 0 530437364 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 2 0 0 0
[pid=7939/tid=7949] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7949/stat : 7949 (python) S 7937 7939 6594 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 11 0 530437368 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 3 0 0 0
[pid=7939/tid=7952] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7952/stat : 7952 (python) S 7937 7939 6594 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 11 0 530437371 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 0 0 0 0
[pid=7939/tid=7955] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7955/stat : 7955 (python) S 7937 7939 6594 0 -1 4202560 29 934 0 0 0 0 0 0 15 0 11 0 530437375 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 5 0 0 0
[pid=7939/tid=7958] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7958/stat : 7958 (python) S 7937 7939 6594 0 -1 4202560 83 934 0 0 0 0 0 0 20 0 11 0 530437379 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 0 0 0 0
[pid=7939/tid=7961] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7961/stat : 7961 (python) S 7937 7939 6594 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 11 0 530437383 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 7 0 0 0
[pid=7939/tid=7964] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7964/stat : 7964 (python) S 7937 7939 6594 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 11 0 530437387 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 7 0 0 0
[pid=7939/tid=7967] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7967/stat : 7967 (python) S 7937 7939 6594 0 -1 4202560 74 934 0 0 0 0 0 0 18 0 11 0 530437391 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 1 0 0 0
[pid=7939/tid=7975] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7975/stat : 7975 (python) S 7937 7939 6594 0 -1 4202560 39 934 0 0 0 0 0 0 20 0 11 0 530447395 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 2 0 0 0
[pid=7939/tid=7979] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7979/stat : 7979 (python) S 7937 7939 6594 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 11 0 530447409 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1164.65
Current children cumulated vsize (KiB) 6642708

[startup+146.801 s]
/proc/loadavg: 7.31 3.09 1.16 15/376 7981
/proc/meminfo: memFree=17578232/32951124 swapFree=67111448/67111528
[pid=7939] ppid=7937 vsize=447236 CPUtime=0.91 cores=0-7
/proc/7939/stat : 7939 (python) S 7937 7939 6594 0 -1 4202496 17320 934 1 0 78 13 0 0 21 0 11 0 530437285 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7939/statm: 111809 7480 1894 364 0 47700 0
[pid=7945] ppid=7939 vsize=354424 CPUtime=0.25 cores=0-7
/proc/7945/stat : 7945 (python) S 7939 7939 6594 0 -1 4202560 1080 0 0 0 14 11 0 0 19 0 2 0 530437364 362930176 5639 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7945/statm: 88606 5639 410 364 0 24524 0
[pid=7947] ppid=7945 vsize=1017800 CPUtime=100.24 cores=0-7
/proc/7947/stat : 7947 (gnovelty+2) T 7945 7947 7947 0 -1 4202496 438 0 0 0 10024 0 0 0 25 0 1 0 530437364 1042227200 173 33554432000 134512640 135663704 4288162848 18446744073709551615 134545611 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7947/statm: 254450 173 113 282 0 254166 0
[pid=7945/tid=7973] ppid=7939 vsize=354424 CPUtime=0 cores=0-7
/proc/7945/task/7973/stat : 7973 (python) S 7939 7939 6594 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 530447389 362930176 5639 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 514 18446604446366093696 0 0 -1 2 0 0 0
[pid=7948] ppid=7939 vsize=289304 CPUtime=2.31 cores=0-7
/proc/7948/stat : 7948 (python) R 7939 7939 6594 0 -1 4202560 964 0 0 0 181 50 0 0 18 0 1 0 530437368 296247296 5707 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/7948/statm: 72326 5707 371 364 0 8241 0
[pid=7950] ppid=7948 vsize=0 CPUtime=143.66 cores=0-7
/proc/7950/stat : 7950 (march_hi) R 7948 7950 7950 0 -1 4202500 2118 0 0 0 14366 0 0 0 25 0 1 0 530437368 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/7950/statm: 0 0 0 0 0 0 0
[pid=7951] ppid=7939 vsize=299240 CPUtime=2.41 cores=0-7
/proc/7951/stat : 7951 (python) R 7939 7939 6594 0 -1 4202560 993 0 0 0 187 54 0 0 18 0 1 0 530437371 306421760 5631 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/7951/statm: 74810 5631 371 364 0 10722 0
[pid=7953] ppid=7951 vsize=0 CPUtime=143.53 cores=0-7
/proc/7953/stat : 7953 (march_hi) R 7951 7953 7953 0 -1 4202500 2120 0 0 0 14353 0 0 0 25 0 1 0 530437372 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7953/statm: 0 0 0 0 0 0 0
[pid=7954] ppid=7939 vsize=375456 CPUtime=2.17 cores=0-7
/proc/7954/stat : 7954 (python) R 7939 7939 6594 0 -1 4202560 1164 0 0 0 167 50 0 0 17 0 2 0 530437375 384466944 5756 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7954/statm: 93864 5756 400 364 0 29773 0
[pid=7956] ppid=7954 vsize=0 CPUtime=143.66 cores=0-7
/proc/7956/stat : 7956 (march_hi) R 7954 7956 7956 0 -1 4202500 2122 0 0 0 14366 0 0 0 25 0 1 0 530437375 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/7956/statm: 0 0 0 0 0 0 0
[pid=7954/tid=7972] ppid=7939 vsize=375456 CPUtime=0 cores=0-7
/proc/7954/task/7972/stat : 7972 (python) S 7939 7939 6594 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 530447386 384466944 5756 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 514 18446604453979961536 0 0 -1 0 0 0 0
[pid=7957] ppid=7939 vsize=385712 CPUtime=0.25 cores=0-7
/proc/7957/stat : 7957 (python) S 7939 7939 6594 0 -1 4202560 1025 0 0 0 14 11 0 0 19 0 2 0 530437379 394969088 5931 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7957/statm: 96428 5931 400 364 0 32334 0
[pid=7959] ppid=7957 vsize=1017800 CPUtime=100.21 cores=0-7
/proc/7959/stat : 7959 (gnovelty+2) T 7957 7959 7959 0 -1 4202496 428 0 0 0 10021 0 0 0 25 0 1 0 530437379 1042227200 174 33554432000 134512640 135663704 4294389376 18446744073709551615 134524945 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7959/statm: 254450 174 113 282 0 254166 0
[pid=7957/tid=7977] ppid=7939 vsize=385712 CPUtime=0 cores=0-7
/proc/7957/task/7977/stat : 7977 (python) S 7939 7939 6594 0 -1 4202560 117 0 0 0 0 0 0 0 19 0 2 0 530447405 394969088 5931 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 514 18446604445212807552 0 0 -1 0 0 0 0
[pid=7960] ppid=7939 vsize=395968 CPUtime=1.38 cores=0-7
/proc/7960/stat : 7960 (python) R 7939 7939 6594 0 -1 4202560 823 0 0 0 105 33 0 0 16 0 1 0 530437383 405471232 5877 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/7960/statm: 98992 5877 371 364 0 34895 0
[pid=7962] ppid=7960 vsize=0 CPUtime=143.82 cores=0-7
/proc/7962/stat : 7962 (march_hi) R 7960 7962 7962 0 -1 4202500 2112 0 0 0 14382 0 0 0 25 0 1 0 530437383 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/7962/statm: 0 0 0 0 0 0 0
[pid=7963] ppid=7939 vsize=406224 CPUtime=2.57 cores=0-7
/proc/7963/stat : 7963 (python) R 7939 7939 6594 0 -1 4202560 828 0 0 0 206 51 0 0 18 0 1 0 530437387 415973376 5883 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/7963/statm: 101556 5883 371 364 0 37456 0
[pid=7965] ppid=7963 vsize=0 CPUtime=143.12 cores=0-7
/proc/7965/stat : 7965 (march_hi) R 7963 7965 7965 0 -1 4202500 2114 0 0 0 14311 1 0 0 25 0 1 0 530437388 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/7965/statm: 0 0 0 0 0 0 0
[pid=7966] ppid=7939 vsize=416480 CPUtime=0.43 cores=0-7
/proc/7966/stat : 7966 (python) S 7939 7939 6594 0 -1 4202560 875 0 0 0 24 19 0 0 15 0 1 0 530437391 426475520 5874 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 7288082042682573060 0 0 17 7 0 0 0
/proc/7966/statm: 104120 5874 377 364 0 40017 0
[pid=7968] ppid=7966 vsize=8432 CPUtime=143.28 cores=0-7
/proc/7968/stat : 7968 (march_hi) R 7966 7968 7968 0 -1 4202496 2092 0 0 0 14328 0 0 0 25 0 1 0 530437391 8634368 1827 33554432000 4194304 4955518 140733430996704 18446744073709551615 4209682 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7968/statm: 2108 1827 104 186 0 1921 0
[pid=7974] ppid=7939 vsize=426736 CPUtime=0.11 cores=0-7
/proc/7974/stat : 7974 (python) S 7939 7939 6594 0 -1 4202560 838 0 0 0 6 5 0 0 18 0 1 0 530447394 436977664 5929 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 8147873743029371139 0 0 17 6 0 0 0
/proc/7974/statm: 106684 5929 371 364 0 42578 0
[pid=7976] ppid=7974 vsize=182452 CPUtime=45.69 cores=0-7
/proc/7976/stat : 7976 (kcnfs-2006) R 7974 7976 7976 0 -1 4202496 572 0 0 0 4569 0 0 0 25 0 1 0 530447395 186830848 311 33554432000 134512640 135163436 4289817728 18446744073709551615 134571704 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7976/statm: 45613 311 77 159 0 45453 0
[pid=7978] ppid=7939 vsize=436992 CPUtime=0.1 cores=0-7
/proc/7978/stat : 7978 (python) S 7939 7939 6594 0 -1 4202560 844 0 0 0 5 5 0 0 18 0 1 0 530447409 447479808 5953 33554432000 4194304 5683644 140733502005760 18446744073709551615 255106788934 0 0 16781312 514 8147873743029371140 0 0 17 6 0 0 0
/proc/7978/statm: 109248 5953 371 364 0 45139 0
[pid=7980] ppid=7978 vsize=182452 CPUtime=45.36 cores=0-7
/proc/7980/stat : 7980 (kcnfs-2006) R 7978 7980 7980 0 -1 4202496 572 0 0 0 4536 0 0 0 25 0 1 0 530447409 186830848 312 33554432000 134512640 135163436 4288277008 18446744073709551615 134675205 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7980/statm: 45613 312 77 159 0 45453 0
[pid=7939/tid=7946] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7946/stat : 7946 (python) S 7937 7939 6594 0 -1 4202560 28 934 0 0 0 0 0 0 17 0 11 0 530437364 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 2 0 0 0
[pid=7939/tid=7949] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7949/stat : 7949 (python) S 7937 7939 6594 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 11 0 530437368 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 3 0 0 0
[pid=7939/tid=7952] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7952/stat : 7952 (python) S 7937 7939 6594 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 11 0 530437371 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 0 0 0 0
[pid=7939/tid=7955] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7955/stat : 7955 (python) S 7937 7939 6594 0 -1 4202560 29 934 0 0 0 0 0 0 15 0 11 0 530437375 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 5 0 0 0
[pid=7939/tid=7958] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7958/stat : 7958 (python) S 7937 7939 6594 0 -1 4202560 83 934 0 0 0 0 0 0 20 0 11 0 530437379 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 0 0 0 0
[pid=7939/tid=7961] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7961/stat : 7961 (python) S 7937 7939 6594 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 11 0 530437383 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 7 0 0 0
[pid=7939/tid=7964] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7964/stat : 7964 (python) S 7937 7939 6594 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 11 0 530437387 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 7 0 0 0
[pid=7939/tid=7967] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7967/stat : 7967 (python) S 7937 7939 6594 0 -1 4202560 74 934 0 0 0 0 0 0 18 0 11 0 530437391 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 1 0 0 0
[pid=7939/tid=7975] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7975/stat : 7975 (python) S 7937 7939 6594 0 -1 4202560 39 934 0 0 0 0 0 0 20 0 11 0 530447395 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 2 0 0 0
[pid=7939/tid=7979] ppid=7937 vsize=447236 CPUtime=0 cores=0-7
/proc/7939/task/7979/stat : 7979 (python) S 7937 7939 6594 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 11 0 530447409 457969664 7480 33554432000 4194304 5683644 140733502005760 18446744073709551615 255118592433 0 0 16781312 2 18446604448061321600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1165.46
Current children cumulated vsize (KiB) 6642708

Child status: 0
Real time (s): 146.878
CPU time (s): 1166.09
CPU user time (s): 1162.88
CPU system time (s): 3.21151
CPU usage (%): 793.915
Max. virtual memory (cumulated for all children) (KiB): 6684872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1162.88
system time used= 3.21151
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48097
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= 7876
involuntary context switches= 9812

runsolver used 0.617906 second user time and 1.40579 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-03 01:50:11
IDJOB=3322313
IDBENCH=83091
IDSOLVER=1712
FILE ID=node144/3322313-1304380211
RUNJOBID= node144-1304366464-6608
PBS_JOBID= 13181730
Free space on /tmp= 73504 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1959079526-027.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322313-1304380211/watcher-3322313-1304380211 -o /tmp/evaluation-result-3322313-1304380211/solver-3322313-1304380211 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322313-1304380211.cnf -seed 883508955 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f44a4cf4fe89dcbd323f749ee3ba0f10
RANDOM SEED=883508955

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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:      17652208 kB
Buffers:       2154664 kB
Cached:        5422304 kB
SwapCached:         80 kB
Active:        7939800 kB
Inactive:      6766196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17652208 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           31912 kB
Writeback:           0 kB
AnonPages:     7128448 kB
Mapped:          27016 kB
Slab:           489220 kB
PageTables:      37424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81969852 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= 73472 MiB
End job on node144 at 2011-05-03 01:52:39