Trace number 3385606

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 13.8569 2.90371

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S862932513-073.UNKNOWN.cnf
MD5SUMdbf411c57e02bcb78ae06dd835bb89b5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.813876
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.37/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.64	c INFO: solving HOME/instance-3385606-1305570406.cnf
0.37/0.64	c INFO: computing task features
0.37/0.64	c INFO: computed variable-clause graph statistics
0.37/0.65	c INFO: computed clause balance statistics
0.37/0.67	c INFO: computed variable balance statistics
0.37/0.68	c INFO: computed small-clause counts
0.37/0.68	c INFO: computed Horn-clause counts
0.37/0.69	c INFO: computed variable graph statistics
0.37/0.69	c INFO: collected features for HOME/instance-3385606-1305570406.cnf in 0.05 s
0.45/0.72	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.45/0.75	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.43)
0.45/0.78	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.27)
0.54/0.81	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.30)
0.54/0.84	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.09)
0.54/0.87	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.64/0.90	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.21)
0.64/0.94	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.23)
13.25/2.87	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-3385606-1305570406/watcher-3385606-1305570406 -o /tmp/evaluation-result-3385606-1305570406/solver-3385606-1305570406 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385606-1305570406.cnf -seed 674868118 -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: 9.96 10.41 10.47 4/411 10034
/proc/meminfo: memFree=24128360/32951124 swapFree=63649232/67111528
[pid=10034] ppid=10032 vsize=15760 CPUtime=0 cores=0-7
/proc/10034/stat : 10034 (python) S 10032 10034 9372 0 -1 4202496 843 0 0 0 0 0 0 0 21 0 1 0 668639168 16138240 727 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/10034/statm: 3940 727 334 364 0 427 0

[startup+0.106613 s]
/proc/loadavg: 9.96 10.41 10.47 4/411 10034
/proc/meminfo: memFree=24128360/32951124 swapFree=63649232/67111528
[pid=10034] ppid=10032 vsize=94212 CPUtime=0.05 cores=0-7
/proc/10034/stat : 10034 (python) R 10032 10034 9372 0 -1 4202496 2777 0 0 0 5 0 0 0 17 0 1 0 668639168 96473088 2483 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204690567 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10034/statm: 23552 2483 765 364 0 1684 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94212

[startup+0.200581 s]
/proc/loadavg: 9.96 10.41 10.47 4/411 10034
/proc/meminfo: memFree=24128360/32951124 swapFree=63649232/67111528
[pid=10034] ppid=10032 vsize=124236 CPUtime=0.12 cores=0-7
/proc/10034/stat : 10034 (python) S 10032 10034 9372 0 -1 4202496 4311 0 1 0 9 3 0 0 17 0 1 0 668639168 127217664 3880 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204647168 0 0 16781312 2 18446744071562362840 0 0 17 6 0 0 0
/proc/10034/statm: 31059 3880 997 364 0 2870 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124236

[startup+0.30059 s]
/proc/loadavg: 9.96 10.41 10.47 4/411 10034
/proc/meminfo: memFree=24128360/32951124 swapFree=63649232/67111528
[pid=10034] ppid=10032 vsize=135748 CPUtime=0.18 cores=0-7
/proc/10034/stat : 10034 (python) R 10032 10034 9372 0 -1 4202496 5966 935 1 0 14 4 0 0 17 0 1 0 668639168 139005952 4151 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204643333 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10034/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700503 s]
/proc/loadavg: 9.96 10.41 10.47 4/411 10034
/proc/meminfo: memFree=24128360/32951124 swapFree=63649232/67111528
[pid=10034] ppid=10032 vsize=278432 CPUtime=0.45 cores=0-7
/proc/10034/stat : 10034 (python) R 10032 10034 9372 0 -1 4202496 9539 935 1 0 35 10 0 0 16 0 1 0 668639168 285114368 7038 33554432000 4194304 5683644 140735306501728 18446744073709551615 47552875453136 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10034/statm: 69608 7038 1860 364 0 5529 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278432

[startup+1.50133 s]
/proc/loadavg: 9.96 10.41 10.47 12/436 10063
/proc/meminfo: memFree=24073964/32951124 swapFree=63649232/67111528
[pid=10034] ppid=10032 vsize=426620 CPUtime=0.69 cores=0-7
/proc/10034/stat : 10034 (python) S 10032 10034 9372 0 -1 4202496 15385 935 1 0 57 12 0 0 25 0 9 0 668639168 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10034/statm: 106655 7404 1889 364 0 42552 0
[pid=10040] ppid=10034 vsize=278576 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (python) S 10034 10034 9372 0 -1 4202560 713 0 0 0 0 0 0 0 18 0 1 0 668639240 285261824 5552 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667407 0 0 16781312 514 9538449192716861439 0 0 17 7 0 0 0
/proc/10040/statm: 69644 5552 347 364 0 5562 0
[pid=10042] ppid=10040 vsize=454884 CPUtime=0.77 cores=0-7
/proc/10042/stat : 10042 (TNM) R 10040 10042 10042 0 -1 4202496 409 0 0 0 77 0 0 0 21 0 1 0 668639240 465801216 144 33554432000 134512640 135008748 4287835872 18446744073709551615 134529136 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10042/statm: 113721 144 46 122 0 112621 0
[pid=10043] ppid=10034 vsize=289304 CPUtime=0 cores=0-7
/proc/10043/stat : 10043 (python) S 10034 10034 9372 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 668639243 296247296 5684 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 5607382209280311556 0 0 17 2 0 0 0
/proc/10043/statm: 72326 5684 348 364 0 8241 0
[pid=10045] ppid=10043 vsize=1756 CPUtime=0.73 cores=0-7
/proc/10045/stat : 10045 (march_hi) R 10043 10045 10045 0 -1 4202496 515 0 0 0 73 0 0 0 21 0 1 0 668639243 1798144 253 33554432000 4194304 4955518 140736524089904 18446744073709551615 4238389 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10045/statm: 439 253 104 186 0 252 0
[pid=10046] ppid=10034 vsize=299088 CPUtime=0 cores=0-7
/proc/10046/stat : 10046 (python) S 10034 10034 9372 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 668639246 306266112 5585 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 5607382209280311553 0 0 17 0 0 0 0
/proc/10046/statm: 74772 5585 348 364 0 10684 0
[pid=10048] ppid=10046 vsize=1756 CPUtime=0.68 cores=0-7
/proc/10048/stat : 10048 (march_hi) R 10046 10048 10048 0 -1 4202496 515 0 0 0 68 0 0 0 22 0 1 0 668639246 1798144 251 33554432000 4194304 4955518 140733756948976 18446744073709551615 4298055 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10048/statm: 439 251 104 186 0 252 0
[pid=10049] ppid=10034 vsize=309816 CPUtime=0 cores=0-7
/proc/10049/stat : 10049 (python) S 10034 10034 9372 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 668639249 317251584 5692 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 15110293635704258820 0 0 17 7 0 0 0
/proc/10049/statm: 77454 5692 348 364 0 13363 0
[pid=10051] ppid=10049 vsize=1756 CPUtime=0.66 cores=0-7
/proc/10051/stat : 10051 (march_hi) R 10049 10051 10051 0 -1 4202496 515 0 0 0 66 0 0 0 24 0 1 0 668639249 1798144 252 33554432000 4194304 4955518 140736752368592 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10051/statm: 439 252 104 186 0 252 0
[pid=10052] ppid=10034 vsize=385608 CPUtime=0 cores=0-7
/proc/10052/stat : 10052 (python) S 10034 10034 9372 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 668639252 394862592 5869 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 140602527597953282 0 0 17 6 0 0 0
/proc/10052/statm: 96402 5869 348 364 0 32308 0
[pid=10054] ppid=10052 vsize=1624 CPUtime=0.57 cores=0-7
/proc/10054/stat : 10054 (march_hi) R 10052 10054 10054 0 -1 4202496 507 0 0 0 57 0 0 0 25 0 1 0 668639254 1662976 249 33554432000 4194304 4955518 140734553506816 18446744073709551615 4224543 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10054/statm: 406 249 104 186 0 219 0
[pid=10055] ppid=10034 vsize=395864 CPUtime=0 cores=0-7
/proc/10055/stat : 10055 (python) S 10034 10034 9372 0 -1 4202560 728 0 0 0 0 0 0 0 22 0 1 0 668639255 405364736 5837 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 2922555512115429375 0 0 17 3 0 0 0
/proc/10055/statm: 98966 5837 348 364 0 34869 0
[pid=10057] ppid=10055 vsize=1017800 CPUtime=0.39 cores=0-7
/proc/10057/stat : 10057 (gnovelty+2) R 10055 10057 10057 0 -1 4202496 412 0 0 0 39 0 0 0 25 0 1 0 668639256 1042227200 158 33554432000 134512640 135663704 4293047296 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 254450 158 113 282 0 254166 0
[pid=10058] ppid=10034 vsize=406120 CPUtime=0 cores=0-7
/proc/10058/stat : 10058 (python) S 10034 10034 9372 0 -1 4202560 739 0 0 0 0 0 0 0 22 0 1 0 668639258 415866880 5838 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 18208884528544448770 0 0 17 2 0 0 0
/proc/10058/statm: 101530 5838 348 364 0 37430 0
[pid=10063] ppid=10058 vsize=1624 CPUtime=0.21 cores=0-7
/proc/10063/stat : 10063 (march_hi) R 10058 10063 10063 0 -1 4202496 505 0 0 0 21 0 0 0 25 0 1 0 668639276 1662976 246 33554432000 4194304 4955518 140737003716240 18446744073709551615 4346482 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10063/statm: 406 246 104 186 0 219 0
[pid=10060] ppid=10034 vsize=416376 CPUtime=0 cores=0-7
/proc/10060/stat : 10060 (python) S 10034 10034 9372 0 -1 4202560 792 0 0 0 0 0 0 0 21 0 1 0 668639262 426369024 5865 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 18031871952565534977 0 0 17 6 0 0 0
/proc/10060/statm: 104094 5865 354 364 0 39991 0
[pid=10062] ppid=10060 vsize=1624 CPUtime=0.21 cores=0-7
/proc/10062/stat : 10062 (march_hi) R 10060 10062 10062 0 -1 4202496 512 0 0 0 21 0 0 0 25 0 1 0 668639262 1662976 246 33554432000 4194304 4955518 140734825328672 18446744073709551615 4286784 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10062/statm: 406 246 104 186 0 219 0
[pid=10034/tid=10041] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10041/stat : 10041 (python) S 10032 10034 9372 0 -1 4202560 27 935 0 0 0 0 0 0 17 0 9 0 668639240 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 2 0 0 0
[pid=10034/tid=10044] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10044/stat : 10044 (python) S 10032 10034 9372 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 668639243 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 0 0 0 0
[pid=10034/tid=10047] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10047/stat : 10047 (python) S 10032 10034 9372 0 -1 4202560 19 935 0 0 0 0 0 0 19 0 9 0 668639246 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 0 0 0 0
[pid=10034/tid=10050] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10050/stat : 10050 (python) S 10032 10034 9372 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 668639249 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 7 0 0 0
[pid=10034/tid=10053] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10053/stat : 10053 (python) S 10032 10034 9372 0 -1 4202560 75 935 0 0 0 0 0 0 21 0 9 0 668639252 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 3 0 0 0
[pid=10034/tid=10056] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10056/stat : 10056 (python) S 10032 10034 9372 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 668639255 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 1 0 0 0
[pid=10034/tid=10059] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10059/stat : 10059 (python) S 10032 10034 9372 0 -1 4202560 34 935 0 0 0 0 0 0 24 0 9 0 668639259 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 1 0 0 0
[pid=10034/tid=10061] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10061/stat : 10061 (python) S 10032 10034 9372 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 668639262 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 4690196

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

[startup+1.60131 s]
/proc/loadavg: 9.96 10.41 10.47 12/436 10063
/proc/meminfo: memFree=24073964/32951124 swapFree=63649232/67111528
[pid=10034] ppid=10032 vsize=426620 CPUtime=0.69 cores=0-7
/proc/10034/stat : 10034 (python) S 10032 10034 9372 0 -1 4202496 15385 935 1 0 57 12 0 0 25 0 9 0 668639168 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10034/statm: 106655 7404 1889 364 0 42552 0
[pid=10040] ppid=10034 vsize=278576 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (python) S 10034 10034 9372 0 -1 4202560 713 0 0 0 0 0 0 0 18 0 1 0 668639240 285261824 5552 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667407 0 0 16781312 514 9538449192716861439 0 0 17 7 0 0 0
/proc/10040/statm: 69644 5552 347 364 0 5562 0
[pid=10042] ppid=10040 vsize=454884 CPUtime=0.87 cores=0-7
/proc/10042/stat : 10042 (TNM) R 10040 10042 10042 0 -1 4202496 409 0 0 0 87 0 0 0 21 0 1 0 668639240 465801216 144 33554432000 134512640 135008748 4287835872 18446744073709551615 134529446 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10042/statm: 113721 144 46 122 0 112621 0
[pid=10043] ppid=10034 vsize=289304 CPUtime=0 cores=0-7
/proc/10043/stat : 10043 (python) R 10034 10034 9372 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 668639243 296247296 5684 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216477503 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/10043/statm: 72326 5684 348 364 0 8241 0
[pid=10045] ppid=10043 vsize=0 CPUtime=0.82 cores=0-7
/proc/10045/stat : 10045 (march_hi) R 10043 10045 10045 0 -1 4202500 517 0 0 0 82 0 0 0 21 0 1 0 668639243 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10045/statm: 0 0 0 0 0 0 0
[pid=10046] ppid=10034 vsize=299088 CPUtime=0 cores=0-7
/proc/10046/stat : 10046 (python) S 10034 10034 9372 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 668639246 306266112 5585 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 5607382209280311553 0 0 17 0 0 0 0
/proc/10046/statm: 74772 5585 348 364 0 10684 0
[pid=10048] ppid=10046 vsize=1756 CPUtime=0.78 cores=0-7
/proc/10048/stat : 10048 (march_hi) R 10046 10048 10048 0 -1 4202496 515 0 0 0 78 0 0 0 23 0 1 0 668639246 1798144 251 33554432000 4194304 4955518 140733756948976 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10048/statm: 439 251 104 186 0 252 0
[pid=10049] ppid=10034 vsize=309816 CPUtime=0 cores=0-7
/proc/10049/stat : 10049 (python) S 10034 10034 9372 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 668639249 317251584 5692 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 5607382209280311556 0 0 17 7 0 0 0
/proc/10049/statm: 77454 5692 348 364 0 13363 0
[pid=10051] ppid=10049 vsize=1756 CPUtime=0.76 cores=0-7
/proc/10051/stat : 10051 (march_hi) R 10049 10051 10051 0 -1 4202496 515 0 0 0 76 0 0 0 25 0 1 0 668639249 1798144 252 33554432000 4194304 4955518 140736752368592 18446744073709551615 4413738 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10051/statm: 439 252 104 186 0 252 0
[pid=10052] ppid=10034 vsize=385608 CPUtime=0 cores=0-7
/proc/10052/stat : 10052 (python) S 10034 10034 9372 0 -1 4202560 730 0 0 0 0 0 0 0 15 0 1 0 668639252 394862592 5869 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 5607382209280311554 0 0 17 6 0 0 0
/proc/10052/statm: 96402 5869 348 364 0 32308 0
[pid=10054] ppid=10052 vsize=1756 CPUtime=0.67 cores=0-7
/proc/10054/stat : 10054 (march_hi) R 10052 10054 10054 0 -1 4202496 510 0 0 0 67 0 0 0 25 0 1 0 668639254 1798144 252 33554432000 4194304 4955518 140734553506816 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10054/statm: 439 252 104 186 0 252 0
[pid=10055] ppid=10034 vsize=395864 CPUtime=0 cores=0-7
/proc/10055/stat : 10055 (python) S 10034 10034 9372 0 -1 4202560 728 0 0 0 0 0 0 0 22 0 1 0 668639255 405364736 5837 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 2922555512115429375 0 0 17 3 0 0 0
/proc/10055/statm: 98966 5837 348 364 0 34869 0
[pid=10057] ppid=10055 vsize=1017800 CPUtime=0.42 cores=0-7
/proc/10057/stat : 10057 (gnovelty+2) R 10055 10057 10057 0 -1 4202496 412 0 0 0 42 0 0 0 25 0 1 0 668639256 1042227200 158 33554432000 134512640 135663704 4293047296 18446744073709551615 134546128 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 254450 158 113 282 0 254166 0
[pid=10058] ppid=10034 vsize=406120 CPUtime=0 cores=0-7
/proc/10058/stat : 10058 (python) R 10034 10034 9372 0 -1 4202560 739 0 0 0 0 0 0 0 20 0 1 0 668639258 415866880 5838 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/10058/statm: 101530 5838 348 364 0 37430 0
[pid=10063] ppid=10058 vsize=1624 CPUtime=0.23 cores=0-7
/proc/10063/stat : 10063 (march_hi) R 10058 10063 10063 0 -1 4202496 505 0 0 0 23 0 0 0 25 0 1 0 668639276 1662976 246 33554432000 4194304 4955518 140737003716240 18446744073709551615 4209742 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10063/statm: 406 246 104 186 0 219 0
[pid=10060] ppid=10034 vsize=416376 CPUtime=0 cores=0-7
/proc/10060/stat : 10060 (python) S 10034 10034 9372 0 -1 4202560 795 0 0 0 0 0 0 0 20 0 1 0 668639262 426369024 5865 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 18031871952565534977 0 0 17 6 0 0 0
/proc/10060/statm: 104094 5865 354 364 0 39991 0
[pid=10062] ppid=10060 vsize=1624 CPUtime=0.29 cores=0-7
/proc/10062/stat : 10062 (march_hi) R 10060 10062 10062 0 -1 4202496 514 0 0 0 29 0 0 0 25 0 1 0 668639262 1662976 248 33554432000 4194304 4955518 140734825328672 18446744073709551615 4311930 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10062/statm: 406 248 104 186 0 219 0
[pid=10034/tid=10041] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10041/stat : 10041 (python) S 10032 10034 9372 0 -1 4202560 27 935 0 0 0 0 0 0 17 0 9 0 668639240 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 2 0 0 0
[pid=10034/tid=10044] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10044/stat : 10044 (python) S 10032 10034 9372 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 668639243 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 0 0 0 0
[pid=10034/tid=10047] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10047/stat : 10047 (python) S 10032 10034 9372 0 -1 4202560 19 935 0 0 0 0 0 0 19 0 9 0 668639246 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 0 0 0 0
[pid=10034/tid=10050] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10050/stat : 10050 (python) S 10032 10034 9372 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 668639249 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 7 0 0 0
[pid=10034/tid=10053] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10053/stat : 10053 (python) S 10032 10034 9372 0 -1 4202560 75 935 0 0 0 0 0 0 21 0 9 0 668639252 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 3 0 0 0
[pid=10034/tid=10056] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10056/stat : 10056 (python) S 10032 10034 9372 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 668639255 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 1 0 0 0
[pid=10034/tid=10059] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10059/stat : 10059 (python) S 10032 10034 9372 0 -1 4202560 34 935 0 0 0 0 0 0 24 0 9 0 668639259 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 1 0 0 0
[pid=10034/tid=10061] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10061/stat : 10061 (python) S 10032 10034 9372 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 668639262 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 4688572

[startup+2.40118 s]
/proc/loadavg: 9.96 10.41 10.47 16/436 10063
/proc/meminfo: memFree=24074088/32951124 swapFree=63649232/67111528
[pid=10034] ppid=10032 vsize=426620 CPUtime=0.69 cores=0-7
/proc/10034/stat : 10034 (python) S 10032 10034 9372 0 -1 4202496 15385 935 1 0 57 12 0 0 25 0 9 0 668639168 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10034/statm: 106655 7404 1889 364 0 42552 0
[pid=10040] ppid=10034 vsize=278576 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (python) S 10034 10034 9372 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 668639240 285261824 5559 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667407 0 0 16781312 514 9538449192716861439 0 0 17 5 0 0 0
/proc/10040/statm: 69644 5559 354 364 0 5562 0
[pid=10042] ppid=10040 vsize=454884 CPUtime=1.67 cores=0-7
/proc/10042/stat : 10042 (TNM) R 10040 10042 10042 0 -1 4202496 409 0 0 0 167 0 0 0 25 0 1 0 668639240 465801216 144 33554432000 134512640 135008748 4287835872 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10042/statm: 113721 144 46 122 0 112621 0
[pid=10043] ppid=10034 vsize=289304 CPUtime=0.8 cores=0-7
/proc/10043/stat : 10043 (python) R 10034 10034 9372 0 -1 4202560 756 0 0 0 68 12 0 0 16 0 1 0 668639243 296247296 5684 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216477503 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/10043/statm: 72326 5684 348 364 0 8241 0
[pid=10045] ppid=10043 vsize=0 CPUtime=0.82 cores=0-7
/proc/10045/stat : 10045 (march_hi) R 10043 10045 10045 0 -1 4202500 517 0 0 0 82 0 0 0 21 0 1 0 668639243 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10045/statm: 0 0 0 0 0 0 0
[pid=10046] ppid=10034 vsize=299088 CPUtime=0.76 cores=0-7
/proc/10046/stat : 10046 (python) R 10034 10034 9372 0 -1 4202560 758 0 0 0 67 9 0 0 16 0 1 0 668639246 306266112 5585 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216477503 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/10046/statm: 74772 5585 348 364 0 10684 0
[pid=10048] ppid=10046 vsize=0 CPUtime=0.82 cores=0-7
/proc/10048/stat : 10048 (march_hi) R 10046 10048 10048 0 -1 4202500 517 0 0 0 82 0 0 0 23 0 1 0 668639246 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10048/statm: 0 0 0 0 0 0 0
[pid=10049] ppid=10034 vsize=309816 CPUtime=0.71 cores=0-7
/proc/10049/stat : 10049 (python) R 10034 10034 9372 0 -1 4202560 766 0 0 0 63 8 0 0 16 0 1 0 668639249 317251584 5692 33554432000 4194304 5683644 140735306501728 18446744073709551615 4619912 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/10049/statm: 77454 5692 348 364 0 13363 0
[pid=10051] ppid=10049 vsize=0 CPUtime=0.82 cores=0-7
/proc/10051/stat : 10051 (march_hi) R 10049 10051 10051 0 -1 4202500 517 0 0 0 82 0 0 0 25 0 1 0 668639249 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/10051/statm: 0 0 0 0 0 0 0
[pid=10052] ppid=10034 vsize=385608 CPUtime=0.65 cores=0-7
/proc/10052/stat : 10052 (python) R 10034 10034 9372 0 -1 4202560 733 0 0 0 57 8 0 0 16 0 1 0 668639252 394862592 5869 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216477503 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/10052/statm: 96402 5869 348 364 0 32308 0
[pid=10054] ppid=10052 vsize=0 CPUtime=0.81 cores=0-7
/proc/10054/stat : 10054 (march_hi) R 10052 10054 10054 0 -1 4202500 512 0 0 0 81 0 0 0 25 0 1 0 668639254 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10054/statm: 0 0 0 0 0 0 0
[pid=10055] ppid=10034 vsize=395864 CPUtime=0 cores=0-7
/proc/10055/stat : 10055 (python) S 10034 10034 9372 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 668639255 405364736 5837 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 2922555512115396866 0 0 17 3 0 0 0
/proc/10055/statm: 98966 5837 348 364 0 34869 0
[pid=10057] ppid=10055 vsize=1017800 CPUtime=0.82 cores=0-7
/proc/10057/stat : 10057 (gnovelty+2) R 10055 10057 10057 0 -1 4202496 412 0 0 0 82 0 0 0 25 0 1 0 668639256 1042227200 158 33554432000 134512640 135663704 4293047296 18446744073709551615 134524436 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 254450 158 113 282 0 254166 0
[pid=10058] ppid=10034 vsize=406120 CPUtime=0 cores=0-7
/proc/10058/stat : 10058 (python) S 10034 10034 9372 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 668639258 415866880 5838 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 18208884528544448770 0 0 17 4 0 0 0
/proc/10058/statm: 101530 5838 348 364 0 37430 0
[pid=10063] ppid=10058 vsize=1756 CPUtime=0.63 cores=0-7
/proc/10063/stat : 10063 (march_hi) R 10058 10063 10063 0 -1 4202496 512 0 0 0 63 0 0 0 25 0 1 0 668639276 1798144 253 33554432000 4194304 4955518 140737003716240 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10063/statm: 439 253 104 186 0 252 0
[pid=10060] ppid=10034 vsize=416376 CPUtime=0 cores=0-7
/proc/10060/stat : 10060 (python) S 10034 10034 9372 0 -1 4202560 796 0 0 0 0 0 0 0 15 0 1 0 668639262 426369024 5865 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 18031871952565534977 0 0 17 4 0 0 0
/proc/10060/statm: 104094 5865 354 364 0 39991 0
[pid=10062] ppid=10060 vsize=1756 CPUtime=0.69 cores=0-7
/proc/10062/stat : 10062 (march_hi) R 10060 10062 10062 0 -1 4202496 519 0 0 0 69 0 0 0 25 0 1 0 668639262 1798144 253 33554432000 4194304 4955518 140734825328672 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10062/statm: 439 253 104 186 0 252 0
[pid=10034/tid=10041] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10041/stat : 10041 (python) S 10032 10034 9372 0 -1 4202560 27 935 0 0 0 0 0 0 17 0 9 0 668639240 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 2 0 0 0
[pid=10034/tid=10044] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10044/stat : 10044 (python) S 10032 10034 9372 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 668639243 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 0 0 0 0
[pid=10034/tid=10047] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10047/stat : 10047 (python) S 10032 10034 9372 0 -1 4202560 19 935 0 0 0 0 0 0 19 0 9 0 668639246 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 0 0 0 0
[pid=10034/tid=10050] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10050/stat : 10050 (python) S 10032 10034 9372 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 668639249 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 7 0 0 0
[pid=10034/tid=10053] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10053/stat : 10053 (python) S 10032 10034 9372 0 -1 4202560 75 935 0 0 0 0 0 0 21 0 9 0 668639252 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 3 0 0 0
[pid=10034/tid=10056] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10056/stat : 10056 (python) S 10032 10034 9372 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 668639255 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 1 0 0 0
[pid=10034/tid=10059] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10059/stat : 10059 (python) S 10032 10034 9372 0 -1 4202560 34 935 0 0 0 0 0 0 24 0 9 0 668639259 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 1 0 0 0
[pid=10034/tid=10061] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10061/stat : 10061 (python) S 10032 10034 9372 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 668639262 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.69
Current children cumulated vsize (KiB) 4683568

[startup+2.80111 s]
/proc/loadavg: 9.96 10.41 10.47 16/436 10063
/proc/meminfo: memFree=24074088/32951124 swapFree=63649232/67111528
[pid=10034] ppid=10032 vsize=426620 CPUtime=0.69 cores=0-7
/proc/10034/stat : 10034 (python) S 10032 10034 9372 0 -1 4202496 15385 935 1 0 57 12 0 0 25 0 9 0 668639168 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10034/statm: 106655 7404 1889 364 0 42552 0
[pid=10040] ppid=10034 vsize=278576 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (python) S 10034 10034 9372 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 668639240 285261824 5559 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667407 0 0 16781312 514 9538449192716861439 0 0 17 5 0 0 0
/proc/10040/statm: 69644 5559 354 364 0 5562 0
[pid=10042] ppid=10040 vsize=454884 CPUtime=2.07 cores=0-7
/proc/10042/stat : 10042 (TNM) R 10040 10042 10042 0 -1 4202496 409 0 0 0 207 0 0 0 25 0 1 0 668639240 465801216 144 33554432000 134512640 135008748 4287835872 18446744073709551615 134528456 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10042/statm: 113721 144 46 122 0 112621 0
[pid=10043] ppid=10034 vsize=289304 CPUtime=1.2 cores=0-7
/proc/10043/stat : 10043 (python) R 10034 10034 9372 0 -1 4202560 756 0 0 0 102 18 0 0 17 0 1 0 668639243 296247296 5684 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/10043/statm: 72326 5684 348 364 0 8241 0
[pid=10045] ppid=10043 vsize=0 CPUtime=0.82 cores=0-7
/proc/10045/stat : 10045 (march_hi) R 10043 10045 10045 0 -1 4202500 517 0 0 0 82 0 0 0 21 0 1 0 668639243 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10045/statm: 0 0 0 0 0 0 0
[pid=10046] ppid=10034 vsize=299088 CPUtime=1.16 cores=0-7
/proc/10046/stat : 10046 (python) R 10034 10034 9372 0 -1 4202560 758 0 0 0 102 14 0 0 17 0 1 0 668639246 306266112 5585 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216477503 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/10046/statm: 74772 5585 348 364 0 10684 0
[pid=10048] ppid=10046 vsize=0 CPUtime=0.82 cores=0-7
/proc/10048/stat : 10048 (march_hi) R 10046 10048 10048 0 -1 4202500 517 0 0 0 82 0 0 0 23 0 1 0 668639246 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10048/statm: 0 0 0 0 0 0 0
[pid=10049] ppid=10034 vsize=309816 CPUtime=1.11 cores=0-7
/proc/10049/stat : 10049 (python) R 10034 10034 9372 0 -1 4202560 766 0 0 0 96 15 0 0 17 0 1 0 668639249 317251584 5692 33554432000 4194304 5683644 140735306501728 18446744073709551615 4868215 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/10049/statm: 77454 5692 348 364 0 13363 0
[pid=10051] ppid=10049 vsize=0 CPUtime=0.82 cores=0-7
/proc/10051/stat : 10051 (march_hi) R 10049 10051 10051 0 -1 4202500 517 0 0 0 82 0 0 0 25 0 1 0 668639249 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/10051/statm: 0 0 0 0 0 0 0
[pid=10052] ppid=10034 vsize=385608 CPUtime=1.04 cores=0-7
/proc/10052/stat : 10052 (python) R 10034 10034 9372 0 -1 4202560 733 0 0 0 90 14 0 0 17 0 1 0 668639252 394862592 5869 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216477503 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/10052/statm: 96402 5869 348 364 0 32308 0
[pid=10054] ppid=10052 vsize=0 CPUtime=0.81 cores=0-7
/proc/10054/stat : 10054 (march_hi) R 10052 10054 10054 0 -1 4202500 512 0 0 0 81 0 0 0 25 0 1 0 668639254 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10054/statm: 0 0 0 0 0 0 0
[pid=10055] ppid=10034 vsize=395864 CPUtime=0 cores=0-7
/proc/10055/stat : 10055 (python) S 10034 10034 9372 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 668639255 405364736 5837 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 2922555512115396866 0 0 17 3 0 0 0
/proc/10055/statm: 98966 5837 348 364 0 34869 0
[pid=10057] ppid=10055 vsize=1017800 CPUtime=1.09 cores=0-7
/proc/10057/stat : 10057 (gnovelty+2) R 10055 10057 10057 0 -1 4202496 412 0 0 0 109 0 0 0 25 0 1 0 668639256 1042227200 158 33554432000 134512640 135663704 4293047296 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 254450 158 113 282 0 254166 0
[pid=10058] ppid=10034 vsize=406120 CPUtime=0 cores=0-7
/proc/10058/stat : 10058 (python) S 10034 10034 9372 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 668639258 415866880 5838 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 18208884528544448770 0 0 17 4 0 0 0
/proc/10058/statm: 101530 5838 348 364 0 37430 0
[pid=10063] ppid=10058 vsize=1756 CPUtime=0.81 cores=0-7
/proc/10063/stat : 10063 (march_hi) R 10058 10063 10063 0 -1 4202496 513 0 0 0 81 0 0 0 25 0 1 0 668639276 1798144 254 33554432000 4194304 4955518 140737003716240 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10063/statm: 439 254 104 186 0 252 0
[pid=10060] ppid=10034 vsize=416376 CPUtime=0 cores=0-7
/proc/10060/stat : 10060 (python) S 10034 10034 9372 0 -1 4202560 796 0 0 0 0 0 0 0 15 0 1 0 668639262 426369024 5865 33554432000 4194304 5683644 140735306501728 18446744073709551615 210204667462 0 0 16781312 514 18031871952565534977 0 0 17 4 0 0 0
/proc/10060/statm: 104094 5865 354 364 0 39991 0
[pid=10062] ppid=10060 vsize=1756 CPUtime=0.81 cores=0-7
/proc/10062/stat : 10062 (march_hi) R 10060 10062 10062 0 -1 4202496 520 0 0 0 81 0 0 0 25 0 1 0 668639262 1798144 254 33554432000 4194304 4955518 140734825328672 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10062/statm: 439 254 104 186 0 252 0
[pid=10034/tid=10041] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10041/stat : 10041 (python) S 10032 10034 9372 0 -1 4202560 27 935 0 0 0 0 0 0 17 0 9 0 668639240 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 2 0 0 0
[pid=10034/tid=10044] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10044/stat : 10044 (python) S 10032 10034 9372 0 -1 4202560 23 935 0 0 0 0 0 0 19 0 9 0 668639243 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 0 0 0 0
[pid=10034/tid=10047] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10047/stat : 10047 (python) S 10032 10034 9372 0 -1 4202560 19 935 0 0 0 0 0 0 19 0 9 0 668639246 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 0 0 0 0
[pid=10034/tid=10050] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10050/stat : 10050 (python) S 10032 10034 9372 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 668639249 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 7 0 0 0
[pid=10034/tid=10053] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10053/stat : 10053 (python) S 10032 10034 9372 0 -1 4202560 75 935 0 0 0 0 0 0 21 0 9 0 668639252 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 3 0 0 0
[pid=10034/tid=10056] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10056/stat : 10056 (python) S 10032 10034 9372 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 668639255 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 1 0 0 0
[pid=10034/tid=10059] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10059/stat : 10059 (python) S 10032 10034 9372 0 -1 4202560 34 935 0 0 0 0 0 0 24 0 9 0 668639259 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 1 0 0 0
[pid=10034/tid=10061] ppid=10032 vsize=426620 CPUtime=0 cores=0-7
/proc/10034/task/10061/stat : 10061 (python) S 10032 10034 9372 0 -1 4202560 33 935 0 0 0 0 0 0 25 0 9 0 668639262 436858880 7404 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 2 18446604440278878272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.25
Current children cumulated vsize (KiB) 4683568

[startup+2.9011 s]
/proc/loadavg: 9.96 10.41 10.47 16/436 10063
/proc/meminfo: memFree=24074088/32951124 swapFree=63649232/67111528
[pid=10034] ppid=10032 vsize=395780 CPUtime=13.83 cores=0-7
/proc/10034/stat : 10034 (python) R 10032 10034 9372 0 -1 4202496 19644 12276 1 0 60 12 1241 70 17 0 3 0 668639168 405278720 7360 33554432000 4194304 5683644 140735306501728 18446744073709551615 4622744 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/10034/statm: 98945 7360 1874 364 0 34869 0
[pid=10034/tid=10053] ppid=10032 vsize=395780 CPUtime=13.11 cores=0-7
/proc/10034/task/10053/stat : 10053 (python) S 10032 10034 9372 0 -1 4202560 77 12276 0 0 0 0 1241 70 17 0 3 0 668639252 405278720 7361 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 0 18446604440278878272 0 0 -1 7 0 0 0
[pid=10034/tid=10061] ppid=10032 vsize=395780 CPUtime=13.11 cores=0-7
/proc/10034/task/10061/stat : 10061 (python) S 10032 10034 9372 0 -1 4202560 33 12276 0 0 0 0 1241 70 18 0 3 0 668639262 405278720 7361 33554432000 4194304 5683644 140735306501728 18446744073709551615 210216470961 0 0 16781312 0 18446604440278878272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 395780

Child status: 0
Real time (s): 2.90371
CPU time (s): 13.8569
CPU user time (s): 13.019
CPU system time (s): 0.837872
CPU usage (%): 477.214
Max. virtual memory (cumulated for all children) (KiB): 4690828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.019
system time used= 0.837872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32055
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= 3727
involuntary context switches= 676

runsolver used 0.015997 second user time and 0.033994 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-16 20:26:46
IDJOB=3385606
IDBENCH=82871
IDSOLVER=1870
FILE ID=node130/3385606-1305570406
RUNJOBID= node130-1305564963-9386
PBS_JOBID= 13350120
Free space on /tmp= 73360 MiB

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

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

MD5SUM BENCH= dbf411c57e02bcb78ae06dd835bb89b5
RANDOM SEED=674868118

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24128516 kB
Buffers:        307664 kB
Cached:        4334776 kB
SwapCached:      10248 kB
Active:        4506088 kB
Inactive:      4007476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24128516 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           31880 kB
Writeback:           0 kB
AnonPages:     3869904 kB
Mapped:          23012 kB
Slab:           191584 kB
PageTables:      44712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110440324 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= 73328 MiB
End job on node130 at 2011-05-16 20:26:50