Trace number 3322318

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 58.0169 8.23192

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S761041117-050.UNKNOWN.cnf
MD5SUMcb62702a06eba78f1f4308935b49c22d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.31089
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3322318-1304380290.cnf
0.31/0.47	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.40/0.50	c INFO: computed variable balance statistics
0.40/0.52	c INFO: computed small-clause counts
0.40/0.52	c INFO: computed Horn-clause counts
0.40/0.52	c INFO: computed variable graph statistics
0.40/0.52	c INFO: collected features for HOME/instance-3322318-1304380290.cnf in 0.05 s
0.40/0.56	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.56)
0.49/0.60	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.28)
0.49/0.63	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.19)
0.49/0.67	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.27)
0.59/0.71	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.59/0.75	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.30)
0.59/0.78	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.23)
0.69/0.82	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.20)
47.66/8.20	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322318-1304380290/watcher-3322318-1304380290 -o /tmp/evaluation-result-3322318-1304380290/solver-3322318-1304380290 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322318-1304380290.cnf -seed 1649755875 -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: 5.33 2.13 1.39 3/271 2000
/proc/meminfo: memFree=11810196/32951124 swapFree=67111352/67111528
[pid=2000] ppid=1998 vsize=15384 CPUtime=0 cores=0-7
/proc/2000/stat : 2000 (python) R 1998 2000 342 0 -1 4202496 799 0 0 0 0 0 0 0 25 0 1 0 549626900 15753216 685 33554432000 4194304 5683644 140733331170608 18446744073709551615 4350768 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2000/statm: 3846 692 331 364 0 333 0

[startup+0.0702161 s]
/proc/loadavg: 5.33 2.13 1.39 3/271 2000
/proc/meminfo: memFree=11810196/32951124 swapFree=67111352/67111528
[pid=2000] ppid=1998 vsize=54540 CPUtime=0.05 cores=0-7
/proc/2000/stat : 2000 (python) S 1998 2000 342 0 -1 4202496 2049 0 0 0 4 1 0 0 25 0 1 0 549626900 55848960 1808 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/2000/statm: 13635 1808 492 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54540

[startup+0.100213 s]
/proc/loadavg: 5.33 2.13 1.39 3/271 2000
/proc/meminfo: memFree=11810196/32951124 swapFree=67111352/67111528
[pid=2000] ppid=1998 vsize=104220 CPUtime=0.07 cores=0-7
/proc/2000/stat : 2000 (python) S 1998 2000 342 0 -1 4202496 3046 0 0 0 5 2 0 0 25 0 1 0 549626900 106721280 2731 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/2000/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300175 s]
/proc/loadavg: 5.33 2.13 1.39 3/271 2000
/proc/meminfo: memFree=11810196/32951124 swapFree=67111352/67111528
[pid=2000] ppid=1998 vsize=170756 CPUtime=0.23 cores=0-7
/proc/2000/stat : 2000 (python) S 1998 2000 342 0 -1 4202496 6729 934 1 0 17 6 0 0 17 0 1 0 549626900 174854144 4805 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/2000/statm: 42689 4805 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.701055 s]
/proc/loadavg: 5.33 2.13 1.39 3/271 2000
/proc/meminfo: memFree=11810196/32951124 swapFree=67111352/67111528
[pid=2000] ppid=1998 vsize=385232 CPUtime=0.59 cores=0-7
/proc/2000/stat : 2000 (python) R 1998 2000 342 0 -1 4202496 12653 934 1 0 50 9 0 0 18 0 5 0 549626900 394477568 7260 33554432000 4194304 5683644 140733331170608 18446744073709551615 4527938 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2000/statm: 96308 7260 1880 364 0 32217 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 385232

[startup+1.5009 s]
/proc/loadavg: 5.33 2.13 1.39 10/296 2029
/proc/meminfo: memFree=11755436/32951124 swapFree=67111352/67111528
[pid=2000] ppid=1998 vsize=426256 CPUtime=0.72 cores=0-7
/proc/2000/stat : 2000 (python) S 1998 2000 342 0 -1 4202496 15390 934 1 0 62 10 0 0 22 0 9 0 549626900 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2000/statm: 106564 7424 1889 364 0 42461 0
[pid=2006] ppid=2000 vsize=278580 CPUtime=0 cores=0-7
/proc/2006/stat : 2006 (python) S 2000 2000 342 0 -1 4202560 708 0 0 0 0 0 0 0 18 0 1 0 549626956 285265920 5557 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321487 0 0 16781312 514 7166009039086682111 0 0 17 0 0 0 0
/proc/2006/statm: 69645 5557 347 364 0 5563 0
[pid=2008] ppid=2006 vsize=454896 CPUtime=0.93 cores=0-7
/proc/2008/stat : 2008 (TNM) R 2006 2008 2008 0 -1 4202496 415 0 0 0 93 0 0 0 21 0 1 0 549626956 465813504 151 33554432000 134512640 135008748 4290552176 18446744073709551615 134527729 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2008/statm: 113724 151 46 122 0 112624 0
[pid=2009] ppid=2000 vsize=289260 CPUtime=0 cores=0-7
/proc/2009/stat : 2009 (python) S 2000 2000 342 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 549626960 296202240 5672 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 14672881521895899395 0 0 17 0 0 0 0
/proc/2009/statm: 72315 5672 348 364 0 8230 0
[pid=2011] ppid=2009 vsize=1860 CPUtime=0.89 cores=0-7
/proc/2011/stat : 2011 (march_hi) R 2009 2011 2011 0 -1 4202496 554 0 0 0 89 0 0 0 23 0 1 0 549626960 1904640 290 33554432000 4194304 4955518 140735018804720 18446744073709551615 4315068 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2011/statm: 465 290 104 186 0 278 0
[pid=2012] ppid=2000 vsize=299196 CPUtime=0 cores=0-7
/proc/2012/stat : 2012 (python) S 2000 2000 342 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 549626964 306376704 5596 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 5602270699981865219 0 0 17 3 0 0 0
/proc/2012/statm: 74799 5596 348 364 0 10711 0
[pid=2014] ppid=2012 vsize=1860 CPUtime=0.51 cores=0-7
/proc/2014/stat : 2014 (march_hi) R 2012 2014 2014 0 -1 4202496 549 0 0 0 51 0 0 0 24 0 1 0 549626964 1904640 284 33554432000 4194304 4955518 140736535343040 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2014/statm: 465 284 104 186 0 278 0
[pid=2015] ppid=2000 vsize=374988 CPUtime=0 cores=0-7
/proc/2015/stat : 2015 (python) S 2000 2000 342 0 -1 4202560 717 0 0 0 0 0 0 0 15 0 1 0 549626967 383987712 5773 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 9215006956685590786 0 0 17 1 0 0 0
/proc/2015/statm: 93747 5773 348 364 0 29656 0
[pid=2017] ppid=2015 vsize=1860 CPUtime=0.81 cores=0-7
/proc/2017/stat : 2017 (march_hi) R 2015 2017 2017 0 -1 4202496 538 0 0 0 81 0 0 0 23 0 1 0 549626968 1904640 286 33554432000 4194304 4955518 140734973294592 18446744073709551615 4306969 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2017/statm: 465 286 104 186 0 278 0
[pid=2018] ppid=2000 vsize=385244 CPUtime=0 cores=0-7
/proc/2018/stat : 2018 (python) S 2000 2000 342 0 -1 4202560 727 0 0 0 0 0 0 0 19 0 1 0 549626971 394489856 5747 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 15369171724318801919 0 0 17 6 0 0 0
/proc/2018/statm: 96311 5747 348 364 0 32217 0
[pid=2020] ppid=2018 vsize=1017800 CPUtime=0.78 cores=0-7
/proc/2020/stat : 2020 (gnovelty+2) R 2018 2020 2020 0 -1 4202496 419 0 0 0 78 0 0 0 22 0 1 0 549626972 1042227200 162 33554432000 134512640 135663704 4288863056 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2020/statm: 254450 162 113 282 0 254166 0
[pid=2021] ppid=2000 vsize=395500 CPUtime=0 cores=0-7
/proc/2021/stat : 2021 (python) S 2000 2000 342 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 549626975 404992000 5718 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 6429732897296449795 0 0 17 1 0 0 0
/proc/2021/statm: 98875 5718 348 364 0 34778 0
[pid=2023] ppid=2021 vsize=1860 CPUtime=0.72 cores=0-7
/proc/2023/stat : 2023 (march_hi) R 2021 2023 2023 0 -1 4202496 543 0 0 0 72 0 0 0 23 0 1 0 549626977 1904640 285 33554432000 4194304 4955518 140736977582496 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2023/statm: 465 285 104 186 0 278 0
[pid=2024] ppid=2000 vsize=405756 CPUtime=0 cores=0-7
/proc/2024/stat : 2024 (python) S 2000 2000 342 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 549626979 415494144 5858 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 18248528519795540226 0 0 17 4 0 0 0
/proc/2024/statm: 101439 5858 348 364 0 37339 0
[pid=2028] ppid=2024 vsize=1860 CPUtime=0.33 cores=0-7
/proc/2028/stat : 2028 (march_hi) R 2024 2028 2028 0 -1 4202496 538 0 0 0 33 0 0 0 22 0 1 0 549626983 1904640 280 33554432000 4194304 4955518 140735457084416 18446744073709551615 4314309 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2028/statm: 465 280 104 186 0 278 0
[pid=2026] ppid=2000 vsize=416012 CPUtime=0 cores=0-7
/proc/2026/stat : 2026 (python) S 2000 2000 342 0 -1 4202560 781 0 0 0 0 0 0 0 17 0 1 0 549626983 425996288 5885 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 10695596120509219073 0 0 17 4 0 0 0
/proc/2026/statm: 104003 5885 354 364 0 39900 0
[pid=2029] ppid=2026 vsize=1860 CPUtime=0.65 cores=0-7
/proc/2029/stat : 2029 (march_hi) R 2026 2029 2029 0 -1 4202496 549 0 0 0 65 0 0 0 25 0 1 0 549626983 1904640 285 33554432000 4194304 4955518 140734495848560 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2029/statm: 465 285 104 186 0 278 0
[pid=2000/tid=2007] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2007/stat : 2007 (python) S 1998 2000 342 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 549626956 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 0 0 0 0
[pid=2000/tid=2010] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2010/stat : 2010 (python) S 1998 2000 342 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 549626960 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2013] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2013/stat : 2013 (python) S 1998 2000 342 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 549626964 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 3 0 0 0
[pid=2000/tid=2016] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2016/stat : 2016 (python) S 1998 2000 342 0 -1 4202560 78 934 0 0 0 0 0 0 19 0 9 0 549626967 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2019] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2019/stat : 2019 (python) S 1998 2000 342 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 549626971 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2022] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2022/stat : 2022 (python) S 1998 2000 342 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 9 0 549626975 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
[pid=2000/tid=2025] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2025/stat : 2025 (python) S 1998 2000 342 0 -1 4202560 42 934 0 0 0 0 0 0 21 0 9 0 549626979 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
[pid=2000/tid=2027] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2027/stat : 2027 (python) S 1998 2000 342 0 -1 4202560 60 934 0 0 0 0 0 0 22 0 9 0 549626983 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 4754648

[startup+3.10161 s]
/proc/loadavg: 5.33 2.13 1.39 10/296 2029
/proc/meminfo: memFree=11754360/32951124 swapFree=67111352/67111528
[pid=2000] ppid=1998 vsize=426256 CPUtime=0.72 cores=0-7
/proc/2000/stat : 2000 (python) S 1998 2000 342 0 -1 4202496 15390 934 1 0 62 10 0 0 22 0 9 0 549626900 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2000/statm: 106564 7424 1889 364 0 42461 0
[pid=2006] ppid=2000 vsize=278580 CPUtime=0 cores=0-7
/proc/2006/stat : 2006 (python) S 2000 2000 342 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 549626956 285265920 5564 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321487 0 0 16781312 514 7166009039086649601 0 0 17 0 0 0 0
/proc/2006/statm: 69645 5564 354 364 0 5563 0
[pid=2008] ppid=2006 vsize=454896 CPUtime=2.53 cores=0-7
/proc/2008/stat : 2008 (TNM) R 2006 2008 2008 0 -1 4202496 415 0 0 0 253 0 0 0 25 0 1 0 549626956 465813504 151 33554432000 134512640 135008748 4290552176 18446744073709551615 134535688 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2008/statm: 113724 151 46 122 0 112624 0
[pid=2009] ppid=2000 vsize=289260 CPUtime=0 cores=0-7
/proc/2009/stat : 2009 (python) S 2000 2000 342 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 549626960 296202240 5672 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 14672881521895899395 0 0 17 0 0 0 0
/proc/2009/statm: 72315 5672 348 364 0 8230 0
[pid=2011] ppid=2009 vsize=1860 CPUtime=2.48 cores=0-7
/proc/2011/stat : 2011 (march_hi) R 2009 2011 2011 0 -1 4202496 568 0 0 0 248 0 0 0 25 0 1 0 549626960 1904640 304 33554432000 4194304 4955518 140735018804720 18446744073709551615 4227884 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2011/statm: 465 304 104 186 0 278 0
[pid=2012] ppid=2000 vsize=299196 CPUtime=0 cores=0-7
/proc/2012/stat : 2012 (python) S 2000 2000 342 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 549626964 306376704 5596 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 18207714648172495107 0 0 17 3 0 0 0
/proc/2012/statm: 74799 5596 348 364 0 10711 0
[pid=2014] ppid=2012 vsize=1860 CPUtime=1.31 cores=0-7
/proc/2014/stat : 2014 (march_hi) R 2012 2014 2014 0 -1 4202496 554 0 0 0 131 0 0 0 25 0 1 0 549626964 1904640 289 33554432000 4194304 4955518 140736535343040 18446744073709551615 4238406 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2014/statm: 465 289 104 186 0 278 0
[pid=2015] ppid=2000 vsize=374988 CPUtime=0 cores=0-7
/proc/2015/stat : 2015 (python) S 2000 2000 342 0 -1 4202560 720 0 0 0 0 0 0 0 15 0 1 0 549626967 383987712 5773 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 9215006956685590786 0 0 17 1 0 0 0
/proc/2015/statm: 93747 5773 348 364 0 29656 0
[pid=2017] ppid=2015 vsize=1860 CPUtime=2.4 cores=0-7
/proc/2017/stat : 2017 (march_hi) R 2015 2017 2017 0 -1 4202496 555 0 0 0 240 0 0 0 25 0 1 0 549626968 1904640 303 33554432000 4194304 4955518 140734973294592 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2017/statm: 465 303 104 186 0 278 0
[pid=2018] ppid=2000 vsize=385244 CPUtime=0 cores=0-7
/proc/2018/stat : 2018 (python) S 2000 2000 342 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 549626971 394489856 5747 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 15369171724318769411 0 0 17 6 0 0 0
/proc/2018/statm: 96311 5747 348 364 0 32217 0
[pid=2020] ppid=2018 vsize=1017800 CPUtime=2.37 cores=0-7
/proc/2020/stat : 2020 (gnovelty+2) R 2018 2020 2020 0 -1 4202496 419 0 0 0 237 0 0 0 25 0 1 0 549626972 1042227200 162 33554432000 134512640 135663704 4288863056 18446744073709551615 134545207 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2020/statm: 254450 162 113 282 0 254166 0
[pid=2021] ppid=2000 vsize=395500 CPUtime=0 cores=0-7
/proc/2021/stat : 2021 (python) S 2000 2000 342 0 -1 4202560 735 0 0 0 0 0 0 0 15 0 1 0 549626975 404992000 5718 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 6429732897296449795 0 0 17 1 0 0 0
/proc/2021/statm: 98875 5718 348 364 0 34778 0
[pid=2023] ppid=2021 vsize=1860 CPUtime=2.31 cores=0-7
/proc/2023/stat : 2023 (march_hi) R 2021 2023 2023 0 -1 4202496 561 0 0 0 231 0 0 0 25 0 1 0 549626977 1904640 303 33554432000 4194304 4955518 140736977582496 18446744073709551615 4238478 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2023/statm: 465 303 104 186 0 278 0
[pid=2024] ppid=2000 vsize=405756 CPUtime=0 cores=0-7
/proc/2024/stat : 2024 (python) S 2000 2000 342 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 549626979 415494144 5858 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 18248528519795540226 0 0 17 4 0 0 0
/proc/2024/statm: 101439 5858 348 364 0 37339 0
[pid=2028] ppid=2024 vsize=1860 CPUtime=1.13 cores=0-7
/proc/2028/stat : 2028 (march_hi) R 2024 2028 2028 0 -1 4202496 548 0 0 0 113 0 0 0 25 0 1 0 549626983 1904640 290 33554432000 4194304 4955518 140735457084416 18446744073709551615 4224646 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2028/statm: 465 290 104 186 0 278 0
[pid=2026] ppid=2000 vsize=416012 CPUtime=0 cores=0-7
/proc/2026/stat : 2026 (python) S 2000 2000 342 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 549626983 425996288 5885 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 10695596120509219073 0 0 17 4 0 0 0
/proc/2026/statm: 104003 5885 354 364 0 39900 0
[pid=2029] ppid=2026 vsize=1860 CPUtime=2.25 cores=0-7
/proc/2029/stat : 2029 (march_hi) R 2026 2029 2029 0 -1 4202496 567 0 0 0 225 0 0 0 25 0 1 0 549626983 1904640 303 33554432000 4194304 4955518 140734495848560 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2029/statm: 465 303 104 186 0 278 0
[pid=2000/tid=2007] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2007/stat : 2007 (python) S 1998 2000 342 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 549626956 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 0 0 0 0
[pid=2000/tid=2010] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2010/stat : 2010 (python) S 1998 2000 342 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 549626960 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2013] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2013/stat : 2013 (python) S 1998 2000 342 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 549626964 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 3 0 0 0
[pid=2000/tid=2016] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2016/stat : 2016 (python) S 1998 2000 342 0 -1 4202560 78 934 0 0 0 0 0 0 19 0 9 0 549626967 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2019] ppid=1998 vsize=426256 CPUtime=0 cores=0-7

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

[pid=2026] ppid=2000 vsize=416012 CPUtime=0.01 cores=0-7
/proc/2026/stat : 2026 (python) S 2000 2000 342 0 -1 4202560 866 0 0 0 1 0 0 0 15 0 1 0 549626983 425996288 5908 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 10695596120509219073 0 0 17 4 0 0 0
/proc/2026/statm: 104003 5908 377 364 0 39900 0
[pid=2029] ppid=2026 vsize=2140 CPUtime=7.02 cores=0-7
/proc/2029/stat : 2029 (march_hi) R 2026 2029 2029 0 -1 4202496 617 0 0 0 702 0 0 0 25 0 1 0 549626983 2191360 353 33554432000 4194304 4955518 140734495848560 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2029/statm: 535 353 104 186 0 348 0
[pid=2000/tid=2007] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2007/stat : 2007 (python) S 1998 2000 342 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 549626956 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 0 0 0 0
[pid=2000/tid=2010] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2010/stat : 2010 (python) S 1998 2000 342 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 549626960 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2013] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2013/stat : 2013 (python) S 1998 2000 342 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 549626964 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 3 0 0 0
[pid=2000/tid=2016] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2016/stat : 2016 (python) S 1998 2000 342 0 -1 4202560 78 934 0 0 0 0 0 0 19 0 9 0 549626967 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2019] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2019/stat : 2019 (python) S 1998 2000 342 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 549626971 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2022] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2022/stat : 2022 (python) S 1998 2000 342 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 9 0 549626975 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
[pid=2000/tid=2025] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2025/stat : 2025 (python) S 1998 2000 342 0 -1 4202560 42 934 0 0 0 0 0 0 21 0 9 0 549626979 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
[pid=2000/tid=2027] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2027/stat : 2027 (python) S 1998 2000 342 0 -1 4202560 60 934 0 0 0 0 0 0 22 0 9 0 549626983 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 4755920

[startup+8.10168 s]
/proc/loadavg: 5.62 2.25 1.44 10/296 2029
/proc/meminfo: memFree=11752368/32951124 swapFree=67111352/67111528
[pid=2000] ppid=1998 vsize=426256 CPUtime=0.72 cores=0-7
/proc/2000/stat : 2000 (python) S 1998 2000 342 0 -1 4202496 15390 934 1 0 62 10 0 0 22 0 9 0 549626900 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2000/statm: 106564 7424 1889 364 0 42461 0
[pid=2006] ppid=2000 vsize=278580 CPUtime=0 cores=0-7
/proc/2006/stat : 2006 (python) S 2000 2000 342 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 549626956 285265920 5586 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321487 0 0 16781312 514 7166009039086649601 0 0 17 0 0 0 0
/proc/2006/statm: 69645 5586 376 364 0 5563 0
[pid=2008] ppid=2006 vsize=454896 CPUtime=7.53 cores=0-7
/proc/2008/stat : 2008 (TNM) R 2006 2008 2008 0 -1 4202496 415 0 0 0 753 0 0 0 25 0 1 0 549626956 465813504 151 33554432000 134512640 135008748 4290552176 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2008/statm: 113724 151 46 122 0 112624 0
[pid=2009] ppid=2000 vsize=289260 CPUtime=0.01 cores=0-7
/proc/2009/stat : 2009 (python) S 2000 2000 342 0 -1 4202560 911 0 0 0 1 0 0 0 15 0 1 0 549626960 296202240 5694 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 14672881521895899395 0 0 17 0 0 0 0
/proc/2009/statm: 72315 5694 370 364 0 8230 0
[pid=2011] ppid=2009 vsize=2140 CPUtime=5.81 cores=0-7
/proc/2011/stat : 2011 (march_hi) R 2009 2011 2011 0 -1 4202496 609 0 0 0 581 0 0 0 25 0 1 0 549626960 2191360 345 33554432000 4194304 4955518 140735018804720 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2011/statm: 535 345 104 186 0 348 0
[pid=2012] ppid=2000 vsize=299196 CPUtime=0.01 cores=0-7
/proc/2012/stat : 2012 (python) S 2000 2000 342 0 -1 4202560 918 0 0 0 1 0 0 0 15 0 1 0 549626964 306376704 5619 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 18207714648172495107 0 0 17 3 0 0 0
/proc/2012/statm: 74799 5619 371 364 0 10711 0
[pid=2014] ppid=2012 vsize=2004 CPUtime=5.51 cores=0-7
/proc/2014/stat : 2014 (march_hi) R 2012 2014 2014 0 -1 4202496 585 0 0 0 551 0 0 0 25 0 1 0 549626964 2052096 320 33554432000 4194304 4955518 140736535343040 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2014/statm: 501 320 104 186 0 314 0
[pid=2015] ppid=2000 vsize=374988 CPUtime=0.01 cores=0-7
/proc/2015/stat : 2015 (python) S 2000 2000 342 0 -1 4202560 803 0 0 0 1 0 0 0 15 0 1 0 549626967 383987712 5796 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 9215006956685590786 0 0 17 1 0 0 0
/proc/2015/statm: 93747 5796 371 364 0 29656 0
[pid=2017] ppid=2015 vsize=2140 CPUtime=7.35 cores=0-7
/proc/2017/stat : 2017 (march_hi) R 2015 2017 2017 0 -1 4202496 607 0 0 0 735 0 0 0 25 0 1 0 549626968 2191360 355 33554432000 4194304 4955518 140734973294592 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2017/statm: 535 355 104 186 0 348 0
[pid=2018] ppid=2000 vsize=385244 CPUtime=0 cores=0-7
/proc/2018/stat : 2018 (python) S 2000 2000 342 0 -1 4202560 803 0 0 0 0 0 0 0 18 0 1 0 549626971 394489856 5770 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 15369171724318769411 0 0 17 6 0 0 0
/proc/2018/statm: 96311 5770 371 364 0 32217 0
[pid=2020] ppid=2018 vsize=1017800 CPUtime=7.34 cores=0-7
/proc/2020/stat : 2020 (gnovelty+2) R 2018 2020 2020 0 -1 4202496 419 0 0 0 734 0 0 0 25 0 1 0 549626972 1042227200 162 33554432000 134512640 135663704 4288863056 18446744073709551615 134524670 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2020/statm: 254450 162 113 282 0 254166 0
[pid=2021] ppid=2000 vsize=395500 CPUtime=0.01 cores=0-7
/proc/2021/stat : 2021 (python) S 2000 2000 342 0 -1 4202560 815 0 0 0 1 0 0 0 15 0 1 0 549626975 404992000 5741 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 6429732897296449795 0 0 17 1 0 0 0
/proc/2021/statm: 98875 5741 371 364 0 34778 0
[pid=2023] ppid=2021 vsize=2004 CPUtime=5.53 cores=0-7
/proc/2023/stat : 2023 (march_hi) R 2021 2023 2023 0 -1 4202496 579 0 0 0 553 0 0 0 25 0 1 0 549626977 2052096 321 33554432000 4194304 4955518 140736977582496 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2023/statm: 501 321 104 186 0 314 0
[pid=2024] ppid=2000 vsize=405756 CPUtime=0.01 cores=0-7
/proc/2024/stat : 2024 (python) S 2000 2000 342 0 -1 4202560 827 0 0 0 1 0 0 0 15 0 1 0 549626979 415494144 5881 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 18248528519795540226 0 0 17 4 0 0 0
/proc/2024/statm: 101439 5881 371 364 0 37339 0
[pid=2028] ppid=2024 vsize=2004 CPUtime=5.3 cores=0-7
/proc/2028/stat : 2028 (march_hi) R 2024 2028 2028 0 -1 4202496 579 0 0 0 530 0 0 0 25 0 1 0 549626983 2052096 321 33554432000 4194304 4955518 140735457084416 18446744073709551615 4346368 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2028/statm: 501 321 104 186 0 314 0
[pid=2026] ppid=2000 vsize=416012 CPUtime=0.01 cores=0-7
/proc/2026/stat : 2026 (python) S 2000 2000 342 0 -1 4202560 869 0 0 0 1 0 0 0 15 0 1 0 549626983 425996288 5908 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 10695596120509219073 0 0 17 4 0 0 0
/proc/2026/statm: 104003 5908 377 364 0 39900 0
[pid=2029] ppid=2026 vsize=2140 CPUtime=7.22 cores=0-7
/proc/2029/stat : 2029 (march_hi) R 2026 2029 2029 0 -1 4202496 619 0 0 0 722 0 0 0 25 0 1 0 549626983 2191360 355 33554432000 4194304 4955518 140734495848560 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2029/statm: 535 355 104 186 0 348 0
[pid=2000/tid=2007] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2007/stat : 2007 (python) S 1998 2000 342 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 549626956 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 0 0 0 0
[pid=2000/tid=2010] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2010/stat : 2010 (python) S 1998 2000 342 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 549626960 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2013] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2013/stat : 2013 (python) S 1998 2000 342 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 9 0 549626964 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 3 0 0 0
[pid=2000/tid=2016] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2016/stat : 2016 (python) S 1998 2000 342 0 -1 4202560 78 934 0 0 0 0 0 0 19 0 9 0 549626967 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2019] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2019/stat : 2019 (python) S 1998 2000 342 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 549626971 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2022] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2022/stat : 2022 (python) S 1998 2000 342 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 9 0 549626975 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
[pid=2000/tid=2025] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2025/stat : 2025 (python) S 1998 2000 342 0 -1 4202560 42 934 0 0 0 0 0 0 21 0 9 0 549626979 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
[pid=2000/tid=2027] ppid=1998 vsize=426256 CPUtime=0 cores=0-7
/proc/2000/task/2027/stat : 2027 (python) S 1998 2000 342 0 -1 4202560 60 934 0 0 0 0 0 0 22 0 9 0 549626983 436486144 7424 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 52.37
Current children cumulated vsize (KiB) 4755920

[startup+8.2017 s]
/proc/loadavg: 5.62 2.25 1.44 10/296 2029
/proc/meminfo: memFree=11752368/32951124 swapFree=67111352/67111528
[pid=2000] ppid=1998 vsize=426256 CPUtime=0.72 cores=0-7
/proc/2000/stat : 2000 (python) S 1998 2000 342 0 -1 4202496 15417 934 1 0 62 10 0 0 18 0 9 0 549626900 436486144 7425 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389131583 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2000/statm: 106564 7425 1890 364 0 42461 0
[pid=2006] ppid=2000 vsize=278580 CPUtime=0 cores=0-7
/proc/2006/stat : 2006 (python) S 2000 2000 342 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 549626956 285265920 5586 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321487 0 0 16781312 514 7166009039086649601 0 0 17 0 0 0 0
/proc/2006/statm: 69645 5586 376 364 0 5563 0
[pid=2008] ppid=2006 vsize=454896 CPUtime=7.63 cores=0-7
/proc/2008/stat : 2008 (TNM) R 2006 2008 2008 0 -1 4202496 415 0 0 0 763 0 0 0 25 0 1 0 549626956 465813504 151 33554432000 134512640 135008748 4290552176 18446744073709551615 134527416 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2008/statm: 113724 151 46 122 0 112624 0
[pid=2009] ppid=2000 vsize=289260 CPUtime=0.01 cores=0-7
/proc/2009/stat : 2009 (python) S 2000 2000 342 0 -1 4202560 911 0 0 0 1 0 0 0 15 0 1 0 549626960 296202240 5694 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 14672881521895899395 0 0 17 0 0 0 0
/proc/2009/statm: 72315 5694 370 364 0 8230 0
[pid=2011] ppid=2009 vsize=2140 CPUtime=5.83 cores=0-7
/proc/2011/stat : 2011 (march_hi) R 2009 2011 2011 0 -1 4202496 609 0 0 0 583 0 0 0 25 0 1 0 549626960 2191360 345 33554432000 4194304 4955518 140735018804720 18446744073709551615 4286687 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2011/statm: 535 345 104 186 0 348 0
[pid=2012] ppid=2000 vsize=299196 CPUtime=0.01 cores=0-7
/proc/2012/stat : 2012 (python) S 2000 2000 342 0 -1 4202560 918 0 0 0 1 0 0 0 15 0 1 0 549626964 306376704 5619 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 18207714648172495107 0 0 17 3 0 0 0
/proc/2012/statm: 74799 5619 371 364 0 10711 0
[pid=2014] ppid=2012 vsize=2140 CPUtime=5.61 cores=0-7
/proc/2014/stat : 2014 (march_hi) R 2012 2014 2014 0 -1 4202496 608 0 0 0 561 0 0 0 25 0 1 0 549626964 2191360 343 33554432000 4194304 4955518 140736535343040 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2014/statm: 535 343 104 186 0 348 0
[pid=2015] ppid=2000 vsize=0 CPUtime=7.46 cores=0-7
/proc/2015/stat : 2015 (python) Z 2000 2000 342 0 -1 4202588 1105 609 0 0 2 0 744 0 15 0 1 0 549626967 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2015/statm: 0 0 0 0 0 0 0
[pid=2018] ppid=2000 vsize=385244 CPUtime=0 cores=0-7
/proc/2018/stat : 2018 (python) S 2000 2000 342 0 -1 4202560 803 0 0 0 0 0 0 0 18 0 1 0 549626971 394489856 5770 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 15369171724318769411 0 0 17 6 0 0 0
/proc/2018/statm: 96311 5770 371 364 0 32217 0
[pid=2020] ppid=2018 vsize=1017800 CPUtime=7.44 cores=0-7
/proc/2020/stat : 2020 (gnovelty+2) R 2018 2020 2020 0 -1 4202496 419 0 0 0 744 0 0 0 25 0 1 0 549626972 1042227200 162 33554432000 134512640 135663704 4288863056 18446744073709551615 134545572 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/2020/statm: 254450 162 113 282 0 254166 0
[pid=2021] ppid=2000 vsize=395500 CPUtime=0.01 cores=0-7
/proc/2021/stat : 2021 (python) S 2000 2000 342 0 -1 4202560 815 0 0 0 1 0 0 0 15 0 1 0 549626975 404992000 5741 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 6429732897296449795 0 0 17 1 0 0 0
/proc/2021/statm: 98875 5741 371 364 0 34778 0
[pid=2023] ppid=2021 vsize=2140 CPUtime=5.61 cores=0-7
/proc/2023/stat : 2023 (march_hi) R 2021 2023 2023 0 -1 4202496 602 0 0 0 561 0 0 0 25 0 1 0 549626977 2191360 344 33554432000 4194304 4955518 140736977582496 18446744073709551615 4224738 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/2023/statm: 535 344 104 186 0 348 0
[pid=2026] ppid=2000 vsize=416012 CPUtime=0.01 cores=0-7
/proc/2026/stat : 2026 (python) S 2000 2000 342 0 -1 4202560 869 0 0 0 1 0 0 0 15 0 1 0 549626983 425996288 5908 33554432000 4194304 5683644 140733331170608 18446744073709551615 255377321542 0 0 16781312 514 10695596120509219073 0 0 17 4 0 0 0
/proc/2026/statm: 104003 5908 377 364 0 39900 0
[pid=2029] ppid=2026 vsize=2208 CPUtime=7.32 cores=0-7
/proc/2029/stat : 2029 (march_hi) R 2026 2029 2029 0 -1 4202496 619 0 0 0 732 0 0 0 25 0 1 0 549626983 2260992 355 33554432000 4194304 4955518 140734495848560 18446744073709551615 4299084 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2029/statm: 552 355 104 186 0 365 0
[pid=2000/tid=2007] ppid=1998 vsize=426256 CPUtime=5.42 cores=0-7
/proc/2000/task/2007/stat : 2007 (python) S 1998 2000 342 0 -1 4202560 26 2389 0 0 0 0 541 1 19 0 9 0 549626956 436486144 7425 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 0 0 0 0
[pid=2000/tid=2010] ppid=1998 vsize=426256 CPUtime=5.42 cores=0-7
/proc/2000/task/2010/stat : 2010 (python) S 1998 2000 342 0 -1 4202560 23 2389 0 0 0 0 541 1 19 0 9 0 549626960 436486144 7425 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2013] ppid=1998 vsize=426256 CPUtime=5.42 cores=0-7
/proc/2000/task/2013/stat : 2013 (python) S 1998 2000 342 0 -1 4202560 26 2389 0 0 0 0 541 1 19 0 9 0 549626964 436486144 7425 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 3 0 0 0
[pid=2000/tid=2016] ppid=1998 vsize=426256 CPUtime=5.42 cores=0-7
/proc/2000/task/2016/stat : 2016 (python) S 1998 2000 342 0 -1 4202560 78 2389 0 0 0 0 541 1 19 0 9 0 549626967 436486144 7425 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2019] ppid=1998 vsize=426256 CPUtime=5.42 cores=0-7
/proc/2000/task/2019/stat : 2019 (python) S 1998 2000 342 0 -1 4202560 31 2389 0 0 0 0 541 1 20 0 9 0 549626971 436486144 7425 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 6 0 0 0
[pid=2000/tid=2022] ppid=1998 vsize=426256 CPUtime=5.42 cores=0-7
/proc/2000/task/2022/stat : 2022 (python) S 1998 2000 342 0 -1 4202560 31 2389 0 0 0 0 541 1 19 0 9 0 549626975 436486144 7425 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
[pid=2000/tid=2025] ppid=1998 vsize=426256 CPUtime=5.42 cores=0-7
/proc/2000/task/2025/stat : 2025 (python) S 1998 2000 342 0 -1 4202560 42 2389 0 0 0 0 541 1 21 0 9 0 549626979 436486144 7425 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
[pid=2000/tid=2027] ppid=1998 vsize=426256 CPUtime=5.42 cores=0-7
/proc/2000/task/2027/stat : 2027 (python) S 1998 2000 342 0 -1 4202560 60 2389 0 0 0 0 541 1 22 0 9 0 549626983 436486144 7425 33554432000 4194304 5683644 140733331170608 18446744073709551615 255389125041 0 0 16781312 2 18446604441696256064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 47.66
Current children cumulated vsize (KiB) 3971372

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.71
#  lost CPU user time (s): 4.71
#  lost CPU system time (s): 0

Real time (s): 8.23192
CPU time (s): 58.0169
CPU user time (s): 57.8039
CPU system time (s): 0.212967
CPU usage (%): 704.779
Max. virtual memory (cumulated for all children) (KiB): 4755920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.0939
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32630
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= 3131
involuntary context switches= 2393

runsolver used 0.027995 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-03 01:51:30
IDJOB=3322318
IDBENCH=83096
IDSOLVER=1712
FILE ID=node135/3322318-1304380290
RUNJOBID= node135-1304366465-356
PBS_JOBID= 13181737
Free space on /tmp= 72908 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S761041117-050.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-3322318-1304380290/watcher-3322318-1304380290 -o /tmp/evaluation-result-3322318-1304380290/solver-3322318-1304380290 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322318-1304380290.cnf -seed 1649755875 -budget 40000 -cores 8

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

MD5SUM BENCH= cb62702a06eba78f1f4308935b49c22d
RANDOM SEED=1649755875

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11810352 kB
Buffers:       1003836 kB
Cached:        3903316 kB
SwapCached:        172 kB
Active:       16375660 kB
Inactive:      4182596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11810352 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           31612 kB
Writeback:         184 kB
AnonPages:    15651112 kB
Mapped:          21748 kB
Slab:           472768 kB
PageTables:      45220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46190904 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72876 MiB
End job on node135 at 2011-05-03 01:51:39