Trace number 3378469

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)? 4776.17 1199.01

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1235135694-059.UNKNOWN.cnf
MD5SUM4fe02968acd00bdecbd1c96009763619
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3378469-1305465805.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.41/0.52	c INFO: computed variable balance statistics
0.41/0.56	c INFO: computed small-clause counts
0.41/0.56	c INFO: computed Horn-clause counts
0.41/0.56	c INFO: computed variable graph statistics
0.41/0.56	c INFO: collected features for HOME/instance-3378469-1305465805.cnf in 0.10 s
0.41/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.41/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
0.41/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.51/0.60	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.27)
399.87/100.89	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.33)
400.24/100.90	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.30)
1558.45/391.51	c INFO: running march_hi@0 for 97 with 808 remaining (b = 0.06)
1574.34/395.60	c INFO: running march_hi@99 for 291 with 804 remaining (b = 0.17)
1953.45/490.64	c INFO: running march_hi@393 for 97 with 709 remaining (b = 0.07)
2333.21/585.93	c INFO: running kcnfs-2006@0 for 614 with 614 remaining (b = 0.25)
2729.03/685.25	c INFO: running march_hi@198 for 194 with 515 remaining (b = 0.11)
3141.52/788.72	c INFO: running march_hi@0 for 411 with 411 remaining (b = 0.18)
3151.01/791.11	c INFO: running march_hi@99 for 291 with 409 remaining (b = 0.12)
3525.91/885.22	c INFO: running march_hi@390 for 97 with 315 remaining (b = 0.05)
3898.82/978.83	c INFO: running march_hi@483 for 97 with 221 remaining (b = 0.06)
4300.00/1079.59	c INFO: running march_hi@582 for 120 with 120 remaining (b = 0.06)
4307.22/1081.39	c INFO: running march_hi@297 for 119 with 119 remaining (b = 0.07)
4775.72/1198.99	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378469-1305465805/watcher-3378469-1305465805 -o /tmp/evaluation-result-3378469-1305465805/solver-3378469-1305465805 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378469-1305465805.cnf -seed 571802021 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.02 8.17 7.93 5/457 32013
/proc/meminfo: memFree=21609648/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=16244 CPUtime=0.01 cores=1,3,5,7
/proc/32013/stat : 32013 (python) R 32011 32013 30709 0 -1 4202496 1050 0 0 0 1 0 0 0 25 0 1 0 658178267 16633856 922 33554432000 4194304 5683644 140734313424208 18446744073709551615 4867292 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32013/statm: 4061 922 381 364 0 548 0

[startup+0.080131 s]
/proc/loadavg: 8.02 8.17 7.93 5/457 32013
/proc/meminfo: memFree=21609648/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=85624 CPUtime=0.06 cores=1,3,5,7
/proc/32013/stat : 32013 (python) R 32011 32013 30709 0 -1 4202496 2629 0 0 0 4 2 0 0 17 0 1 0 658178267 87678976 2348 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687718535 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32013/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.101124 s]
/proc/loadavg: 8.02 8.17 7.93 5/457 32013
/proc/meminfo: memFree=21609648/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=104236 CPUtime=0.07 cores=1,3,5,7
/proc/32013/stat : 32013 (python) R 32011 32013 30709 0 -1 4202496 3087 0 0 0 5 2 0 0 17 0 1 0 658178267 106737664 2768 33554432000 4194304 5683644 140734313424208 18446744073709551615 5114048 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32013/statm: 26059 2768 847 364 0 1807 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104236

[startup+0.301088 s]
/proc/loadavg: 8.02 8.17 7.93 5/457 32013
/proc/meminfo: memFree=21609648/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=190256 CPUtime=0.24 cores=1,3,5,7
/proc/32013/stat : 32013 (python) R 32011 32013 30709 0 -1 4202496 6888 934 1 0 17 7 0 0 17 0 1 0 658178267 194822144 4943 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687671141 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32013/statm: 47564 4943 1422 364 0 3724 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 190256

[startup+0.700978 s]
/proc/loadavg: 8.02 8.17 7.93 5/457 32013
/proc/meminfo: memFree=21609648/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=320276 CPUtime=0.52 cores=1,3,5,7
/proc/32013/stat : 32013 (python) S 32011 32013 30709 0 -1 4202496 12195 934 1 0 42 10 0 0 21 0 5 0 658178267 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32013/statm: 80069 7257 1873 364 0 15978 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 320276

[startup+1.50083 s]
/proc/loadavg: 8.10 8.18 7.93 11/470 32030
/proc/meminfo: memFree=21569616/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=320276 CPUtime=0.52 cores=1,3,5,7
/proc/32013/stat : 32013 (python) S 32011 32013 30709 0 -1 4202496 12195 934 1 0 42 10 0 0 21 0 5 0 658178267 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32013/statm: 80069 7257 1873 364 0 15978 0
[pid=32019] ppid=32013 vsize=278504 CPUtime=0 cores=1,3,5,7
/proc/32019/stat : 32019 (python) S 32013 32013 30709 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658178325 285188096 5559 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695375 0 0 16781312 514 15709970850906111999 0 0 17 3 0 0 0
/proc/32019/statm: 69626 5559 354 364 0 5544 0
[pid=32021] ppid=32019 vsize=1017940 CPUtime=0.91 cores=1,3,5,7
/proc/32021/stat : 32021 (gnovelty+2) R 32019 32021 32021 0 -1 4202496 457 0 0 0 91 0 0 0 21 0 1 0 658178326 1042370560 192 33554432000 134512640 135663704 4290821936 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32021/statm: 254485 192 113 282 0 254201 0
[pid=32022] ppid=32013 vsize=289384 CPUtime=0 cores=1,3,5,7
/proc/32022/stat : 32022 (python) S 32013 32013 30709 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 658178326 296329216 5702 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 17610574281173860612 0 0 17 1 0 0 0
/proc/32022/statm: 72346 5702 348 364 0 8261 0
[pid=32024] ppid=32022 vsize=2752 CPUtime=0.9 cores=1,3,5,7
/proc/32024/stat : 32024 (march_hi) R 32022 32024 32024 0 -1 4202496 749 0 0 0 90 0 0 0 25 0 1 0 658178326 2818048 483 33554432000 4194304 4955518 140737078048352 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32024/statm: 688 483 104 186 0 501 0
[pid=32025] ppid=32013 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/32025/stat : 32025 (python) S 32013 32013 30709 0 -1 4202560 734 0 0 0 0 0 0 0 19 0 1 0 658178327 306348032 5604 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 14443372763248852991 0 0 17 3 0 0 0
/proc/32025/statm: 74792 5604 348 364 0 10704 0
[pid=32027] ppid=32025 vsize=1017940 CPUtime=0.89 cores=1,3,5,7
/proc/32027/stat : 32027 (gnovelty+2) R 32025 32027 32027 0 -1 4202496 451 0 0 0 89 0 0 0 23 0 1 0 658178328 1042370560 191 33554432000 134512640 135663704 4293666704 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32027/statm: 254485 191 113 282 0 254201 0
[pid=32028] ppid=32013 vsize=310032 CPUtime=0 cores=1,3,5,7
/proc/32028/stat : 32028 (python) S 32013 32013 30709 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 658178328 317472768 5728 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 10778367355848196356 0 0 17 7 0 0 0
/proc/32028/statm: 77508 5728 348 364 0 13417 0
[pid=32030] ppid=32028 vsize=2752 CPUtime=0.86 cores=1,3,5,7
/proc/32030/stat : 32030 (march_hi) R 32028 32030 32030 0 -1 4202496 742 0 0 0 86 0 0 0 25 0 1 0 658178328 2818048 481 33554432000 4194304 4955518 140733800206288 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32030/statm: 688 481 104 186 0 501 0
[pid=32013/tid=32020] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32020/stat : 32020 (python) S 32011 32013 30709 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 658178325 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32023] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32023/stat : 32023 (python) S 32011 32013 30709 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 658178326 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 1 0 0 0
[pid=32013/tid=32026] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32026/stat : 32026 (python) S 32011 32013 30709 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 5 0 658178327 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32029] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32029/stat : 32029 (python) S 32011 32013 30709 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 658178328 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 3538748

[startup+3.10054 s]
/proc/loadavg: 8.10 8.18 7.93 9/470 32030
/proc/meminfo: memFree=21568128/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=320276 CPUtime=0.52 cores=1,3,5,7
/proc/32013/stat : 32013 (python) S 32011 32013 30709 0 -1 4202496 12195 934 1 0 42 10 0 0 21 0 5 0 658178267 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32013/statm: 80069 7257 1873 364 0 15978 0
[pid=32019] ppid=32013 vsize=278504 CPUtime=0 cores=1,3,5,7
/proc/32019/stat : 32019 (python) S 32013 32013 30709 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658178325 285188096 5559 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695375 0 0 16781312 514 15709970850906079493 0 0 17 3 0 0 0
/proc/32019/statm: 69626 5559 354 364 0 5544 0
[pid=32021] ppid=32019 vsize=1017940 CPUtime=2.51 cores=1,3,5,7
/proc/32021/stat : 32021 (gnovelty+2) R 32019 32021 32021 0 -1 4202496 457 0 0 0 251 0 0 0 25 0 1 0 658178326 1042370560 192 33554432000 134512640 135663704 4290821936 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32021/statm: 254485 192 113 282 0 254201 0
[pid=32022] ppid=32013 vsize=289384 CPUtime=0 cores=1,3,5,7
/proc/32022/stat : 32022 (python) S 32013 32013 30709 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658178326 296329216 5702 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 17610574281173860612 0 0 17 1 0 0 0
/proc/32022/statm: 72346 5702 348 364 0 8261 0
[pid=32024] ppid=32022 vsize=3184 CPUtime=2.5 cores=1,3,5,7
/proc/32024/stat : 32024 (march_hi) R 32022 32024 32024 0 -1 4202496 819 0 0 0 250 0 0 0 25 0 1 0 658178326 3260416 553 33554432000 4194304 4955518 140737078048352 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32024/statm: 796 553 104 186 0 609 0
[pid=32025] ppid=32013 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/32025/stat : 32025 (python) S 32013 32013 30709 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658178327 306348032 5604 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 14443372763248820488 0 0 17 3 0 0 0
/proc/32025/statm: 74792 5604 348 364 0 10704 0
[pid=32027] ppid=32025 vsize=1017940 CPUtime=2.49 cores=1,3,5,7
/proc/32027/stat : 32027 (gnovelty+2) R 32025 32027 32027 0 -1 4202496 451 0 0 0 249 0 0 0 25 0 1 0 658178328 1042370560 191 33554432000 134512640 135663704 4293666704 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32027/statm: 254485 191 113 282 0 254201 0
[pid=32028] ppid=32013 vsize=310032 CPUtime=0 cores=1,3,5,7
/proc/32028/stat : 32028 (python) S 32013 32013 30709 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 658178328 317472768 5728 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 10778367355848196356 0 0 17 7 0 0 0
/proc/32028/statm: 77508 5728 348 364 0 13417 0
[pid=32030] ppid=32028 vsize=3184 CPUtime=2.45 cores=1,3,5,7
/proc/32030/stat : 32030 (march_hi) R 32028 32030 32030 0 -1 4202496 813 0 0 0 245 0 0 0 25 0 1 0 658178328 3260416 552 33554432000 4194304 4955518 140733800206288 18446744073709551615 4286672 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32030/statm: 796 552 104 186 0 609 0
[pid=32013/tid=32020] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32020/stat : 32020 (python) S 32011 32013 30709 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 658178325 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32023] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32023/stat : 32023 (python) S 32011 32013 30709 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 658178326 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 1 0 0 0
[pid=32013/tid=32026] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32026/stat : 32026 (python) S 32011 32013 30709 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 5 0 658178327 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32029] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32029/stat : 32029 (python) S 32011 32013 30709 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 658178328 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 3539612

[startup+6.30095 s]
/proc/loadavg: 8.10 8.18 7.93 9/470 32030
/proc/meminfo: memFree=21565212/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=320276 CPUtime=0.52 cores=1,3,5,7
/proc/32013/stat : 32013 (python) S 32011 32013 30709 0 -1 4202496 12195 934 1 0 42 10 0 0 21 0 5 0 658178267 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32013/statm: 80069 7257 1873 364 0 15978 0
[pid=32019] ppid=32013 vsize=278504 CPUtime=0.01 cores=1,3,5,7
/proc/32019/stat : 32019 (python) S 32013 32013 30709 0 -1 4202560 885 0 0 0 0 1 0 0 18 0 1 0 658178325 285188096 5581 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695375 0 0 16781312 514 15709970850906079493 0 0 17 3 0 0 0
/proc/32019/statm: 69626 5581 376 364 0 5544 0
[pid=32021] ppid=32019 vsize=1017940 CPUtime=5.67 cores=1,3,5,7
/proc/32021/stat : 32021 (gnovelty+2) R 32019 32021 32021 0 -1 4202496 457 0 0 0 567 0 0 0 25 0 1 0 658178326 1042370560 192 33554432000 134512640 135663704 4290821936 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32021/statm: 254485 192 113 282 0 254201 0
[pid=32022] ppid=32013 vsize=289384 CPUtime=0.01 cores=1,3,5,7
/proc/32022/stat : 32022 (python) S 32013 32013 30709 0 -1 4202560 923 0 0 0 0 1 0 0 15 0 1 0 658178326 296329216 5725 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 17610574281173860612 0 0 17 1 0 0 0
/proc/32022/statm: 72346 5725 371 364 0 8261 0
[pid=32024] ppid=32022 vsize=3752 CPUtime=5.68 cores=1,3,5,7
/proc/32024/stat : 32024 (march_hi) R 32022 32024 32024 0 -1 4202496 956 0 0 0 568 0 0 0 25 0 1 0 658178326 3842048 690 33554432000 4194304 4955518 140737078048352 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32024/statm: 938 690 104 186 0 751 0
[pid=32025] ppid=32013 vsize=299168 CPUtime=0.01 cores=1,3,5,7
/proc/32025/stat : 32025 (python) S 32013 32013 30709 0 -1 4202560 896 0 0 0 1 0 0 0 18 0 1 0 658178327 306348032 5627 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 14443372763248820488 0 0 17 3 0 0 0
/proc/32025/statm: 74792 5627 371 364 0 10704 0
[pid=32027] ppid=32025 vsize=1017940 CPUtime=5.69 cores=1,3,5,7
/proc/32027/stat : 32027 (gnovelty+2) R 32025 32027 32027 0 -1 4202496 451 0 0 0 569 0 0 0 25 0 1 0 658178328 1042370560 191 33554432000 134512640 135663704 4293666704 18446744073709551615 134545611 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32027/statm: 254485 191 113 282 0 254201 0
[pid=32028] ppid=32013 vsize=310032 CPUtime=0.01 cores=1,3,5,7
/proc/32028/stat : 32028 (python) S 32013 32013 30709 0 -1 4202560 920 0 0 0 1 0 0 0 15 0 1 0 658178328 317472768 5751 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 10778367355848196356 0 0 17 7 0 0 0
/proc/32028/statm: 77508 5751 371 364 0 13417 0
[pid=32030] ppid=32028 vsize=3752 CPUtime=5.58 cores=1,3,5,7
/proc/32030/stat : 32030 (march_hi) R 32028 32030 32030 0 -1 4202496 948 0 0 0 558 0 0 0 25 0 1 0 658178328 3842048 687 33554432000 4194304 4955518 140733800206288 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32030/statm: 938 687 104 186 0 751 0
[pid=32013/tid=32020] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32020/stat : 32020 (python) S 32011 32013 30709 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 658178325 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32023] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32023/stat : 32023 (python) S 32011 32013 30709 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 658178326 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 1 0 0 0
[pid=32013/tid=32026] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32026/stat : 32026 (python) S 32011 32013 30709 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 5 0 658178327 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32029] ppid=32011 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32029/stat : 32029 (python) S 32011 32013 30709 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 658178328 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.18
Current children cumulated vsize (KiB) 3540748

[startup+12.7008 s]
/proc/loadavg: 8.16 8.19 7.94 9/470 32031
/proc/meminfo: memFree=21561592/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=320276 CPUtime=0.52 cores=1,3,5,7
/proc/32013/stat : 32013 (python) S 32011 32013 30709 0 -1 4202496 12195 934 1 0 42 10 0 0 21 0 5 0 658178267 327962624 7257 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32013/statm: 80069 7257 1873 364 0 15978 0
[pid=32019] ppid=32013 vsize=278504 CPUtime=0.03 cores=1,3,5,7
/proc/32019/stat : 32019 (python) S 32013 32013 30709 0 -1 4202560 890 0 0 0 1 2 0 0 18 0 1 0 658178325 285188096 5582 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695375 0 0 16781312 514 8507933014800433413 0 0 17 3 0 0 0
/proc/32019/statm: 69626 5582 377 364 0 5544 0
[pid=32021] ppid=32019 vsize=1017940 CPUtime=12.04 cores=1,3,5,7
/proc/32021/stat : 32021 (gnovelty+2) R 32019 32021 32021 0 -1 4202496 457 0 0 0 1204 0 0 0 25 0 1 0 658178326 1042370560 192 33554432000 134512640 135663704 4290821936 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32021/statm: 254485 192 113 282 0 254201 0
[pid=32022] ppid=32013 vsize=289384 CPUtime=0.03 cores=1,3,5,7

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


[startup+1198.7 s]
/proc/loadavg: 8.27 8.31 8.21 9/469 32559
/proc/meminfo: memFree=20593360/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=361008 CPUtime=0.61 cores=1,3,5,7
/proc/32013/stat : 32013 (python) S 32011 32013 30709 0 -1 4202496 16375 934 1 0 50 11 0 0 18 0 9 0 658178267 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32013/statm: 90252 7249 1890 364 0 26149 0
[pid=32019] ppid=32013 vsize=288748 CPUtime=0.3 cores=1,3,5,7
/proc/32019/stat : 32019 (python) S 32013 32013 30709 0 -1 4202560 1155 0 0 0 15 15 0 0 19 0 2 0 658178325 295677952 5626 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32019/statm: 72187 5626 416 364 0 8105 0
[pid=32021] ppid=32019 vsize=1017940 CPUtime=99.69 cores=1,3,5,7
/proc/32021/stat : 32021 (gnovelty+2) T 32019 32021 32021 0 -1 4202496 457 0 0 0 9969 0 0 0 25 0 1 0 658178326 1042370560 192 33554432000 134512640 135663704 4290821936 18446744073709551615 134544370 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32021/statm: 254485 192 113 282 0 254201 0
[pid=32019/tid=32079] ppid=32013 vsize=288748 CPUtime=0 cores=1,3,5,7
/proc/32019/task/32079/stat : 32079 (python) S 32013 32013 30709 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658188355 295677952 5626 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604465160390464 0 0 -1 3 0 0 0
[pid=32022] ppid=32013 vsize=289384 CPUtime=1.93 cores=1,3,5,7
/proc/32022/stat : 32022 (python) S 32013 32013 30709 0 -1 4202560 1160 0 0 0 105 88 0 0 15 0 2 0 658178326 296329216 5764 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32022/statm: 72346 5764 409 364 0 8261 0
[pid=32024] ppid=32022 vsize=110236 CPUtime=582.96 cores=1,3,5,7
/proc/32024/stat : 32024 (march_hi) T 32022 32024 32024 0 -1 4202496 20694 0 0 0 58289 7 0 0 25 0 1 0 658178326 112881664 20428 33554432000 4194304 4955518 140737078048352 18446744073709551615 4224622 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32024/statm: 27559 20428 104 186 0 27372 0
[pid=32022/tid=32123] ppid=32013 vsize=289384 CPUtime=0 cores=1,3,5,7
/proc/32022/task/32123/stat : 32123 (python) S 32013 32013 30709 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658217417 296329216 5764 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604459428672640 0 0 -1 1 0 0 0
[pid=32025] ppid=32013 vsize=299168 CPUtime=0.31 cores=1,3,5,7
/proc/32025/stat : 32025 (python) S 32013 32013 30709 0 -1 4202560 1084 0 0 0 15 16 0 0 19 0 2 0 658178327 306348032 5657 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32025/statm: 74792 5657 400 364 0 10704 0
[pid=32027] ppid=32025 vsize=1017940 CPUtime=99.5 cores=1,3,5,7
/proc/32027/stat : 32027 (gnovelty+2) T 32025 32027 32027 0 -1 4202496 451 0 0 0 9950 0 0 0 25 0 1 0 658178328 1042370560 191 33554432000 134512640 135663704 4293666704 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32027/statm: 254485 191 113 282 0 254201 0
[pid=32025/tid=32083] ppid=32013 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/32025/task/32083/stat : 32083 (python) S 32013 32013 30709 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658188357 306348032 5657 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604464865487616 0 0 -1 3 0 0 0
[pid=32028] ppid=32013 vsize=310032 CPUtime=2.89 cores=1,3,5,7
/proc/32028/stat : 32028 (python) S 32013 32013 30709 0 -1 4202560 1159 0 0 0 152 137 0 0 16 0 2 0 658178328 317472768 5781 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32028/statm: 77508 5781 400 364 0 13417 0
[pid=32030] ppid=32028 vsize=173412 CPUtime=878.39 cores=1,3,5,7
/proc/32030/stat : 32030 (march_hi) T 32028 32030 32030 0 -1 4202496 30752 0 0 0 87834 5 0 0 25 0 1 0 658178328 177573888 30491 33554432000 4194304 4955518 140733800206288 18446744073709551615 4227671 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32030/statm: 43353 30491 104 186 0 43166 0
[pid=32028/tid=32124] ppid=32013 vsize=310032 CPUtime=0 cores=1,3,5,7
/proc/32028/task/32124/stat : 32124 (python) S 32013 32013 30709 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658217827 317472768 5781 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604459428671744 0 0 -1 5 0 0 0
[pid=32080] ppid=32013 vsize=320288 CPUtime=3.58 cores=1,3,5,7
/proc/32080/stat : 32080 (python) S 32013 32013 30709 0 -1 4202560 1149 0 0 0 193 165 0 0 16 0 2 0 658188356 327974912 5802 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32080/statm: 80072 5802 400 364 0 15978 0
[pid=32082] ppid=32080 vsize=173412 CPUtime=1085.06 cores=1,3,5,7
/proc/32082/stat : 32082 (march_hi) R 32080 32082 32082 0 -1 4202496 37215 0 0 0 108495 11 0 0 25 0 1 0 658188357 177573888 36954 33554432000 4194304 4955518 140734012736224 18446744073709551615 4227667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32082/statm: 43353 36954 104 186 0 43166 0
[pid=32080/tid=32547] ppid=32013 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/32080/task/32547/stat : 32547 (python) S 32013 32013 30709 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658257378 327974912 5802 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604459428673536 0 0 -1 3 0 0 0
[pid=32084] ppid=32013 vsize=330688 CPUtime=3.26 cores=1,3,5,7
/proc/32084/stat : 32084 (python) S 32013 32013 30709 0 -1 4202560 1153 0 0 0 170 156 0 0 15 0 2 0 658188358 338624512 5825 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32084/statm: 82672 5825 400 364 0 18575 0
[pid=32086] ppid=32084 vsize=173412 CPUtime=994.43 cores=1,3,5,7
/proc/32086/stat : 32086 (march_hi) R 32084 32086 32086 0 -1 4202496 34555 0 0 0 99436 7 0 0 25 0 1 0 658188359 177573888 34293 33554432000 4194304 4955518 140733312365488 18446744073709551615 4289835 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32086/statm: 43353 34293 104 186 0 43166 0
[pid=32084/tid=32543] ppid=32013 vsize=330688 CPUtime=0 cores=1,3,5,7
/proc/32084/task/32543/stat : 32543 (python) S 32013 32013 30709 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658257139 338624512 5825 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604466911455424 0 0 -1 1 0 0 0
[pid=32527] ppid=32013 vsize=340944 CPUtime=1.95 cores=1,3,5,7
/proc/32527/stat : 32527 (python) S 32013 32013 30709 0 -1 4202560 990 0 0 0 104 91 0 0 18 0 1 0 658236861 349126656 5821 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 8507933014800433414 0 0 17 7 0 0 0
/proc/32527/statm: 85236 5821 371 364 0 21136 0
[pid=32529] ppid=32527 vsize=182584 CPUtime=610.06 cores=1,3,5,7
/proc/32529/stat : 32529 (kcnfs-2006) R 32527 32529 32529 0 -1 4202496 649 0 0 0 61006 0 0 0 25 0 1 0 658236862 186966016 389 33554432000 134512640 135163436 4294789952 18446744073709551615 134572242 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32529/statm: 45646 389 77 159 0 45486 0
[pid=32544] ppid=32013 vsize=351200 CPUtime=1.35 cores=1,3,5,7
/proc/32544/stat : 32544 (python) S 32013 32013 30709 0 -1 4202560 1035 0 0 0 70 65 0 0 15 0 1 0 658257140 359628800 5833 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 8507933014800433413 0 0 17 7 0 0 0
/proc/32544/statm: 87800 5833 377 364 0 23697 0
[pid=32546] ppid=32544 vsize=80768 CPUtime=408.61 cores=1,3,5,7
/proc/32546/stat : 32546 (march_hi) R 32544 32546 32546 0 -1 4202496 15114 0 0 0 40858 3 0 0 25 0 1 0 658257140 82706432 14846 33554432000 4194304 4955518 140733662853024 18446744073709551615 4206496 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32546/statm: 20192 14846 104 186 0 20005 0
[pid=32013/tid=32020] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32020/stat : 32020 (python) S 32011 32013 30709 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 658178325 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32023] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32023/stat : 32023 (python) S 32011 32013 30709 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 658178326 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 1 0 0 0
[pid=32013/tid=32026] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32026/stat : 32026 (python) S 32011 32013 30709 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 658178327 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32029] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32029/stat : 32029 (python) S 32011 32013 30709 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 658178328 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32081] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32081/stat : 32081 (python) S 32011 32013 30709 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 9 0 658188356 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32085] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32085/stat : 32085 (python) S 32011 32013 30709 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 658188359 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32528] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32528/stat : 32528 (python) S 32011 32013 30709 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 658236862 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32545] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32545/stat : 32545 (python) S 32011 32013 30709 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 658257140 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4774.88
Current children cumulated vsize (KiB) 5821164

[startup+1198.9 s]
/proc/loadavg: 8.27 8.31 8.21 9/469 32559
/proc/meminfo: memFree=20592116/32951124 swapFree=67111348/67111528
[pid=32013] ppid=32011 vsize=361008 CPUtime=0.61 cores=1,3,5,7
/proc/32013/stat : 32013 (python) S 32011 32013 30709 0 -1 4202496 16375 934 1 0 50 11 0 0 18 0 9 0 658178267 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32013/statm: 90252 7249 1890 364 0 26149 0
[pid=32019] ppid=32013 vsize=288748 CPUtime=0.3 cores=1,3,5,7
/proc/32019/stat : 32019 (python) S 32013 32013 30709 0 -1 4202560 1155 0 0 0 15 15 0 0 19 0 2 0 658178325 295677952 5626 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32019/statm: 72187 5626 416 364 0 8105 0
[pid=32021] ppid=32019 vsize=1017940 CPUtime=99.69 cores=1,3,5,7
/proc/32021/stat : 32021 (gnovelty+2) T 32019 32021 32021 0 -1 4202496 457 0 0 0 9969 0 0 0 25 0 1 0 658178326 1042370560 192 33554432000 134512640 135663704 4290821936 18446744073709551615 134544370 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32021/statm: 254485 192 113 282 0 254201 0
[pid=32019/tid=32079] ppid=32013 vsize=288748 CPUtime=0 cores=1,3,5,7
/proc/32019/task/32079/stat : 32079 (python) S 32013 32013 30709 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658188355 295677952 5626 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604465160390464 0 0 -1 3 0 0 0
[pid=32022] ppid=32013 vsize=289384 CPUtime=1.93 cores=1,3,5,7
/proc/32022/stat : 32022 (python) S 32013 32013 30709 0 -1 4202560 1160 0 0 0 105 88 0 0 15 0 2 0 658178326 296329216 5764 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32022/statm: 72346 5764 409 364 0 8261 0
[pid=32024] ppid=32022 vsize=110236 CPUtime=582.96 cores=1,3,5,7
/proc/32024/stat : 32024 (march_hi) T 32022 32024 32024 0 -1 4202496 20694 0 0 0 58289 7 0 0 25 0 1 0 658178326 112881664 20428 33554432000 4194304 4955518 140737078048352 18446744073709551615 4224622 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32024/statm: 27559 20428 104 186 0 27372 0
[pid=32022/tid=32123] ppid=32013 vsize=289384 CPUtime=0 cores=1,3,5,7
/proc/32022/task/32123/stat : 32123 (python) S 32013 32013 30709 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658217417 296329216 5764 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604459428672640 0 0 -1 1 0 0 0
[pid=32025] ppid=32013 vsize=299168 CPUtime=0.31 cores=1,3,5,7
/proc/32025/stat : 32025 (python) S 32013 32013 30709 0 -1 4202560 1084 0 0 0 15 16 0 0 19 0 2 0 658178327 306348032 5657 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32025/statm: 74792 5657 400 364 0 10704 0
[pid=32027] ppid=32025 vsize=1017940 CPUtime=99.5 cores=1,3,5,7
/proc/32027/stat : 32027 (gnovelty+2) T 32025 32027 32027 0 -1 4202496 451 0 0 0 9950 0 0 0 25 0 1 0 658178328 1042370560 191 33554432000 134512640 135663704 4293666704 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32027/statm: 254485 191 113 282 0 254201 0
[pid=32025/tid=32083] ppid=32013 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/32025/task/32083/stat : 32083 (python) S 32013 32013 30709 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658188357 306348032 5657 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604464865487616 0 0 -1 3 0 0 0
[pid=32028] ppid=32013 vsize=310032 CPUtime=2.89 cores=1,3,5,7
/proc/32028/stat : 32028 (python) S 32013 32013 30709 0 -1 4202560 1159 0 0 0 152 137 0 0 16 0 2 0 658178328 317472768 5781 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32028/statm: 77508 5781 400 364 0 13417 0
[pid=32030] ppid=32028 vsize=173412 CPUtime=878.39 cores=1,3,5,7
/proc/32030/stat : 32030 (march_hi) T 32028 32030 32030 0 -1 4202496 30752 0 0 0 87834 5 0 0 25 0 1 0 658178328 177573888 30491 33554432000 4194304 4955518 140733800206288 18446744073709551615 4227671 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32030/statm: 43353 30491 104 186 0 43166 0
[pid=32028/tid=32124] ppid=32013 vsize=310032 CPUtime=0 cores=1,3,5,7
/proc/32028/task/32124/stat : 32124 (python) S 32013 32013 30709 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658217827 317472768 5781 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604459428671744 0 0 -1 5 0 0 0
[pid=32080] ppid=32013 vsize=320288 CPUtime=3.58 cores=1,3,5,7
/proc/32080/stat : 32080 (python) S 32013 32013 30709 0 -1 4202560 1149 0 0 0 193 165 0 0 16 0 2 0 658188356 327974912 5802 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32080/statm: 80072 5802 400 364 0 15978 0
[pid=32082] ppid=32080 vsize=173412 CPUtime=1085.24 cores=1,3,5,7
/proc/32082/stat : 32082 (march_hi) R 32080 32082 32082 0 -1 4202496 37220 0 0 0 108513 11 0 0 25 0 1 0 658188357 177573888 36959 33554432000 4194304 4955518 140734012736224 18446744073709551615 4263706 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32082/statm: 43353 36959 104 186 0 43166 0
[pid=32080/tid=32547] ppid=32013 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/32080/task/32547/stat : 32547 (python) S 32013 32013 30709 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658257378 327974912 5802 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604459428673536 0 0 -1 3 0 0 0
[pid=32084] ppid=32013 vsize=330688 CPUtime=3.26 cores=1,3,5,7
/proc/32084/stat : 32084 (python) S 32013 32013 30709 0 -1 4202560 1153 0 0 0 170 156 0 0 15 0 2 0 658188358 338624512 5825 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32084/statm: 82672 5825 400 364 0 18575 0
[pid=32086] ppid=32084 vsize=173412 CPUtime=994.64 cores=1,3,5,7
/proc/32086/stat : 32086 (march_hi) R 32084 32086 32086 0 -1 4202496 34560 0 0 0 99457 7 0 0 25 0 1 0 658188359 177573888 34298 33554432000 4194304 4955518 140733312365488 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32086/statm: 43353 34298 104 186 0 43166 0
[pid=32084/tid=32543] ppid=32013 vsize=330688 CPUtime=0 cores=1,3,5,7
/proc/32084/task/32543/stat : 32543 (python) S 32013 32013 30709 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658257139 338624512 5825 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 514 18446604466911455424 0 0 -1 1 0 0 0
[pid=32527] ppid=32013 vsize=340944 CPUtime=1.95 cores=1,3,5,7
/proc/32527/stat : 32527 (python) S 32013 32013 30709 0 -1 4202560 990 0 0 0 104 91 0 0 18 0 1 0 658236861 349126656 5821 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 8507933014800433414 0 0 17 7 0 0 0
/proc/32527/statm: 85236 5821 371 364 0 21136 0
[pid=32529] ppid=32527 vsize=182584 CPUtime=610.27 cores=1,3,5,7
/proc/32529/stat : 32529 (kcnfs-2006) R 32527 32529 32529 0 -1 4202496 649 0 0 0 61027 0 0 0 25 0 1 0 658236862 186966016 389 33554432000 134512640 135163436 4294789952 18446744073709551615 134675200 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32529/statm: 45646 389 77 159 0 45486 0
[pid=32544] ppid=32013 vsize=351200 CPUtime=1.37 cores=1,3,5,7
/proc/32544/stat : 32544 (python) S 32013 32013 30709 0 -1 4202560 1035 0 0 0 71 66 0 0 15 0 1 0 658257140 359628800 5833 33554432000 4194304 5683644 140734313424208 18446744073709551615 212687695430 0 0 16781312 514 8507933014800433413 0 0 17 7 0 0 0
/proc/32544/statm: 87800 5833 377 364 0 23697 0
[pid=32546] ppid=32544 vsize=80768 CPUtime=408.83 cores=1,3,5,7
/proc/32546/stat : 32546 (march_hi) R 32544 32546 32546 0 -1 4202496 15120 0 0 0 40880 3 0 0 25 0 1 0 658257140 82706432 14852 33554432000 4194304 4955518 140733662853024 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32546/statm: 20192 14852 104 186 0 20005 0
[pid=32013/tid=32020] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32020/stat : 32020 (python) S 32011 32013 30709 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 658178325 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32023] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32023/stat : 32023 (python) S 32011 32013 30709 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 658178326 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 1 0 0 0
[pid=32013/tid=32026] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32026/stat : 32026 (python) S 32011 32013 30709 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 658178327 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32029] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32029/stat : 32029 (python) S 32011 32013 30709 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 658178328 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32081] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32081/stat : 32081 (python) S 32011 32013 30709 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 9 0 658188356 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32085] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32085/stat : 32085 (python) S 32011 32013 30709 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 658188359 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32528] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32528/stat : 32528 (python) S 32011 32013 30709 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 658236862 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
[pid=32013/tid=32545] ppid=32011 vsize=361008 CPUtime=0 cores=1,3,5,7
/proc/32013/task/32545/stat : 32545 (python) S 32011 32013 30709 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 658257140 369672192 7249 33554432000 4194304 5683644 140734313424208 18446744073709551615 212699498929 0 0 16781312 2 18446604457581494336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4775.72
Current children cumulated vsize (KiB) 5821164

Child status: 0
Real time (s): 1199.01
CPU time (s): 4776.17
CPU user time (s): 4768.26
CPU system time (s): 7.9108
CPU usage (%): 398.342
Max. virtual memory (cumulated for all children) (KiB): 5821168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4768.26
system time used= 7.9108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170554
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= 8036
involuntary context switches= 38222

runsolver used 5.88011 second user time and 12.1282 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 15:23:25
IDJOB=3378469
IDBENCH=82878
IDSOLVER=1859
FILE ID=node139/3378469-1305465805
RUNJOBID= node139-1305463021-30730
PBS_JOBID= 13324978
Free space on /tmp= 73352 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1235135694-059.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-3378469-1305465805/watcher-3378469-1305465805 -o /tmp/evaluation-result-3378469-1305465805/solver-3378469-1305465805 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378469-1305465805.cnf -seed 571802021 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4fe02968acd00bdecbd1c96009763619
RANDOM SEED=571802021

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21609928 kB
Buffers:        324716 kB
Cached:        3086072 kB
SwapCached:          0 kB
Active:        8955040 kB
Inactive:      2061464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21609928 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31824 kB
Writeback:           0 kB
AnonPages:     7605576 kB
Mapped:          39596 kB
Slab:           206676 kB
PageTables:      51688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102604348 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= 73320 MiB
End job on node139 at 2011-05-15 15:43:24