Trace number 3385509

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 19.2931 3.01503

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1869766438-024.UNKNOWN.cnf
MD5SUMdc8d0e0ace98e64abf3fce79e5dbf973
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.38464
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3385509-1305567591.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.32/0.49	c INFO: computed variable balance statistics
0.41/0.51	c INFO: computed small-clause counts
0.41/0.51	c INFO: computed Horn-clause counts
0.41/0.51	c INFO: computed variable graph statistics
0.41/0.51	c INFO: collected features for HOME/instance-3385509-1305567591.cnf in 0.05 s
0.41/0.54	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.41/0.57	c INFO: running march_hi@0 for 679 with 4999 remaining (b = 0.52)
0.52/0.60	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.39)
0.52/0.63	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.24)
0.52/0.66	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.10)
0.52/0.69	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.62/0.72	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.62/0.75	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.19)
18.48/2.98	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-3385509-1305567591/watcher-3385509-1305567591 -o /tmp/evaluation-result-3385509-1305567591/solver-3385509-1305567591 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385509-1305567591.cnf -seed 1733752495 -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: 7.78 8.46 7.87 1/401 14980
/proc/meminfo: memFree=17841128/32950928 swapFree=67042944/67111528
[pid=14980] ppid=14978 vsize=15776 CPUtime=0 cores=0-7
/proc/14980/stat : 14980 (python) R 14978 14980 14192 0 -1 4202496 920 0 0 0 0 0 0 0 25 0 1 0 668358800 16154624 800 33554432000 4194304 5683644 140734768896576 18446744073709551615 5150659 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14980/statm: 3944 800 350 364 0 431 0

[startup+0.0325641 s]
/proc/loadavg: 7.78 8.46 7.87 1/401 14980
/proc/meminfo: memFree=17841128/32950928 swapFree=67042944/67111528
[pid=14980] ppid=14978 vsize=18884 CPUtime=0.02 cores=0-7
/proc/14980/stat : 14980 (python) R 14978 14980 14192 0 -1 4202496 1282 0 0 0 2 0 0 0 25 0 1 0 668358800 19337216 1135 33554432000 4194304 5683644 140734768896576 18446744073709551615 4875276 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14980/statm: 4721 1135 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100568 s]
/proc/loadavg: 7.78 8.46 7.87 1/401 14980
/proc/meminfo: memFree=17841128/32950928 swapFree=67042944/67111528
[pid=14980] ppid=14978 vsize=104224 CPUtime=0.07 cores=0-7
/proc/14980/stat : 14980 (python) R 14978 14980 14192 0 -1 4202496 3057 0 0 0 5 2 0 0 17 0 1 0 668358800 106725376 2740 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14980/statm: 26057 2741 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300528 s]
/proc/loadavg: 7.78 8.46 7.87 1/401 14980
/proc/meminfo: memFree=17841128/32950928 swapFree=67042944/67111528
[pid=14980] ppid=14978 vsize=187744 CPUtime=0.25 cores=0-7
/proc/14980/stat : 14980 (python) R 14978 14980 14192 0 -1 4202496 6771 937 1 0 18 7 0 0 18 0 1 0 668358800 192249856 4836 33554432000 4194304 5683644 140734768896576 18446744073709551615 274468999127 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14980/statm: 46936 4844 1364 364 0 3724 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 187744

[startup+0.700378 s]
/proc/loadavg: 7.78 8.46 7.87 1/401 14980
/proc/meminfo: memFree=17841128/32950928 swapFree=67042944/67111528
[pid=14980] ppid=14978 vsize=406128 CPUtime=0.62 cores=0-7
/proc/14980/stat : 14980 (python) R 14978 14980 14192 0 -1 4202496 13769 937 1 0 51 11 0 0 24 0 7 0 668358800 415875072 7392 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473627969 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14980/statm: 101532 7392 1884 364 0 37435 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 406128

[startup+1.50123 s]
/proc/loadavg: 7.24 8.33 7.83 10/426 15009
/proc/meminfo: memFree=17786988/32950928 swapFree=67042944/67111528
[pid=14980] ppid=14978 vsize=426640 CPUtime=0.68 cores=0-7
/proc/14980/stat : 14980 (python) S 14978 14980 14192 0 -1 4202496 15190 937 1 0 57 11 0 0 25 0 9 0 668358800 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 106660 7405 1889 364 0 42557 0
[pid=14986] ppid=14980 vsize=278600 CPUtime=0 cores=0-7
/proc/14986/stat : 14986 (python) S 14980 14980 14192 0 -1 4202560 715 0 0 0 0 0 0 0 19 0 1 0 668358855 285286400 5557 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987599 0 0 16781312 514 7550843056610607103 0 0 17 1 0 0 0
/proc/14986/statm: 69650 5557 347 364 0 5568 0
[pid=14988] ppid=14986 vsize=454888 CPUtime=0.94 cores=0-7
/proc/14988/stat : 14988 (TNM) R 14986 14988 14988 0 -1 4202496 409 0 0 0 94 0 0 0 23 0 1 0 668358855 465805312 143 33554432000 134512640 135008748 4289333632 18446744073709551615 134529446 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14988/statm: 113722 143 46 122 0 112622 0
[pid=14989] ppid=14980 vsize=289324 CPUtime=0 cores=0-7
/proc/14989/stat : 14989 (python) S 14980 14980 14192 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 668358858 296267776 5688 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 6792052764974219521 0 0 17 5 0 0 0
/proc/14989/statm: 72331 5688 348 364 0 8246 0
[pid=14991] ppid=14989 vsize=1756 CPUtime=0.92 cores=0-7
/proc/14991/stat : 14991 (march_hi) R 14989 14991 14991 0 -1 4202496 531 0 0 0 92 0 0 0 25 0 1 0 668358858 1798144 267 33554432000 4194304 4955518 140734686479504 18446744073709551615 4224646 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14991/statm: 439 267 104 186 0 252 0
[pid=14992] ppid=14980 vsize=365116 CPUtime=0 cores=0-7
/proc/14992/stat : 14992 (python) S 14980 14980 14192 0 -1 4202560 718 0 0 0 0 0 0 0 15 0 1 0 668358861 373878784 5865 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 16879922416237641985 0 0 17 6 0 0 0
/proc/14992/statm: 91279 5865 348 364 0 27191 0
[pid=14994] ppid=14992 vsize=1756 CPUtime=0.87 cores=0-7
/proc/14994/stat : 14994 (march_hi) R 14992 14994 14994 0 -1 4202496 520 0 0 0 87 0 0 0 25 0 1 0 668358861 1798144 268 33554432000 4194304 4955518 140733194192784 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14994/statm: 439 268 104 186 0 252 0
[pid=14995] ppid=14980 vsize=375372 CPUtime=0 cores=0-7
/proc/14995/stat : 14995 (python) S 14980 14980 14192 0 -1 4202560 727 0 0 0 0 0 0 0 15 0 1 0 668358864 384380928 5826 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 16879918018191130883 0 0 17 5 0 0 0
/proc/14995/statm: 93843 5826 348 364 0 29752 0
[pid=14997] ppid=14995 vsize=1756 CPUtime=0.85 cores=0-7
/proc/14997/stat : 14997 (march_hi) R 14995 14997 14997 0 -1 4202496 520 0 0 0 85 0 0 0 25 0 1 0 668358864 1798144 267 33554432000 4194304 4955518 140736484712960 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14997/statm: 439 267 104 186 0 252 0
[pid=14998] ppid=14980 vsize=385628 CPUtime=0 cores=0-7
/proc/14998/stat : 14998 (python) S 14980 14980 14192 0 -1 4202560 737 0 0 0 0 0 0 0 16 0 1 0 668358867 394883072 5831 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490212093884858625 0 0 17 0 0 0 0
/proc/14998/statm: 96407 5831 348 364 0 32313 0
[pid=15000] ppid=14998 vsize=1756 CPUtime=0.82 cores=0-7
/proc/15000/stat : 15000 (march_hi) R 14998 15000 15000 0 -1 4202496 524 0 0 0 82 0 0 0 25 0 1 0 668358867 1798144 268 33554432000 4194304 4955518 140734772553136 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15000/statm: 439 268 104 186 0 252 0
[pid=15001] ppid=14980 vsize=395884 CPUtime=0 cores=0-7
/proc/15001/stat : 15001 (python) S 14980 14980 14192 0 -1 4202560 741 0 0 0 0 0 0 0 25 0 1 0 668358870 405385216 5852 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 6749444490374676479 0 0 17 1 0 0 0
/proc/15001/statm: 98971 5852 348 364 0 34874 0
[pid=15003] ppid=15001 vsize=1017800 CPUtime=0.78 cores=0-7
/proc/15003/stat : 15003 (gnovelty+2) R 15001 15003 15003 0 -1 4202496 420 0 0 0 78 0 0 0 25 0 1 0 668358870 1042227200 159 33554432000 134512640 135663704 4290192064 18446744073709551615 134524711 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15003/statm: 254450 159 113 282 0 254166 0
[pid=15004] ppid=14980 vsize=406140 CPUtime=0 cores=0-7
/proc/15004/stat : 15004 (python) S 14980 14980 14192 0 -1 4202560 759 0 0 0 0 0 0 0 20 0 1 0 668358873 415887360 5873 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490198899745325315 0 0 17 2 0 0 0
/proc/15004/statm: 101535 5873 348 364 0 37435 0
[pid=15006] ppid=15004 vsize=1756 CPUtime=0.73 cores=0-7
/proc/15006/stat : 15006 (march_hi) R 15004 15006 15006 0 -1 4202496 526 0 0 0 73 0 0 0 25 0 1 0 668358875 1798144 266 33554432000 4194304 4955518 140735558210848 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15006/statm: 439 266 104 186 0 252 0
[pid=15007] ppid=14980 vsize=416396 CPUtime=0 cores=0-7
/proc/15007/stat : 15007 (python) S 14980 14980 14192 0 -1 4202560 794 0 0 0 0 0 0 0 20 0 1 0 668358876 426389504 5866 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490203297791836418 0 0 17 1 0 0 0
/proc/15007/statm: 104099 5866 354 364 0 39996 0
[pid=15009] ppid=15007 vsize=1756 CPUtime=0.72 cores=0-7
/proc/15009/stat : 15009 (march_hi) R 15007 15009 15009 0 -1 4202496 532 0 0 0 72 0 0 0 25 0 1 0 668358877 1798144 266 33554432000 4194304 4955518 140733437610672 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15009/statm: 439 266 104 186 0 252 0
[pid=14980/tid=14987] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14987/stat : 14987 (python) S 14978 14980 14192 0 -1 4202560 28 937 0 0 0 0 0 0 19 0 9 0 668358855 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 4 0 0 0
[pid=14980/tid=14990] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14990/stat : 14990 (python) S 14978 14980 14192 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 668358858 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 3 0 0 0
[pid=14980/tid=14993] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14993/stat : 14993 (python) S 14978 14980 14192 0 -1 4202560 73 937 0 0 0 0 0 0 21 0 9 0 668358861 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 6 0 0 0
[pid=14980/tid=14996] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14996/stat : 14996 (python) S 14978 14980 14192 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 9 0 668358864 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 5 0 0 0
[pid=14980/tid=14999] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14999/stat : 14999 (python) S 14978 14980 14192 0 -1 4202560 34 937 0 0 0 0 0 0 23 0 9 0 668358867 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 0 0 0 0
[pid=14980/tid=15002] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15002/stat : 15002 (python) S 14978 14980 14192 0 -1 4202560 34 937 0 0 0 0 0 0 24 0 9 0 668358870 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 7 0 0 0
[pid=14980/tid=15005] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15005/stat : 15005 (python) S 14978 14980 14192 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 9 0 668358873 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 1 0 0 0
[pid=14980/tid=15008] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15008/stat : 15008 (python) S 14978 14980 14192 0 -1 4202560 33 937 0 0 0 0 0 0 25 0 9 0 668358876 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 4822324

Solver just ended. Dumping a history of the last processes samples

[startup+2.30109 s]
/proc/loadavg: 7.24 8.33 7.83 9/426 15009
/proc/meminfo: memFree=17786368/32950928 swapFree=67042944/67111528
[pid=14980] ppid=14978 vsize=426640 CPUtime=0.68 cores=0-7
/proc/14980/stat : 14980 (python) S 14978 14980 14192 0 -1 4202496 15190 937 1 0 57 11 0 0 25 0 9 0 668358800 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 106660 7405 1889 364 0 42557 0
[pid=14986] ppid=14980 vsize=278600 CPUtime=0 cores=0-7
/proc/14986/stat : 14986 (python) S 14980 14980 14192 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668358855 285286400 5564 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987599 0 0 16781312 514 7550843056610607103 0 0 17 1 0 0 0
/proc/14986/statm: 69650 5564 354 364 0 5568 0
[pid=14988] ppid=14986 vsize=454888 CPUtime=1.74 cores=0-7
/proc/14988/stat : 14988 (TNM) R 14986 14988 14988 0 -1 4202496 409 0 0 0 174 0 0 0 25 0 1 0 668358855 465805312 143 33554432000 134512640 135008748 4289333632 18446744073709551615 134524689 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14988/statm: 113722 143 46 122 0 112622 0
[pid=14989] ppid=14980 vsize=289324 CPUtime=0 cores=0-7
/proc/14989/stat : 14989 (python) S 14980 14980 14192 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 668358858 296267776 5688 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 6792052764974219521 0 0 17 5 0 0 0
/proc/14989/statm: 72331 5688 348 364 0 8246 0
[pid=14991] ppid=14989 vsize=1756 CPUtime=1.72 cores=0-7
/proc/14991/stat : 14991 (march_hi) R 14989 14991 14991 0 -1 4202496 546 0 0 0 172 0 0 0 25 0 1 0 668358858 1798144 282 33554432000 4194304 4955518 140734686479504 18446744073709551615 4286760 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14991/statm: 439 282 104 186 0 252 0
[pid=14992] ppid=14980 vsize=365116 CPUtime=0 cores=0-7
/proc/14992/stat : 14992 (python) S 14980 14980 14192 0 -1 4202560 722 0 0 0 0 0 0 0 15 0 1 0 668358861 373878784 5865 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 16879922416237641985 0 0 17 6 0 0 0
/proc/14992/statm: 91279 5865 348 364 0 27191 0
[pid=14994] ppid=14992 vsize=1756 CPUtime=1.67 cores=0-7
/proc/14994/stat : 14994 (march_hi) R 14992 14994 14994 0 -1 4202496 534 0 0 0 167 0 0 0 25 0 1 0 668358861 1798144 282 33554432000 4194304 4955518 140733194192784 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14994/statm: 439 282 104 186 0 252 0
[pid=14995] ppid=14980 vsize=375372 CPUtime=0 cores=0-7
/proc/14995/stat : 14995 (python) S 14980 14980 14192 0 -1 4202560 728 0 0 0 0 0 0 0 15 0 1 0 668358864 384380928 5826 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 16879918018191130883 0 0 17 5 0 0 0
/proc/14995/statm: 93843 5826 348 364 0 29752 0
[pid=14997] ppid=14995 vsize=1756 CPUtime=1.65 cores=0-7
/proc/14997/stat : 14997 (march_hi) R 14995 14997 14997 0 -1 4202496 534 0 0 0 165 0 0 0 25 0 1 0 668358864 1798144 281 33554432000 4194304 4955518 140736484712960 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14997/statm: 439 281 104 186 0 252 0
[pid=14998] ppid=14980 vsize=385628 CPUtime=0 cores=0-7
/proc/14998/stat : 14998 (python) S 14980 14980 14192 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 1 0 668358867 394883072 5831 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490212093884858625 0 0 17 0 0 0 0
/proc/14998/statm: 96407 5831 348 364 0 32313 0
[pid=15000] ppid=14998 vsize=1756 CPUtime=1.62 cores=0-7
/proc/15000/stat : 15000 (march_hi) R 14998 15000 15000 0 -1 4202496 538 0 0 0 162 0 0 0 25 0 1 0 668358867 1798144 282 33554432000 4194304 4955518 140734772553136 18446744073709551615 4244549 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15000/statm: 439 282 104 186 0 252 0
[pid=15001] ppid=14980 vsize=395884 CPUtime=0 cores=0-7
/proc/15001/stat : 15001 (python) S 14980 14980 14192 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 668358870 405385216 5852 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 6749444490374643971 0 0 17 1 0 0 0
/proc/15001/statm: 98971 5852 348 364 0 34874 0
[pid=15003] ppid=15001 vsize=1017800 CPUtime=1.56 cores=0-7
/proc/15003/stat : 15003 (gnovelty+2) R 15001 15003 15003 0 -1 4202496 420 0 0 0 156 0 0 0 25 0 1 0 668358870 1042227200 159 33554432000 134512640 135663704 4290192064 18446744073709551615 134545605 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15003/statm: 254450 159 113 282 0 254166 0
[pid=15004] ppid=14980 vsize=406140 CPUtime=0 cores=0-7
/proc/15004/stat : 15004 (python) S 14980 14980 14192 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 668358873 415887360 5873 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490198899745325315 0 0 17 2 0 0 0
/proc/15004/statm: 101535 5873 348 364 0 37435 0
[pid=15006] ppid=15004 vsize=1756 CPUtime=1.53 cores=0-7
/proc/15006/stat : 15006 (march_hi) R 15004 15006 15006 0 -1 4202496 541 0 0 0 153 0 0 0 25 0 1 0 668358875 1798144 281 33554432000 4194304 4955518 140735558210848 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15006/statm: 439 281 104 186 0 252 0
[pid=15007] ppid=14980 vsize=416396 CPUtime=0 cores=0-7
/proc/15007/stat : 15007 (python) S 14980 14980 14192 0 -1 4202560 799 0 0 0 0 0 0 0 15 0 1 0 668358876 426389504 5866 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 2844658411822350594 0 0 17 1 0 0 0
/proc/15007/statm: 104099 5866 354 364 0 39996 0
[pid=15009] ppid=15007 vsize=1756 CPUtime=1.52 cores=0-7
/proc/15009/stat : 15009 (march_hi) R 15007 15009 15009 0 -1 4202496 546 0 0 0 152 0 0 0 25 0 1 0 668358877 1798144 280 33554432000 4194304 4955518 140733437610672 18446744073709551615 4224697 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15009/statm: 439 280 104 186 0 252 0
[pid=14980/tid=14987] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14987/stat : 14987 (python) S 14978 14980 14192 0 -1 4202560 28 937 0 0 0 0 0 0 19 0 9 0 668358855 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 4 0 0 0
[pid=14980/tid=14990] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14990/stat : 14990 (python) S 14978 14980 14192 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 668358858 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 3 0 0 0
[pid=14980/tid=14993] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14993/stat : 14993 (python) S 14978 14980 14192 0 -1 4202560 73 937 0 0 0 0 0 0 21 0 9 0 668358861 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 6 0 0 0
[pid=14980/tid=14996] ppid=14978 vsize=426640 CPUtime=0 cores=0-7

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

/proc/14980/task/14999/stat : 14999 (python) S 14978 14980 14192 0 -1 4202560 34 937 0 0 0 0 0 0 23 0 9 0 668358867 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 0 0 0 0
[pid=14980/tid=15002] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15002/stat : 15002 (python) S 14978 14980 14192 0 -1 4202560 34 937 0 0 0 0 0 0 24 0 9 0 668358870 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 7 0 0 0
[pid=14980/tid=15005] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15005/stat : 15005 (python) S 14978 14980 14192 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 9 0 668358873 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 1 0 0 0
[pid=14980/tid=15008] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15008/stat : 15008 (python) S 14978 14980 14192 0 -1 4202560 33 937 0 0 0 0 0 0 25 0 9 0 668358876 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.69
Current children cumulated vsize (KiB) 4822324

[startup+2.70102 s]
/proc/loadavg: 7.24 8.33 7.83 9/426 15009
/proc/meminfo: memFree=17786368/32950928 swapFree=67042944/67111528
[pid=14980] ppid=14978 vsize=426640 CPUtime=0.68 cores=0-7
/proc/14980/stat : 14980 (python) S 14978 14980 14192 0 -1 4202496 15190 937 1 0 57 11 0 0 25 0 9 0 668358800 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 106660 7405 1889 364 0 42557 0
[pid=14986] ppid=14980 vsize=278600 CPUtime=0 cores=0-7
/proc/14986/stat : 14986 (python) S 14980 14980 14192 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668358855 285286400 5564 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987599 0 0 16781312 514 7550843056610574594 0 0 17 1 0 0 0
/proc/14986/statm: 69650 5564 354 364 0 5568 0
[pid=14988] ppid=14986 vsize=454888 CPUtime=2.14 cores=0-7
/proc/14988/stat : 14988 (TNM) R 14986 14988 14988 0 -1 4202496 409 0 0 0 214 0 0 0 25 0 1 0 668358855 465805312 143 33554432000 134512640 135008748 4289333632 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14988/statm: 113722 143 46 122 0 112622 0
[pid=14989] ppid=14980 vsize=289324 CPUtime=0 cores=0-7
/proc/14989/stat : 14989 (python) S 14980 14980 14192 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 668358858 296267776 5688 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 6792052764974219521 0 0 17 5 0 0 0
/proc/14989/statm: 72331 5688 348 364 0 8246 0
[pid=14991] ppid=14989 vsize=1756 CPUtime=2.12 cores=0-7
/proc/14991/stat : 14991 (march_hi) R 14989 14991 14991 0 -1 4202496 548 0 0 0 212 0 0 0 25 0 1 0 668358858 1798144 284 33554432000 4194304 4955518 140734686479504 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14991/statm: 439 284 104 186 0 252 0
[pid=14992] ppid=14980 vsize=365116 CPUtime=0 cores=0-7
/proc/14992/stat : 14992 (python) S 14980 14980 14192 0 -1 4202560 725 0 0 0 0 0 0 0 15 0 1 0 668358861 373878784 5865 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 16879922416237641985 0 0 17 6 0 0 0
/proc/14992/statm: 91279 5865 348 364 0 27191 0
[pid=14994] ppid=14992 vsize=1756 CPUtime=2.07 cores=0-7
/proc/14994/stat : 14994 (march_hi) R 14992 14994 14994 0 -1 4202496 537 0 0 0 207 0 0 0 25 0 1 0 668358861 1798144 285 33554432000 4194304 4955518 140733194192784 18446744073709551615 4244548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14994/statm: 439 285 104 186 0 252 0
[pid=14995] ppid=14980 vsize=375372 CPUtime=0 cores=0-7
/proc/14995/stat : 14995 (python) S 14980 14980 14192 0 -1 4202560 728 0 0 0 0 0 0 0 15 0 1 0 668358864 384380928 5826 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 16879918018191130883 0 0 17 5 0 0 0
/proc/14995/statm: 93843 5826 348 364 0 29752 0
[pid=14997] ppid=14995 vsize=1756 CPUtime=2.04 cores=0-7
/proc/14997/stat : 14997 (march_hi) R 14995 14997 14997 0 -1 4202496 537 0 0 0 204 0 0 0 25 0 1 0 668358864 1798144 284 33554432000 4194304 4955518 140736484712960 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14997/statm: 439 284 104 186 0 252 0
[pid=14998] ppid=14980 vsize=385628 CPUtime=0 cores=0-7
/proc/14998/stat : 14998 (python) S 14980 14980 14192 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 1 0 668358867 394883072 5831 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490212093884858625 0 0 17 0 0 0 0
/proc/14998/statm: 96407 5831 348 364 0 32313 0
[pid=15000] ppid=14998 vsize=1756 CPUtime=2.02 cores=0-7
/proc/15000/stat : 15000 (march_hi) R 14998 15000 15000 0 -1 4202496 541 0 0 0 202 0 0 0 25 0 1 0 668358867 1798144 285 33554432000 4194304 4955518 140734772553136 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15000/statm: 439 285 104 186 0 252 0
[pid=15001] ppid=14980 vsize=395884 CPUtime=0 cores=0-7
/proc/15001/stat : 15001 (python) S 14980 14980 14192 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 668358870 405385216 5852 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 6749444490374643971 0 0 17 1 0 0 0
/proc/15001/statm: 98971 5852 348 364 0 34874 0
[pid=15003] ppid=15001 vsize=1017800 CPUtime=1.96 cores=0-7
/proc/15003/stat : 15003 (gnovelty+2) R 15001 15003 15003 0 -1 4202496 420 0 0 0 196 0 0 0 25 0 1 0 668358870 1042227200 159 33554432000 134512640 135663704 4290192064 18446744073709551615 134525002 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15003/statm: 254450 159 113 282 0 254166 0
[pid=15004] ppid=14980 vsize=406140 CPUtime=0 cores=0-7
/proc/15004/stat : 15004 (python) S 14980 14980 14192 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 668358873 415887360 5873 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490198899745325315 0 0 17 2 0 0 0
/proc/15004/statm: 101535 5873 348 364 0 37435 0
[pid=15006] ppid=15004 vsize=1756 CPUtime=1.93 cores=0-7
/proc/15006/stat : 15006 (march_hi) R 15004 15006 15006 0 -1 4202496 544 0 0 0 193 0 0 0 25 0 1 0 668358875 1798144 284 33554432000 4194304 4955518 140735558210848 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15006/statm: 439 284 104 186 0 252 0
[pid=15007] ppid=14980 vsize=416396 CPUtime=0 cores=0-7
/proc/15007/stat : 15007 (python) S 14980 14980 14192 0 -1 4202560 801 0 0 0 0 0 0 0 15 0 1 0 668358876 426389504 5866 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490203297791836418 0 0 17 1 0 0 0
/proc/15007/statm: 104099 5866 354 364 0 39996 0
[pid=15009] ppid=15007 vsize=1756 CPUtime=1.91 cores=0-7
/proc/15009/stat : 15009 (march_hi) R 15007 15009 15009 0 -1 4202496 550 0 0 0 191 0 0 0 25 0 1 0 668358877 1798144 284 33554432000 4194304 4955518 140733437610672 18446744073709551615 4314863 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15009/statm: 439 284 104 186 0 252 0
[pid=14980/tid=14987] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14987/stat : 14987 (python) S 14978 14980 14192 0 -1 4202560 28 937 0 0 0 0 0 0 19 0 9 0 668358855 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 4 0 0 0
[pid=14980/tid=14990] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14990/stat : 14990 (python) S 14978 14980 14192 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 668358858 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 3 0 0 0
[pid=14980/tid=14993] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14993/stat : 14993 (python) S 14978 14980 14192 0 -1 4202560 73 937 0 0 0 0 0 0 21 0 9 0 668358861 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 6 0 0 0
[pid=14980/tid=14996] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14996/stat : 14996 (python) S 14978 14980 14192 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 9 0 668358864 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 5 0 0 0
[pid=14980/tid=14999] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14999/stat : 14999 (python) S 14978 14980 14192 0 -1 4202560 34 937 0 0 0 0 0 0 23 0 9 0 668358867 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 0 0 0 0
[pid=14980/tid=15002] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15002/stat : 15002 (python) S 14978 14980 14192 0 -1 4202560 34 937 0 0 0 0 0 0 24 0 9 0 668358870 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 7 0 0 0
[pid=14980/tid=15005] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15005/stat : 15005 (python) S 14978 14980 14192 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 9 0 668358873 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 1 0 0 0
[pid=14980/tid=15008] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15008/stat : 15008 (python) S 14978 14980 14192 0 -1 4202560 33 937 0 0 0 0 0 0 25 0 9 0 668358876 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.87
Current children cumulated vsize (KiB) 4822324

[startup+2.90099 s]
/proc/loadavg: 7.24 8.33 7.83 9/426 15009
/proc/meminfo: memFree=17786368/32950928 swapFree=67042944/67111528
[pid=14980] ppid=14978 vsize=426640 CPUtime=0.68 cores=0-7
/proc/14980/stat : 14980 (python) S 14978 14980 14192 0 -1 4202496 15190 937 1 0 57 11 0 0 25 0 9 0 668358800 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14980/statm: 106660 7405 1889 364 0 42557 0
[pid=14986] ppid=14980 vsize=278600 CPUtime=0 cores=0-7
/proc/14986/stat : 14986 (python) S 14980 14980 14192 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668358855 285286400 5564 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987599 0 0 16781312 514 7550843056610574594 0 0 17 1 0 0 0
/proc/14986/statm: 69650 5564 354 364 0 5568 0
[pid=14988] ppid=14986 vsize=454888 CPUtime=2.34 cores=0-7
/proc/14988/stat : 14988 (TNM) R 14986 14988 14988 0 -1 4202496 409 0 0 0 234 0 0 0 25 0 1 0 668358855 465805312 143 33554432000 134512640 135008748 4289333632 18446744073709551615 134527267 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14988/statm: 113722 143 46 122 0 112622 0
[pid=14989] ppid=14980 vsize=289324 CPUtime=0.01 cores=0-7
/proc/14989/stat : 14989 (python) S 14980 14980 14192 0 -1 4202560 763 0 0 0 1 0 0 0 15 0 1 0 668358858 296267776 5688 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 6792052764974219521 0 0 17 5 0 0 0
/proc/14989/statm: 72331 5688 348 364 0 8246 0
[pid=14991] ppid=14989 vsize=1900 CPUtime=2.32 cores=0-7
/proc/14991/stat : 14991 (march_hi) R 14989 14991 14991 0 -1 4202496 552 0 0 0 232 0 0 0 25 0 1 0 668358858 1945600 288 33554432000 4194304 4955518 140734686479504 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14991/statm: 475 288 104 186 0 288 0
[pid=14992] ppid=14980 vsize=365116 CPUtime=0 cores=0-7
/proc/14992/stat : 14992 (python) S 14980 14980 14192 0 -1 4202560 728 0 0 0 0 0 0 0 15 0 1 0 668358861 373878784 5865 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 7550835360029180161 0 0 17 6 0 0 0
/proc/14992/statm: 91279 5865 348 364 0 27191 0
[pid=14994] ppid=14992 vsize=1900 CPUtime=2.27 cores=0-7
/proc/14994/stat : 14994 (march_hi) R 14992 14994 14994 0 -1 4202496 541 0 0 0 227 0 0 0 25 0 1 0 668358861 1945600 289 33554432000 4194304 4955518 140733194192784 18446744073709551615 4227640 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/14994/statm: 475 289 104 186 0 288 0
[pid=14995] ppid=14980 vsize=375372 CPUtime=0 cores=0-7
/proc/14995/stat : 14995 (python) S 14980 14980 14192 0 -1 4202560 728 0 0 0 0 0 0 0 15 0 1 0 668358864 384380928 5826 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 16879918018191130883 0 0 17 5 0 0 0
/proc/14995/statm: 93843 5826 348 364 0 29752 0
[pid=14997] ppid=14995 vsize=1900 CPUtime=2.24 cores=0-7
/proc/14997/stat : 14997 (march_hi) R 14995 14997 14997 0 -1 4202496 540 0 0 0 224 0 0 0 25 0 1 0 668358864 1945600 287 33554432000 4194304 4955518 140736484712960 18446744073709551615 4224773 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14997/statm: 475 287 104 186 0 288 0
[pid=14998] ppid=14980 vsize=385628 CPUtime=0 cores=0-7
/proc/14998/stat : 14998 (python) S 14980 14980 14192 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 668358867 394883072 5831 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490212093884858625 0 0 17 0 0 0 0
/proc/14998/statm: 96407 5831 348 364 0 32313 0
[pid=15000] ppid=14998 vsize=1900 CPUtime=2.22 cores=0-7
/proc/15000/stat : 15000 (march_hi) R 14998 15000 15000 0 -1 4202496 544 0 0 0 222 0 0 0 25 0 1 0 668358867 1945600 288 33554432000 4194304 4955518 140734772553136 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15000/statm: 475 288 104 186 0 288 0
[pid=15001] ppid=14980 vsize=395884 CPUtime=0 cores=0-7
/proc/15001/stat : 15001 (python) S 14980 14980 14192 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 668358870 405385216 5852 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 6749444490374643971 0 0 17 1 0 0 0
/proc/15001/statm: 98971 5852 348 364 0 34874 0
[pid=15003] ppid=15001 vsize=1017800 CPUtime=2.16 cores=0-7
/proc/15003/stat : 15003 (gnovelty+2) R 15001 15003 15003 0 -1 4202496 420 0 0 0 216 0 0 0 25 0 1 0 668358870 1042227200 159 33554432000 134512640 135663704 4290192064 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15003/statm: 254450 159 113 282 0 254166 0
[pid=15004] ppid=14980 vsize=406140 CPUtime=0 cores=0-7
/proc/15004/stat : 15004 (python) S 14980 14980 14192 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 668358873 415887360 5873 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490198899745325315 0 0 17 2 0 0 0
/proc/15004/statm: 101535 5873 348 364 0 37435 0
[pid=15006] ppid=15004 vsize=1756 CPUtime=2.13 cores=0-7
/proc/15006/stat : 15006 (march_hi) R 15004 15006 15006 0 -1 4202496 545 0 0 0 213 0 0 0 25 0 1 0 668358875 1798144 285 33554432000 4194304 4955518 140735558210848 18446744073709551615 4238377 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15006/statm: 439 285 104 186 0 252 0
[pid=15007] ppid=14980 vsize=416396 CPUtime=0 cores=0-7
/proc/15007/stat : 15007 (python) S 14980 14980 14192 0 -1 4202560 803 0 0 0 0 0 0 0 15 0 1 0 668358876 426389504 5866 33554432000 4194304 5683644 140734768896576 18446744073709551615 274473987654 0 0 16781312 514 1490203297791836418 0 0 17 1 0 0 0
/proc/15007/statm: 104099 5866 354 364 0 39996 0
[pid=15009] ppid=15007 vsize=1756 CPUtime=2.11 cores=0-7
/proc/15009/stat : 15009 (march_hi) R 15007 15009 15009 0 -1 4202496 551 0 0 0 211 0 0 0 25 0 1 0 668358877 1798144 285 33554432000 4194304 4955518 140733437610672 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15009/statm: 439 285 104 186 0 252 0
[pid=14980/tid=14987] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14987/stat : 14987 (python) S 14978 14980 14192 0 -1 4202560 28 937 0 0 0 0 0 0 19 0 9 0 668358855 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 4 0 0 0
[pid=14980/tid=14990] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14990/stat : 14990 (python) S 14978 14980 14192 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 668358858 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 3 0 0 0
[pid=14980/tid=14993] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14993/stat : 14993 (python) S 14978 14980 14192 0 -1 4202560 73 937 0 0 0 0 0 0 21 0 9 0 668358861 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 6 0 0 0
[pid=14980/tid=14996] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14996/stat : 14996 (python) S 14978 14980 14192 0 -1 4202560 32 937 0 0 0 0 0 0 22 0 9 0 668358864 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 5 0 0 0
[pid=14980/tid=14999] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/14999/stat : 14999 (python) S 14978 14980 14192 0 -1 4202560 34 937 0 0 0 0 0 0 23 0 9 0 668358867 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 0 0 0 0
[pid=14980/tid=15002] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15002/stat : 15002 (python) S 14978 14980 14192 0 -1 4202560 34 937 0 0 0 0 0 0 24 0 9 0 668358870 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 7 0 0 0
[pid=14980/tid=15005] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15005/stat : 15005 (python) S 14978 14980 14192 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 9 0 668358873 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 1 0 0 0
[pid=14980/tid=15008] ppid=14978 vsize=426640 CPUtime=0 cores=0-7
/proc/14980/task/15008/stat : 15008 (python) S 14978 14980 14192 0 -1 4202560 33 937 0 0 0 0 0 0 25 0 9 0 668358876 436879360 7405 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 2 18446604447312882496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.48
Current children cumulated vsize (KiB) 4822900

[startup+3.00098 s]
/proc/loadavg: 7.24 8.33 7.83 9/426 15009
/proc/meminfo: memFree=17786368/32950928 swapFree=67042944/67111528
[pid=14980] ppid=14978 vsize=406044 CPUtime=19.26 cores=0-7
/proc/14980/stat : 14980 (python) R 14978 14980 14192 0 -1 4202496 17901 11757 1 0 58 12 1852 4 17 0 4 0 668358800 415789056 7348 33554432000 4194304 5683644 140734768896576 18446744073709551615 4507712 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/14980/statm: 101511 7348 1874 364 0 37435 0
[pid=14980/tid=14987] ppid=14978 vsize=406044 CPUtime=18.56 cores=0-7
/proc/14980/task/14987/stat : 14987 (python) S 14978 14980 14192 0 -1 4202560 31 11757 0 0 0 0 1852 4 18 0 4 0 668358855 415789056 7348 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 0 18446604447312882496 0 0 -1 4 0 0 0
[pid=14980/tid=14990] ppid=14978 vsize=406044 CPUtime=18.56 cores=0-7
/proc/14980/task/14990/stat : 14990 (python) S 14978 14980 14192 0 -1 4202560 27 11757 0 0 0 0 1852 4 18 0 4 0 668358858 415789056 7348 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 0 18446604447312882496 0 0 -1 3 0 0 0
[pid=14980/tid=15002] ppid=14978 vsize=406044 CPUtime=18.56 cores=0-7
/proc/14980/task/15002/stat : 15002 (python) S 14978 14980 14192 0 -1 4202560 35 11757 0 0 0 0 1852 4 18 0 4 0 668358870 415789056 7348 33554432000 4194304 5683644 140734768896576 18446744073709551615 274485791153 0 0 16781312 0 18446604447312882496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19.26
Current children cumulated vsize (KiB) 406044

Child status: 0
Real time (s): 3.01503
CPU time (s): 19.2931
CPU user time (s): 19.1201
CPU system time (s): 0.172973
CPU usage (%): 639.895
Max. virtual memory (cumulated for all children) (KiB): 4822900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1201
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31348
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= 3051
involuntary context switches= 1828

runsolver used 0.012998 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-16 19:39:51
IDJOB=3385509
IDBENCH=82774
IDSOLVER=1870
FILE ID=node125/3385509-1305567591
RUNJOBID= node125-1305564963-14206
PBS_JOBID= 13350125
Free space on /tmp= 73232 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1869766438-024.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-3385509-1305567591/watcher-3385509-1305567591 -o /tmp/evaluation-result-3385509-1305567591/solver-3385509-1305567591 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385509-1305567591.cnf -seed 1733752495 -budget 40000 -cores 8

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

MD5SUM BENCH= dc8d0e0ace98e64abf3fce79e5dbf973
RANDOM SEED=1733752495

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17841160 kB
Buffers:        202780 kB
Cached:        1943940 kB
SwapCached:      55652 kB
Active:        7821088 kB
Inactive:      6945328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17841160 kB
SwapTotal:    67111528 kB
SwapFree:     67042944 kB
Dirty:           31836 kB
Writeback:           0 kB
AnonPages:    12564388 kB
Mapped:          36860 kB
Slab:           218552 kB
PageTables:      52172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99016688 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= 73200 MiB
End job on node125 at 2011-05-16 19:39:55