Trace number 3385585

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)UNSAT 2189.73 365.692

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1465579926-097.UNKNOWN.cnf
MD5SUMeb55252a6fac55d328f4d31fcc6e53bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.466
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.37/0.61	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.61	c INFO: solving HOME/instance-3385585-1305569197.cnf
0.37/0.61	c INFO: computing task features
0.37/0.62	c INFO: computed variable-clause graph statistics
0.37/0.63	c INFO: computed clause balance statistics
0.37/0.68	c INFO: computed variable balance statistics
0.47/0.71	c INFO: computed small-clause counts
0.47/0.71	c INFO: computed Horn-clause counts
0.47/0.71	c INFO: computed variable graph statistics
0.47/0.71	c INFO: collected features for HOME/instance-3385585-1305569197.cnf in 0.10 s
0.47/0.74	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
0.47/0.78	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.56/0.81	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.56/0.84	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.56/0.87	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.30)
0.66/0.91	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.66/0.94	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.66/0.97	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.18)
620.02/101.10	c INFO: running march_hi@0 for 388 with 4899 remaining (b = 0.15)
658.89/107.06	c INFO: running kcnfs-2006@0 for 582 with 4893 remaining (b = 0.19)
1423.08/236.96	c INFO: running march_hi@0 for 291 with 4763 remaining (b = 0.10)
2189.12/365.66	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: 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-3385585-1305569197/watcher-3385585-1305569197 -o /tmp/evaluation-result-3385585-1305569197/solver-3385585-1305569197 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385585-1305569197.cnf -seed 450241090 -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: 10.83 10.58 9.55 5/359 10948
/proc/meminfo: memFree=19688020/32951124 swapFree=57171160/67111528
[pid=10948] ppid=10946 vsize=15756 CPUtime=0 cores=0-7
/proc/10948/stat : 10948 (python) S 10946 10948 9950 0 -1 4202496 840 0 0 0 0 0 0 0 17 0 1 0 649335297 16134144 724 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/10948/statm: 3939 724 334 364 0 426 0

[startup+0.0517709 s]
/proc/loadavg: 10.83 10.58 9.55 5/359 10948
/proc/meminfo: memFree=19688020/32951124 swapFree=57171160/67111528
[pid=10948] ppid=10946 vsize=25292 CPUtime=0.02 cores=0-7
/proc/10948/stat : 10948 (python) R 10946 10948 9950 0 -1 4202496 1347 0 0 0 2 0 0 0 17 0 1 0 649335297 25899008 1193 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338379621 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10948/statm: 6323 1193 438 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25292

[startup+0.100763 s]
/proc/loadavg: 10.83 10.58 9.55 5/359 10948
/proc/meminfo: memFree=19688020/32951124 swapFree=57171160/67111528
[pid=10948] ppid=10946 vsize=93960 CPUtime=0.06 cores=0-7
/proc/10948/stat : 10948 (python) R 10946 10948 9950 0 -1 4202496 2693 0 0 0 5 1 0 0 17 0 1 0 649335297 96215040 2407 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338381824 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/10948/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300725 s]
/proc/loadavg: 10.83 10.58 9.55 5/359 10948
/proc/meminfo: memFree=19688020/32951124 swapFree=57171160/67111528
[pid=10948] ppid=10946 vsize=135748 CPUtime=0.19 cores=0-7
/proc/10948/stat : 10948 (python) R 10946 10948 9950 0 -1 4202496 5964 934 1 0 14 5 0 0 17 0 1 0 649335297 139005952 4151 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338379781 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10948/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700642 s]
/proc/loadavg: 10.83 10.58 9.55 5/359 10948
/proc/meminfo: memFree=19688020/32951124 swapFree=57171160/67111528
[pid=10948] ppid=10946 vsize=278428 CPUtime=0.47 cores=0-7
/proc/10948/stat : 10948 (python) R 10946 10948 9950 0 -1 4202496 9333 934 1 0 38 9 0 0 16 0 1 0 649335297 285110272 7001 33554432000 4194304 5683644 140733240992336 18446744073709551615 270341792425 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10948/statm: 69607 7001 1827 364 0 5531 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 278428

[startup+1.50145 s]
/proc/loadavg: 10.83 10.58 9.55 13/383 10976
/proc/meminfo: memFree=19632808/32951124 swapFree=57171160/67111528
[pid=10948] ppid=10946 vsize=360776 CPUtime=0.74 cores=0-7
/proc/10948/stat : 10948 (python) S 10946 10948 9950 0 -1 4202496 15789 934 1 0 63 11 0 0 25 0 9 0 649335297 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10948/statm: 90194 7165 1889 364 0 26091 0
[pid=10954] ppid=10948 vsize=278608 CPUtime=0 cores=0-7
/proc/10954/stat : 10954 (python) S 10948 10948 9950 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 649335372 285294592 5562 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403855 0 0 16781312 514 16885513157987008511 0 0 17 0 0 0 0
/proc/10954/statm: 69652 5562 354 364 0 5570 0
[pid=10956] ppid=10954 vsize=1017800 CPUtime=0.74 cores=0-7
/proc/10956/stat : 10956 (gnovelty+2) R 10954 10956 10956 0 -1 4202496 435 0 0 0 74 0 0 0 21 0 1 0 649335373 1042227200 172 33554432000 134512640 135663704 4294105136 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10956/statm: 254450 172 113 282 0 254166 0
[pid=10957] ppid=10948 vsize=289312 CPUtime=0 cores=0-7
/proc/10957/stat : 10957 (python) S 10948 10948 9950 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 649335375 296255488 5686 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 8798186496642220289 0 0 17 7 0 0 0
/proc/10957/statm: 72328 5686 348 364 0 8243 0
[pid=10959] ppid=10957 vsize=1560 CPUtime=0.7 cores=0-7
/proc/10959/stat : 10959 (march_hi) R 10957 10959 10959 0 -1 4202496 506 0 0 0 70 0 0 0 22 0 1 0 649335375 1597440 240 33554432000 4194304 4955518 140734731009296 18446744073709551615 4237758 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10959/statm: 390 240 106 186 0 203 0
[pid=10960] ppid=10948 vsize=299096 CPUtime=0 cores=0-7
/proc/10960/stat : 10960 (python) S 10948 10948 9950 0 -1 4202560 746 0 0 0 0 0 0 0 20 0 1 0 649335378 306274304 5587 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 16239839797982527487 0 0 17 4 0 0 0
/proc/10960/statm: 74774 5587 348 364 0 10686 0
[pid=10962] ppid=10960 vsize=1017800 CPUtime=0.67 cores=0-7
/proc/10962/stat : 10962 (gnovelty+2) R 10960 10962 10962 0 -1 4202496 436 0 0 0 67 0 0 0 24 0 1 0 649335379 1042227200 172 33554432000 134512640 135663704 4293375728 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10962/statm: 254450 172 113 282 0 254166 0
[pid=10963] ppid=10948 vsize=309960 CPUtime=0 cores=0-7
/proc/10963/stat : 10963 (python) S 10948 10948 9950 0 -1 4202560 760 0 0 0 0 0 0 0 19 0 1 0 649335381 317399040 5711 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 16695859771701428484 0 0 17 0 0 0 0
/proc/10963/statm: 77490 5711 348 364 0 13399 0
[pid=10965] ppid=10963 vsize=1560 CPUtime=0.41 cores=0-7
/proc/10965/stat : 10965 (march_hi) R 10963 10965 10965 0 -1 4202496 505 0 0 0 41 0 0 0 25 0 1 0 649335382 1597440 240 33554432000 4194304 4955518 140734690298080 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10965/statm: 390 240 106 186 0 203 0
[pid=10966] ppid=10948 vsize=320216 CPUtime=0 cores=0-7
/proc/10966/stat : 10966 (python) S 10948 10948 9950 0 -1 4202560 765 0 0 0 0 0 0 0 19 0 1 0 649335385 327901184 5732 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 9126465484324045057 0 0 17 4 0 0 0
/proc/10966/statm: 80054 5732 348 364 0 15960 0
[pid=10968] ppid=10966 vsize=1560 CPUtime=0.23 cores=0-7
/proc/10968/stat : 10968 (march_hi) R 10966 10968 10968 0 -1 4202496 505 0 0 0 23 0 0 0 25 0 1 0 649335387 1597440 240 33554432000 4194304 4955518 140734823355632 18446744073709551615 4226434 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10968/statm: 390 240 106 186 0 203 0
[pid=10969] ppid=10948 vsize=330472 CPUtime=0 cores=0-7
/proc/10969/stat : 10969 (python) S 10948 10948 9950 0 -1 4202560 769 0 0 0 0 0 0 0 21 0 1 0 649335388 338403328 5736 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 5875781347036856578 0 0 17 4 0 0 0
/proc/10969/statm: 82618 5736 348 364 0 18521 0
[pid=10971] ppid=10969 vsize=1560 CPUtime=0.53 cores=0-7
/proc/10971/stat : 10971 (march_hi) R 10969 10971 10971 0 -1 4202496 503 0 0 0 53 0 0 0 25 0 1 0 649335391 1597440 239 33554432000 4194304 4955518 140737141140896 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10971/statm: 390 239 106 186 0 203 0
[pid=10972] ppid=10948 vsize=340728 CPUtime=0 cores=0-7
/proc/10972/stat : 10972 (python) S 10948 10948 9950 0 -1 4202560 777 0 0 0 0 0 0 0 22 0 1 0 649335392 348905472 5740 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 6583022410394468610 0 0 17 1 0 0 0
/proc/10972/statm: 85182 5740 348 364 0 21082 0
[pid=10974] ppid=10948 vsize=350532 CPUtime=0 cores=0-7
/proc/10974/stat : 10974 (python) S 10948 10948 9950 0 -1 4202560 807 0 0 0 0 0 0 0 24 0 1 0 649335395 358944768 5626 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 6279060221872537859 0 0 17 4 0 0 0
/proc/10974/statm: 87633 5626 354 364 0 23530 0
[pid=10976] ppid=10974 vsize=1560 CPUtime=0.22 cores=0-7
/proc/10976/stat : 10976 (march_hi) R 10974 10976 10976 0 -1 4202496 513 0 0 0 22 0 0 0 25 0 1 0 649335395 1597440 240 33554432000 4194304 4955518 140735002726176 18446744073709551615 4224654 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10976/statm: 390 240 106 186 0 203 0
[pid=10948/tid=10955] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10955/stat : 10955 (python) S 10946 10948 9950 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 649335372 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10958] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10958/stat : 10958 (python) S 10946 10948 9950 0 -1 4202560 21 934 0 0 0 0 0 0 19 0 9 0 649335375 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10961] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10961/stat : 10961 (python) S 10946 10948 9950 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 649335378 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10964] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10964/stat : 10964 (python) S 10946 10948 9950 0 -1 4202560 19 934 0 0 0 0 0 0 23 0 9 0 649335382 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10967] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10967/stat : 10967 (python) S 10946 10948 9950 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 649335385 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10970] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10970/stat : 10970 (python) S 10946 10948 9950 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 9 0 649335388 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10973] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10973/stat : 10973 (python) S 10946 10948 9950 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 649335392 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10975] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10975/stat : 10975 (python) S 10946 10948 9950 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 9 0 649335395 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 4923100

[startup+3.10113 s]
/proc/loadavg: 10.83 10.58 9.55 12/384 10977
/proc/meminfo: memFree=19631312/32951124 swapFree=57171160/67111528
[pid=10948] ppid=10946 vsize=360776 CPUtime=0.74 cores=0-7
/proc/10948/stat : 10948 (python) S 10946 10948 9950 0 -1 4202496 15789 934 1 0 63 11 0 0 25 0 9 0 649335297 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10948/statm: 90194 7165 1889 364 0 26091 0
[pid=10954] ppid=10948 vsize=278608 CPUtime=0 cores=0-7
/proc/10954/stat : 10954 (python) S 10948 10948 9950 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 649335372 285294592 5562 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403855 0 0 16781312 514 16885513157986976003 0 0 17 0 0 0 0
/proc/10954/statm: 69652 5562 354 364 0 5570 0
[pid=10956] ppid=10954 vsize=1017800 CPUtime=2.34 cores=0-7
/proc/10956/stat : 10956 (gnovelty+2) R 10954 10956 10956 0 -1 4202496 435 0 0 0 234 0 0 0 25 0 1 0 649335373 1042227200 172 33554432000 134512640 135663704 4294105136 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10956/statm: 254450 172 113 282 0 254166 0
[pid=10957] ppid=10948 vsize=289312 CPUtime=0 cores=0-7
/proc/10957/stat : 10957 (python) S 10948 10948 9950 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 649335375 296255488 5686 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 8798186496642220289 0 0 17 7 0 0 0
/proc/10957/statm: 72328 5686 348 364 0 8243 0
[pid=10959] ppid=10957 vsize=1560 CPUtime=2.28 cores=0-7
/proc/10959/stat : 10959 (march_hi) R 10957 10959 10959 0 -1 4202496 506 0 0 0 228 0 0 0 25 0 1 0 649335375 1597440 240 33554432000 4194304 4955518 140734731009296 18446744073709551615 4235627 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10959/statm: 390 240 106 186 0 203 0
[pid=10960] ppid=10948 vsize=299096 CPUtime=0 cores=0-7
/proc/10960/stat : 10960 (python) S 10948 10948 9950 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 649335378 306274304 5587 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 16239839797982494979 0 0 17 4 0 0 0
/proc/10960/statm: 74774 5587 348 364 0 10686 0
[pid=10962] ppid=10960 vsize=1017800 CPUtime=2.27 cores=0-7
/proc/10962/stat : 10962 (gnovelty+2) R 10960 10962 10962 0 -1 4202496 436 0 0 0 227 0 0 0 25 0 1 0 649335379 1042227200 172 33554432000 134512640 135663704 4293375728 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10962/statm: 254450 172 113 282 0 254166 0
[pid=10963] ppid=10948 vsize=309960 CPUtime=0 cores=0-7
/proc/10963/stat : 10963 (python) S 10948 10948 9950 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 649335381 317399040 5711 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 5607377020959817988 0 0 17 0 0 0 0
/proc/10963/statm: 77490 5711 348 364 0 13399 0
[pid=10965] ppid=10963 vsize=1560 CPUtime=1.21 cores=0-7
/proc/10965/stat : 10965 (march_hi) R 10963 10965 10965 0 -1 4202496 505 0 0 0 121 0 0 0 25 0 1 0 649335382 1597440 240 33554432000 4194304 4955518 140734690298080 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10965/statm: 390 240 106 186 0 203 0
[pid=10966] ppid=10948 vsize=320216 CPUtime=0 cores=0-7
/proc/10966/stat : 10966 (python) S 10948 10948 9950 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 649335385 327901184 5732 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 9126465484324045057 0 0 17 4 0 0 0
/proc/10966/statm: 80054 5732 348 364 0 15960 0
[pid=10968] ppid=10966 vsize=1560 CPUtime=1.03 cores=0-7
/proc/10968/stat : 10968 (march_hi) R 10966 10968 10968 0 -1 4202496 505 0 0 0 103 0 0 0 25 0 1 0 649335387 1597440 240 33554432000 4194304 4955518 140734823355632 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10968/statm: 390 240 106 186 0 203 0
[pid=10969] ppid=10948 vsize=330472 CPUtime=0 cores=0-7
/proc/10969/stat : 10969 (python) S 10948 10948 9950 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 649335388 338403328 5736 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 5875781347036856578 0 0 17 4 0 0 0
/proc/10969/statm: 82618 5736 348 364 0 18521 0
[pid=10971] ppid=10969 vsize=1560 CPUtime=2.13 cores=0-7
/proc/10971/stat : 10971 (march_hi) R 10969 10971 10971 0 -1 4202496 503 0 0 0 213 0 0 0 25 0 1 0 649335391 1597440 239 33554432000 4194304 4955518 140737141140896 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10971/statm: 390 239 106 186 0 203 0
[pid=10972] ppid=10948 vsize=340728 CPUtime=0 cores=0-7
/proc/10972/stat : 10972 (python) S 10948 10948 9950 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 649335392 348905472 5740 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 6583022410394468610 0 0 17 1 0 0 0
/proc/10972/statm: 85182 5740 348 364 0 21082 0
[pid=10977] ppid=10972 vsize=1560 CPUtime=1.01 cores=0-7
/proc/10977/stat : 10977 (march_hi) R 10972 10977 10977 0 -1 4202496 506 0 0 0 101 0 0 0 25 0 1 0 649335401 1597440 240 33554432000 4194304 4955518 140736048941568 18446744073709551615 4208722 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10977/statm: 390 240 106 186 0 203 0
[pid=10974] ppid=10948 vsize=350532 CPUtime=0 cores=0-7
/proc/10974/stat : 10974 (python) S 10948 10948 9950 0 -1 4202560 814 0 0 0 0 0 0 0 15 0 1 0 649335395 358944768 5626 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 6279060221872537859 0 0 17 4 0 0 0
/proc/10974/statm: 87633 5626 354 364 0 23530 0
[pid=10976] ppid=10974 vsize=1560 CPUtime=1.02 cores=0-7
/proc/10976/stat : 10976 (march_hi) R 10974 10976 10976 0 -1 4202496 513 0 0 0 102 0 0 0 25 0 1 0 649335395 1597440 240 33554432000 4194304 4955518 140735002726176 18446744073709551615 4285712 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10976/statm: 390 240 106 186 0 203 0
[pid=10948/tid=10955] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10955/stat : 10955 (python) S 10946 10948 9950 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 649335372 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10958] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10958/stat : 10958 (python) S 10946 10948 9950 0 -1 4202560 21 934 0 0 0 0 0 0 19 0 9 0 649335375 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10961] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10961/stat : 10961 (python) S 10946 10948 9950 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 9 0 649335378 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10964] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10964/stat : 10964 (python) S 10946 10948 9950 0 -1 4202560 19 934 0 0 0 0 0 0 23 0 9 0 649335382 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10967] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10967/stat : 10967 (python) S 10946 10948 9950 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 649335385 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10970] ppid=10946 vsize=360776 CPUtime=0 cores=0-7
/proc/10948/task/10970/stat : 10970 (python) S 10946 10948 9950 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 9 0 649335388 369434624 7165 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0

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

/proc/10959/statm: 1717 1387 106 186 0 1530 0
[pid=10957/tid=10992] ppid=10948 vsize=289312 CPUtime=0 cores=0-7
/proc/10957/task/10992/stat : 10992 (python) S 10948 10948 9950 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 649358990 296255488 5739 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 514 18446604449095349440 0 0 -1 2 0 0 0
[pid=10960] ppid=10948 vsize=364632 CPUtime=0.26 cores=0-7
/proc/10960/stat : 10960 (python) S 10948 10948 9950 0 -1 4202560 1091 0 0 0 14 12 0 0 18 0 2 0 649335378 373383168 5641 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10960/statm: 91158 5641 400 364 0 27070 0
[pid=10962] ppid=10960 vsize=1017800 CPUtime=97.42 cores=0-7
/proc/10962/stat : 10962 (gnovelty+2) T 10960 10962 10962 0 -1 4202496 436 0 0 0 9742 0 0 0 25 0 1 0 649335379 1042227200 172 33554432000 134512640 135663704 4293375728 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10962/statm: 254450 172 113 282 0 254166 0
[pid=10960/tid=10980] ppid=10948 vsize=364632 CPUtime=0 cores=0-7
/proc/10960/task/10980/stat : 10980 (python) S 10948 10948 9950 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 649345405 373383168 5641 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 514 18446604452398858304 0 0 -1 1 0 0 0
[pid=10963] ppid=10948 vsize=309960 CPUtime=1.1 cores=0-7
/proc/10963/stat : 10963 (python) S 10948 10948 9950 0 -1 4202560 1000 0 0 0 61 49 0 0 15 0 1 0 649335381 317399040 5734 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 16695859771701428484 0 0 17 0 0 0 0
/proc/10963/statm: 77490 5734 371 364 0 13399 0
[pid=10965] ppid=10963 vsize=5144 CPUtime=225.48 cores=0-7
/proc/10965/stat : 10965 (march_hi) R 10963 10965 10965 0 -1 4202496 1247 0 0 0 22547 1 0 0 25 0 1 0 649335382 5267456 982 33554432000 4194304 4955518 140734690298080 18446744073709551615 4235311 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10965/statm: 1286 982 106 186 0 1099 0
[pid=10966] ppid=10948 vsize=320216 CPUtime=1.1 cores=0-7
/proc/10966/stat : 10966 (python) S 10948 10948 9950 0 -1 4202560 1024 0 0 0 58 52 0 0 15 0 1 0 649335385 327901184 5755 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 9126465484324045057 0 0 17 4 0 0 0
/proc/10966/statm: 80054 5755 371 364 0 15960 0
[pid=10968] ppid=10966 vsize=3992 CPUtime=187.38 cores=0-7
/proc/10968/stat : 10968 (march_hi) R 10966 10968 10968 0 -1 4202496 1073 0 0 0 18738 0 0 0 25 0 1 0 649335387 4087808 808 33554432000 4194304 4955518 140734823355632 18446744073709551615 4208710 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10968/statm: 998 808 106 186 0 811 0
[pid=10969] ppid=10948 vsize=330472 CPUtime=3.56 cores=0-7
/proc/10969/stat : 10969 (python) R 10948 10948 9950 0 -1 4202560 1039 0 0 0 270 86 0 0 18 0 1 0 649335388 338403328 5760 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/10969/statm: 82618 5760 372 364 0 18521 0
[pid=10971] ppid=10969 vsize=0 CPUtime=325.39 cores=0-7
/proc/10971/stat : 10971 (march_hi) R 10969 10971 10971 0 -1 4202500 1973 0 0 0 32538 1 0 0 25 0 1 0 649335391 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10971/statm: 0 0 0 0 0 0 0
[pid=10972] ppid=10948 vsize=340728 CPUtime=1.16 cores=0-7
/proc/10972/stat : 10972 (python) S 10948 10948 9950 0 -1 4202560 1045 0 0 0 60 56 0 0 15 0 1 0 649335392 348905472 5763 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 6583022410394468610 0 0 17 5 0 0 0
/proc/10972/statm: 85182 5763 371 364 0 21082 0
[pid=10977] ppid=10972 vsize=6868 CPUtime=303.28 cores=0-7
/proc/10977/stat : 10977 (march_hi) R 10972 10977 10977 0 -1 4202496 1734 0 0 0 30327 1 0 0 25 0 1 0 649335401 7032832 1468 33554432000 4194304 4955518 140736048941568 18446744073709551615 4285708 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10977/statm: 1717 1468 106 186 0 1530 0
[pid=10974] ppid=10948 vsize=350532 CPUtime=1.15 cores=0-7
/proc/10974/stat : 10974 (python) S 10948 10948 9950 0 -1 4202560 1068 0 0 0 61 54 0 0 15 0 1 0 649335395 358944768 5649 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 6279060221872537859 0 0 17 7 0 0 0
/proc/10974/statm: 87633 5649 377 364 0 23530 0
[pid=10976] ppid=10974 vsize=9456 CPUtime=319.72 cores=0-7
/proc/10976/stat : 10976 (march_hi) R 10974 10976 10976 0 -1 4202496 1898 0 0 0 31969 3 0 0 25 0 1 0 649335395 9682944 1625 33554432000 4194304 4955518 140735002726176 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10976/statm: 2364 1625 106 186 0 2177 0
[pid=10981] ppid=10948 vsize=361240 CPUtime=0.86 cores=0-7
/proc/10981/stat : 10981 (python) S 10948 10948 9950 0 -1 4202560 1048 0 0 0 43 43 0 0 16 0 1 0 649345408 369909760 5754 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 2512041021840261377 0 0 17 4 0 0 0
/proc/10981/statm: 90310 5754 371 364 0 26204 0
[pid=10983] ppid=10981 vsize=3992 CPUtime=195.8 cores=0-7
/proc/10983/stat : 10983 (march_hi) R 10981 10983 10983 0 -1 4202496 1110 0 0 0 19579 1 0 0 25 0 1 0 649345408 4087808 840 33554432000 4194304 4955518 140734569344128 18446744073709551615 4208676 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10983/statm: 998 840 106 186 0 811 0
[pid=10985] ppid=10948 vsize=371496 CPUtime=0.68 cores=0-7
/proc/10985/stat : 10985 (python) S 10948 10948 9950 0 -1 4202560 1034 0 0 0 34 34 0 0 18 0 1 0 649346003 380411904 5777 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 2512041021840261379 0 0 17 1 0 0 0
/proc/10985/statm: 92874 5777 371 364 0 28765 0
[pid=10987] ppid=10985 vsize=181248 CPUtime=129.26 cores=0-7
/proc/10987/stat : 10987 (kcnfs-2006) R 10985 10987 10987 0 -1 4202496 631 0 0 0 12926 0 0 0 25 0 1 0 649346004 185597952 359 33554432000 134512640 135163436 4293130368 18446744073709551615 134569514 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10987/statm: 45312 359 76 159 0 45152 0
[pid=10948/tid=10955] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10955/stat : 10955 (python) S 10946 10948 9950 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 649335372 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10958] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10958/stat : 10958 (python) S 10946 10948 9950 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 649335375 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10961] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10961/stat : 10961 (python) S 10946 10948 9950 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 11 0 649335378 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10964] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10964/stat : 10964 (python) S 10946 10948 9950 0 -1 4202560 19 934 0 0 0 0 0 0 23 0 11 0 649335382 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10967] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10967/stat : 10967 (python) S 10946 10948 9950 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 11 0 649335385 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10970] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10970/stat : 10970 (python) S 10946 10948 9950 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 11 0 649335388 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10973] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10973/stat : 10973 (python) S 10946 10948 9950 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 11 0 649335392 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10975] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10975/stat : 10975 (python) S 10946 10948 9950 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 11 0 649335395 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10982] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10982/stat : 10982 (python) S 10946 10948 9950 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 11 0 649345408 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10986] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10986/stat : 10986 (python) S 10946 10948 9950 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 11 0 649346004 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2188.5
Current children cumulated vsize (KiB) 6027884

[startup+365.601 s]
/proc/loadavg: 11.28 11.03 10.08 14/393 10995
/proc/meminfo: memFree=19593472/32951124 swapFree=57171160/67111528
[pid=10948] ppid=10946 vsize=447276 CPUtime=0.84 cores=0-7
/proc/10948/stat : 10948 (python) S 10946 10948 9950 0 -1 4202496 18037 934 1 0 73 11 0 0 18 0 11 0 649335297 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10948/statm: 111819 7477 1894 364 0 47710 0
[pid=10954] ppid=10948 vsize=288852 CPUtime=0.28 cores=0-7
/proc/10954/stat : 10954 (python) S 10948 10948 9950 0 -1 4202560 1093 0 0 0 14 14 0 0 19 0 2 0 649335372 295784448 5623 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10954/statm: 72213 5623 410 364 0 8131 0
[pid=10956] ppid=10954 vsize=1017800 CPUtime=97.38 cores=0-7
/proc/10956/stat : 10956 (gnovelty+2) T 10954 10956 10956 0 -1 4202496 435 0 0 0 9737 1 0 0 25 0 1 0 649335373 1042227200 172 33554432000 134512640 135663704 4294105136 18446744073709551615 134524734 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/10956/statm: 254450 172 113 282 0 254166 0
[pid=10954/tid=10984] ppid=10948 vsize=288852 CPUtime=0 cores=0-7
/proc/10954/task/10984/stat : 10984 (python) S 10948 10948 9950 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 649346000 295784448 5623 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 514 18446604452549190848 0 0 -1 1 0 0 0
[pid=10957] ppid=10948 vsize=289312 CPUtime=1.13 cores=0-7
/proc/10957/stat : 10957 (python) S 10948 10948 9950 0 -1 4202560 1159 0 0 0 61 52 0 0 15 0 2 0 649335375 296255488 5739 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10957/statm: 72328 5739 400 364 0 8243 0
[pid=10959] ppid=10957 vsize=6868 CPUtime=295.37 cores=0-7
/proc/10959/stat : 10959 (march_hi) R 10957 10959 10959 0 -1 4202496 1654 0 0 0 29536 1 0 0 25 0 1 0 649335375 7032832 1388 33554432000 4194304 4955518 140734731009296 18446744073709551615 4208631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10959/statm: 1717 1388 106 186 0 1530 0
[pid=10957/tid=10992] ppid=10948 vsize=289312 CPUtime=0 cores=0-7
/proc/10957/task/10992/stat : 10992 (python) S 10948 10948 9950 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 649358990 296255488 5739 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 514 18446604449095349440 0 0 -1 2 0 0 0
[pid=10960] ppid=10948 vsize=364632 CPUtime=0.26 cores=0-7
/proc/10960/stat : 10960 (python) S 10948 10948 9950 0 -1 4202560 1091 0 0 0 14 12 0 0 18 0 2 0 649335378 373383168 5641 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10960/statm: 91158 5641 400 364 0 27070 0
[pid=10962] ppid=10960 vsize=1017800 CPUtime=97.42 cores=0-7
/proc/10962/stat : 10962 (gnovelty+2) T 10960 10962 10962 0 -1 4202496 436 0 0 0 9742 0 0 0 25 0 1 0 649335379 1042227200 172 33554432000 134512640 135663704 4293375728 18446744073709551615 134524461 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10962/statm: 254450 172 113 282 0 254166 0
[pid=10960/tid=10980] ppid=10948 vsize=364632 CPUtime=0 cores=0-7
/proc/10960/task/10980/stat : 10980 (python) S 10948 10948 9950 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 649345405 373383168 5641 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 514 18446604452398858304 0 0 -1 1 0 0 0
[pid=10963] ppid=10948 vsize=309960 CPUtime=1.1 cores=0-7
/proc/10963/stat : 10963 (python) S 10948 10948 9950 0 -1 4202560 1000 0 0 0 61 49 0 0 15 0 1 0 649335381 317399040 5734 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 16695859771701428484 0 0 17 0 0 0 0
/proc/10963/statm: 77490 5734 371 364 0 13399 0
[pid=10965] ppid=10963 vsize=5144 CPUtime=225.52 cores=0-7
/proc/10965/stat : 10965 (march_hi) R 10963 10965 10965 0 -1 4202496 1248 0 0 0 22551 1 0 0 25 0 1 0 649335382 5267456 983 33554432000 4194304 4955518 140734690298080 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10965/statm: 1286 983 106 186 0 1099 0
[pid=10966] ppid=10948 vsize=320216 CPUtime=1.1 cores=0-7
/proc/10966/stat : 10966 (python) S 10948 10948 9950 0 -1 4202560 1024 0 0 0 58 52 0 0 15 0 1 0 649335385 327901184 5755 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 9126465484324045057 0 0 17 4 0 0 0
/proc/10966/statm: 80054 5755 371 364 0 15960 0
[pid=10968] ppid=10966 vsize=3992 CPUtime=187.45 cores=0-7
/proc/10968/stat : 10968 (march_hi) R 10966 10968 10968 0 -1 4202496 1073 0 0 0 18745 0 0 0 25 0 1 0 649335387 4087808 808 33554432000 4194304 4955518 140734823355632 18446744073709551615 4291016 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10968/statm: 998 808 106 186 0 811 0
[pid=10969] ppid=10948 vsize=330472 CPUtime=3.66 cores=0-7
/proc/10969/stat : 10969 (python) R 10948 10948 9950 0 -1 4202560 1039 0 0 0 279 87 0 0 18 0 1 0 649335388 338403328 5760 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/10969/statm: 82618 5760 372 364 0 18521 0
[pid=10971] ppid=10969 vsize=0 CPUtime=325.39 cores=0-7
/proc/10971/stat : 10971 (march_hi) R 10969 10971 10971 0 -1 4202500 1973 0 0 0 32538 1 0 0 25 0 1 0 649335391 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10971/statm: 0 0 0 0 0 0 0
[pid=10972] ppid=10948 vsize=340728 CPUtime=1.16 cores=0-7
/proc/10972/stat : 10972 (python) S 10948 10948 9950 0 -1 4202560 1045 0 0 0 60 56 0 0 15 0 1 0 649335392 348905472 5763 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 6583022410394468610 0 0 17 5 0 0 0
/proc/10972/statm: 85182 5763 371 364 0 21082 0
[pid=10977] ppid=10972 vsize=6868 CPUtime=303.36 cores=0-7
/proc/10977/stat : 10977 (march_hi) R 10972 10977 10977 0 -1 4202496 1734 0 0 0 30335 1 0 0 25 0 1 0 649335401 7032832 1468 33554432000 4194304 4955518 140736048941568 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10977/statm: 1717 1468 106 186 0 1530 0
[pid=10974] ppid=10948 vsize=350532 CPUtime=1.15 cores=0-7
/proc/10974/stat : 10974 (python) S 10948 10948 9950 0 -1 4202560 1068 0 0 0 61 54 0 0 15 0 1 0 649335395 358944768 5649 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 6279060221872537859 0 0 17 7 0 0 0
/proc/10974/statm: 87633 5649 377 364 0 23530 0
[pid=10976] ppid=10974 vsize=9456 CPUtime=319.82 cores=0-7
/proc/10976/stat : 10976 (march_hi) R 10974 10976 10976 0 -1 4202496 1899 0 0 0 31979 3 0 0 25 0 1 0 649335395 9682944 1626 33554432000 4194304 4955518 140735002726176 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10976/statm: 2364 1626 106 186 0 2177 0
[pid=10981] ppid=10948 vsize=361240 CPUtime=0.86 cores=0-7
/proc/10981/stat : 10981 (python) S 10948 10948 9950 0 -1 4202560 1048 0 0 0 43 43 0 0 16 0 1 0 649345408 369909760 5754 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 2512041021840261377 0 0 17 4 0 0 0
/proc/10981/statm: 90310 5754 371 364 0 26204 0
[pid=10983] ppid=10981 vsize=3992 CPUtime=195.9 cores=0-7
/proc/10983/stat : 10983 (march_hi) R 10981 10983 10983 0 -1 4202496 1111 0 0 0 19589 1 0 0 25 0 1 0 649345408 4087808 841 33554432000 4194304 4955518 140734569344128 18446744073709551615 4314062 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10983/statm: 998 841 106 186 0 811 0
[pid=10985] ppid=10948 vsize=371496 CPUtime=0.68 cores=0-7
/proc/10985/stat : 10985 (python) S 10948 10948 9950 0 -1 4202560 1034 0 0 0 34 34 0 0 18 0 1 0 649346003 380411904 5777 33554432000 4194304 5683644 140733240992336 18446744073709551615 270338403910 0 0 16781312 514 2512041021840261379 0 0 17 1 0 0 0
/proc/10985/statm: 92874 5777 371 364 0 28765 0
[pid=10987] ppid=10985 vsize=181248 CPUtime=129.29 cores=0-7
/proc/10987/stat : 10987 (kcnfs-2006) R 10985 10987 10987 0 -1 4202496 631 0 0 0 12929 0 0 0 25 0 1 0 649346004 185597952 359 33554432000 134512640 135163436 4293130368 18446744073709551615 134712466 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10987/statm: 45312 359 76 159 0 45152 0
[pid=10948/tid=10955] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10955/stat : 10955 (python) S 10946 10948 9950 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 649335372 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10958] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10958/stat : 10958 (python) S 10946 10948 9950 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 649335375 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10961] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10961/stat : 10961 (python) S 10946 10948 9950 0 -1 4202560 24 934 0 0 0 0 0 0 21 0 11 0 649335378 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10964] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10964/stat : 10964 (python) S 10946 10948 9950 0 -1 4202560 19 934 0 0 0 0 0 0 23 0 11 0 649335382 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 0 0 0 0
[pid=10948/tid=10967] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10967/stat : 10967 (python) S 10946 10948 9950 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 11 0 649335385 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10970] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10970/stat : 10970 (python) S 10946 10948 9950 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 11 0 649335388 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10973] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10973/stat : 10973 (python) S 10946 10948 9950 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 11 0 649335392 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10975] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10975/stat : 10975 (python) S 10946 10948 9950 0 -1 4202560 29 934 0 0 0 0 0 0 25 0 11 0 649335395 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10982] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10982/stat : 10982 (python) S 10946 10948 9950 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 11 0 649345408 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 4 0 0 0
[pid=10948/tid=10986] ppid=10946 vsize=447276 CPUtime=0 cores=0-7
/proc/10948/task/10986/stat : 10986 (python) S 10946 10948 9950 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 11 0 649346004 458010624 7477 33554432000 4194304 5683644 140733240992336 18446744073709551615 270350207409 0 0 16781312 2 18446604452660392896 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2189.12
Current children cumulated vsize (KiB) 6027884

Child status: 0
Real time (s): 365.692
CPU time (s): 2189.73
CPU user time (s): 2184.87
CPU system time (s): 4.86026
CPU usage (%): 598.792
Max. virtual memory (cumulated for all children) (KiB): 6037524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2184.87
system time used= 4.86026
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46455
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= 8299
involuntary context switches= 20195

runsolver used 2.19567 second user time and 4.90025 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-16 20:06:37
IDJOB=3385585
IDBENCH=82850
IDSOLVER=1870
FILE ID=node143/3385585-1305569197
RUNJOBID= node143-1305564961-9964
PBS_JOBID= 13350107
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1465579926-097.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-3385585-1305569197/watcher-3385585-1305569197 -o /tmp/evaluation-result-3385585-1305569197/solver-3385585-1305569197 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385585-1305569197.cnf -seed 450241090 -budget 40000 -cores 8

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

MD5SUM BENCH= eb55252a6fac55d328f4d31fcc6e53bd
RANDOM SEED=450241090

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19688176 kB
Buffers:        208656 kB
Cached:        1600128 kB
SwapCached:      39776 kB
Active:        5161972 kB
Inactive:      7826568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19688176 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:           31820 kB
Writeback:           0 kB
AnonPages:    11139976 kB
Mapped:          24244 kB
Slab:           137640 kB
PageTables:      68796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84367508 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= 73484 MiB
End job on node143 at 2011-05-16 20:12:43