Trace number 3378491

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)? 4799.44 1204.44

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S769368248-036.UNKNOWN.cnf
MD5SUMd71042a4f58355ef8c71c53ec29199cb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1231.65
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.33/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.46	c INFO: solving HOME/instance-3378491-1305465881.cnf
0.33/0.46	c INFO: computing task features
0.33/0.47	c INFO: computed variable-clause graph statistics
0.33/0.47	c INFO: computed clause balance statistics
0.42/0.51	c INFO: computed variable balance statistics
0.42/0.54	c INFO: computed small-clause counts
0.42/0.54	c INFO: computed Horn-clause counts
0.42/0.54	c INFO: computed variable graph statistics
0.42/0.54	c INFO: collected features for HOME/instance-3378491-1305465881.cnf in 0.08 s
0.42/0.55	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.42/0.56	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.35)
0.42/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.06)
0.42/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.33)
396.32/99.83	c INFO: running march_hi@0 for 679 with 1100 remaining (b = 0.39)
399.90/100.79	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.35)
1569.35/393.88	c INFO: running march_hi@0 for 97 with 806 remaining (b = 0.07)
1574.09/395.07	c INFO: running march_hi@98 for 291 with 805 remaining (b = 0.19)
1945.55/488.13	c INFO: running march_hi@393 for 97 with 712 remaining (b = 0.08)
2348.09/589.02	c INFO: running kcnfs-2006@0 for 611 with 611 remaining (b = 0.30)
2731.94/685.25	c INFO: running march_hi@0 for 515 with 515 remaining (b = 0.25)
3126.90/784.28	c INFO: running march_hi@0 for 416 with 416 remaining (b = 0.18)
3150.72/790.23	c INFO: running kcnfs-2006@0 for 97 with 410 remaining (b = 0.04)
3549.48/890.48	c INFO: running march_hi@192 for 309 with 309 remaining (b = 0.11)
4799.33/1204.42	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378491-1305465881/watcher-3378491-1305465881 -o /tmp/evaluation-result-3378491-1305465881/solver-3378491-1305465881 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378491-1305465881.cnf -seed 30503452 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.75 8.33 8.04 5/371 19169
/proc/meminfo: memFree=18082492/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/19169/stat : 19169 (python) R 19167 19169 17961 0 -1 4202496 996 0 0 0 0 0 0 0 25 0 1 0 658187900 16633856 870 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19169/statm: 4061 870 368 364 0 548 0

[startup+0.07683 s]
/proc/loadavg: 8.75 8.33 8.04 5/371 19169
/proc/meminfo: memFree=18082492/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=85076 CPUtime=0.05 cores=0,2,4,6
/proc/19169/stat : 19169 (python) R 19167 19169 17961 0 -1 4202496 2531 0 0 0 4 1 0 0 25 0 1 0 658187900 87117824 2259 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19169/statm: 21341 2266 707 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85076

[startup+0.100845 s]
/proc/loadavg: 8.75 8.33 8.04 5/371 19169
/proc/meminfo: memFree=18082492/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=104236 CPUtime=0.07 cores=0,2,4,6
/proc/19169/stat : 19169 (python) R 19167 19169 17961 0 -1 4202496 3086 0 0 0 5 2 0 0 25 0 1 0 658187900 106737664 2768 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19169/statm: 26059 2768 847 364 0 1807 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104236

[startup+0.300809 s]
/proc/loadavg: 8.75 8.33 8.04 5/371 19169
/proc/meminfo: memFree=18082492/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=187744 CPUtime=0.24 cores=0,2,4,6
/proc/19169/stat : 19169 (python) R 19167 19169 17961 0 -1 4202496 6813 932 1 0 18 6 0 0 17 0 1 0 658187900 192249856 4880 33554432000 4194304 5683644 140733711348560 18446744073709551615 47979622678754 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19169/statm: 46923 4881 1398 364 0 3724 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187744

[startup+0.700728 s]
/proc/loadavg: 8.75 8.33 8.04 5/371 19169
/proc/meminfo: memFree=18082492/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=320200 CPUtime=0.5 cores=0,2,4,6
/proc/19169/stat : 19169 (python) S 19167 19169 17961 0 -1 4202496 12187 932 1 0 41 9 0 0 25 0 5 0 658187900 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19169/statm: 80050 7238 1873 364 0 15959 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 320200

[startup+1.50058 s]
/proc/loadavg: 8.75 8.33 8.04 9/384 19186
/proc/meminfo: memFree=18043328/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=320200 CPUtime=0.5 cores=0,2,4,6
/proc/19169/stat : 19169 (python) S 19167 19169 17961 0 -1 4202496 12187 932 1 0 41 9 0 0 25 0 5 0 658187900 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19169/statm: 80050 7238 1873 364 0 15959 0
[pid=19175] ppid=19169 vsize=278516 CPUtime=0 cores=0,2,4,6
/proc/19175/stat : 19175 (python) S 19169 19169 17961 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 658187956 285200384 5551 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718287 0 0 16781312 514 1543578540006440959 0 0 17 4 0 0 0
/proc/19175/statm: 69629 5551 354 364 0 5547 0
[pid=19177] ppid=19175 vsize=1017800 CPUtime=0.94 cores=0,2,4,6
/proc/19177/stat : 19177 (gnovelty+2) R 19175 19177 19177 0 -1 4202496 440 0 0 0 94 0 0 0 21 0 1 0 658187956 1042227200 178 33554432000 134512640 135663704 4287844976 18446744073709551615 135008502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19177/statm: 254450 178 113 282 0 254166 0
[pid=19178] ppid=19169 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/19178/stat : 19178 (python) S 19169 19169 17961 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 658187957 296288256 5693 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 3887094665878405380 0 0 17 2 0 0 0
/proc/19178/statm: 72336 5693 348 364 0 8251 0
[pid=19180] ppid=19178 vsize=2532 CPUtime=0.92 cores=0,2,4,6
/proc/19180/stat : 19180 (march_hi) R 19178 19180 19180 0 -1 4202496 679 0 0 0 92 0 0 0 25 0 1 0 658187957 2592768 413 33554432000 4194304 4955518 140735974515440 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19180/statm: 633 413 104 186 0 446 0
[pid=19181] ppid=19169 vsize=299092 CPUtime=0 cores=0,2,4,6
/proc/19181/stat : 19181 (python) S 19169 19169 17961 0 -1 4202560 738 0 0 0 0 0 0 0 22 0 1 0 658187958 306270208 5585 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 5256814574715273215 0 0 17 4 0 0 0
/proc/19181/statm: 74773 5585 348 364 0 10685 0
[pid=19183] ppid=19181 vsize=1017800 CPUtime=0.91 cores=0,2,4,6
/proc/19183/stat : 19183 (gnovelty+2) R 19181 19183 19183 0 -1 4202496 441 0 0 0 91 0 0 0 25 0 1 0 658187958 1042227200 178 33554432000 134512640 135663704 4289811632 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19183/statm: 254450 178 113 282 0 254166 0
[pid=19184] ppid=19169 vsize=309956 CPUtime=0 cores=0,2,4,6
/proc/19184/stat : 19184 (python) S 19169 19169 17961 0 -1 4202560 744 0 0 0 0 0 0 0 19 0 1 0 658187959 317394944 5709 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 11630035868583952644 0 0 17 6 0 0 0
/proc/19184/statm: 77489 5709 348 364 0 13398 0
[pid=19186] ppid=19184 vsize=2532 CPUtime=0.89 cores=0,2,4,6
/proc/19186/stat : 19186 (march_hi) R 19184 19186 19186 0 -1 4202496 671 0 0 0 89 0 0 0 25 0 1 0 658187959 2592768 412 33554432000 4194304 4955518 140734745137424 18446744073709551615 4298084 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19186/statm: 633 412 104 186 0 446 0
[pid=19169/tid=19176] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19176/stat : 19176 (python) S 19167 19169 17961 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 658187956 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 2 0 0 0
[pid=19169/tid=19179] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19179/stat : 19179 (python) S 19167 19169 17961 0 -1 4202560 22 932 0 0 0 0 0 0 21 0 5 0 658187957 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19182] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19182/stat : 19182 (python) S 19167 19169 17961 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 5 0 658187958 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 4 0 0 0
[pid=19169/tid=19185] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19185/stat : 19185 (python) S 19167 19169 17961 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 658187959 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 3537772

[startup+3.10129 s]
/proc/loadavg: 8.75 8.33 8.04 10/384 19186
/proc/meminfo: memFree=18041964/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=320200 CPUtime=0.5 cores=0,2,4,6
/proc/19169/stat : 19169 (python) S 19167 19169 17961 0 -1 4202496 12187 932 1 0 41 9 0 0 25 0 5 0 658187900 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19169/statm: 80050 7238 1873 364 0 15959 0
[pid=19175] ppid=19169 vsize=278516 CPUtime=0 cores=0,2,4,6
/proc/19175/stat : 19175 (python) S 19169 19169 17961 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 658187956 285200384 5551 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718287 0 0 16781312 514 1543578540006408449 0 0 17 4 0 0 0
/proc/19175/statm: 69629 5551 354 364 0 5547 0
[pid=19177] ppid=19175 vsize=1017800 CPUtime=2.54 cores=0,2,4,6
/proc/19177/stat : 19177 (gnovelty+2) R 19175 19177 19177 0 -1 4202496 440 0 0 0 254 0 0 0 25 0 1 0 658187956 1042227200 178 33554432000 134512640 135663704 4287844976 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19177/statm: 254450 178 113 282 0 254166 0
[pid=19178] ppid=19169 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/19178/stat : 19178 (python) S 19169 19169 17961 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 658187957 296288256 5693 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 3887094665878405380 0 0 17 2 0 0 0
/proc/19178/statm: 72336 5693 348 364 0 8251 0
[pid=19180] ppid=19178 vsize=2784 CPUtime=2.52 cores=0,2,4,6
/proc/19180/stat : 19180 (march_hi) R 19178 19180 19180 0 -1 4202496 747 0 0 0 252 0 0 0 25 0 1 0 658187957 2850816 481 33554432000 4194304 4955518 140735974515440 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19180/statm: 696 481 104 186 0 509 0
[pid=19181] ppid=19169 vsize=299092 CPUtime=0 cores=0,2,4,6
/proc/19181/stat : 19181 (python) S 19169 19169 17961 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658187958 306270208 5585 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 5256814574715240708 0 0 17 4 0 0 0
/proc/19181/statm: 74773 5585 348 364 0 10685 0
[pid=19183] ppid=19181 vsize=1017800 CPUtime=2.52 cores=0,2,4,6
/proc/19183/stat : 19183 (gnovelty+2) R 19181 19183 19183 0 -1 4202496 441 0 0 0 252 0 0 0 25 0 1 0 658187958 1042227200 178 33554432000 134512640 135663704 4289811632 18446744073709551615 134545572 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19183/statm: 254450 178 113 282 0 254166 0
[pid=19184] ppid=19169 vsize=309956 CPUtime=0 cores=0,2,4,6
/proc/19184/stat : 19184 (python) S 19169 19169 17961 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 658187959 317394944 5709 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 11630035868583952644 0 0 17 6 0 0 0
/proc/19184/statm: 77489 5709 348 364 0 13398 0
[pid=19186] ppid=19184 vsize=2784 CPUtime=2.48 cores=0,2,4,6
/proc/19186/stat : 19186 (march_hi) R 19184 19186 19186 0 -1 4202496 739 0 0 0 248 0 0 0 25 0 1 0 658187959 2850816 480 33554432000 4194304 4955518 140734745137424 18446744073709551615 4227609 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19186/statm: 696 480 104 186 0 509 0
[pid=19169/tid=19176] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19176/stat : 19176 (python) S 19167 19169 17961 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 658187956 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 2 0 0 0
[pid=19169/tid=19179] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19179/stat : 19179 (python) S 19167 19169 17961 0 -1 4202560 22 932 0 0 0 0 0 0 21 0 5 0 658187957 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19182] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19182/stat : 19182 (python) S 19167 19169 17961 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 5 0 658187958 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 4 0 0 0
[pid=19169/tid=19185] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19185/stat : 19185 (python) S 19167 19169 17961 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 658187959 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.56
Current children cumulated vsize (KiB) 3538276

[startup+6.30073 s]
/proc/loadavg: 8.77 8.34 8.05 9/384 19187
/proc/meminfo: memFree=18039980/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=320200 CPUtime=0.5 cores=0,2,4,6
/proc/19169/stat : 19169 (python) S 19167 19169 17961 0 -1 4202496 12187 932 1 0 41 9 0 0 25 0 5 0 658187900 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19169/statm: 80050 7238 1873 364 0 15959 0
[pid=19175] ppid=19169 vsize=278516 CPUtime=0 cores=0,2,4,6
/proc/19175/stat : 19175 (python) S 19169 19169 17961 0 -1 4202560 891 0 0 0 0 0 0 0 18 0 1 0 658187956 285200384 5574 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718287 0 0 16781312 514 1543578540006408449 0 0 17 4 0 0 0
/proc/19175/statm: 69629 5574 377 364 0 5547 0
[pid=19177] ppid=19175 vsize=1017800 CPUtime=5.74 cores=0,2,4,6
/proc/19177/stat : 19177 (gnovelty+2) R 19175 19177 19177 0 -1 4202496 440 0 0 0 574 0 0 0 25 0 1 0 658187956 1042227200 178 33554432000 134512640 135663704 4287844976 18446744073709551615 134546229 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19177/statm: 254450 178 113 282 0 254166 0
[pid=19178] ppid=19169 vsize=289344 CPUtime=0.01 cores=0,2,4,6
/proc/19178/stat : 19178 (python) S 19169 19169 17961 0 -1 4202560 917 0 0 0 0 1 0 0 15 0 1 0 658187957 296288256 5716 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 3887094665878405380 0 0 17 2 0 0 0
/proc/19178/statm: 72336 5716 371 364 0 8251 0
[pid=19180] ppid=19178 vsize=3560 CPUtime=5.7 cores=0,2,4,6
/proc/19180/stat : 19180 (march_hi) R 19178 19180 19180 0 -1 4202496 902 0 0 0 570 0 0 0 25 0 1 0 658187957 3645440 636 33554432000 4194304 4955518 140735974515440 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19180/statm: 890 636 104 186 0 703 0
[pid=19181] ppid=19169 vsize=299092 CPUtime=0.01 cores=0,2,4,6
/proc/19181/stat : 19181 (python) S 19169 19169 17961 0 -1 4202560 899 0 0 0 0 1 0 0 18 0 1 0 658187958 306270208 5607 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 5256814574715240708 0 0 17 4 0 0 0
/proc/19181/statm: 74773 5607 370 364 0 10685 0
[pid=19183] ppid=19181 vsize=1017800 CPUtime=5.69 cores=0,2,4,6
/proc/19183/stat : 19183 (gnovelty+2) R 19181 19183 19183 0 -1 4202496 441 0 0 0 569 0 0 0 25 0 1 0 658187958 1042227200 178 33554432000 134512640 135663704 4289811632 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19183/statm: 254450 178 113 282 0 254166 0
[pid=19184] ppid=19169 vsize=309956 CPUtime=0.01 cores=0,2,4,6
/proc/19184/stat : 19184 (python) S 19169 19169 17961 0 -1 4202560 903 0 0 0 0 1 0 0 15 0 1 0 658187959 317394944 5732 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 11630035868583952644 0 0 17 6 0 0 0
/proc/19184/statm: 77489 5732 371 364 0 13398 0
[pid=19186] ppid=19184 vsize=3560 CPUtime=5.63 cores=0,2,4,6
/proc/19186/stat : 19186 (march_hi) R 19184 19186 19186 0 -1 4202496 894 0 0 0 563 0 0 0 25 0 1 0 658187959 3645440 635 33554432000 4194304 4955518 140734745137424 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19186/statm: 890 635 104 186 0 703 0
[pid=19169/tid=19176] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19176/stat : 19176 (python) S 19167 19169 17961 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 658187956 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 2 0 0 0
[pid=19169/tid=19179] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19179/stat : 19179 (python) S 19167 19169 17961 0 -1 4202560 22 932 0 0 0 0 0 0 21 0 5 0 658187957 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19182] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19182/stat : 19182 (python) S 19167 19169 17961 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 5 0 658187958 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 4 0 0 0
[pid=19169/tid=19185] ppid=19167 vsize=320200 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19185/stat : 19185 (python) S 19167 19169 17961 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 658187959 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.29
Current children cumulated vsize (KiB) 3539828

[startup+12.7006 s]
/proc/loadavg: 8.71 8.34 8.05 9/384 19187
/proc/meminfo: memFree=18037644/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=320200 CPUtime=0.5 cores=0,2,4,6
/proc/19169/stat : 19169 (python) S 19167 19169 17961 0 -1 4202496 12187 932 1 0 41 9 0 0 25 0 5 0 658187900 327884800 7238 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19169/statm: 80050 7238 1873 364 0 15959 0
[pid=19175] ppid=19169 vsize=278516 CPUtime=0.02 cores=0,2,4,6
/proc/19175/stat : 19175 (python) S 19169 19169 17961 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 658187956 285200384 5574 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718287 0 0 16781312 514 2713506736420913409 0 0 17 4 0 0 0
/proc/19175/statm: 69629 5574 377 364 0 5547 0
[pid=19177] ppid=19175 vsize=1017800 CPUtime=12.14 cores=0,2,4,6
/proc/19177/stat : 19177 (gnovelty+2) R 19175 19177 19177 0 -1 4202496 440 0 0 0 1214 0 0 0 25 0 1 0 658187956 1042227200 178 33554432000 134512640 135663704 4287844976 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19177/statm: 254450 178 113 282 0 254166 0
[pid=19178] ppid=19169 vsize=289344 CPUtime=0.02 cores=0,2,4,6

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

[pid=19169/tid=19179] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19179/stat : 19179 (python) S 19167 19169 17961 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 11 0 658187957 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19182] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19182/stat : 19182 (python) S 19167 19169 17961 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 11 0 658187958 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 4 0 0 0
[pid=19169/tid=19185] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19185/stat : 19185 (python) S 19167 19169 17961 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 11 0 658187959 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19279] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19279/stat : 19279 (python) S 19167 19169 17961 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 11 0 658197884 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19283] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19283/stat : 19283 (python) S 19167 19169 17961 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 11 0 658197980 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19314] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19314/stat : 19314 (python) S 19167 19169 17961 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 11 0 658246803 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19320] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19320/stat : 19320 (python) S 19167 19169 17961 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 11 0 658256426 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19326] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19326/stat : 19326 (python) S 19167 19169 17961 0 -1 4202560 76 932 0 0 0 0 0 0 20 0 11 0 658266329 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19331] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19331/stat : 19331 (python) S 19167 19169 17961 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 658266924 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4797.17
Current children cumulated vsize (KiB) 6695832

[startup+1204.3 s]
/proc/loadavg: 8.31 8.23 8.13 9/381 19350
/proc/meminfo: memFree=17131864/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=382336 CPUtime=0.6 cores=0,2,4,6
/proc/19169/stat : 19169 (python) S 19167 19169 17961 0 -1 4202496 17883 932 1 0 49 11 0 0 18 0 11 0 658187900 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19169/statm: 95584 7425 1886 364 0 31475 0
[pid=19175] ppid=19169 vsize=288760 CPUtime=0.23 cores=0,2,4,6
/proc/19175/stat : 19175 (python) S 19169 19169 17961 0 -1 4202560 1160 0 0 0 13 10 0 0 19 0 2 0 658187956 295690240 5618 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19175/statm: 72190 5618 416 364 0 8108 0
[pid=19177] ppid=19175 vsize=1017800 CPUtime=100.22 cores=0,2,4,6
/proc/19177/stat : 19177 (gnovelty+2) T 19175 19177 19177 0 -1 4202496 440 0 0 0 10022 0 0 0 25 0 1 0 658187956 1042227200 178 33554432000 134512640 135663704 4287844976 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19177/statm: 254450 178 113 282 0 254166 0
[pid=19175/tid=19281] ppid=19169 vsize=288760 CPUtime=0 cores=0,2,4,6
/proc/19175/task/19281/stat : 19281 (python) S 19169 19169 17961 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658197979 295690240 5618 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 514 18446604440387183744 0 0 -1 4 0 0 0
[pid=19178] ppid=19169 vsize=289344 CPUtime=1.52 cores=0,2,4,6
/proc/19178/stat : 19178 (python) S 19169 19169 17961 0 -1 4202560 1151 0 0 0 78 74 0 0 15 0 2 0 658187957 296288256 5746 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19178/statm: 72336 5746 400 364 0 8251 0
[pid=19180] ppid=19178 vsize=91132 CPUtime=585.9 cores=0,2,4,6
/proc/19180/stat : 19180 (march_hi) T 19178 19180 19180 0 -1 4202496 18877 0 0 0 58585 5 0 0 25 0 1 0 658187957 93319168 18611 33554432000 4194304 4955518 140735974515440 18446744073709551615 4224638 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/19180/statm: 22783 18611 104 186 0 22596 0
[pid=19178/tid=19301] ppid=19169 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/19178/task/19301/stat : 19301 (python) S 19169 19169 17961 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 658227288 296288256 5746 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 514 18446604444630635712 0 0 -1 2 0 0 0
[pid=19181] ppid=19169 vsize=299092 CPUtime=0.23 cores=0,2,4,6
/proc/19181/stat : 19181 (python) S 19169 19169 17961 0 -1 4202560 1085 0 0 0 12 11 0 0 19 0 2 0 658187958 306270208 5638 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19181/statm: 74773 5638 400 364 0 10685 0
[pid=19183] ppid=19181 vsize=1017800 CPUtime=98.75 cores=0,2,4,6
/proc/19183/stat : 19183 (gnovelty+2) T 19181 19183 19183 0 -1 4202496 441 0 0 0 9874 1 0 0 25 0 1 0 658187958 1042227200 178 33554432000 134512640 135663704 4289811632 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/19183/statm: 254450 178 113 282 0 254166 0
[pid=19181/tid=19277] ppid=19169 vsize=299092 CPUtime=0 cores=0,2,4,6
/proc/19181/task/19277/stat : 19277 (python) S 19169 19169 17961 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658197883 306270208 5638 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 514 18446604441251738880 0 0 -1 4 0 0 0
[pid=19184] ppid=19169 vsize=309956 CPUtime=2.59 cores=0,2,4,6
/proc/19184/stat : 19184 (python) S 19169 19169 17961 0 -1 4202560 1165 0 0 0 141 118 0 0 15 0 2 0 658187959 317394944 5763 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19184/statm: 77489 5763 401 364 0 13398 0
[pid=19186] ppid=19184 vsize=150356 CPUtime=994.03 cores=0,2,4,6
/proc/19186/stat : 19186 (march_hi) R 19184 19186 19186 0 -1 4202496 29829 0 0 0 99397 6 0 0 25 0 1 0 658187959 153964544 29570 33554432000 4194304 4955518 140734745137424 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19186/statm: 37589 29570 104 186 0 37402 0
[pid=19184/tid=19302] ppid=19169 vsize=309956 CPUtime=0 cores=0,2,4,6
/proc/19184/task/19302/stat : 19302 (python) S 19169 19169 17961 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658227407 317394944 5763 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 514 18446604441907639616 0 0 -1 6 0 0 0
[pid=19278] ppid=19169 vsize=320212 CPUtime=1.77 cores=0,2,4,6
/proc/19278/stat : 19278 (python) S 19169 19169 17961 0 -1 4202560 1154 0 0 0 98 79 0 0 16 0 2 0 658197884 327897088 5766 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19278/statm: 80053 5766 400 364 0 15959 0
[pid=19280] ppid=19278 vsize=120600 CPUtime=684.81 cores=0,2,4,6
/proc/19280/stat : 19280 (march_hi) T 19278 19280 19280 0 -1 4202496 21495 0 0 0 68476 5 0 0 25 0 1 0 658197884 123494400 21235 33554432000 4194304 4955518 140734465322592 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19280/statm: 30150 21235 104 186 0 29963 0
[pid=19278/tid=19329] ppid=19169 vsize=320212 CPUtime=0 cores=0,2,4,6
/proc/19278/task/19329/stat : 19329 (python) S 19169 19169 17961 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658266923 327897088 5766 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 514 18446604443751455616 0 0 -1 2 0 0 0
[pid=19282] ppid=19169 vsize=329944 CPUtime=1.75 cores=0,2,4,6
/proc/19282/stat : 19282 (python) S 19169 19169 17961 0 -1 4202560 1150 0 0 0 99 76 0 0 16 0 2 0 658197980 337862656 5671 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19282/statm: 82486 5671 400 364 0 18389 0
[pid=19284] ppid=19282 vsize=120600 CPUtime=681.74 cores=0,2,4,6
/proc/19284/stat : 19284 (march_hi) T 19282 19284 19284 0 -1 4202496 21576 0 0 0 68166 8 0 0 25 0 1 0 658197980 123494400 21316 33554432000 4194304 4955518 140736179837216 18446744073709551615 4227886 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19284/statm: 30150 21316 104 186 0 29963 0
[pid=19282/tid=19324] ppid=19169 vsize=329944 CPUtime=0 cores=0,2,4,6
/proc/19282/task/19324/stat : 19324 (python) S 19169 19169 17961 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658266328 337862656 5671 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 514 18446604443751454720 0 0 -1 0 0 0 0
[pid=19313] ppid=19169 vsize=341004 CPUtime=1.48 cores=0,2,4,6
/proc/19313/stat : 19313 (python) S 19169 19169 17961 0 -1 4202560 999 0 0 0 82 66 0 0 18 0 1 0 658246803 349188096 5814 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 2713506736420913409 0 0 17 4 0 0 0
/proc/19313/statm: 85251 5814 371 364 0 21151 0
[pid=19315] ppid=19313 vsize=182448 CPUtime=611.73 cores=0,2,4,6
/proc/19315/stat : 19315 (kcnfs-2006) R 19313 19315 19315 0 -1 4202496 588 0 0 0 61173 0 0 0 25 0 1 0 658246804 186826752 330 33554432000 134512640 135163436 4287560112 18446744073709551615 134569677 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19315/statm: 45612 330 77 159 0 45452 0
[pid=19319] ppid=19169 vsize=351260 CPUtime=1.39 cores=0,2,4,6
/proc/19319/stat : 19319 (python) S 19169 19169 17961 0 -1 4202560 1050 0 0 0 78 61 0 0 15 0 1 0 658256426 359690240 5824 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 7785294394902413569 0 0 17 6 0 0 0
/proc/19319/statm: 87815 5824 377 364 0 23712 0
[pid=19321] ppid=19319 vsize=91132 CPUtime=511.31 cores=0,2,4,6
/proc/19321/stat : 19321 (march_hi) R 19319 19321 19321 0 -1 4202496 16823 0 0 0 51128 3 0 0 25 0 1 0 658256426 93319168 16558 33554432000 4194304 4955518 140737104145584 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/19321/statm: 22783 16558 104 186 0 22596 0
[pid=19325] ppid=19169 vsize=361516 CPUtime=1.11 cores=0,2,4,6
/proc/19325/stat : 19325 (python) S 19169 19169 17961 0 -1 4202560 1042 0 0 0 57 54 0 0 15 0 1 0 658266329 370192384 5828 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 2713506736420913410 0 0 17 4 0 0 0
/proc/19325/statm: 90379 5828 377 364 0 26273 0
[pid=19327] ppid=19325 vsize=76316 CPUtime=417.14 cores=0,2,4,6
/proc/19327/stat : 19327 (march_hi) R 19325 19327 19327 0 -1 4202496 14019 0 0 0 41712 2 0 0 25 0 1 0 658266329 78147584 13755 33554432000 4194304 4955518 140733820682976 18446744073709551615 4227677 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19327/statm: 19079 13755 104 186 0 18892 0
[pid=19330] ppid=19169 vsize=371772 CPUtime=0.23 cores=0,2,4,6
/proc/19330/stat : 19330 (python) S 19169 19169 17961 0 -1 4202560 1098 0 0 0 13 10 0 0 19 0 2 0 658266924 380694528 5880 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19330/statm: 92943 5880 400 364 0 28834 0
[pid=19332] ppid=19330 vsize=182452 CPUtime=100.24 cores=0,2,4,6
/proc/19332/stat : 19332 (kcnfs-2006) T 19330 19332 19332 0 -1 4202496 596 0 0 0 10024 0 0 0 25 0 1 0 658266924 186830848 330 33554432000 134512640 135163436 4290002096 18446744073709551615 134559489 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19332/statm: 45613 330 77 159 0 45453 0
[pid=19330/tid=19340] ppid=19169 vsize=371772 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19340/stat : 19340 (python) S 19169 19169 17961 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658276948 380694528 5880 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 514 18446604449216144512 0 0 -1 6 0 0 0
[pid=19169/tid=19176] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19176/stat : 19176 (python) S 19167 19169 17961 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 11 0 658187956 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 2 0 0 0
[pid=19169/tid=19179] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19179/stat : 19179 (python) S 19167 19169 17961 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 11 0 658187957 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19182] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19182/stat : 19182 (python) S 19167 19169 17961 0 -1 4202560 24 932 0 0 0 0 0 0 23 0 11 0 658187958 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 4 0 0 0
[pid=19169/tid=19185] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19185/stat : 19185 (python) S 19167 19169 17961 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 11 0 658187959 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19279] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19279/stat : 19279 (python) S 19167 19169 17961 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 11 0 658197884 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19283] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19283/stat : 19283 (python) S 19167 19169 17961 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 11 0 658197980 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19314] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19314/stat : 19314 (python) S 19167 19169 17961 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 11 0 658246803 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19320] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19320/stat : 19320 (python) S 19167 19169 17961 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 11 0 658256426 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19326] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19326/stat : 19326 (python) S 19167 19169 17961 0 -1 4202560 76 932 0 0 0 0 0 0 20 0 11 0 658266329 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19331] ppid=19167 vsize=382336 CPUtime=0 cores=0,2,4,6
/proc/19169/task/19331/stat : 19331 (python) S 19167 19169 17961 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 11 0 658266924 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4798.77
Current children cumulated vsize (KiB) 6695832

[startup+1204.4 s]
/proc/loadavg: 8.31 8.23 8.13 11/369 19350
/proc/meminfo: memFree=17361764/32950928 swapFree=64721848/67111528
[pid=19169] ppid=19167 vsize=382336 CPUtime=3254.86 cores=0,2,4,6
/proc/19169/stat : 19169 (python) S 19167 19169 17961 0 -1 4202496 17956 102340 1 0 50 11 325011 414 17 0 11 0 658187900 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101528383 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19169/statm: 95584 7425 1886 364 0 31475 0
[pid=19313] ppid=19169 vsize=341004 CPUtime=1.48 cores=0,2,4,6
/proc/19313/stat : 19313 (python) S 19169 19169 17961 0 -1 4202560 999 0 0 0 82 66 0 0 18 0 1 0 658246803 349188096 5814 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 2713506736420913409 0 0 17 4 0 0 0
/proc/19313/statm: 85251 5814 371 364 0 21151 0
[pid=19315] ppid=19313 vsize=182448 CPUtime=611.83 cores=0,2,4,6
/proc/19315/stat : 19315 (kcnfs-2006) R 19313 19315 19315 0 -1 4202496 588 0 0 0 61183 0 0 0 25 0 1 0 658246804 186826752 330 33554432000 134512640 135163436 4287560112 18446744073709551615 134626121 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19315/statm: 45612 330 77 159 0 45452 0
[pid=19319] ppid=19169 vsize=351260 CPUtime=1.39 cores=0,2,4,6
/proc/19319/stat : 19319 (python) S 19169 19169 17961 0 -1 4202560 1067 0 0 0 78 61 0 0 15 0 1 0 658256426 359690240 5829 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101528383 0 0 16781824 2 18446744071562232103 0 0 17 2 0 0 0
/proc/19319/statm: 87815 5829 382 364 0 23712 0
[pid=19321] ppid=19319 vsize=0 CPUtime=511.42 cores=0,2,4,6
/proc/19321/stat : 19321 (march_hi) R 19319 19321 19321 0 -1 4203524 16826 0 0 0 51139 3 0 0 25 0 1 0 658256426 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19321/statm: 0 0 0 0 0 0 0
[pid=19325] ppid=19169 vsize=361516 CPUtime=1.11 cores=0,2,4,6
/proc/19325/stat : 19325 (python) S 19169 19169 17961 0 -1 4202560 1042 0 0 0 57 54 0 0 15 0 1 0 658266329 370192384 5828 33554432000 4194304 5683644 140733711348560 18446744073709551615 248089718342 0 0 16781312 514 2713506736420913410 0 0 17 4 0 0 0
/proc/19325/statm: 90379 5828 377 364 0 26273 0
[pid=19327] ppid=19325 vsize=76316 CPUtime=417.24 cores=0,2,4,6
/proc/19327/stat : 19327 (march_hi) R 19325 19327 19327 0 -1 4202496 14021 0 0 0 41722 2 0 0 25 0 1 0 658266329 78147584 13757 33554432000 4194304 4955518 140733820682976 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19327/statm: 19079 13757 104 186 0 18892 0
[pid=19169/tid=19176] ppid=19167 vsize=382336 CPUtime=3254.25 cores=0,2,4,6
/proc/19169/task/19176/stat : 19176 (python) S 19167 19169 17961 0 -1 4202560 26 102340 0 0 0 0 325011 414 19 0 11 0 658187956 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 2 0 0 0
[pid=19169/tid=19179] ppid=19167 vsize=382336 CPUtime=3254.25 cores=0,2,4,6
/proc/19169/task/19179/stat : 19179 (python) S 19167 19169 17961 0 -1 4202560 27 102340 0 0 0 0 325011 414 18 0 11 0 658187957 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19182] ppid=19167 vsize=382336 CPUtime=3254.25 cores=0,2,4,6
/proc/19169/task/19182/stat : 19182 (python) S 19167 19169 17961 0 -1 4202560 24 102340 0 0 0 0 325011 414 23 0 11 0 658187958 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 4 0 0 0
[pid=19169/tid=19185] ppid=19167 vsize=382336 CPUtime=3254.25 cores=0,2,4,6
/proc/19169/task/19185/stat : 19185 (python) S 19167 19169 17961 0 -1 4202560 36 102340 0 0 0 0 325011 414 18 0 11 0 658187959 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19279] ppid=19167 vsize=382336 CPUtime=3254.25 cores=0,2,4,6
/proc/19169/task/19279/stat : 19279 (python) S 19167 19169 17961 0 -1 4202560 23 102340 0 0 0 0 325011 414 20 0 11 0 658197884 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19283] ppid=19167 vsize=382336 CPUtime=3254.25 cores=0,2,4,6
/proc/19169/task/19283/stat : 19283 (python) S 19167 19169 17961 0 -1 4202560 28 102340 0 0 0 0 325011 414 20 0 11 0 658197980 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19314] ppid=19167 vsize=382336 CPUtime=3254.25 cores=0,2,4,6
/proc/19169/task/19314/stat : 19314 (python) S 19167 19169 17961 0 -1 4202560 28 102340 0 0 0 0 325011 414 20 0 11 0 658246803 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19320] ppid=19167 vsize=382336 CPUtime=3254.25 cores=0,2,4,6
/proc/19169/task/19320/stat : 19320 (python) S 19167 19169 17961 0 -1 4202560 27 102340 0 0 0 0 325011 414 20 0 11 0 658256426 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19326] ppid=19167 vsize=382336 CPUtime=3254.25 cores=0,2,4,6
/proc/19169/task/19326/stat : 19326 (python) S 19167 19169 17961 0 -1 4202560 76 102340 0 0 0 0 325011 414 20 0 11 0 658266329 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
[pid=19169/tid=19331] ppid=19167 vsize=382336 CPUtime=3254.25 cores=0,2,4,6
/proc/19169/task/19331/stat : 19331 (python) S 19167 19169 17961 0 -1 4202560 25 102340 0 0 0 0 325011 414 20 0 11 0 658266924 391512064 7425 33554432000 4194304 5683644 140733711348560 18446744073709551615 248101521841 0 0 16781312 2 18446604444630634816 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4799.33
Current children cumulated vsize (KiB) 1694880

Child status: 0
Real time (s): 1204.44
CPU time (s): 4799.44
CPU user time (s): 4793.28
CPU system time (s): 6.16706
CPU usage (%): 398.48
Max. virtual memory (cumulated for all children) (KiB): 6695832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.28
system time used= 6.16706
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159039
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= 8566
involuntary context switches= 43561

runsolver used 5.44217 second user time and 10.9083 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 15:24:41
IDJOB=3378491
IDBENCH=82900
IDSOLVER=1859
FILE ID=node123/3378491-1305465881
RUNJOBID= node123-1305462800-17979
PBS_JOBID= 13324975
Free space on /tmp= 73372 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S769368248-036.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-3378491-1305465881/watcher-3378491-1305465881 -o /tmp/evaluation-result-3378491-1305465881/solver-3378491-1305465881 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378491-1305465881.cnf -seed 30503452 -budget 4800 -cores 4

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

MD5SUM BENCH= d71042a4f58355ef8c71c53ec29199cb
RANDOM SEED=30503452

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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:     32950928 kB
MemFree:      18082524 kB
Buffers:        327752 kB
Cached:        4427484 kB
SwapCached:      10528 kB
Active:       11554588 kB
Inactive:      3013192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18082524 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           32324 kB
Writeback:           4 kB
AnonPages:     9810308 kB
Mapped:          32188 kB
Slab:           182348 kB
PageTables:      51620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 68574968 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= 73340 MiB
End job on node123 at 2011-05-15 15:44:46