Trace number 3385765

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 1147.03 212.526

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S16302531-099.UNKNOWN.cnf
MD5SUM262b86a16f9a75cfd5f5af81be0602bc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.979
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.59	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.59	c INFO: solving HOME/instance-3385765-1305573365.cnf
0.29/0.59	c INFO: computing task features
0.38/0.60	c INFO: computed variable-clause graph statistics
0.38/0.60	c INFO: computed clause balance statistics
0.38/0.63	c INFO: computed variable balance statistics
0.38/0.66	c INFO: computed small-clause counts
0.38/0.66	c INFO: computed Horn-clause counts
0.38/0.66	c INFO: computed variable graph statistics
0.38/0.66	c INFO: collected features for HOME/instance-3385765-1305573365.cnf in 0.07 s
0.38/0.69	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
0.47/0.73	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.36)
0.47/0.76	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.32)
0.47/0.79	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.57/0.83	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.57/0.86	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.26)
0.57/0.89	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.23)
0.67/0.93	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
620.89/113.14	c INFO: running march_hi@0 for 485 with 4887 remaining (b = 0.18)
657.07/119.74	c INFO: running march_hi@0 for 97 with 4880 remaining (b = 0.05)
750.97/137.35	c INFO: running kcnfs-2006@0 for 582 with 4863 remaining (b = 0.19)
1146.93/212.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385765-1305573365/watcher-3385765-1305573365 -o /tmp/evaluation-result-3385765-1305573365/solver-3385765-1305573365 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385765-1305573365.cnf -seed 1828526846 -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: 10.57 11.04 10.93 4/457 32190
/proc/meminfo: memFree=22398348/32951124 swapFree=46575272/67111528
[pid=32190] ppid=32188 vsize=16236 CPUtime=0 cores=0-7
/proc/32190/stat : 32190 (python) R 32188 32190 30681 0 -1 4202496 1024 0 0 0 0 0 0 0 25 0 1 0 401527749 16625664 897 33554432000 4194304 5683644 140735803464240 18446744073709551615 4591405 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32190/statm: 4059 899 374 364 0 546 0

[startup+0.0916321 s]
/proc/loadavg: 10.57 11.04 10.93 4/457 32190
/proc/meminfo: memFree=22398348/32951124 swapFree=46575272/67111528
[pid=32190] ppid=32188 vsize=85364 CPUtime=0.05 cores=0-7
/proc/32190/stat : 32190 (python) R 32188 32190 30681 0 -1 4202496 2594 0 0 0 4 1 0 0 18 0 1 0 401527749 87412736 2315 33554432000 4194304 5683644 140735803464240 18446744073709551615 5211905 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32190/statm: 21341 2315 713 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.100634 s]
/proc/loadavg: 10.57 11.04 10.93 4/457 32190
/proc/meminfo: memFree=22398348/32951124 swapFree=46575272/67111528
[pid=32190] ppid=32188 vsize=94172 CPUtime=0.05 cores=0-7
/proc/32190/stat : 32190 (python) S 32188 32190 30681 0 -1 4202496 2763 0 0 0 4 1 0 0 17 0 1 0 401527749 96432128 2474 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/32190/statm: 23543 2474 764 364 0 1675 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94172

[startup+0.300595 s]
/proc/loadavg: 10.57 11.04 10.93 4/457 32190
/proc/meminfo: memFree=22398348/32951124 swapFree=46575272/67111528
[pid=32190] ppid=32188 vsize=135748 CPUtime=0.18 cores=0-7
/proc/32190/stat : 32190 (python) S 32188 32190 30681 0 -1 4202496 5959 932 1 0 13 5 0 0 18 0 1 0 401527749 139005952 4151 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660658181 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/32190/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700524 s]
/proc/loadavg: 10.57 11.04 10.93 4/457 32190
/proc/meminfo: memFree=22398348/32951124 swapFree=46575272/67111528
[pid=32190] ppid=32188 vsize=278612 CPUtime=0.47 cores=0-7
/proc/32190/stat : 32190 (python) R 32188 32190 30681 0 -1 4202496 9590 932 1 0 38 9 0 0 17 0 1 0 401527749 285298688 7094 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660482453 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32190/statm: 69653 7094 1868 364 0 5571 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 278612

[startup+1.50135 s]
/proc/loadavg: 10.57 11.04 10.93 14/482 32219
/proc/meminfo: memFree=22337576/32951124 swapFree=46575272/67111528
[pid=32190] ppid=32188 vsize=361364 CPUtime=0.7 cores=0-7
/proc/32190/stat : 32190 (python) S 32188 32190 30681 0 -1 4202496 15855 932 1 0 59 11 0 0 25 0 9 0 401527749 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32190/statm: 90341 7306 1889 364 0 26238 0
[pid=32196] ppid=32190 vsize=278612 CPUtime=0 cores=0-7
/proc/32196/stat : 32196 (python) S 32190 32190 30681 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 401527819 285298688 5580 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682255 0 0 16781312 514 2664601563024064511 0 0 17 4 0 0 0
/proc/32196/statm: 69653 5580 354 364 0 5571 0
[pid=32198] ppid=32196 vsize=1017800 CPUtime=0.77 cores=0-7
/proc/32198/stat : 32198 (gnovelty+2) R 32196 32198 32198 0 -1 4202496 439 0 0 0 77 0 0 0 21 0 1 0 401527820 1042227200 174 33554432000 134512640 135663704 4288296048 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32198/statm: 254450 174 113 282 0 254166 0
[pid=32199] ppid=32190 vsize=289384 CPUtime=0 cores=0-7
/proc/32199/stat : 32199 (python) S 32190 32190 30681 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 401527823 296329216 5704 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 8677745992935637250 0 0 17 0 0 0 0
/proc/32199/statm: 72346 5704 348 364 0 8261 0
[pid=32201] ppid=32199 vsize=2000 CPUtime=0.51 cores=0-7
/proc/32201/stat : 32201 (march_hi) R 32199 32201 32201 0 -1 4202496 590 0 0 0 51 0 0 0 23 0 1 0 401527823 2048000 326 33554432000 4194304 4955518 140733666188528 18446744073709551615 4314044 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32201/statm: 500 326 104 186 0 313 0
[pid=32202] ppid=32190 vsize=299168 CPUtime=0 cores=0-7
/proc/32202/stat : 32202 (python) S 32190 32190 30681 0 -1 4202560 754 0 0 0 0 0 0 0 17 0 1 0 401527826 306348032 5605 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 2271177610908107010 0 0 17 5 0 0 0
/proc/32202/statm: 74792 5605 348 364 0 10704 0
[pid=32204] ppid=32202 vsize=2000 CPUtime=0.51 cores=0-7
/proc/32204/stat : 32204 (march_hi) R 32202 32204 32204 0 -1 4202496 593 0 0 0 51 0 0 0 22 0 1 0 401527826 2048000 327 33554432000 4194304 4955518 140735261348832 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32204/statm: 500 327 104 186 0 313 0
[pid=32205] ppid=32190 vsize=310032 CPUtime=0 cores=0-7
/proc/32205/stat : 32205 (python) S 32190 32190 30681 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 401527829 317472768 5729 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 1030290778032668931 0 0 17 2 0 0 0
/proc/32205/statm: 77508 5729 348 364 0 13417 0
[pid=32207] ppid=32205 vsize=2132 CPUtime=0.69 cores=0-7
/proc/32207/stat : 32207 (march_hi) R 32205 32207 32207 0 -1 4202496 598 0 0 0 69 0 0 0 25 0 1 0 401527829 2183168 331 33554432000 4194304 4955518 140734391839056 18446744073709551615 4209747 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32207/statm: 533 331 104 186 0 346 0
[pid=32208] ppid=32190 vsize=320288 CPUtime=0 cores=0-7
/proc/32208/stat : 32208 (python) S 32190 32190 30681 0 -1 4202560 760 0 0 0 0 0 0 0 23 0 1 0 401527832 327974912 5750 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 1351880611849043967 0 0 17 4 0 0 0
/proc/32208/statm: 80072 5750 348 364 0 15978 0
[pid=32210] ppid=32208 vsize=1017800 CPUtime=0.34 cores=0-7
/proc/32210/stat : 32210 (gnovelty+2) R 32208 32210 32210 0 -1 4202496 439 0 0 0 34 0 0 0 25 0 1 0 401527835 1042227200 173 33554432000 134512640 135663704 4293509664 18446744073709551615 134545699 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32210/statm: 254450 173 113 282 0 254166 0
[pid=32211] ppid=32190 vsize=330544 CPUtime=0 cores=0-7
/proc/32211/stat : 32211 (python) S 32190 32190 30681 0 -1 4202560 759 0 0 0 0 0 0 0 21 0 1 0 401527836 338477056 5754 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 13613462486115123457 0 0 17 2 0 0 0
/proc/32211/statm: 82636 5754 348 364 0 18539 0
[pid=32213] ppid=32211 vsize=2000 CPUtime=0.56 cores=0-7
/proc/32213/stat : 32213 (march_hi) R 32211 32213 32213 0 -1 4202496 596 0 0 0 56 0 0 0 25 0 1 0 401527838 2048000 330 33554432000 4194304 4955518 140736387776192 18446744073709551615 4314253 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32213/statm: 500 330 104 186 0 313 0
[pid=32214] ppid=32190 vsize=340260 CPUtime=0 cores=0-7
/proc/32214/stat : 32214 (python) S 32190 32190 30681 0 -1 4202560 776 0 0 0 0 0 0 0 20 0 1 0 401527839 348426240 5638 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 1030281981939646723 0 0 17 4 0 0 0
/proc/32214/statm: 85065 5638 348 364 0 20965 0
[pid=32216] ppid=32214 vsize=2000 CPUtime=0.2 cores=0-7
/proc/32216/stat : 32216 (march_hi) R 32214 32216 32216 0 -1 4202496 588 0 0 0 20 0 0 0 25 0 1 0 401527842 2048000 320 33554432000 4194304 4955518 140736977298256 18446744073709551615 4238374 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32216/statm: 500 320 104 186 0 313 0
[pid=32217] ppid=32190 vsize=351120 CPUtime=0 cores=0-7
/proc/32217/stat : 32217 (python) S 32190 32190 30681 0 -1 4202560 807 0 0 0 0 0 0 0 23 0 1 0 401527843 359546880 5767 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 3384683822682439939 0 0 17 4 0 0 0
/proc/32217/statm: 87780 5767 354 364 0 23677 0
[pid=32219] ppid=32217 vsize=2000 CPUtime=0.24 cores=0-7
/proc/32219/stat : 32219 (march_hi) R 32217 32219 32219 0 -1 4202496 589 0 0 0 24 0 0 0 25 0 1 0 401527843 2048000 321 33554432000 4194304 4955518 140735241347648 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32219/statm: 500 321 104 186 0 313 0
[pid=32190/tid=32197] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32197/stat : 32197 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 9 0 401527819 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32200] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32200/stat : 32200 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 9 0 401527823 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32203] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32203/stat : 32203 (python) S 32188 32190 30681 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 9 0 401527826 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32206] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32206/stat : 32206 (python) S 32188 32190 30681 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 9 0 401527829 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32209] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32209/stat : 32209 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 9 0 401527833 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32212] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32212/stat : 32212 (python) S 32188 32190 30681 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 9 0 401527836 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32215] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32215/stat : 32215 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 401527839 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32218] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32218/stat : 32218 (python) S 32188 32190 30681 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 401527843 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 4928504

[startup+3.10107 s]
/proc/loadavg: 10.57 11.04 10.93 12/482 32219
/proc/meminfo: memFree=22336584/32951124 swapFree=46575272/67111528
[pid=32190] ppid=32188 vsize=361364 CPUtime=0.7 cores=0-7
/proc/32190/stat : 32190 (python) S 32188 32190 30681 0 -1 4202496 15855 932 1 0 59 11 0 0 25 0 9 0 401527749 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32190/statm: 90341 7306 1889 364 0 26238 0
[pid=32196] ppid=32190 vsize=278612 CPUtime=0 cores=0-7
/proc/32196/stat : 32196 (python) S 32190 32190 30681 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 401527819 285298688 5580 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682255 0 0 16781312 514 2664601563024032003 0 0 17 4 0 0 0
/proc/32196/statm: 69653 5580 354 364 0 5571 0
[pid=32198] ppid=32196 vsize=1017800 CPUtime=2.36 cores=0-7
/proc/32198/stat : 32198 (gnovelty+2) R 32196 32198 32198 0 -1 4202496 439 0 0 0 236 0 0 0 25 0 1 0 401527820 1042227200 174 33554432000 134512640 135663704 4288296048 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32198/statm: 254450 174 113 282 0 254166 0
[pid=32199] ppid=32190 vsize=289384 CPUtime=0 cores=0-7
/proc/32199/stat : 32199 (python) S 32190 32190 30681 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 401527823 296329216 5704 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 8677745992935637250 0 0 17 0 0 0 0
/proc/32199/statm: 72346 5704 348 364 0 8261 0
[pid=32201] ppid=32199 vsize=2132 CPUtime=1.31 cores=0-7
/proc/32201/stat : 32201 (march_hi) R 32199 32201 32201 0 -1 4202496 607 0 0 0 131 0 0 0 25 0 1 0 401527823 2183168 343 33554432000 4194304 4955518 140733666188528 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32201/statm: 533 343 104 186 0 346 0
[pid=32202] ppid=32190 vsize=299300 CPUtime=0 cores=0-7
/proc/32202/stat : 32202 (python) S 32190 32190 30681 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 401527826 306483200 5608 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 2271177610908107010 0 0 17 5 0 0 0
/proc/32202/statm: 74825 5608 350 364 0 10737 0
[pid=32204] ppid=32202 vsize=2132 CPUtime=1.31 cores=0-7
/proc/32204/stat : 32204 (march_hi) R 32202 32204 32204 0 -1 4202496 610 0 0 0 131 0 0 0 25 0 1 0 401527826 2183168 344 33554432000 4194304 4955518 140735261348832 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32204/statm: 533 344 104 186 0 346 0
[pid=32205] ppid=32190 vsize=310032 CPUtime=0 cores=0-7
/proc/32205/stat : 32205 (python) S 32190 32190 30681 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 401527829 317472768 5729 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 1030290778032668931 0 0 17 2 0 0 0
/proc/32205/statm: 77508 5729 348 364 0 13417 0
[pid=32207] ppid=32205 vsize=2132 CPUtime=2.29 cores=0-7
/proc/32207/stat : 32207 (march_hi) R 32205 32207 32207 0 -1 4202496 618 0 0 0 229 0 0 0 25 0 1 0 401527829 2183168 351 33554432000 4194304 4955518 140734391839056 18446744073709551615 4282647 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32207/statm: 533 351 104 186 0 346 0
[pid=32208] ppid=32190 vsize=320288 CPUtime=0 cores=0-7
/proc/32208/stat : 32208 (python) S 32190 32190 30681 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 401527832 327974912 5750 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 1351880611849011457 0 0 17 4 0 0 0
/proc/32208/statm: 80072 5750 348 364 0 15978 0
[pid=32210] ppid=32208 vsize=1017800 CPUtime=1.14 cores=0-7
/proc/32210/stat : 32210 (gnovelty+2) R 32208 32210 32210 0 -1 4202496 439 0 0 0 114 0 0 0 25 0 1 0 401527835 1042227200 173 33554432000 134512640 135663704 4293509664 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32210/statm: 254450 173 113 282 0 254166 0
[pid=32211] ppid=32190 vsize=330544 CPUtime=0 cores=0-7
/proc/32211/stat : 32211 (python) S 32190 32190 30681 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 401527836 338477056 5754 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 13613462486115123457 0 0 17 2 0 0 0
/proc/32211/statm: 82636 5754 348 364 0 18539 0
[pid=32213] ppid=32211 vsize=2132 CPUtime=2.15 cores=0-7
/proc/32213/stat : 32213 (march_hi) R 32211 32213 32213 0 -1 4202496 617 0 0 0 215 0 0 0 25 0 1 0 401527838 2183168 351 33554432000 4194304 4955518 140736387776192 18446744073709551615 4238469 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32213/statm: 533 351 104 186 0 346 0
[pid=32214] ppid=32190 vsize=340260 CPUtime=0 cores=0-7
/proc/32214/stat : 32214 (python) S 32190 32190 30681 0 -1 4202560 776 0 0 0 0 0 0 0 15 0 1 0 401527839 348426240 5638 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 1030281981939646723 0 0 17 4 0 0 0
/proc/32214/statm: 85065 5638 348 364 0 20965 0
[pid=32216] ppid=32214 vsize=2132 CPUtime=1 cores=0-7
/proc/32216/stat : 32216 (march_hi) R 32214 32216 32216 0 -1 4202496 608 0 0 0 100 0 0 0 25 0 1 0 401527842 2183168 340 33554432000 4194304 4955518 140736977298256 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32216/statm: 533 340 104 186 0 346 0
[pid=32217] ppid=32190 vsize=351120 CPUtime=0 cores=0-7
/proc/32217/stat : 32217 (python) S 32190 32190 30681 0 -1 4202560 807 0 0 0 0 0 0 0 15 0 1 0 401527843 359546880 5767 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 3384683822682439939 0 0 17 4 0 0 0
/proc/32217/statm: 87780 5767 354 364 0 23677 0
[pid=32219] ppid=32217 vsize=2132 CPUtime=1.04 cores=0-7
/proc/32219/stat : 32219 (march_hi) R 32217 32219 32219 0 -1 4202496 608 0 0 0 104 0 0 0 25 0 1 0 401527843 2183168 340 33554432000 4194304 4955518 140735241347648 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32219/statm: 533 340 104 186 0 346 0
[pid=32190/tid=32197] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32197/stat : 32197 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 9 0 401527819 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32200] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32200/stat : 32200 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 9 0 401527823 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32203] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32203/stat : 32203 (python) S 32188 32190 30681 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 9 0 401527826 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32206] ppid=32188 vsize=361364 CPUtime=0 cores=0-7
/proc/32190/task/32206/stat : 32206 (python) S 32188 32190 30681 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 9 0 401527829 370036736 7306 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32209] ppid=32188 vsize=361364 CPUtime=0 cores=0-7

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

[pid=32224] ppid=32190 vsize=361376 CPUtime=0.36 cores=0-7
/proc/32224/stat : 32224 (python) S 32190 32190 30681 0 -1 4202560 994 0 0 0 18 18 0 0 15 0 1 0 401539064 370049024 5788 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 10066618294816702724 0 0 17 3 0 0 0
/proc/32224/statm: 90344 5788 371 364 0 26238 0
[pid=32226] ppid=32224 vsize=4024 CPUtime=53.55 cores=0-7
/proc/32226/stat : 32226 (march_hi) R 32224 32226 32226 0 -1 4202496 970 0 0 0 5355 0 0 0 25 0 1 0 401539064 4120576 702 33554432000 4194304 4955518 140734937543968 18446744073709551615 4209747 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32226/statm: 1006 702 104 186 0 819 0
[pid=32230] ppid=32190 vsize=371740 CPUtime=0.24 cores=0-7
/proc/32230/stat : 32230 (python) S 32190 32190 30681 0 -1 4202560 988 0 0 0 12 12 0 0 18 0 1 0 401541485 380661760 5819 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 4415937764311138563 0 0 17 1 0 0 0
/proc/32230/statm: 92935 5819 371 364 0 28826 0
[pid=32232] ppid=32230 vsize=182448 CPUtime=37.83 cores=0-7
/proc/32232/stat : 32232 (kcnfs-2006) R 32230 32232 32232 0 -1 4202496 577 0 0 0 3783 0 0 0 25 0 1 0 401541485 186826752 311 33554432000 134512640 135163436 4290486304 18446744073709551615 134559554 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32232/statm: 45612 311 77 159 0 45452 0
[pid=32190/tid=32197] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32197/stat : 32197 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 11 0 401527819 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32200] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32200/stat : 32200 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 11 0 401527823 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32203] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32203/stat : 32203 (python) S 32188 32190 30681 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 11 0 401527826 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32206] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32206/stat : 32206 (python) S 32188 32190 30681 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 11 0 401527829 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32209] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32209/stat : 32209 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 11 0 401527833 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32212] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32212/stat : 32212 (python) S 32188 32190 30681 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 11 0 401527836 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32215] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32215/stat : 32215 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 11 0 401527839 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32218] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32218/stat : 32218 (python) S 32188 32190 30681 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 11 0 401527843 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32225] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32225/stat : 32225 (python) S 32188 32190 30681 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 11 0 401539064 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32231] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32231/stat : 32231 (python) S 32188 32190 30681 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 11 0 401541485 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1142.86
Current children cumulated vsize (KiB) 6045156

[startup+212.318 s]
/proc/loadavg: 11.21 11.11 10.97 14/491 32234
/proc/meminfo: memFree=22290768/32951124 swapFree=46575272/67111528
[pid=32190] ppid=32188 vsize=381984 CPUtime=0.8 cores=0-7
/proc/32190/stat : 32190 (python) S 32188 32190 30681 0 -1 4202496 17788 932 1 0 68 12 0 0 19 0 11 0 401527749 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32190/statm: 95496 7346 1894 364 0 31387 0
[pid=32196] ppid=32190 vsize=288856 CPUtime=0.37 cores=0-7
/proc/32196/stat : 32196 (python) S 32190 32190 30681 0 -1 4202560 1088 0 0 0 20 17 0 0 19 0 2 0 401527819 295788544 5641 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32196/statm: 72214 5641 410 364 0 8132 0
[pid=32198] ppid=32196 vsize=1017800 CPUtime=99.16 cores=0-7
/proc/32198/stat : 32198 (gnovelty+2) T 32196 32198 32198 0 -1 4202496 439 0 0 0 9916 0 0 0 25 0 1 0 401527820 1042227200 174 33554432000 134512640 135663704 4288296048 18446744073709551615 134524561 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32198/statm: 254450 174 113 282 0 254166 0
[pid=32196/tid=32223] ppid=32190 vsize=288856 CPUtime=0 cores=0-7
/proc/32196/task/32223/stat : 32223 (python) S 32190 32190 30681 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 401539060 295788544 5641 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 514 18446604449238126848 0 0 -1 5 0 0 0
[pid=32199] ppid=32190 vsize=289384 CPUtime=0.81 cores=0-7
/proc/32199/stat : 32199 (python) S 32190 32190 30681 0 -1 4202560 983 0 0 0 44 37 0 0 15 0 1 0 401527823 296329216 5727 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 8677745992935637250 0 0 17 0 0 0 0
/proc/32199/statm: 72346 5727 371 364 0 8261 0
[pid=32201] ppid=32199 vsize=9244 CPUtime=138.38 cores=0-7
/proc/32201/stat : 32201 (march_hi) R 32199 32201 32201 0 -1 4202496 2158 0 0 0 13838 0 0 0 25 0 1 0 401527823 9465856 1874 33554432000 4194304 4955518 140733666188528 18446744073709551615 4238345 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32201/statm: 2311 1874 104 186 0 2124 0
[pid=32202] ppid=32190 vsize=299300 CPUtime=0.82 cores=0-7
/proc/32202/stat : 32202 (python) S 32190 32190 30681 0 -1 4202560 982 0 0 0 41 41 0 0 15 0 1 0 401527826 306483200 5631 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 2271177610908107010 0 0 17 5 0 0 0
/proc/32202/statm: 74825 5631 373 364 0 10737 0
[pid=32204] ppid=32202 vsize=8404 CPUtime=124.91 cores=0-7
/proc/32204/stat : 32204 (march_hi) R 32202 32204 32204 0 -1 4202496 1923 0 0 0 12491 0 0 0 25 0 1 0 401527826 8605696 1637 33554432000 4194304 4955518 140735261348832 18446744073709551615 4238968 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32204/statm: 2101 1637 104 186 0 1914 0
[pid=32205] ppid=32190 vsize=375568 CPUtime=3.21 cores=0-7
/proc/32205/stat : 32205 (python) R 32190 32190 30681 0 -1 4202560 1184 0 0 0 253 68 0 0 18 0 2 0 401527829 384581632 5784 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32205/statm: 93892 5784 400 364 0 29801 0
[pid=32207] ppid=32205 vsize=0 CPUtime=156.88 cores=0-7
/proc/32207/stat : 32207 (march_hi) R 32205 32207 32207 0 -1 4202500 2494 0 0 0 15687 1 0 0 25 0 1 0 401527829 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32207/statm: 0 0 0 0 0 0 0
[pid=32205/tid=32227] ppid=32190 vsize=375568 CPUtime=0 cores=0-7
/proc/32205/task/32227/stat : 32227 (python) S 32190 32190 30681 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 401539720 384581632 5784 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 514 18446604451805325184 0 0 -1 1 0 0 0
[pid=32208] ppid=32190 vsize=385824 CPUtime=0.45 cores=0-7
/proc/32208/stat : 32208 (python) S 32190 32190 30681 0 -1 4202560 1129 0 0 0 21 24 0 0 19 0 2 0 401527832 395083776 5804 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32208/statm: 96456 5804 400 364 0 32362 0
[pid=32210] ppid=32208 vsize=1017800 CPUtime=97.34 cores=0-7
/proc/32210/stat : 32210 (gnovelty+2) T 32208 32210 32210 0 -1 4202496 439 0 0 0 9734 0 0 0 25 0 1 0 401527835 1042227200 173 33554432000 134512640 135663704 4293509664 18446744073709551615 134525343 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32210/statm: 254450 173 113 282 0 254166 0
[pid=32208/tid=32229] ppid=32190 vsize=385824 CPUtime=0 cores=0-7
/proc/32208/task/32229/stat : 32229 (python) S 32190 32190 30681 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 401541481 395083776 5804 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 514 18446604448932485184 0 0 -1 1 0 0 0
[pid=32211] ppid=32190 vsize=330544 CPUtime=0.8 cores=0-7
/proc/32211/stat : 32211 (python) S 32190 32190 30681 0 -1 4202560 1000 0 0 0 41 39 0 0 15 0 1 0 401527836 338477056 5778 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 13613462486115123457 0 0 17 6 0 0 0
/proc/32211/statm: 82636 5778 372 364 0 18539 0
[pid=32213] ppid=32211 vsize=11832 CPUtime=150.44 cores=0-7
/proc/32213/stat : 32213 (march_hi) R 32211 32213 32213 0 -1 4202496 2390 0 0 0 15044 0 0 0 25 0 1 0 401527838 12115968 2104 33554432000 4194304 4955518 140736387776192 18446744073709551615 4238469 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32213/statm: 2958 2104 104 186 0 2771 0
[pid=32214] ppid=32190 vsize=340260 CPUtime=0.8 cores=0-7
/proc/32214/stat : 32214 (python) S 32190 32190 30681 0 -1 4202560 1030 0 0 0 41 39 0 0 15 0 1 0 401527839 348426240 5662 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 1030281981939646723 0 0 17 0 0 0 0
/proc/32214/statm: 85065 5662 372 364 0 20965 0
[pid=32216] ppid=32214 vsize=9244 CPUtime=142.41 cores=0-7
/proc/32216/stat : 32216 (march_hi) R 32214 32216 32216 0 -1 4202496 2214 0 0 0 14241 0 0 0 25 0 1 0 401527842 9465856 1926 33554432000 4194304 4955518 140736977298256 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32216/statm: 2311 1926 104 186 0 2124 0
[pid=32217] ppid=32190 vsize=351120 CPUtime=0.8 cores=0-7
/proc/32217/stat : 32217 (python) S 32190 32190 30681 0 -1 4202560 1058 0 0 0 43 37 0 0 15 0 1 0 401527843 359546880 5790 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 4415937764311138563 0 0 17 4 0 0 0
/proc/32217/statm: 87780 5790 377 364 0 23677 0
[pid=32219] ppid=32217 vsize=8404 CPUtime=134.59 cores=0-7
/proc/32219/stat : 32219 (march_hi) R 32217 32219 32219 0 -1 4202496 2083 0 0 0 13458 1 0 0 25 0 1 0 401527843 8605696 1795 33554432000 4194304 4955518 140735241347648 18446744073709551615 4209635 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32219/statm: 2101 1795 104 186 0 1914 0
[pid=32224] ppid=32190 vsize=361376 CPUtime=0.36 cores=0-7
/proc/32224/stat : 32224 (python) S 32190 32190 30681 0 -1 4202560 994 0 0 0 18 18 0 0 15 0 1 0 401539064 370049024 5788 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 10066618294816702724 0 0 17 3 0 0 0
/proc/32224/statm: 90344 5788 371 364 0 26238 0
[pid=32226] ppid=32224 vsize=4024 CPUtime=53.96 cores=0-7
/proc/32226/stat : 32226 (march_hi) R 32224 32226 32226 0 -1 4202496 975 0 0 0 5396 0 0 0 25 0 1 0 401539064 4120576 707 33554432000 4194304 4955518 140734937543968 18446744073709551615 4244720 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32226/statm: 1006 707 104 186 0 819 0
[pid=32230] ppid=32190 vsize=371740 CPUtime=0.24 cores=0-7
/proc/32230/stat : 32230 (python) S 32190 32190 30681 0 -1 4202560 988 0 0 0 12 12 0 0 18 0 1 0 401541485 380661760 5819 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 4415937764311138563 0 0 17 1 0 0 0
/proc/32230/statm: 92935 5819 371 364 0 28826 0
[pid=32232] ppid=32230 vsize=182448 CPUtime=38.05 cores=0-7
/proc/32232/stat : 32232 (kcnfs-2006) R 32230 32232 32232 0 -1 4202496 577 0 0 0 3805 0 0 0 25 0 1 0 401541485 186826752 311 33554432000 134512640 135163436 4290486304 18446744073709551615 134569431 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32232/statm: 45612 311 77 159 0 45452 0
[pid=32190/tid=32197] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32197/stat : 32197 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 19 0 11 0 401527819 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32200] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32200/stat : 32200 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 11 0 401527823 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32203] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32203/stat : 32203 (python) S 32188 32190 30681 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 11 0 401527826 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32206] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32206/stat : 32206 (python) S 32188 32190 30681 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 11 0 401527829 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32209] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32209/stat : 32209 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 11 0 401527833 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32212] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32212/stat : 32212 (python) S 32188 32190 30681 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 11 0 401527836 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32215] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32215/stat : 32215 (python) S 32188 32190 30681 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 11 0 401527839 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32218] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32218/stat : 32218 (python) S 32188 32190 30681 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 11 0 401527843 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32225] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32225/stat : 32225 (python) S 32188 32190 30681 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 11 0 401539064 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32231] ppid=32188 vsize=381984 CPUtime=0 cores=0-7
/proc/32190/task/32231/stat : 32231 (python) S 32188 32190 30681 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 11 0 401541485 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1145.58
Current children cumulated vsize (KiB) 6045156

[startup+212.501 s]
/proc/loadavg: 11.21 11.11 10.97 14/491 32234
/proc/meminfo: memFree=22290768/32951124 swapFree=46575272/67111528
[pid=32190] ppid=32188 vsize=381984 CPUtime=806.25 cores=0-7
/proc/32190/stat : 32190 (python) S 32188 32190 30681 0 -1 4202496 17838 18814 1 0 69 12 80330 214 17 0 11 0 401527749 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672492351 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32190/statm: 95496 7346 1894 364 0 31387 0
[pid=32202] ppid=32190 vsize=299300 CPUtime=0.82 cores=0-7
/proc/32202/stat : 32202 (python) S 32190 32190 30681 0 -1 4202560 982 0 0 0 41 41 0 0 15 0 1 0 401527826 306483200 5631 33554432000 4194304 5683644 140735803464240 18446744073709551615 268660682310 0 0 16781312 514 2271177610908107010 0 0 17 5 0 0 0
/proc/32202/statm: 74825 5631 373 364 0 10737 0
[pid=32204] ppid=32202 vsize=8404 CPUtime=125.09 cores=0-7
/proc/32204/stat : 32204 (march_hi) R 32202 32204 32204 0 -1 4202496 1926 0 0 0 12509 0 0 0 25 0 1 0 401527826 8605696 1640 33554432000 4194304 4955518 140735261348832 18446744073709551615 4282600 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32204/statm: 2101 1640 104 186 0 1914 0
[pid=32205] ppid=32190 vsize=0 CPUtime=160.26 cores=0-7
/proc/32205/stat : 32205 (python) Z 32190 32190 30681 0 -1 4202588 1259 2494 0 0 268 70 15687 1 19 0 1 0 401527829 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32205/statm: 0 0 0 0 0 0 0
[pid=32224] ppid=32190 vsize=0 CPUtime=54.51 cores=0-7
/proc/32224/stat : 32224 (python) R 32190 32190 30681 0 -1 4202564 1055 977 0 0 19 19 5413 0 15 0 1 0 401539064 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32224/statm: 0 0 0 0 0 0 0
[pid=32190/tid=32197] ppid=32188 vsize=381984 CPUtime=805.44 cores=0-7
/proc/32190/task/32197/stat : 32197 (python) S 32188 32190 30681 0 -1 4202560 24 18814 0 0 0 0 80330 214 19 0 11 0 401527819 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32200] ppid=32188 vsize=381984 CPUtime=805.44 cores=0-7
/proc/32190/task/32200/stat : 32200 (python) S 32188 32190 30681 0 -1 4202560 24 18814 0 0 0 0 80330 214 21 0 11 0 401527823 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32203] ppid=32188 vsize=381984 CPUtime=805.44 cores=0-7
/proc/32190/task/32203/stat : 32203 (python) S 32188 32190 30681 0 -1 4202560 19 18814 0 0 0 0 80330 214 20 0 11 0 401527826 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 0 0 0 0
[pid=32190/tid=32206] ppid=32188 vsize=381984 CPUtime=805.44 cores=0-7
/proc/32190/task/32206/stat : 32206 (python) S 32188 32190 30681 0 -1 4202560 25 18814 0 0 0 0 80330 214 18 0 11 0 401527829 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32209] ppid=32188 vsize=381984 CPUtime=805.44 cores=0-7
/proc/32190/task/32209/stat : 32209 (python) S 32188 32190 30681 0 -1 4202560 24 18814 0 0 0 0 80330 214 24 0 11 0 401527833 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32212] ppid=32188 vsize=381984 CPUtime=805.44 cores=0-7
/proc/32190/task/32212/stat : 32212 (python) S 32188 32190 30681 0 -1 4202560 21 18814 0 0 0 0 80330 214 25 0 11 0 401527836 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32215] ppid=32188 vsize=381984 CPUtime=805.44 cores=0-7
/proc/32190/task/32215/stat : 32215 (python) S 32188 32190 30681 0 -1 4202560 24 18814 0 0 0 0 80330 214 25 0 11 0 401527839 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32218] ppid=32188 vsize=381984 CPUtime=805.44 cores=0-7
/proc/32190/task/32218/stat : 32218 (python) S 32188 32190 30681 0 -1 4202560 27 18814 0 0 0 0 80330 214 25 0 11 0 401527843 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32225] ppid=32188 vsize=381984 CPUtime=805.44 cores=0-7
/proc/32190/task/32225/stat : 32225 (python) S 32188 32190 30681 0 -1 4202560 30 18814 0 0 0 0 80330 214 19 0 11 0 401539064 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
[pid=32190/tid=32231] ppid=32188 vsize=381984 CPUtime=805.44 cores=0-7
/proc/32190/task/32231/stat : 32231 (python) S 32188 32190 30681 0 -1 4202560 30 18814 0 0 0 0 80330 214 19 0 11 0 401541485 391151616 7346 33554432000 4194304 5683644 140735803464240 18446744073709551615 268672485809 0 0 16781312 2 18446604449044739136 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1146.93
Current children cumulated vsize (KiB) 689688

Child status: 0
Real time (s): 212.526
CPU time (s): 1147.03
CPU user time (s): 1143.41
CPU system time (s): 3.62545
CPU usage (%): 539.714
Max. virtual memory (cumulated for all children) (KiB): 6056988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1143.41
system time used= 3.62545
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49761
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= 6969
involuntary context switches= 14506

runsolver used 1.22281 second user time and 2.76258 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-16 21:16:05
IDJOB=3385765
IDBENCH=83030
IDSOLVER=1870
FILE ID=node107/3385765-1305573365
RUNJOBID= node107-1305564966-30695
PBS_JOBID= 13350143
Free space on /tmp= 73244 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S16302531-099.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-3385765-1305573365/watcher-3385765-1305573365 -o /tmp/evaluation-result-3385765-1305573365/solver-3385765-1305573365 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385765-1305573365.cnf -seed 1828526846 -budget 40000 -cores 8

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

MD5SUM BENCH= 262b86a16f9a75cfd5f5af81be0602bc
RANDOM SEED=1828526846

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22398636 kB
Buffers:        234696 kB
Cached:        2437212 kB
SwapCached:       9812 kB
Active:        8816520 kB
Inactive:      1421560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22398636 kB
SwapTotal:    67111528 kB
SwapFree:     46575272 kB
Dirty:           32332 kB
Writeback:           4 kB
AnonPages:     7563592 kB
Mapped:          30744 kB
Slab:           154128 kB
PageTables:      90000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134620752 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= 73212 MiB
End job on node107 at 2011-05-16 21:19:37