Trace number 3322118

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 795.986 133.563

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S794554332-033.UNKNOWN.cnf
MD5SUMf154a23cd5dae9f4e2340ec192300943
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark111.609
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.48	c INFO: solving HOME/instance-3322118-1304374885.cnf
0.29/0.48	c INFO: computing task features
0.29/0.49	c INFO: computed variable-clause graph statistics
0.29/0.49	c INFO: computed clause balance statistics
0.38/0.52	c INFO: computed variable balance statistics
0.38/0.55	c INFO: computed small-clause counts
0.38/0.55	c INFO: computed Horn-clause counts
0.38/0.56	c INFO: computed variable graph statistics
0.38/0.56	c INFO: collected features for HOME/instance-3322118-1304374885.cnf in 0.08 s
0.48/0.60	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.48/0.64	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.48/0.68	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.37)
0.58/0.72	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.58/0.75	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.58/0.79	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.26)
0.68/0.84	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.19)
0.68/0.88	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
599.97/100.88	c INFO: running march_hi@0 for 485 with 39899 remaining (b = 0.19)
626.89/105.40	c INFO: running march_hi@0 for 97 with 39895 remaining (b = 0.05)
637.06/107.09	c INFO: running kcnfs-2006@0 for 582 with 39893 remaining (b = 0.19)
795.52/133.54	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-3322118-1304374885/watcher-3322118-1304374885 -o /tmp/evaluation-result-3322118-1304374885/solver-3322118-1304374885 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322118-1304374885.cnf -seed 1027144391 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.58 10.01 10.05 3/331 29836
/proc/meminfo: memFree=21366816/32951124 swapFree=67111356/67111528
[pid=29836] ppid=29834 vsize=16240 CPUtime=0 cores=0-7
/proc/29836/stat : 29836 (python) R 29834 29836 28735 0 -1 4202496 988 0 0 0 0 0 0 0 17 0 1 0 549086253 16629760 860 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29836/statm: 4060 860 363 364 0 547 0

[startup+0.037504 s]
/proc/loadavg: 9.58 10.01 10.05 3/331 29836
/proc/meminfo: memFree=21366816/32951124 swapFree=67111356/67111528
[pid=29836] ppid=29834 vsize=18884 CPUtime=0.02 cores=0-7
/proc/29836/stat : 29836 (python) R 29834 29836 28735 0 -1 4202496 1289 0 0 0 2 0 0 0 17 0 1 0 549086253 19337216 1141 33554432000 4194304 5683644 140733452236080 18446744073709551615 4868227 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29836/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100482 s]
/proc/loadavg: 9.58 10.01 10.05 3/331 29836
/proc/meminfo: memFree=21366816/32951124 swapFree=67111356/67111528
[pid=29836] ppid=29834 vsize=104620 CPUtime=0.06 cores=0-7
/proc/29836/stat : 29836 (python) R 29834 29836 28735 0 -1 4202496 3119 0 0 0 4 2 0 0 17 0 1 0 549086253 107130880 2798 33554432000 4194304 5683644 140733452236080 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29836/statm: 26155 2799 847 364 0 1903 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104620

[startup+0.300433 s]
/proc/loadavg: 9.58 10.01 10.05 3/331 29836
/proc/meminfo: memFree=21366816/32951124 swapFree=67111356/67111528
[pid=29836] ppid=29834 vsize=170752 CPUtime=0.21 cores=0-7
/proc/29836/stat : 29836 (python) R 29834 29836 28735 0 -1 4202496 6732 935 1 0 16 5 0 0 18 0 1 0 549086253 174850048 4806 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905729024 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/29836/statm: 42688 4806 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 170752

[startup+0.700383 s]
/proc/loadavg: 9.58 10.01 10.05 3/331 29836
/proc/meminfo: memFree=21366816/32951124 swapFree=67111356/67111528
[pid=29836] ppid=29834 vsize=375328 CPUtime=0.58 cores=0-7
/proc/29836/stat : 29836 (python) R 29834 29836 28735 0 -1 4202496 11757 935 1 0 50 8 0 0 20 0 4 0 549086253 384335872 7341 33554432000 4194304 5683644 140733452236080 18446744073709551615 218909213009 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29836/statm: 93832 7341 1878 364 0 29744 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 375328

[startup+1.5012 s]
/proc/loadavg: 9.58 10.01 10.05 11/356 29865
/proc/meminfo: memFree=21309932/32951124 swapFree=67111356/67111528
[pid=29836] ppid=29834 vsize=426608 CPUtime=0.76 cores=0-7
/proc/29836/stat : 29836 (python) S 29834 29836 28735 0 -1 4202496 15258 935 1 0 66 10 0 0 24 0 9 0 549086253 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29836/statm: 106652 7428 1889 364 0 42549 0
[pid=29842] ppid=29836 vsize=278616 CPUtime=0 cores=0-7
/proc/29842/stat : 29842 (python) S 29836 29836 28735 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 549086313 285302784 5563 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751055 0 0 16781312 514 1171995561742565375 0 0 17 1 0 0 0
/proc/29842/statm: 69654 5563 354 364 0 5572 0
[pid=29844] ppid=29842 vsize=1017800 CPUtime=0.89 cores=0-7
/proc/29844/stat : 29844 (gnovelty+2) R 29842 29844 29844 0 -1 4202496 438 0 0 0 89 0 0 0 21 0 1 0 549086314 1042227200 174 33554432000 134512640 135663704 4292601376 18446744073709551615 134546218 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29844/statm: 254450 174 113 282 0 254166 0
[pid=29845] ppid=29836 vsize=289292 CPUtime=0 cores=0-7
/proc/29845/stat : 29845 (python) S 29836 29836 28735 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 549086317 296235008 5680 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5602247485683630338 0 0 17 3 0 0 0
/proc/29845/statm: 72323 5680 348 364 0 8238 0
[pid=29847] ppid=29845 vsize=2132 CPUtime=0.85 cores=0-7
/proc/29847/stat : 29847 (march_hi) R 29845 29847 29847 0 -1 4202496 593 0 0 0 85 0 0 0 23 0 1 0 549086318 2183168 331 33554432000 4194304 4955518 140737048240112 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29847/statm: 533 331 104 186 0 346 0
[pid=29848] ppid=29836 vsize=365084 CPUtime=0 cores=0-7
/proc/29848/stat : 29848 (python) S 29836 29836 28735 0 -1 4202560 717 0 0 0 0 0 0 0 15 0 1 0 549086321 373846016 5857 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5602247485683630339 0 0 17 2 0 0 0
/proc/29848/statm: 91271 5857 348 364 0 27183 0
[pid=29850] ppid=29848 vsize=2132 CPUtime=0.81 cores=0-7
/proc/29850/stat : 29850 (march_hi) R 29848 29850 29850 0 -1 4202496 586 0 0 0 81 0 0 0 25 0 1 0 549086322 2183168 329 33554432000 4194304 4955518 140736495665056 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29850/statm: 533 329 104 186 0 346 0
[pid=29851] ppid=29836 vsize=375340 CPUtime=0 cores=0-7
/proc/29851/stat : 29851 (python) S 29836 29836 28735 0 -1 4202560 725 0 0 0 0 0 0 0 15 0 1 0 549086325 384348160 5814 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5602247485683630340 0 0 17 7 0 0 0
/proc/29851/statm: 93835 5814 348 364 0 29744 0
[pid=29853] ppid=29851 vsize=2132 CPUtime=0.76 cores=0-7
/proc/29853/stat : 29853 (march_hi) R 29851 29853 29853 0 -1 4202496 584 0 0 0 76 0 0 0 21 0 1 0 549086325 2183168 330 33554432000 4194304 4955518 140735483725696 18446744073709551615 4227841 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29853/statm: 533 330 104 186 0 346 0
[pid=29854] ppid=29836 vsize=385596 CPUtime=0 cores=0-7
/proc/29854/stat : 29854 (python) S 29836 29836 28735 0 -1 4202560 732 0 0 0 0 0 0 0 19 0 1 0 549086329 394850304 5938 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 15484330723921362943 0 0 17 1 0 0 0
/proc/29854/statm: 96399 5938 348 364 0 32305 0
[pid=29856] ppid=29854 vsize=1017800 CPUtime=0.38 cores=0-7
/proc/29856/stat : 29856 (gnovelty+2) R 29854 29856 29856 0 -1 4202496 433 0 0 0 38 0 0 0 21 0 1 0 549086331 1042227200 174 33554432000 134512640 135663704 4289878320 18446744073709551615 134524526 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29856/statm: 254450 174 113 282 0 254166 0
[pid=29857] ppid=29836 vsize=395852 CPUtime=0 cores=0-7
/proc/29857/stat : 29857 (python) S 29836 29836 28735 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 549086333 405352448 5959 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 16828808319685591298 0 0 17 0 0 0 0
/proc/29857/statm: 98963 5959 348 364 0 34866 0
[pid=29859] ppid=29857 vsize=2000 CPUtime=0.31 cores=0-7
/proc/29859/stat : 29859 (march_hi) R 29857 29859 29859 0 -1 4202496 584 0 0 0 31 0 0 0 21 0 1 0 549086335 2048000 322 33554432000 4194304 4955518 140735609340176 18446744073709551615 4314921 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29859/statm: 500 322 104 186 0 313 0
[pid=29860] ppid=29836 vsize=406108 CPUtime=0 cores=0-7
/proc/29860/stat : 29860 (python) S 29836 29836 28735 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 549086337 415854592 5862 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5602247485683630338 0 0 17 0 0 0 0
/proc/29860/statm: 101527 5862 348 364 0 37427 0
[pid=29862] ppid=29860 vsize=2000 CPUtime=0.29 cores=0-7
/proc/29862/stat : 29862 (march_hi) R 29860 29862 29862 0 -1 4202496 581 0 0 0 29 0 0 0 23 0 1 0 549086340 2048000 321 33554432000 4194304 4955518 140734799545488 18446744073709551615 4238438 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29862/statm: 500 321 104 186 0 313 0
[pid=29863] ppid=29836 vsize=416364 CPUtime=0 cores=0-7
/proc/29863/stat : 29863 (python) S 29836 29836 28735 0 -1 4202560 787 0 0 0 0 0 0 0 19 0 1 0 549086342 426356736 5889 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 4267204631693623295 0 0 17 0 0 0 0
/proc/29863/statm: 104091 5889 354 364 0 39988 0
[pid=29865] ppid=29863 vsize=2000 CPUtime=0.31 cores=0-7
/proc/29865/stat : 29865 (march_hi) R 29863 29865 29865 0 -1 4202496 586 0 0 0 31 0 0 0 25 0 1 0 549086342 2048000 322 33554432000 4194304 4955518 140737135835376 18446744073709551615 4238769 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29865/statm: 500 322 104 186 0 313 0
[pid=29836/tid=29843] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29843/stat : 29843 (python) S 29834 29836 28735 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 549086313 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 6 0 0 0
[pid=29836/tid=29846] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29846/stat : 29846 (python) S 29834 29836 28735 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 549086317 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 3 0 0 0
[pid=29836/tid=29849] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29849/stat : 29849 (python) S 29834 29836 28735 0 -1 4202560 73 935 0 0 0 0 0 0 20 0 9 0 549086321 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 2 0 0 0
[pid=29836/tid=29852] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29852/stat : 29852 (python) S 29834 29836 28735 0 -1 4202560 29 935 0 0 0 0 0 0 21 0 9 0 549086325 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 7 0 0 0
[pid=29836/tid=29855] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29855/stat : 29855 (python) S 29834 29836 28735 0 -1 4202560 35 935 0 0 0 0 0 0 19 0 9 0 549086329 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 1 0 0 0
[pid=29836/tid=29858] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29858/stat : 29858 (python) S 29834 29836 28735 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 549086333 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
[pid=29836/tid=29861] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29861/stat : 29861 (python) S 29834 29836 28735 0 -1 4202560 33 935 0 0 0 0 0 0 22 0 9 0 549086338 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
[pid=29836/tid=29864] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29864/stat : 29864 (python) S 29834 29836 28735 0 -1 4202560 33 935 0 0 0 0 0 0 24 0 9 0 549086342 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 5386856

[startup+3.10091 s]
/proc/loadavg: 9.61 10.01 10.05 11/356 29865
/proc/meminfo: memFree=21308940/32951124 swapFree=67111356/67111528
[pid=29836] ppid=29834 vsize=426608 CPUtime=0.76 cores=0-7
/proc/29836/stat : 29836 (python) S 29834 29836 28735 0 -1 4202496 15258 935 1 0 66 10 0 0 24 0 9 0 549086253 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29836/statm: 106652 7428 1889 364 0 42549 0
[pid=29842] ppid=29836 vsize=278616 CPUtime=0 cores=0-7
/proc/29842/stat : 29842 (python) S 29836 29836 28735 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 549086313 285302784 5563 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751055 0 0 16781312 514 1171995561742532868 0 0 17 1 0 0 0
/proc/29842/statm: 69654 5563 354 364 0 5572 0
[pid=29844] ppid=29842 vsize=1017800 CPUtime=2.49 cores=0-7
/proc/29844/stat : 29844 (gnovelty+2) R 29842 29844 29844 0 -1 4202496 438 0 0 0 249 0 0 0 25 0 1 0 549086314 1042227200 174 33554432000 134512640 135663704 4292601376 18446744073709551615 134545679 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29844/statm: 254450 174 113 282 0 254166 0
[pid=29845] ppid=29836 vsize=289292 CPUtime=0 cores=0-7
/proc/29845/stat : 29845 (python) S 29836 29836 28735 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 549086317 296235008 5680 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5602247489978597634 0 0 17 3 0 0 0
/proc/29845/statm: 72323 5680 348 364 0 8238 0
[pid=29847] ppid=29845 vsize=2132 CPUtime=2.45 cores=0-7
/proc/29847/stat : 29847 (march_hi) R 29845 29847 29847 0 -1 4202496 607 0 0 0 245 0 0 0 25 0 1 0 549086318 2183168 345 33554432000 4194304 4955518 140737048240112 18446744073709551615 4227522 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29847/statm: 533 345 104 186 0 346 0
[pid=29848] ppid=29836 vsize=365084 CPUtime=0 cores=0-7
/proc/29848/stat : 29848 (python) S 29836 29836 28735 0 -1 4202560 719 0 0 0 0 0 0 0 15 0 1 0 549086321 373846016 5857 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5602247489978597635 0 0 17 2 0 0 0
/proc/29848/statm: 91271 5857 348 364 0 27183 0
[pid=29850] ppid=29848 vsize=2132 CPUtime=2.41 cores=0-7
/proc/29850/stat : 29850 (march_hi) R 29848 29850 29850 0 -1 4202496 601 0 0 0 241 0 0 0 25 0 1 0 549086322 2183168 344 33554432000 4194304 4955518 140736495665056 18446744073709551615 4238743 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29850/statm: 533 344 104 186 0 346 0
[pid=29851] ppid=29836 vsize=375340 CPUtime=0 cores=0-7
/proc/29851/stat : 29851 (python) S 29836 29836 28735 0 -1 4202560 727 0 0 0 0 0 0 0 15 0 1 0 549086325 384348160 5814 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5602247494273564932 0 0 17 7 0 0 0
/proc/29851/statm: 93835 5814 348 364 0 29744 0
[pid=29853] ppid=29851 vsize=2132 CPUtime=2.35 cores=0-7
/proc/29853/stat : 29853 (march_hi) R 29851 29853 29853 0 -1 4202496 594 0 0 0 235 0 0 0 25 0 1 0 549086325 2183168 340 33554432000 4194304 4955518 140735483725696 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29853/statm: 533 340 104 186 0 346 0
[pid=29854] ppid=29836 vsize=385596 CPUtime=0 cores=0-7
/proc/29854/stat : 29854 (python) S 29836 29836 28735 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 549086329 394850304 5938 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 15484330723921330434 0 0 17 1 0 0 0
/proc/29854/statm: 96399 5938 348 364 0 32305 0
[pid=29856] ppid=29854 vsize=1017800 CPUtime=1.18 cores=0-7
/proc/29856/stat : 29856 (gnovelty+2) R 29854 29856 29856 0 -1 4202496 433 0 0 0 118 0 0 0 25 0 1 0 549086331 1042227200 174 33554432000 134512640 135663704 4289878320 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29856/statm: 254450 174 113 282 0 254166 0
[pid=29857] ppid=29836 vsize=395852 CPUtime=0 cores=0-7
/proc/29857/stat : 29857 (python) S 29836 29836 28735 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 549086333 405352448 5959 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 16828808319685591298 0 0 17 0 0 0 0
/proc/29857/statm: 98963 5959 348 364 0 34866 0
[pid=29859] ppid=29857 vsize=2132 CPUtime=1.11 cores=0-7
/proc/29859/stat : 29859 (march_hi) R 29857 29859 29859 0 -1 4202496 595 0 0 0 111 0 0 0 25 0 1 0 549086335 2183168 333 33554432000 4194304 4955518 140735609340176 18446744073709551615 4261370 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29859/statm: 533 333 104 186 0 346 0
[pid=29860] ppid=29836 vsize=406108 CPUtime=0 cores=0-7
/proc/29860/stat : 29860 (python) S 29836 29836 28735 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 549086337 415854592 5862 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 2746382138386383106 0 0 17 0 0 0 0
/proc/29860/statm: 101527 5862 348 364 0 37427 0
[pid=29862] ppid=29860 vsize=2132 CPUtime=1.08 cores=0-7
/proc/29862/stat : 29862 (march_hi) R 29860 29862 29862 0 -1 4202496 593 0 0 0 108 0 0 0 25 0 1 0 549086340 2183168 333 33554432000 4194304 4955518 140734799545488 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29862/statm: 533 333 104 186 0 346 0
[pid=29863] ppid=29836 vsize=416364 CPUtime=0 cores=0-7
/proc/29863/stat : 29863 (python) S 29836 29836 28735 0 -1 4202560 789 0 0 0 0 0 0 0 15 0 1 0 549086342 426356736 5889 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 14150116519446544641 0 0 17 0 0 0 0
/proc/29863/statm: 104091 5889 354 364 0 39988 0
[pid=29865] ppid=29863 vsize=2132 CPUtime=1.11 cores=0-7
/proc/29865/stat : 29865 (march_hi) R 29863 29865 29865 0 -1 4202496 597 0 0 0 111 0 0 0 25 0 1 0 549086342 2183168 333 33554432000 4194304 4955518 140737135835376 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29865/statm: 533 333 104 186 0 346 0
[pid=29836/tid=29843] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29843/stat : 29843 (python) S 29834 29836 28735 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 549086313 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 6 0 0 0
[pid=29836/tid=29846] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29846/stat : 29846 (python) S 29834 29836 28735 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 549086317 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 3 0 0 0
[pid=29836/tid=29849] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29849/stat : 29849 (python) S 29834 29836 28735 0 -1 4202560 73 935 0 0 0 0 0 0 20 0 9 0 549086321 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 2 0 0 0
[pid=29836/tid=29852] ppid=29834 vsize=426608 CPUtime=0 cores=0-7
/proc/29836/task/29852/stat : 29852 (python) S 29834 29836 28735 0 -1 4202560 29 935 0 0 0 0 0 0 21 0 9 0 549086325 436846592 7428 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 7 0 0 0
[pid=29836/tid=29855] ppid=29834 vsize=426608 CPUtime=0 cores=0-7

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

/proc/29847/statm: 862 580 104 186 0 675 0
[pid=29848] ppid=29836 vsize=365084 CPUtime=0.39 cores=0-7
/proc/29848/stat : 29848 (python) S 29836 29836 28735 0 -1 4202560 809 0 0 0 21 18 0 0 15 0 1 0 549086321 373846016 5880 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5168953695756321027 0 0 17 2 0 0 0
/proc/29848/statm: 91271 5880 371 364 0 27183 0
[pid=29850] ppid=29848 vsize=2948 CPUtime=86.89 cores=0-7
/proc/29850/stat : 29850 (march_hi) R 29848 29850 29850 0 -1 4202496 807 0 0 0 8689 0 0 0 25 0 1 0 549086322 3018752 550 33554432000 4194304 4955518 140736495665056 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29850/statm: 737 550 104 186 0 550 0
[pid=29851] ppid=29836 vsize=375340 CPUtime=2.49 cores=0-7
/proc/29851/stat : 29851 (python) R 29836 29836 28735 0 -1 4202560 986 0 0 0 199 50 0 0 18 0 2 0 549086325 384348160 5867 33554432000 4194304 5683644 140733452236080 18446744073709551615 5307856 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29851/statm: 93835 5867 400 364 0 29744 0
[pid=29853] ppid=29851 vsize=0 CPUtime=113.48 cores=0-7
/proc/29853/stat : 29853 (march_hi) R 29851 29853 29853 0 -1 4202500 968 0 0 0 11348 0 0 0 25 0 1 0 549086325 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29853/statm: 0 0 0 0 0 0 0
[pid=29851/tid=29873] ppid=29836 vsize=375340 CPUtime=0 cores=0-7
/proc/29851/task/29873/stat : 29873 (python) S 29836 29836 28735 0 -1 4202560 64 0 0 0 0 0 0 0 16 0 2 0 549096789 384348160 5867 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 514 18446604446562372672 0 0 -1 0 0 0 0
[pid=29854] ppid=29836 vsize=385596 CPUtime=0.25 cores=0-7
/proc/29854/stat : 29854 (python) S 29836 29836 28735 0 -1 4202560 983 0 0 0 13 12 0 0 19 0 2 0 549086329 394850304 5991 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29854/statm: 96399 5991 400 364 0 32305 0
[pid=29856] ppid=29854 vsize=1017800 CPUtime=98.03 cores=0-7
/proc/29856/stat : 29856 (gnovelty+2) T 29854 29856 29856 0 -1 4202496 433 0 0 0 9803 0 0 0 25 0 1 0 549086331 1042227200 174 33554432000 134512640 135663704 4289878320 18446744073709551615 134524452 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/29856/statm: 254450 174 113 282 0 254166 0
[pid=29854/tid=29874] ppid=29836 vsize=385596 CPUtime=0 cores=0-7
/proc/29854/task/29874/stat : 29874 (python) S 29836 29836 28735 0 -1 4202560 69 0 0 0 0 0 0 0 19 0 2 0 549096959 394850304 5991 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 514 18446604447927985344 0 0 -1 5 0 0 0
[pid=29857] ppid=29836 vsize=395852 CPUtime=0.37 cores=0-7
/proc/29857/stat : 29857 (python) S 29836 29836 28735 0 -1 4202560 823 0 0 0 21 16 0 0 15 0 1 0 549086333 405352448 5982 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 16828808319685591298 0 0 17 0 0 0 0
/proc/29857/statm: 98963 5982 371 364 0 34866 0
[pid=29859] ppid=29857 vsize=2948 CPUtime=75.7 cores=0-7
/proc/29859/stat : 29859 (march_hi) R 29857 29859 29859 0 -1 4202496 775 0 0 0 7570 0 0 0 25 0 1 0 549086335 3018752 513 33554432000 4194304 4955518 140735609340176 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29859/statm: 737 513 104 186 0 550 0
[pid=29860] ppid=29836 vsize=406108 CPUtime=0.36 cores=0-7
/proc/29860/stat : 29860 (python) S 29836 29836 28735 0 -1 4202560 841 0 0 0 20 16 0 0 15 0 1 0 549086337 415854592 5885 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 2746382138386383106 0 0 17 0 0 0 0
/proc/29860/statm: 101527 5885 371 364 0 37427 0
[pid=29862] ppid=29860 vsize=2720 CPUtime=68.5 cores=0-7
/proc/29862/stat : 29862 (march_hi) R 29860 29862 29862 0 -1 4202496 755 0 0 0 6850 0 0 0 25 0 1 0 549086340 2785280 495 33554432000 4194304 4955518 140734799545488 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29862/statm: 680 495 104 186 0 493 0
[pid=29863] ppid=29836 vsize=416364 CPUtime=0.4 cores=0-7
/proc/29863/stat : 29863 (python) S 29836 29836 28735 0 -1 4202560 876 0 0 0 22 18 0 0 15 0 1 0 549086342 426356736 5912 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 14150116519446544641 0 0 17 6 0 0 0
/proc/29863/statm: 104091 5912 377 364 0 39988 0
[pid=29865] ppid=29863 vsize=3960 CPUtime=110.54 cores=0-7
/proc/29865/stat : 29865 (march_hi) R 29863 29865 29865 0 -1 4202496 953 0 0 0 11053 1 0 0 25 0 1 0 549086342 4055040 689 33554432000 4194304 4955518 140737135835376 18446744073709551615 4227764 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29865/statm: 990 689 104 186 0 803 0
[pid=29870] ppid=29836 vsize=426620 CPUtime=0.08 cores=0-7
/proc/29870/stat : 29870 (python) S 29836 29836 28735 0 -1 4202560 860 0 0 0 5 3 0 0 16 0 1 0 549096342 436858880 5929 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5168953695756321026 0 0 17 0 0 0 0
/proc/29870/statm: 106655 5929 371 364 0 42549 0
[pid=29872] ppid=29870 vsize=2264 CPUtime=16.1 cores=0-7
/proc/29872/stat : 29872 (march_hi) R 29870 29872 29872 0 -1 4202496 649 0 0 0 1610 0 0 0 25 0 1 0 549096342 2318336 382 33554432000 4194304 4955518 140737099888272 18446744073709551615 4227104 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29872/statm: 566 382 104 186 0 379 0
[pid=29875] ppid=29836 vsize=436876 CPUtime=0.05 cores=0-7
/proc/29875/stat : 29875 (python) S 29836 29836 28735 0 -1 4202560 865 0 0 0 2 3 0 0 18 0 1 0 549096963 447361024 5955 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5168953695756321025 0 0 17 1 0 0 0
/proc/29875/statm: 109219 5955 371 364 0 45110 0
[pid=29877] ppid=29875 vsize=182448 CPUtime=25.73 cores=0-7
/proc/29877/stat : 29877 (kcnfs-2006) R 29875 29877 29877 0 -1 4202496 573 0 0 0 2573 0 0 0 25 0 1 0 549096963 186826752 309 33554432000 134512640 135163436 4286915488 18446744073709551615 134641720 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29877/statm: 45612 309 77 159 0 45452 0
[pid=29836/tid=29843] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29843/stat : 29843 (python) S 29834 29836 28735 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 11 0 549086313 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 6 0 0 0
[pid=29836/tid=29846] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29846/stat : 29846 (python) S 29834 29836 28735 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 11 0 549086317 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 3 0 0 0
[pid=29836/tid=29849] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29849/stat : 29849 (python) S 29834 29836 28735 0 -1 4202560 73 935 0 0 0 0 0 0 20 0 11 0 549086321 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 2 0 0 0
[pid=29836/tid=29852] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29852/stat : 29852 (python) S 29834 29836 28735 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 11 0 549086325 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 7 0 0 0
[pid=29836/tid=29855] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29855/stat : 29855 (python) S 29834 29836 28735 0 -1 4202560 35 935 0 0 0 0 0 0 19 0 11 0 549086329 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 1 0 0 0
[pid=29836/tid=29858] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29858/stat : 29858 (python) S 29834 29836 28735 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 11 0 549086333 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
[pid=29836/tid=29861] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29861/stat : 29861 (python) S 29834 29836 28735 0 -1 4202560 33 935 0 0 0 0 0 0 22 0 11 0 549086338 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
[pid=29836/tid=29864] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29864/stat : 29864 (python) S 29834 29836 28735 0 -1 4202560 33 935 0 0 0 0 0 0 24 0 11 0 549086342 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
[pid=29836/tid=29871] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29871/stat : 29871 (python) S 29834 29836 28735 0 -1 4202560 39 935 0 0 0 0 0 0 20 0 11 0 549096342 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
[pid=29836/tid=29876] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29876/stat : 29876 (python) S 29834 29836 28735 0 -1 4202560 35 935 0 0 0 0 0 0 19 0 11 0 549096963 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 793.2
Current children cumulated vsize (KiB) 6469448

[startup+133.501 s]
/proc/loadavg: 10.13 10.06 10.06 13/365 29878
/proc/meminfo: memFree=21295864/32951124 swapFree=67111356/67111528
[pid=29836] ppid=29834 vsize=447120 CPUtime=0.89 cores=0-7
/proc/29836/stat : 29836 (python) S 29834 29836 28735 0 -1 4202496 17127 935 1 0 79 10 0 0 19 0 11 0 549086253 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29836/statm: 111780 7482 1894 364 0 47671 0
[pid=29842] ppid=29836 vsize=288860 CPUtime=0.25 cores=0-7
/proc/29842/stat : 29842 (python) S 29836 29836 28735 0 -1 4202560 1081 0 0 0 15 10 0 0 19 0 2 0 549086313 295792640 5624 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29842/statm: 72215 5624 410 364 0 8133 0
[pid=29844] ppid=29842 vsize=1017800 CPUtime=100.23 cores=0-7
/proc/29844/stat : 29844 (gnovelty+2) T 29842 29844 29844 0 -1 4202496 438 0 0 0 10023 0 0 0 25 0 1 0 549086314 1042227200 174 33554432000 134512640 135663704 4292601376 18446744073709551615 134543949 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29844/statm: 254450 174 113 282 0 254166 0
[pid=29842/tid=29869] ppid=29836 vsize=288860 CPUtime=0 cores=0-7
/proc/29842/task/29869/stat : 29869 (python) S 29836 29836 28735 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 549096338 295792640 5624 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 514 18446604440300667840 0 0 -1 6 0 0 0
[pid=29845] ppid=29836 vsize=289292 CPUtime=0.39 cores=0-7
/proc/29845/stat : 29845 (python) S 29836 29836 28735 0 -1 4202560 966 0 0 0 19 20 0 0 15 0 1 0 549086317 296235008 5703 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 13335264054055239938 0 0 17 3 0 0 0
/proc/29845/statm: 72323 5703 371 364 0 8238 0
[pid=29847] ppid=29845 vsize=3448 CPUtime=92.46 cores=0-7
/proc/29847/stat : 29847 (march_hi) R 29845 29847 29847 0 -1 4202496 843 0 0 0 9246 0 0 0 25 0 1 0 549086318 3530752 581 33554432000 4194304 4955518 140737048240112 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29847/statm: 862 581 104 186 0 675 0
[pid=29848] ppid=29836 vsize=365084 CPUtime=0.39 cores=0-7
/proc/29848/stat : 29848 (python) S 29836 29836 28735 0 -1 4202560 809 0 0 0 21 18 0 0 15 0 1 0 549086321 373846016 5880 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 16527515745395900675 0 0 17 2 0 0 0
/proc/29848/statm: 91271 5880 371 364 0 27183 0
[pid=29850] ppid=29848 vsize=2948 CPUtime=87.09 cores=0-7
/proc/29850/stat : 29850 (march_hi) R 29848 29850 29850 0 -1 4202496 808 0 0 0 8709 0 0 0 25 0 1 0 549086322 3018752 551 33554432000 4194304 4955518 140736495665056 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29850/statm: 737 551 104 186 0 550 0
[pid=29851] ppid=29836 vsize=375340 CPUtime=2.88 cores=0-7
/proc/29851/stat : 29851 (python) R 29836 29836 28735 0 -1 4202560 986 0 0 0 233 55 0 0 18 0 2 0 549086325 384348160 5867 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917561151 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29851/statm: 93835 5867 400 364 0 29744 0
[pid=29853] ppid=29851 vsize=0 CPUtime=113.48 cores=0-7
/proc/29853/stat : 29853 (march_hi) R 29851 29853 29853 0 -1 4202500 968 0 0 0 11348 0 0 0 25 0 1 0 549086325 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29853/statm: 0 0 0 0 0 0 0
[pid=29851/tid=29873] ppid=29836 vsize=375340 CPUtime=0 cores=0-7
/proc/29851/task/29873/stat : 29873 (python) S 29836 29836 28735 0 -1 4202560 64 0 0 0 0 0 0 0 16 0 2 0 549096789 384348160 5867 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 514 18446604446562372672 0 0 -1 0 0 0 0
[pid=29854] ppid=29836 vsize=385596 CPUtime=0.25 cores=0-7
/proc/29854/stat : 29854 (python) S 29836 29836 28735 0 -1 4202560 983 0 0 0 13 12 0 0 19 0 2 0 549086329 394850304 5991 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29854/statm: 96399 5991 400 364 0 32305 0
[pid=29856] ppid=29854 vsize=1017800 CPUtime=98.03 cores=0-7
/proc/29856/stat : 29856 (gnovelty+2) T 29854 29856 29856 0 -1 4202496 433 0 0 0 9803 0 0 0 25 0 1 0 549086331 1042227200 174 33554432000 134512640 135663704 4289878320 18446744073709551615 134524452 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/29856/statm: 254450 174 113 282 0 254166 0
[pid=29854/tid=29874] ppid=29836 vsize=385596 CPUtime=0 cores=0-7
/proc/29854/task/29874/stat : 29874 (python) S 29836 29836 28735 0 -1 4202560 69 0 0 0 0 0 0 0 19 0 2 0 549096959 394850304 5991 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 514 18446604447927985344 0 0 -1 5 0 0 0
[pid=29857] ppid=29836 vsize=395852 CPUtime=0.37 cores=0-7
/proc/29857/stat : 29857 (python) S 29836 29836 28735 0 -1 4202560 823 0 0 0 21 16 0 0 15 0 1 0 549086333 405352448 5982 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 16828808319685591298 0 0 17 0 0 0 0
/proc/29857/statm: 98963 5982 371 364 0 34866 0
[pid=29859] ppid=29857 vsize=2948 CPUtime=75.89 cores=0-7
/proc/29859/stat : 29859 (march_hi) R 29857 29859 29859 0 -1 4202496 776 0 0 0 7589 0 0 0 25 0 1 0 549086335 3018752 514 33554432000 4194304 4955518 140735609340176 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29859/statm: 737 514 104 186 0 550 0
[pid=29860] ppid=29836 vsize=406108 CPUtime=0.36 cores=0-7
/proc/29860/stat : 29860 (python) S 29836 29836 28735 0 -1 4202560 841 0 0 0 20 16 0 0 15 0 1 0 549086337 415854592 5885 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 2746382138386383106 0 0 17 0 0 0 0
/proc/29860/statm: 101527 5885 371 364 0 37427 0
[pid=29862] ppid=29860 vsize=2720 CPUtime=68.7 cores=0-7
/proc/29862/stat : 29862 (march_hi) R 29860 29862 29862 0 -1 4202496 756 0 0 0 6870 0 0 0 25 0 1 0 549086340 2785280 496 33554432000 4194304 4955518 140734799545488 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29862/statm: 680 496 104 186 0 493 0
[pid=29863] ppid=29836 vsize=416364 CPUtime=0.4 cores=0-7
/proc/29863/stat : 29863 (python) S 29836 29836 28735 0 -1 4202560 876 0 0 0 22 18 0 0 15 0 1 0 549086342 426356736 5912 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 14150116519446544641 0 0 17 6 0 0 0
/proc/29863/statm: 104091 5912 377 364 0 39988 0
[pid=29865] ppid=29863 vsize=3960 CPUtime=110.93 cores=0-7
/proc/29865/stat : 29865 (march_hi) R 29863 29865 29865 0 -1 4202496 957 0 0 0 11092 1 0 0 25 0 1 0 549086342 4055040 693 33554432000 4194304 4955518 140737135835376 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29865/statm: 990 693 104 186 0 803 0
[pid=29870] ppid=29836 vsize=426620 CPUtime=0.08 cores=0-7
/proc/29870/stat : 29870 (python) S 29836 29836 28735 0 -1 4202560 860 0 0 0 5 3 0 0 15 0 1 0 549096342 436858880 5929 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5168953695756321026 0 0 17 0 0 0 0
/proc/29870/statm: 106655 5929 371 364 0 42549 0
[pid=29872] ppid=29870 vsize=2264 CPUtime=16.29 cores=0-7
/proc/29872/stat : 29872 (march_hi) R 29870 29872 29872 0 -1 4202496 649 0 0 0 1629 0 0 0 25 0 1 0 549096342 2318336 382 33554432000 4194304 4955518 140737099888272 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29872/statm: 566 382 104 186 0 379 0
[pid=29875] ppid=29836 vsize=436876 CPUtime=0.05 cores=0-7
/proc/29875/stat : 29875 (python) S 29836 29836 28735 0 -1 4202560 865 0 0 0 2 3 0 0 18 0 1 0 549096963 447361024 5955 33554432000 4194304 5683644 140733452236080 18446744073709551615 218905751110 0 0 16781312 514 5168953695756321025 0 0 17 1 0 0 0
/proc/29875/statm: 109219 5955 371 364 0 45110 0
[pid=29877] ppid=29875 vsize=182448 CPUtime=26.11 cores=0-7
/proc/29877/stat : 29877 (kcnfs-2006) R 29875 29877 29877 0 -1 4202496 573 0 0 0 2611 0 0 0 25 0 1 0 549096963 186826752 309 33554432000 134512640 135163436 4286915488 18446744073709551615 134572204 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29877/statm: 45612 309 77 159 0 45452 0
[pid=29836/tid=29843] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29843/stat : 29843 (python) S 29834 29836 28735 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 11 0 549086313 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 6 0 0 0
[pid=29836/tid=29846] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29846/stat : 29846 (python) S 29834 29836 28735 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 11 0 549086317 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 3 0 0 0
[pid=29836/tid=29849] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29849/stat : 29849 (python) S 29834 29836 28735 0 -1 4202560 73 935 0 0 0 0 0 0 20 0 11 0 549086321 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 2 0 0 0
[pid=29836/tid=29852] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29852/stat : 29852 (python) S 29834 29836 28735 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 11 0 549086325 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 7 0 0 0
[pid=29836/tid=29855] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29855/stat : 29855 (python) S 29834 29836 28735 0 -1 4202560 35 935 0 0 0 0 0 0 19 0 11 0 549086329 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 1 0 0 0
[pid=29836/tid=29858] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29858/stat : 29858 (python) S 29834 29836 28735 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 11 0 549086333 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
[pid=29836/tid=29861] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29861/stat : 29861 (python) S 29834 29836 28735 0 -1 4202560 33 935 0 0 0 0 0 0 22 0 11 0 549086338 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
[pid=29836/tid=29864] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29864/stat : 29864 (python) S 29834 29836 28735 0 -1 4202560 33 935 0 0 0 0 0 0 24 0 11 0 549086342 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
[pid=29836/tid=29871] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29871/stat : 29871 (python) S 29834 29836 28735 0 -1 4202560 39 935 0 0 0 0 0 0 20 0 11 0 549096342 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 0 0 0 0
[pid=29836/tid=29876] ppid=29834 vsize=447120 CPUtime=0 cores=0-7
/proc/29836/task/29876/stat : 29876 (python) S 29834 29836 28735 0 -1 4202560 35 935 0 0 0 0 0 0 19 0 11 0 549096963 457850880 7482 33554432000 4194304 5683644 140733452236080 18446744073709551615 218917554609 0 0 16781312 2 18446604442556354688 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 795.52
Current children cumulated vsize (KiB) 6469448

Child status: 0
Real time (s): 133.563
CPU time (s): 795.986
CPU user time (s): 794.041
CPU system time (s): 1.9447
CPU usage (%): 595.964
Max. virtual memory (cumulated for all children) (KiB): 6473408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 794.041
system time used= 1.9447
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39250
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= 4403
involuntary context switches= 8840

runsolver used 0.556915 second user time and 1.15982 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-03 00:21:25
IDJOB=3322118
IDBENCH=82896
IDSOLVER=1712
FILE ID=node137/3322118-1304374885
RUNJOBID= node137-1304366465-28749
PBS_JOBID= 13181736
Free space on /tmp= 73608 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S794554332-033.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-3322118-1304374885/watcher-3322118-1304374885 -o /tmp/evaluation-result-3322118-1304374885/solver-3322118-1304374885 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322118-1304374885.cnf -seed 1027144391 -budget 40000 -cores 8

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

MD5SUM BENCH= f154a23cd5dae9f4e2340ec192300943
RANDOM SEED=1027144391

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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:      21366972 kB
Buffers:        964388 kB
Cached:        2716240 kB
SwapCached:         48 kB
Active:        7971728 kB
Inactive:      3107372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21366972 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           32016 kB
Writeback:           0 kB
AnonPages:     7399252 kB
Mapped:          28148 kB
Slab:           401524 kB
PageTables:      34668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69143364 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= 73576 MiB
End job on node137 at 2011-05-03 00:23:39