Trace number 3385595

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 2279 386.624

General information on the benchmark

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

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3385595-1305569888.cnf
0.31/0.45	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.39/0.51	c INFO: computed variable balance statistics
0.39/0.54	c INFO: computed small-clause counts
0.39/0.54	c INFO: computed Horn-clause counts
0.39/0.55	c INFO: computed variable graph statistics
0.39/0.55	c INFO: collected features for HOME/instance-3385595-1305569888.cnf in 0.10 s
0.39/0.58	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
0.49/0.61	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.49/0.64	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.49/0.67	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.59/0.70	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.30)
0.59/0.74	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.59/0.77	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.67/0.80	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.18)
719.67/112.90	c INFO: running march_hi@0 for 388 with 4887 remaining (b = 0.15)
756.16/118.95	c INFO: running kcnfs-2006@0 for 582 with 4881 remaining (b = 0.19)
1851.87/308.83	c INFO: running march_hi@0 for 291 with 4691 remaining (b = 0.10)
2278.49/386.59	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-3385595-1305569888/watcher-3385595-1305569888 -o /tmp/evaluation-result-3385595-1305569888/solver-3385595-1305569888 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385595-1305569888.cnf -seed 1816501956 -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: 11.04 11.09 10.82 4/336 17547
/proc/meminfo: memFree=14366852/32950904 swapFree=67057400/67111528
[pid=17547] ppid=17545 vsize=16244 CPUtime=0 cores=0-7
/proc/17547/stat : 17547 (python) R 17545 17547 16801 0 -1 4202496 984 0 0 0 0 0 0 0 24 0 1 0 668588617 16633856 858 33554432000 4194304 5683644 140733965644944 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17547/statm: 4061 858 362 364 0 548 0

[startup+0.094349 s]
/proc/loadavg: 11.04 11.09 10.82 4/336 17547
/proc/meminfo: memFree=14366852/32950904 swapFree=67057400/67111528
[pid=17547] ppid=17545 vsize=104228 CPUtime=0.06 cores=0-7
/proc/17547/stat : 17547 (python) R 17545 17547 16801 0 -1 4202496 3039 0 0 0 5 1 0 0 24 0 1 0 668588617 106729472 2729 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278879376 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17547/statm: 26056 2728 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.100278 s]
/proc/loadavg: 11.04 11.09 10.82 4/336 17547
/proc/meminfo: memFree=14366852/32950904 swapFree=67057400/67111528
[pid=17547] ppid=17545 vsize=104620 CPUtime=0.07 cores=0-7
/proc/17547/stat : 17547 (python) R 17545 17547 16801 0 -1 4202496 3143 0 0 0 5 2 0 0 24 0 1 0 668588617 107130880 2822 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17547/statm: 26155 2822 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.300299 s]
/proc/loadavg: 11.04 11.09 10.82 4/336 17547
/proc/meminfo: memFree=14366852/32950904 swapFree=67057400/67111528
[pid=17547] ppid=17545 vsize=198920 CPUtime=0.22 cores=0-7
/proc/17547/stat : 17547 (python) R 17545 17547 16801 0 -1 4202496 7016 933 1 0 16 6 0 0 17 0 1 0 668588617 203694080 5053 33554432000 4194304 5683644 140733965644944 18446744073709551615 237282288297 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17547/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700174 s]
/proc/loadavg: 11.04 11.09 10.82 4/336 17547
/proc/meminfo: memFree=14366852/32950904 swapFree=67057400/67111528
[pid=17547] ppid=17545 vsize=320168 CPUtime=0.59 cores=0-7
/proc/17547/stat : 17547 (python) R 17545 17547 16801 0 -1 4202496 12672 933 1 0 49 10 0 0 25 0 5 0 668588617 327852032 7237 33554432000 4194304 5683644 140733965644944 18446744073709551615 47409738586012 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17547/statm: 80042 7237 1880 364 0 15951 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 320168

[startup+1.50103 s]
/proc/loadavg: 11.04 11.09 10.82 12/361 17576
/proc/meminfo: memFree=14310108/32950904 swapFree=67057400/67111528
[pid=17547] ppid=17545 vsize=361192 CPUtime=0.68 cores=0-7
/proc/17547/stat : 17547 (python) S 17545 17547 16801 0 -1 4202496 15636 933 1 0 58 10 0 0 25 0 9 0 668588617 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 90298 7262 1889 364 0 26195 0
[pid=17553] ppid=17547 vsize=278456 CPUtime=0 cores=0-7
/proc/17553/stat : 17553 (python) S 17547 17547 16801 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668588675 285138944 5552 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899727 0 0 16781312 514 5698273166191755263 0 0 17 4 0 0 0
/proc/17553/statm: 69614 5552 354 364 0 5532 0
[pid=17555] ppid=17553 vsize=1017800 CPUtime=0.9 cores=0-7
/proc/17555/stat : 17555 (gnovelty+2) R 17553 17555 17555 0 -1 4202496 435 0 0 0 90 0 0 0 21 0 1 0 668588676 1042227200 172 33554432000 134512640 135663704 4289963152 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17555/statm: 254450 172 113 282 0 254166 0
[pid=17556] ppid=17547 vsize=289280 CPUtime=0 cores=0-7
/proc/17556/stat : 17556 (python) S 17547 17547 16801 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 668588679 296222720 5676 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 7001703244112036099 0 0 17 0 0 0 0
/proc/17556/statm: 72320 5676 348 364 0 8235 0
[pid=17558] ppid=17556 vsize=1560 CPUtime=0.88 cores=0-7
/proc/17558/stat : 17558 (march_hi) R 17556 17558 17558 0 -1 4202496 502 0 0 0 88 0 0 0 25 0 1 0 668588679 1597440 240 33554432000 4194304 4955518 140734056022768 18446744073709551615 4224532 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17558/statm: 390 240 106 186 0 203 0
[pid=17559] ppid=17547 vsize=299536 CPUtime=0 cores=0-7
/proc/17559/stat : 17559 (python) S 17547 17547 16801 0 -1 4202560 740 0 0 0 0 0 0 0 22 0 1 0 668588682 306724864 5680 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 5698277014482452479 0 0 17 4 0 0 0
/proc/17559/statm: 74884 5680 348 364 0 10796 0
[pid=17561] ppid=17559 vsize=1017800 CPUtime=0.85 cores=0-7
/proc/17561/stat : 17561 (gnovelty+2) R 17559 17561 17561 0 -1 4202496 437 0 0 0 85 0 0 0 25 0 1 0 668588682 1042227200 172 33554432000 134512640 135663704 4288489296 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17561/statm: 254450 172 113 282 0 254166 0
[pid=17562] ppid=17547 vsize=309924 CPUtime=0 cores=0-7
/proc/17562/stat : 17562 (python) S 17547 17547 16801 0 -1 4202560 759 0 0 0 0 0 0 0 16 0 1 0 668588685 317362176 5701 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 5607379984487252227 0 0 17 2 0 0 0
/proc/17562/statm: 77481 5701 348 364 0 13390 0
[pid=17564] ppid=17562 vsize=1560 CPUtime=0.68 cores=0-7
/proc/17564/stat : 17564 (march_hi) R 17562 17564 17564 0 -1 4202496 503 0 0 0 68 0 0 0 25 0 1 0 668588685 1597440 240 33554432000 4194304 4955518 140735173085488 18446744073709551615 4208710 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17564/statm: 390 240 106 186 0 203 0
[pid=17565] ppid=17547 vsize=320180 CPUtime=0 cores=0-7
/proc/17565/stat : 17565 (python) S 17547 17547 16801 0 -1 4202560 771 0 0 0 0 0 0 0 19 0 1 0 668588688 327864320 5705 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 7966001329950654723 0 0 17 3 0 0 0
/proc/17565/statm: 80045 5705 348 364 0 15951 0
[pid=17567] ppid=17565 vsize=1560 CPUtime=0.37 cores=0-7
/proc/17567/stat : 17567 (march_hi) R 17565 17567 17567 0 -1 4202496 506 0 0 0 37 0 0 0 25 0 1 0 668588689 1597440 239 33554432000 4194304 4955518 140733675162768 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17567/statm: 390 239 106 186 0 203 0
[pid=17568] ppid=17547 vsize=330000 CPUtime=0 cores=0-7
/proc/17568/stat : 17568 (python) S 17547 17547 16801 0 -1 4202560 769 0 0 0 0 0 0 0 20 0 1 0 668588691 337920000 5617 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 16677656257191969027 0 0 17 2 0 0 0
/proc/17568/statm: 82500 5617 348 364 0 18403 0
[pid=17570] ppid=17568 vsize=1560 CPUtime=0.75 cores=0-7
/proc/17570/stat : 17570 (march_hi) R 17568 17570 17570 0 -1 4202496 504 0 0 0 75 0 0 0 25 0 1 0 668588692 1597440 240 33554432000 4194304 4955518 140737189240528 18446744073709551615 4315131 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17570/statm: 390 240 106 186 0 203 0
[pid=17571] ppid=17547 vsize=340692 CPUtime=0 cores=0-7
/proc/17571/stat : 17571 (python) S 17547 17547 16801 0 -1 4202560 779 0 0 0 0 0 0 0 19 0 1 0 668588695 348868608 5713 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 9070579507307446532 0 0 17 6 0 0 0
/proc/17571/statm: 85173 5713 348 364 0 21073 0
[pid=17575] ppid=17571 vsize=1560 CPUtime=0.31 cores=0-7
/proc/17575/stat : 17575 (march_hi) R 17571 17575 17575 0 -1 4202496 507 0 0 0 31 0 0 0 25 0 1 0 668588698 1597440 240 33554432000 4194304 4955518 140735563180832 18446744073709551615 4297067 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17575/statm: 390 240 106 186 0 203 0
[pid=17573] ppid=17547 vsize=350948 CPUtime=0 cores=0-7
/proc/17573/stat : 17573 (python) S 17547 17547 16801 0 -1 4202560 824 0 0 0 0 0 0 0 22 0 1 0 668588698 359370752 5723 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 17966059584573374724 0 0 17 1 0 0 0
/proc/17573/statm: 87737 5723 354 364 0 23634 0
[pid=17576] ppid=17573 vsize=1560 CPUtime=0.21 cores=0-7
/proc/17576/stat : 17576 (march_hi) R 17573 17576 17576 0 -1 4202496 513 0 0 0 21 0 0 0 25 0 1 0 668588715 1597440 240 33554432000 4194304 4955518 140736130713648 18446744073709551615 4208710 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17576/statm: 390 240 106 186 0 203 0
[pid=17547/tid=17554] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17554/stat : 17554 (python) S 17545 17547 16801 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 668588676 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17557/stat : 17557 (python) S 17545 17547 16801 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 9 0 668588679 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 0 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17560/stat : 17560 (python) S 17545 17547 16801 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 9 0 668588682 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17563/stat : 17563 (python) S 17545 17547 16801 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 9 0 668588685 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17566] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17566/stat : 17566 (python) S 17545 17547 16801 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 9 0 668588688 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17569] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17569/stat : 17569 (python) S 17545 17547 16801 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 9 0 668588692 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17572] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17572/stat : 17572 (python) S 17545 17547 16801 0 -1 4202560 39 933 0 0 0 0 0 0 25 0 9 0 668588695 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17574] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17574/stat : 17574 (python) S 17545 17547 16801 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 668588698 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 4925168

[startup+3.10174 s]
/proc/loadavg: 11.04 11.09 10.82 12/361 17576
/proc/meminfo: memFree=14309240/32950904 swapFree=67057400/67111528
[pid=17547] ppid=17545 vsize=361192 CPUtime=0.68 cores=0-7
/proc/17547/stat : 17547 (python) S 17545 17547 16801 0 -1 4202496 15636 933 1 0 58 10 0 0 25 0 9 0 668588617 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 90298 7262 1889 364 0 26195 0
[pid=17553] ppid=17547 vsize=278456 CPUtime=0 cores=0-7
/proc/17553/stat : 17553 (python) S 17547 17547 16801 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668588675 285138944 5552 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899727 0 0 16781312 514 5698273166191722756 0 0 17 4 0 0 0
/proc/17553/statm: 69614 5552 354 364 0 5532 0
[pid=17555] ppid=17553 vsize=1017800 CPUtime=2.48 cores=0-7
/proc/17555/stat : 17555 (gnovelty+2) R 17553 17555 17555 0 -1 4202496 435 0 0 0 248 0 0 0 25 0 1 0 668588676 1042227200 172 33554432000 134512640 135663704 4289963152 18446744073709551615 134525160 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17555/statm: 254450 172 113 282 0 254166 0
[pid=17556] ppid=17547 vsize=289280 CPUtime=0 cores=0-7
/proc/17556/stat : 17556 (python) S 17547 17547 16801 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 668588679 296222720 5676 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 7001703244112036099 0 0 17 0 0 0 0
/proc/17556/statm: 72320 5676 348 364 0 8235 0
[pid=17558] ppid=17556 vsize=1560 CPUtime=2.48 cores=0-7
/proc/17558/stat : 17558 (march_hi) R 17556 17558 17558 0 -1 4202496 508 0 0 0 248 0 0 0 25 0 1 0 668588679 1597440 246 33554432000 4194304 4955518 140734056022768 18446744073709551615 4309778 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17558/statm: 390 246 106 186 0 203 0
[pid=17559] ppid=17547 vsize=299536 CPUtime=0 cores=0-7
/proc/17559/stat : 17559 (python) S 17547 17547 16801 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 668588682 306724864 5680 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 5698277014482419971 0 0 17 4 0 0 0
/proc/17559/statm: 74884 5680 348 364 0 10796 0
[pid=17561] ppid=17559 vsize=1017800 CPUtime=2.45 cores=0-7
/proc/17561/stat : 17561 (gnovelty+2) R 17559 17561 17561 0 -1 4202496 437 0 0 0 245 0 0 0 25 0 1 0 668588682 1042227200 172 33554432000 134512640 135663704 4288489296 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17561/statm: 254450 172 113 282 0 254166 0
[pid=17562] ppid=17547 vsize=309924 CPUtime=0 cores=0-7
/proc/17562/stat : 17562 (python) S 17547 17547 16801 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 668588685 317362176 5701 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 14675331233802584323 0 0 17 2 0 0 0
/proc/17562/statm: 77481 5701 348 364 0 13390 0
[pid=17564] ppid=17562 vsize=1560 CPUtime=2.28 cores=0-7
/proc/17564/stat : 17564 (march_hi) R 17562 17564 17564 0 -1 4202496 507 0 0 0 228 0 0 0 25 0 1 0 668588685 1597440 244 33554432000 4194304 4955518 140735173085488 18446744073709551615 4208676 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17564/statm: 390 244 106 186 0 203 0
[pid=17565] ppid=17547 vsize=320180 CPUtime=0 cores=0-7
/proc/17565/stat : 17565 (python) S 17547 17547 16801 0 -1 4202560 776 0 0 0 0 0 0 0 15 0 1 0 668588688 327864320 5705 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 7966001329950654723 0 0 17 3 0 0 0
/proc/17565/statm: 80045 5705 348 364 0 15951 0
[pid=17567] ppid=17565 vsize=1560 CPUtime=1.17 cores=0-7
/proc/17567/stat : 17567 (march_hi) R 17565 17567 17567 0 -1 4202496 506 0 0 0 117 0 0 0 25 0 1 0 668588689 1597440 239 33554432000 4194304 4955518 140733675162768 18446744073709551615 4314808 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17567/statm: 390 239 106 186 0 203 0
[pid=17568] ppid=17547 vsize=330000 CPUtime=0 cores=0-7
/proc/17568/stat : 17568 (python) S 17547 17547 16801 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 668588691 337920000 5617 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 16677656257191969027 0 0 17 2 0 0 0
/proc/17568/statm: 82500 5617 348 364 0 18403 0
[pid=17570] ppid=17568 vsize=1560 CPUtime=2.34 cores=0-7
/proc/17570/stat : 17570 (march_hi) R 17568 17570 17570 0 -1 4202496 508 0 0 0 234 0 0 0 25 0 1 0 668588692 1597440 244 33554432000 4194304 4955518 140737189240528 18446744073709551615 4346998 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17570/statm: 390 244 106 186 0 203 0
[pid=17571] ppid=17547 vsize=340692 CPUtime=0 cores=0-7
/proc/17571/stat : 17571 (python) S 17547 17547 16801 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 668588695 348868608 5713 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 9070579507307446532 0 0 17 6 0 0 0
/proc/17571/statm: 85173 5713 348 364 0 21073 0
[pid=17575] ppid=17571 vsize=1560 CPUtime=1.11 cores=0-7
/proc/17575/stat : 17575 (march_hi) R 17571 17575 17575 0 -1 4202496 507 0 0 0 111 0 0 0 25 0 1 0 668588698 1597440 240 33554432000 4194304 4955518 140735563180832 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17575/statm: 390 240 106 186 0 203 0
[pid=17573] ppid=17547 vsize=350948 CPUtime=0 cores=0-7
/proc/17573/stat : 17573 (python) S 17547 17547 16801 0 -1 4202560 827 0 0 0 0 0 0 0 15 0 1 0 668588698 359370752 5723 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 17966059584573374724 0 0 17 1 0 0 0
/proc/17573/statm: 87737 5723 354 364 0 23634 0
[pid=17576] ppid=17573 vsize=1560 CPUtime=1.01 cores=0-7
/proc/17576/stat : 17576 (march_hi) R 17573 17576 17576 0 -1 4202496 513 0 0 0 101 0 0 0 25 0 1 0 668588715 1597440 240 33554432000 4194304 4955518 140736130713648 18446744073709551615 4296788 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17576/statm: 390 240 106 186 0 203 0
[pid=17547/tid=17554] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17554/stat : 17554 (python) S 17545 17547 16801 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 668588676 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17557/stat : 17557 (python) S 17545 17547 16801 0 -1 4202560 21 933 0 0 0 0 0 0 21 0 9 0 668588679 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 0 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17560/stat : 17560 (python) S 17545 17547 16801 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 9 0 668588682 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=361192 CPUtime=0 cores=0-7
/proc/17547/task/17563/stat : 17563 (python) S 17545 17547 16801 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 9 0 668588685 369860608 7262 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17566] ppid=17545 vsize=361192 CPUtime=0 cores=0-7

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

[pid=17561] ppid=17559 vsize=1017800 CPUtime=97.2 cores=0-7
/proc/17561/stat : 17561 (gnovelty+2) T 17559 17561 17561 0 -1 4202496 437 0 0 0 9720 0 0 0 25 0 1 0 668588682 1042227200 172 33554432000 134512640 135663704 4288489296 18446744073709551615 134525529 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17561/statm: 254450 172 113 282 0 254166 0
[pid=17559/tid=17584] ppid=17547 vsize=299536 CPUtime=0 cores=0-7
/proc/17559/task/17584/stat : 17584 (python) S 17547 17547 16801 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 668600510 306724864 5733 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 514 18446604441354524864 0 0 -1 4 0 0 0
[pid=17562] ppid=17547 vsize=309924 CPUtime=1.07 cores=0-7
/proc/17562/stat : 17562 (python) S 17547 17547 16801 0 -1 4202560 1020 0 0 0 58 49 0 0 15 0 1 0 668588685 317362176 5724 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 14675331233802584323 0 0 17 2 0 0 0
/proc/17562/statm: 77481 5724 371 364 0 13390 0
[pid=17564] ppid=17562 vsize=19500 CPUtime=268.57 cores=0-7
/proc/17564/stat : 17564 (march_hi) R 17562 17564 17564 0 -1 4202496 3531 0 0 0 26856 1 0 0 25 0 1 0 668588685 19968000 3250 33554432000 4194304 4955518 140735173085488 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17564/statm: 4875 3250 106 186 0 4688 0
[pid=17565] ppid=17547 vsize=320180 CPUtime=1.12 cores=0-7
/proc/17565/stat : 17565 (python) S 17547 17547 16801 0 -1 4202560 1004 0 0 0 59 53 0 0 15 0 1 0 668588688 327864320 5728 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 7966001329950654723 0 0 17 7 0 0 0
/proc/17565/statm: 80045 5728 371 364 0 15951 0
[pid=17567] ppid=17565 vsize=19852 CPUtime=332.24 cores=0-7
/proc/17567/stat : 17567 (march_hi) R 17565 17567 17567 0 -1 4202496 4749 0 0 0 33223 1 0 0 25 0 1 0 668588689 20328448 4464 33554432000 4194304 4955518 140733675162768 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17567/statm: 4963 4464 106 186 0 4776 0
[pid=17568] ppid=17547 vsize=330000 CPUtime=1.07 cores=0-7
/proc/17568/stat : 17568 (python) S 17547 17547 16801 0 -1 4202560 1015 0 0 0 60 47 0 0 15 0 1 0 668588691 337920000 5640 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 16677656257191969027 0 0 17 4 0 0 0
/proc/17568/statm: 82500 5640 371 364 0 18403 0
[pid=17570] ppid=17568 vsize=13504 CPUtime=215.4 cores=0-7
/proc/17570/stat : 17570 (march_hi) R 17568 17570 17570 0 -1 4202496 2686 0 0 0 21539 1 0 0 25 0 1 0 668588692 13828096 2404 33554432000 4194304 4955518 140737189240528 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17570/statm: 3376 2404 106 186 0 3189 0
[pid=17571] ppid=17547 vsize=340692 CPUtime=1.09 cores=0-7
/proc/17571/stat : 17571 (python) S 17547 17547 16801 0 -1 4202560 1036 0 0 0 62 47 0 0 15 0 1 0 668588695 348868608 5736 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 9070579507307446532 0 0 17 6 0 0 0
/proc/17571/statm: 85173 5736 371 364 0 21073 0
[pid=17575] ppid=17571 vsize=19500 CPUtime=294.39 cores=0-7
/proc/17575/stat : 17575 (march_hi) R 17571 17575 17575 0 -1 4202496 4007 0 0 0 29438 1 0 0 25 0 1 0 668588698 19968000 3722 33554432000 4194304 4955518 140735563180832 18446744073709551615 4297061 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17575/statm: 4875 3722 106 186 0 4688 0
[pid=17573] ppid=17547 vsize=350948 CPUtime=1.08 cores=0-7
/proc/17573/stat : 17573 (python) S 17547 17547 16801 0 -1 4202560 1084 0 0 0 58 50 0 0 15 0 1 0 668588698 359370752 5746 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 17966059584573374724 0 0 17 1 0 0 0
/proc/17573/statm: 87737 5746 377 364 0 23634 0
[pid=17576] ppid=17573 vsize=13504 CPUtime=245.57 cores=0-7
/proc/17576/stat : 17576 (march_hi) R 17573 17576 17576 0 -1 4202496 3161 0 0 0 24557 0 0 0 25 0 1 0 668588715 13828096 2870 33554432000 4194304 4955518 140736130713648 18446744073709551615 4285880 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17576/statm: 3376 2870 106 186 0 3189 0
[pid=17581] ppid=17547 vsize=361204 CPUtime=0.76 cores=0-7
/proc/17581/stat : 17581 (python) S 17547 17547 16801 0 -1 4202560 1048 0 0 0 42 34 0 0 15 0 1 0 668599907 369872896 5761 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 8119633890676539651 0 0 17 3 0 0 0
/proc/17581/statm: 90301 5761 371 364 0 26195 0
[pid=17583] ppid=17581 vsize=13504 CPUtime=213.17 cores=0-7
/proc/17583/stat : 17583 (march_hi) R 17581 17583 17583 0 -1 4202496 2659 0 0 0 21317 0 0 0 25 0 1 0 668599908 13828096 2369 33554432000 4194304 4955518 140737002558432 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17583/statm: 3376 2369 106 186 0 3189 0
[pid=17585] ppid=17547 vsize=436996 CPUtime=0.65 cores=0-7
/proc/17585/stat : 17585 (python) S 17547 17547 16801 0 -1 4202560 834 0 0 0 34 31 0 0 18 0 1 0 668600513 447483904 5938 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 8857261053084401924 0 0 17 2 0 0 0
/proc/17585/statm: 109249 5938 371 364 0 45140 0
[pid=17587] ppid=17585 vsize=181248 CPUtime=266.47 cores=0-7
/proc/17587/stat : 17587 (kcnfs-2006) R 17585 17587 17587 0 -1 4202496 618 0 0 0 26647 0 0 0 25 0 1 0 668600513 185597952 358 33554432000 134512640 135163436 4292050112 18446744073709551615 134712467 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17587/statm: 45312 358 76 159 0 45152 0
[pid=17547/tid=17554] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17554/stat : 17554 (python) S 17545 17547 16801 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 11 0 668588676 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17557/stat : 17557 (python) S 17545 17547 16801 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 11 0 668588679 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 0 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17560/stat : 17560 (python) S 17545 17547 16801 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 11 0 668588682 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17563/stat : 17563 (python) S 17545 17547 16801 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 11 0 668588685 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17566] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17566/stat : 17566 (python) S 17545 17547 16801 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 11 0 668588688 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17569] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17569/stat : 17569 (python) S 17545 17547 16801 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 11 0 668588692 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17572] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17572/stat : 17572 (python) S 17545 17547 16801 0 -1 4202560 39 933 0 0 0 0 0 0 25 0 11 0 668588695 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17574] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17574/stat : 17574 (python) S 17545 17547 16801 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 11 0 668588698 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 5 0 0 0
[pid=17547/tid=17582] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17582/stat : 17582 (python) S 17545 17547 16801 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 11 0 668599908 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 3 0 0 0
[pid=17547/tid=17586] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17586/stat : 17586 (python) S 17545 17547 16801 0 -1 4202560 79 933 0 0 0 0 0 0 20 0 11 0 668600513 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2277.19
Current children cumulated vsize (KiB) 6104416

[startup+386.534 s]
/proc/loadavg: 11.10 11.08 10.89 12/370 17596
/proc/meminfo: memFree=14216876/32950904 swapFree=67057400/67111528
[pid=17547] ppid=17545 vsize=447240 CPUtime=0.79 cores=0-7
/proc/17547/stat : 17547 (python) S 17545 17547 16801 0 -1 4202496 17886 933 1 0 68 11 0 0 18 0 11 0 668588617 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17547/statm: 111810 7464 1894 364 0 47701 0
[pid=17553] ppid=17547 vsize=288700 CPUtime=0.27 cores=0-7
/proc/17553/stat : 17553 (python) S 17547 17547 16801 0 -1 4202560 1099 0 0 0 14 13 0 0 19 0 2 0 668588675 295628800 5613 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17553/statm: 72175 5613 410 364 0 8093 0
[pid=17555] ppid=17553 vsize=1017800 CPUtime=97.12 cores=0-7
/proc/17555/stat : 17555 (gnovelty+2) T 17553 17555 17555 0 -1 4202496 435 0 0 0 9712 0 0 0 25 0 1 0 668588676 1042227200 172 33554432000 134512640 135663704 4289963152 18446744073709551615 134525260 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17555/statm: 254450 172 113 282 0 254166 0
[pid=17553/tid=17580] ppid=17547 vsize=288700 CPUtime=0 cores=0-7
/proc/17553/task/17580/stat : 17580 (python) S 17547 17547 16801 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 668599904 295628800 5613 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 514 18446604441354523968 0 0 -1 4 0 0 0
[pid=17556] ppid=17547 vsize=289280 CPUtime=1.09 cores=0-7
/proc/17556/stat : 17556 (python) S 17547 17547 16801 0 -1 4202560 1140 0 0 0 59 50 0 0 15 0 2 0 668588679 296222720 5729 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17556/statm: 72320 5729 400 364 0 8235 0
[pid=17558] ppid=17556 vsize=13504 CPUtime=237.92 cores=0-7
/proc/17558/stat : 17558 (march_hi) R 17556 17558 17558 0 -1 4202496 2973 0 0 0 23790 2 0 0 25 0 1 0 668588679 13828096 2693 33554432000 4194304 4955518 140734056022768 18446744073709551615 4224543 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17558/statm: 3376 2693 106 186 0 3189 0
[pid=17556/tid=17594] ppid=17547 vsize=289280 CPUtime=0 cores=0-7
/proc/17556/task/17594/stat : 17594 (python) S 17547 17547 16801 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 668619497 296222720 5729 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 514 18446604449353991488 0 0 -1 0 0 0 0
[pid=17559] ppid=17547 vsize=299536 CPUtime=0.29 cores=0-7
/proc/17559/stat : 17559 (python) S 17547 17547 16801 0 -1 4202560 1100 0 0 0 15 14 0 0 19 0 2 0 668588682 306724864 5733 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17559/statm: 74884 5733 400 364 0 10796 0
[pid=17561] ppid=17559 vsize=1017800 CPUtime=97.2 cores=0-7
/proc/17561/stat : 17561 (gnovelty+2) T 17559 17561 17561 0 -1 4202496 437 0 0 0 9720 0 0 0 25 0 1 0 668588682 1042227200 172 33554432000 134512640 135663704 4288489296 18446744073709551615 134525529 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17561/statm: 254450 172 113 282 0 254166 0
[pid=17559/tid=17584] ppid=17547 vsize=299536 CPUtime=0 cores=0-7
/proc/17559/task/17584/stat : 17584 (python) S 17547 17547 16801 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 668600510 306724864 5733 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 514 18446604441354524864 0 0 -1 4 0 0 0
[pid=17562] ppid=17547 vsize=309924 CPUtime=1.07 cores=0-7
/proc/17562/stat : 17562 (python) S 17547 17547 16801 0 -1 4202560 1020 0 0 0 58 49 0 0 15 0 1 0 668588685 317362176 5724 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 14675331233802584323 0 0 17 2 0 0 0
/proc/17562/statm: 77481 5724 371 364 0 13390 0
[pid=17564] ppid=17562 vsize=19500 CPUtime=268.67 cores=0-7
/proc/17564/stat : 17564 (march_hi) R 17562 17564 17564 0 -1 4202496 3532 0 0 0 26866 1 0 0 25 0 1 0 668588685 19968000 3251 33554432000 4194304 4955518 140735173085488 18446744073709551615 4226455 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17564/statm: 4875 3251 106 186 0 4688 0
[pid=17565] ppid=17547 vsize=385716 CPUtime=333.59 cores=0-7
/proc/17565/stat : 17565 (python) R 17547 17547 16801 0 -1 4202560 1175 4751 0 0 73 55 33230 1 17 0 2 0 668588688 394973184 5750 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17565/statm: 96429 5750 391 364 0 32335 0
[pid=17568] ppid=17547 vsize=330000 CPUtime=1.07 cores=0-7
/proc/17568/stat : 17568 (python) S 17547 17547 16801 0 -1 4202560 1015 0 0 0 60 47 0 0 15 0 1 0 668588691 337920000 5640 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 16677656257191969027 0 0 17 4 0 0 0
/proc/17568/statm: 82500 5640 371 364 0 18403 0
[pid=17570] ppid=17568 vsize=13504 CPUtime=215.53 cores=0-7
/proc/17570/stat : 17570 (march_hi) R 17568 17570 17570 0 -1 4202496 2687 0 0 0 21552 1 0 0 25 0 1 0 668588692 13828096 2405 33554432000 4194304 4955518 140737189240528 18446744073709551615 4296788 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17570/statm: 3376 2405 106 186 0 3189 0
[pid=17571] ppid=17547 vsize=340692 CPUtime=1.09 cores=0-7
/proc/17571/stat : 17571 (python) S 17547 17547 16801 0 -1 4202560 1036 0 0 0 62 47 0 0 15 0 1 0 668588695 348868608 5736 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 9070579507307446532 0 0 17 6 0 0 0
/proc/17571/statm: 85173 5736 371 364 0 21073 0
[pid=17575] ppid=17571 vsize=19500 CPUtime=294.62 cores=0-7
/proc/17575/stat : 17575 (march_hi) R 17571 17575 17575 0 -1 4202496 4012 0 0 0 29461 1 0 0 25 0 1 0 668588698 19968000 3727 33554432000 4194304 4955518 140735563180832 18446744073709551615 4206520 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17575/statm: 4875 3727 106 186 0 4688 0
[pid=17573] ppid=17547 vsize=350948 CPUtime=1.08 cores=0-7
/proc/17573/stat : 17573 (python) S 17547 17547 16801 0 -1 4202560 1084 0 0 0 58 50 0 0 15 0 1 0 668588698 359370752 5746 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 17966059584573374724 0 0 17 1 0 0 0
/proc/17573/statm: 87737 5746 377 364 0 23634 0
[pid=17576] ppid=17573 vsize=13504 CPUtime=245.7 cores=0-7
/proc/17576/stat : 17576 (march_hi) R 17573 17576 17576 0 -1 4202496 3164 0 0 0 24570 0 0 0 25 0 1 0 668588715 13828096 2873 33554432000 4194304 4955518 140736130713648 18446744073709551615 4285655 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17576/statm: 3376 2873 106 186 0 3189 0
[pid=17581] ppid=17547 vsize=361204 CPUtime=0.76 cores=0-7
/proc/17581/stat : 17581 (python) S 17547 17547 16801 0 -1 4202560 1048 0 0 0 42 34 0 0 15 0 1 0 668599907 369872896 5761 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 8119633890676539651 0 0 17 3 0 0 0
/proc/17581/statm: 90301 5761 371 364 0 26195 0
[pid=17583] ppid=17581 vsize=13504 CPUtime=213.28 cores=0-7
/proc/17583/stat : 17583 (march_hi) R 17581 17583 17583 0 -1 4202496 2661 0 0 0 21328 0 0 0 25 0 1 0 668599908 13828096 2371 33554432000 4194304 4955518 140737002558432 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17583/statm: 3376 2371 106 186 0 3189 0
[pid=17585] ppid=17547 vsize=436996 CPUtime=0.65 cores=0-7
/proc/17585/stat : 17585 (python) S 17547 17547 16801 0 -1 4202560 834 0 0 0 34 31 0 0 18 0 1 0 668600513 447483904 5938 33554432000 4194304 5683644 140733965644944 18446744073709551615 237278899782 0 0 16781312 514 8857261053084401924 0 0 17 2 0 0 0
/proc/17585/statm: 109249 5938 371 364 0 45140 0
[pid=17587] ppid=17585 vsize=181248 CPUtime=266.7 cores=0-7
/proc/17587/stat : 17587 (kcnfs-2006) R 17585 17587 17587 0 -1 4202496 618 0 0 0 26670 0 0 0 25 0 1 0 668600513 185597952 358 33554432000 134512640 135163436 4292050112 18446744073709551615 134572048 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17587/statm: 45312 358 76 159 0 45152 0
[pid=17547/tid=17554] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17554/stat : 17554 (python) S 17545 17547 16801 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 11 0 668588676 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17557] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17557/stat : 17557 (python) S 17545 17547 16801 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 11 0 668588679 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 0 0 0 0
[pid=17547/tid=17560] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17560/stat : 17560 (python) S 17545 17547 16801 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 11 0 668588682 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17563] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17563/stat : 17563 (python) S 17545 17547 16801 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 11 0 668588685 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17566] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17566/stat : 17566 (python) S 17545 17547 16801 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 11 0 668588688 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17569] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17569/stat : 17569 (python) S 17545 17547 16801 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 11 0 668588692 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17572] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17572/stat : 17572 (python) S 17545 17547 16801 0 -1 4202560 39 933 0 0 0 0 0 0 25 0 11 0 668588695 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
[pid=17547/tid=17574] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17574/stat : 17574 (python) S 17545 17547 16801 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 11 0 668588698 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 5 0 0 0
[pid=17547/tid=17582] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17582/stat : 17582 (python) S 17545 17547 16801 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 11 0 668599908 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 3 0 0 0
[pid=17547/tid=17586] ppid=17545 vsize=447240 CPUtime=0 cores=0-7
/proc/17547/task/17586/stat : 17586 (python) S 17545 17547 16801 0 -1 4202560 79 933 0 0 0 0 0 0 20 0 11 0 668600513 457973760 7464 33554432000 4194304 5683644 140733965644944 18446744073709551615 237290703281 0 0 16781312 2 18446604444024275136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2278.49
Current children cumulated vsize (KiB) 6150100

[startup+386.602 s]
/proc/loadavg: 11.10 11.08 10.89 12/370 17596
/proc/meminfo: memFree=14216876/32950904 swapFree=67057400/67111528
[pid=17547] ppid=17545 vsize=375400 CPUtime=2278.95 cores=0-7
/proc/17547/stat : 17547 (python) R 17545 17547 16801 0 -1 4202496 19290 37185 1 0 68 11 227411 405 17 0 1 0 668588617 384409600 7355 33554432000 4194304 5683644 140733965644944 18446744073709551615 5116756 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17547/statm: 93850 7355 1873 364 0 29774 0
Current children cumulated CPU time (s) 2278.95
Current children cumulated vsize (KiB) 375400

Child status: 0
Real time (s): 386.624
CPU time (s): 2279
CPU user time (s): 2274.82
CPU system time (s): 4.17537
CPU usage (%): 589.461
Max. virtual memory (cumulated for all children) (KiB): 6150100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2274.82
system time used= 4.17537
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59202
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= 7192
involuntary context switches= 23963

runsolver used 2.02469 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-16 20:18:09
IDJOB=3385595
IDBENCH=82860
IDSOLVER=1870
FILE ID=node121/3385595-1305569888
RUNJOBID= node121-1305564964-16815
PBS_JOBID= 13350129
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= 74f6f450e8e5ce3811b2d7ad1f57d348
RANDOM SEED=1816501956

node121.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.817
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.63
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.817
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.817
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.77
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      14367256 kB
Buffers:        335396 kB
Cached:        7051932 kB
SwapCached:       7656 kB
Active:       12530924 kB
Inactive:      5673696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      14367256 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           31808 kB
Writeback:           0 kB
AnonPages:    10815692 kB
Mapped:          27520 kB
Slab:           268808 kB
PageTables:      41724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 61352048 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= 73392 MiB
End job on node121 at 2011-05-16 20:24:35