Trace number 3385528

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 2044.76 328.18

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1760258375-046.UNKNOWN.cnf
MD5SUMf913d39a64a2142ed34486c38d5636c0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark320.093
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.30/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3385528-1305567772.cnf
0.30/0.45	c INFO: computing task features
0.30/0.46	c INFO: computed variable-clause graph statistics
0.30/0.46	c INFO: computed clause balance statistics
0.39/0.52	c INFO: computed variable balance statistics
0.39/0.55	c INFO: computed small-clause counts
0.39/0.55	c INFO: computed Horn-clause counts
0.39/0.55	c INFO: computed variable graph statistics
0.39/0.55	c INFO: collected features for HOME/instance-3385528-1305567772.cnf in 0.10 s
0.39/0.58	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
0.49/0.61	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.18)
0.49/0.64	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.49/0.67	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.59/0.71	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.30)
0.59/0.74	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.59/0.77	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.69/0.81	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
678.93/99.96	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.15)
684.75/100.90	c INFO: running kcnfs-2006@0 for 582 with 4899 remaining (b = 0.19)
1743.40/277.83	c INFO: running march_hi@0 for 97 with 4722 remaining (b = 0.03)
2044.22/328.15	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-3385528-1305567772/watcher-3385528-1305567772 -o /tmp/evaluation-result-3385528-1305567772/solver-3385528-1305567772 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385528-1305567772.cnf -seed 1816501956 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 9.07 9.39 8.75 3/375 25975
/proc/meminfo: memFree=7818768/32950928 swapFree=64721852/67111528
[pid=25975] ppid=25973 vsize=16240 CPUtime=0 cores=0-7
/proc/25975/stat : 25975 (python) R 25973 25975 25311 0 -1 4202496 1038 0 0 0 0 0 0 0 25 0 1 0 668377056 16629760 910 33554432000 4194304 5683644 140735500647760 18446744073709551615 4603468 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25975/statm: 4060 910 380 364 0 547 0

[startup+0.030222 s]
/proc/loadavg: 9.07 9.39 8.75 3/375 25975
/proc/meminfo: memFree=7818768/32950928 swapFree=64721852/67111528
[pid=25975] ppid=25973 vsize=18884 CPUtime=0.01 cores=0-7
/proc/25975/stat : 25975 (python) R 25973 25975 25311 0 -1 4202496 1279 0 0 0 1 0 0 0 25 0 1 0 668377056 19337216 1132 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25975/statm: 4721 1133 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100209 s]
/proc/loadavg: 9.07 9.39 8.75 3/375 25975
/proc/meminfo: memFree=7818768/32950928 swapFree=64721852/67111528
[pid=25975] ppid=25973 vsize=104616 CPUtime=0.06 cores=0-7
/proc/25975/stat : 25975 (python) R 25973 25975 25311 0 -1 4202496 3131 0 0 0 5 1 0 0 25 0 1 0 668377056 107126784 2810 33554432000 4194304 5683644 140735500647760 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25975/statm: 26154 2813 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.300174 s]
/proc/loadavg: 9.07 9.39 8.75 3/375 25975
/proc/meminfo: memFree=7818768/32950928 swapFree=64721852/67111528
[pid=25975] ppid=25973 vsize=198920 CPUtime=0.21 cores=0-7
/proc/25975/stat : 25975 (python) R 25973 25975 25311 0 -1 4202496 7021 934 1 0 16 5 0 0 17 0 1 0 668377056 203694080 5054 33554432000 4194304 5683644 140735500647760 18446744073709551615 47138446386896 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25975/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 198920

[startup+0.700105 s]
/proc/loadavg: 9.07 9.39 8.75 3/375 25975
/proc/meminfo: memFree=7818768/32950928 swapFree=64721852/67111528
[pid=25975] ppid=25973 vsize=320100 CPUtime=0.59 cores=0-7
/proc/25975/stat : 25975 (python) R 25973 25975 25311 0 -1 4202496 12757 934 1 0 51 8 0 0 22 0 5 0 668377056 327782400 7238 33554432000 4194304 5683644 140735500647760 18446744073709551615 47138441852800 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25975/statm: 80025 7238 1880 364 0 15934 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 320100

[startup+1.50096 s]
/proc/loadavg: 9.07 9.39 8.75 12/400 26004
/proc/meminfo: memFree=7763344/32950928 swapFree=64721852/67111528
[pid=25975] ppid=25973 vsize=361192 CPUtime=0.69 cores=0-7
/proc/25975/stat : 25975 (python) S 25973 25975 25311 0 -1 4202496 15775 934 1 0 60 9 0 0 25 0 9 0 668377056 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25975/statm: 90298 7263 1889 364 0 26195 0
[pid=25981] ppid=25975 vsize=278456 CPUtime=0 cores=0-7
/proc/25981/stat : 25981 (python) S 25975 25975 25311 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668377114 285138944 5553 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718287 0 0 16781312 514 10848134117409685503 0 0 17 1 0 0 0
/proc/25981/statm: 69614 5553 354 364 0 5532 0
[pid=25983] ppid=25981 vsize=1017800 CPUtime=0.68 cores=0-7
/proc/25983/stat : 25983 (gnovelty+2) R 25981 25983 25983 0 -1 4202496 436 0 0 0 68 0 0 0 21 0 1 0 668377115 1042227200 172 33554432000 134512640 135663704 4289639264 18446744073709551615 134545704 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25983/statm: 254450 172 113 282 0 254166 0
[pid=25984] ppid=25975 vsize=289244 CPUtime=0 cores=0-7
/proc/25984/stat : 25984 (python) S 25975 25975 25311 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 668377117 296185856 5669 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 11348921531687207173 0 0 17 6 0 0 0
/proc/25984/statm: 72311 5669 348 364 0 8226 0
[pid=25986] ppid=25984 vsize=1560 CPUtime=0.87 cores=0-7
/proc/25986/stat : 25986 (march_hi) R 25984 25986 25986 0 -1 4202496 502 0 0 0 87 0 0 0 23 0 1 0 668377118 1597440 240 33554432000 4194304 4955518 140734706763264 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25986/statm: 390 240 106 186 0 203 0
[pid=25987] ppid=25975 vsize=299128 CPUtime=0 cores=0-7
/proc/25987/stat : 25987 (python) S 25975 25975 25311 0 -1 4202560 742 0 0 0 0 0 0 0 22 0 1 0 668377121 306307072 5589 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 15529141320311373823 0 0 17 1 0 0 0
/proc/25987/statm: 74782 5589 348 364 0 10694 0
[pid=25989] ppid=25987 vsize=1017800 CPUtime=0.84 cores=0-7
/proc/25989/stat : 25989 (gnovelty+2) R 25987 25989 25989 0 -1 4202496 435 0 0 0 84 0 0 0 25 0 1 0 668377121 1042227200 172 33554432000 134512640 135663704 4288579072 18446744073709551615 134544236 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25989/statm: 254450 172 113 282 0 254166 0
[pid=25990] ppid=25975 vsize=309856 CPUtime=0 cores=0-7
/proc/25990/stat : 25990 (python) S 25975 25975 25311 0 -1 4202560 759 0 0 0 0 0 0 0 17 0 1 0 668377124 317292544 5702 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 2802747502472691974 0 0 17 7 0 0 0
/proc/25990/statm: 77464 5702 348 364 0 13373 0
[pid=25992] ppid=25990 vsize=1560 CPUtime=0.5 cores=0-7
/proc/25992/stat : 25992 (march_hi) R 25990 25992 25992 0 -1 4202496 500 0 0 0 50 0 0 0 25 0 1 0 668377124 1597440 240 33554432000 4194304 4955518 140735851578944 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25992/statm: 390 240 106 186 0 203 0
[pid=25993] ppid=25975 vsize=320112 CPUtime=0 cores=0-7
/proc/25993/stat : 25993 (python) S 25975 25975 25311 0 -1 4202560 767 0 0 0 0 0 0 0 19 0 1 0 668377127 327794688 5706 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 14638330468504666374 0 0 17 1 0 0 0
/proc/25993/statm: 80028 5706 348 364 0 15934 0
[pid=25995] ppid=25993 vsize=1560 CPUtime=0.32 cores=0-7
/proc/25995/stat : 25995 (march_hi) R 25993 25995 25995 0 -1 4202496 505 0 0 0 32 0 0 0 25 0 1 0 668377128 1597440 240 33554432000 4194304 4955518 140735013134464 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25995/statm: 390 240 106 186 0 203 0
[pid=25996] ppid=25975 vsize=329976 CPUtime=0 cores=0-7
/proc/25996/stat : 25996 (python) S 25975 25975 25311 0 -1 4202560 769 0 0 0 0 0 0 0 21 0 1 0 668377130 337895424 5618 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 14991871835346272517 0 0 17 1 0 0 0
/proc/25996/statm: 82494 5618 348 364 0 18397 0
[pid=25998] ppid=25996 vsize=1560 CPUtime=0.72 cores=0-7
/proc/25998/stat : 25998 (march_hi) R 25996 25998 25998 0 -1 4202496 505 0 0 0 72 0 0 0 25 0 1 0 668377130 1597440 240 33554432000 4194304 4955518 140733676364944 18446744073709551615 4314607 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25998/statm: 390 240 106 186 0 203 0
[pid=25999] ppid=25975 vsize=340692 CPUtime=0 cores=0-7
/proc/25999/stat : 25999 (python) S 25975 25975 25311 0 -1 4202560 772 0 0 0 0 0 0 0 20 0 1 0 668377133 348868608 5714 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 4143377632173457670 0 0 17 4 0 0 0
/proc/25999/statm: 85173 5714 348 364 0 21073 0
[pid=26001] ppid=25999 vsize=1560 CPUtime=0.22 cores=0-7
/proc/26001/stat : 26001 (march_hi) R 25999 26001 26001 0 -1 4202496 506 0 0 0 22 0 0 0 25 0 1 0 668377136 1597440 240 33554432000 4194304 4955518 140735187175504 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26001/statm: 390 240 106 186 0 203 0
[pid=26002] ppid=25975 vsize=350948 CPUtime=0 cores=0-7
/proc/26002/stat : 26002 (python) S 25975 25975 25311 0 -1 4202560 826 0 0 0 0 0 0 0 21 0 1 0 668377137 359370752 5724 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 847354033403298053 0 0 17 4 0 0 0
/proc/26002/statm: 87737 5724 354 364 0 23634 0
[pid=26004] ppid=26002 vsize=1560 CPUtime=0.67 cores=0-7
/proc/26004/stat : 26004 (march_hi) R 26002 26004 26004 0 -1 4202496 511 0 0 0 67 0 0 0 25 0 1 0 668377137 1597440 239 33554432000 4194304 4955518 140733444445024 18446744073709551615 4297507 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26004/statm: 390 239 106 186 0 203 0
[pid=25975/tid=25982] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/25982/stat : 25982 (python) S 25973 25975 25311 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 668377114 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 6 0 0 0
[pid=25975/tid=25985] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/25985/stat : 25985 (python) S 25973 25975 25311 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 668377118 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 0 0 0 0
[pid=25975/tid=25988] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/25988/stat : 25988 (python) S 25973 25975 25311 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 668377121 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 0 0 0 0
[pid=25975/tid=25991] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/25991/stat : 25991 (python) S 25973 25975 25311 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 9 0 668377124 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 7 0 0 0
[pid=25975/tid=25994] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/25994/stat : 25994 (python) S 25973 25975 25311 0 -1 4202560 26 934 0 0 0 0 0 0 23 0 9 0 668377127 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 1 0 0 0
[pid=25975/tid=25997] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/25997/stat : 25997 (python) S 25973 25975 25311 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 9 0 668377130 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 1 0 0 0
[pid=25975/tid=26000] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/26000/stat : 26000 (python) S 25973 25975 25311 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 668377133 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 4 0 0 0
[pid=25975/tid=26003] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/26003/stat : 26003 (python) S 25973 25975 25311 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 9 0 668377137 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 4924564

[startup+3.10168 s]
/proc/loadavg: 9.07 9.39 8.75 11/400 26004
/proc/meminfo: memFree=7762476/32950928 swapFree=64721852/67111528
[pid=25975] ppid=25973 vsize=361192 CPUtime=0.69 cores=0-7
/proc/25975/stat : 25975 (python) S 25973 25975 25311 0 -1 4202496 15775 934 1 0 60 9 0 0 25 0 9 0 668377056 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25975/statm: 90298 7263 1889 364 0 26195 0
[pid=25981] ppid=25975 vsize=278456 CPUtime=0 cores=0-7
/proc/25981/stat : 25981 (python) S 25975 25975 25311 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668377114 285138944 5553 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718287 0 0 16781312 514 10848134117409652993 0 0 17 1 0 0 0
/proc/25981/statm: 69614 5553 354 364 0 5532 0
[pid=25983] ppid=25981 vsize=1017800 CPUtime=2.29 cores=0-7
/proc/25983/stat : 25983 (gnovelty+2) R 25981 25983 25983 0 -1 4202496 436 0 0 0 229 0 0 0 25 0 1 0 668377115 1042227200 172 33554432000 134512640 135663704 4289639264 18446744073709551615 134525576 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25983/statm: 254450 172 113 282 0 254166 0
[pid=25984] ppid=25975 vsize=289244 CPUtime=0 cores=0-7
/proc/25984/stat : 25984 (python) S 25975 25975 25311 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 668377117 296185856 5669 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 11348921531687207173 0 0 17 6 0 0 0
/proc/25984/statm: 72311 5669 348 364 0 8226 0
[pid=25986] ppid=25984 vsize=1560 CPUtime=2.47 cores=0-7
/proc/25986/stat : 25986 (march_hi) R 25984 25986 25986 0 -1 4202496 505 0 0 0 247 0 0 0 25 0 1 0 668377118 1597440 243 33554432000 4194304 4955518 140734706763264 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/25986/statm: 390 243 106 186 0 203 0
[pid=25987] ppid=25975 vsize=299128 CPUtime=0 cores=0-7
/proc/25987/stat : 25987 (python) S 25975 25975 25311 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 668377121 306307072 5589 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 15529141320311341313 0 0 17 1 0 0 0
/proc/25987/statm: 74782 5589 348 364 0 10694 0
[pid=25989] ppid=25987 vsize=1017800 CPUtime=2.44 cores=0-7
/proc/25989/stat : 25989 (gnovelty+2) R 25987 25989 25989 0 -1 4202496 435 0 0 0 244 0 0 0 25 0 1 0 668377121 1042227200 172 33554432000 134512640 135663704 4288579072 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25989/statm: 254450 172 113 282 0 254166 0
[pid=25990] ppid=25975 vsize=309856 CPUtime=0 cores=0-7
/proc/25990/stat : 25990 (python) S 25975 25975 25311 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 668377124 317292544 5702 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 2802747502472691974 0 0 17 7 0 0 0
/proc/25990/statm: 77464 5702 348 364 0 13373 0
[pid=25992] ppid=25990 vsize=1560 CPUtime=1.28 cores=0-7
/proc/25992/stat : 25992 (march_hi) R 25990 25992 25992 0 -1 4202496 500 0 0 0 128 0 0 0 25 0 1 0 668377124 1597440 240 33554432000 4194304 4955518 140735851578944 18446744073709551615 4313947 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25992/statm: 390 240 106 186 0 203 0
[pid=25993] ppid=25975 vsize=320112 CPUtime=0 cores=0-7
/proc/25993/stat : 25993 (python) S 25975 25975 25311 0 -1 4202560 770 0 0 0 0 0 0 0 15 0 1 0 668377127 327794688 5706 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 14638330468504666374 0 0 17 1 0 0 0
/proc/25993/statm: 80028 5706 348 364 0 15934 0
[pid=25995] ppid=25993 vsize=1560 CPUtime=1.12 cores=0-7
/proc/25995/stat : 25995 (march_hi) R 25993 25995 25995 0 -1 4202496 505 0 0 0 112 0 0 0 25 0 1 0 668377128 1597440 240 33554432000 4194304 4955518 140735013134464 18446744073709551615 4296788 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25995/statm: 390 240 106 186 0 203 0
[pid=25996] ppid=25975 vsize=329976 CPUtime=0 cores=0-7
/proc/25996/stat : 25996 (python) S 25975 25975 25311 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 668377130 337895424 5618 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 14991871835346272517 0 0 17 1 0 0 0
/proc/25996/statm: 82494 5618 348 364 0 18397 0
[pid=25998] ppid=25996 vsize=1560 CPUtime=2.32 cores=0-7
/proc/25998/stat : 25998 (march_hi) R 25996 25998 25998 0 -1 4202496 508 0 0 0 232 0 0 0 25 0 1 0 668377130 1597440 243 33554432000 4194304 4955518 140733676364944 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25998/statm: 390 243 106 186 0 203 0
[pid=25999] ppid=25975 vsize=340692 CPUtime=0 cores=0-7
/proc/25999/stat : 25999 (python) S 25975 25975 25311 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 668377133 348868608 5714 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 5607370904926388486 0 0 17 4 0 0 0
/proc/25999/statm: 85173 5714 348 364 0 21073 0
[pid=26001] ppid=25999 vsize=1560 CPUtime=1.02 cores=0-7
/proc/26001/stat : 26001 (march_hi) R 25999 26001 26001 0 -1 4202496 506 0 0 0 102 0 0 0 25 0 1 0 668377136 1597440 240 33554432000 4194304 4955518 140735187175504 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26001/statm: 390 240 106 186 0 203 0
[pid=26002] ppid=25975 vsize=350948 CPUtime=0 cores=0-7
/proc/26002/stat : 26002 (python) S 25975 25975 25311 0 -1 4202560 827 0 0 0 0 0 0 0 15 0 1 0 668377137 359370752 5724 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 847354033403298053 0 0 17 4 0 0 0
/proc/26002/statm: 87737 5724 354 364 0 23634 0
[pid=26004] ppid=26002 vsize=1560 CPUtime=1.47 cores=0-7
/proc/26004/stat : 26004 (march_hi) R 26002 26004 26004 0 -1 4202496 511 0 0 0 147 0 0 0 25 0 1 0 668377137 1597440 239 33554432000 4194304 4955518 140733444445024 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26004/statm: 390 239 106 186 0 203 0
[pid=25975/tid=25982] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/25982/stat : 25982 (python) S 25973 25975 25311 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 668377114 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 6 0 0 0
[pid=25975/tid=25985] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/25985/stat : 25985 (python) S 25973 25975 25311 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 668377118 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 0 0 0 0
[pid=25975/tid=25988] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/25988/stat : 25988 (python) S 25973 25975 25311 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 668377121 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 0 0 0 0
[pid=25975/tid=25991] ppid=25973 vsize=361192 CPUtime=0 cores=0-7
/proc/25975/task/25991/stat : 25991 (python) S 25973 25975 25311 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 9 0 668377124 369860608 7263 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 7 0 0 0
[pid=25975/tid=25994] ppid=25973 vsize=361192 CPUtime=0 cores=0-7

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

/proc/25986/statm: 2363 1592 106 186 0 2176 0
[pid=25984/tid=26020] ppid=25975 vsize=289244 CPUtime=0 cores=0-7
/proc/25984/task/26020/stat : 26020 (python) S 25975 25975 25311 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 668404835 296185856 5722 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 514 18446604451143504896 0 0 -1 6 0 0 0
[pid=25987] ppid=25975 vsize=364664 CPUtime=0.28 cores=0-7
/proc/25987/stat : 25987 (python) S 25975 25975 25311 0 -1 4202560 1095 0 0 0 14 14 0 0 19 0 2 0 668377121 373415936 5643 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25987/statm: 91166 5643 400 364 0 27078 0
[pid=25989] ppid=25987 vsize=1017800 CPUtime=99.27 cores=0-7
/proc/25989/stat : 25989 (gnovelty+2) T 25987 25989 25989 0 -1 4202496 435 0 0 0 9927 0 0 0 25 0 1 0 668377121 1042227200 172 33554432000 134512640 135663704 4288579072 18446744073709551615 134544172 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25989/statm: 254450 172 113 282 0 254166 0
[pid=25987/tid=26007] ppid=25975 vsize=364664 CPUtime=0 cores=0-7
/proc/25987/task/26007/stat : 26007 (python) S 25975 25975 25311 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 668387049 373415936 5643 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 514 18446604443643451328 0 0 -1 0 0 0 0
[pid=25990] ppid=25975 vsize=309856 CPUtime=1.03 cores=0-7
/proc/25990/stat : 25990 (python) S 25975 25975 25311 0 -1 4202560 1019 0 0 0 53 50 0 0 15 0 1 0 668377124 317292544 5725 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 5791541159868203270 0 0 17 6 0 0 0
/proc/25990/statm: 77464 5725 371 364 0 13373 0
[pid=25992] ppid=25990 vsize=5140 CPUtime=163.62 cores=0-7
/proc/25992/stat : 25992 (march_hi) R 25990 25992 25992 0 -1 4202496 1410 0 0 0 16362 0 0 0 25 0 1 0 668377124 5263360 1132 33554432000 4194304 4955518 140735851578944 18446744073709551615 4297550 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25992/statm: 1285 1132 106 186 0 1098 0
[pid=25993] ppid=25975 vsize=320112 CPUtime=1.06 cores=0-7
/proc/25993/stat : 25993 (python) S 25975 25975 25311 0 -1 4202560 1025 0 0 0 56 50 0 0 15 0 1 0 668377127 327794688 5729 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 14638330468504666374 0 0 17 7 0 0 0
/proc/25993/statm: 80028 5729 371 364 0 15934 0
[pid=25995] ppid=25993 vsize=13512 CPUtime=314.92 cores=0-7
/proc/25995/stat : 25995 (march_hi) R 25993 25995 25995 0 -1 4202496 2995 0 0 0 31491 1 0 0 25 0 1 0 668377128 13836288 2712 33554432000 4194304 4955518 140735013134464 18446744073709551615 4208663 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25995/statm: 3378 2712 106 186 0 3191 0
[pid=25996] ppid=25975 vsize=329976 CPUtime=3.37 cores=0-7
/proc/25996/stat : 25996 (python) R 25975 25975 25311 0 -1 4202560 1040 0 0 0 256 81 0 0 18 0 1 0 668377130 337895424 5642 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/25996/statm: 82494 5642 372 364 0 18397 0
[pid=25998] ppid=25996 vsize=0 CPUtime=322.59 cores=0-7
/proc/25998/stat : 25998 (march_hi) R 25996 25998 25998 0 -1 4202500 3161 0 0 0 32258 1 0 0 25 0 1 0 668377130 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/25998/statm: 0 0 0 0 0 0 0
[pid=25999] ppid=25975 vsize=340692 CPUtime=1.04 cores=0-7
/proc/25999/stat : 25999 (python) S 25975 25975 25311 0 -1 4202560 1032 0 0 0 53 51 0 0 15 0 1 0 668377133 348868608 5737 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 4143377632173457670 0 0 17 2 0 0 0
/proc/25999/statm: 85173 5737 371 364 0 21073 0
[pid=26001] ppid=25999 vsize=9452 CPUtime=275.89 cores=0-7
/proc/26001/stat : 26001 (march_hi) R 25999 26001 26001 0 -1 4202496 2431 0 0 0 27589 0 0 0 25 0 1 0 668377136 9678848 2147 33554432000 4194304 4955518 140735187175504 18446744073709551615 4297502 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26001/statm: 2363 2147 106 186 0 2176 0
[pid=26002] ppid=25975 vsize=350948 CPUtime=1.05 cores=0-7
/proc/26002/stat : 26002 (python) S 25975 25975 25311 0 -1 4202560 1071 0 0 0 57 48 0 0 15 0 1 0 668377137 359370752 5747 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 847354033403298053 0 0 17 6 0 0 0
/proc/26002/statm: 87737 5747 377 364 0 23634 0
[pid=26004] ppid=26002 vsize=13332 CPUtime=284.4 cores=0-7
/proc/26004/stat : 26004 (march_hi) R 26002 26004 26004 0 -1 4202496 2559 0 0 0 28439 1 0 0 25 0 1 0 668377137 13651968 2269 33554432000 4194304 4955518 140733444445024 18446744073709551615 4206520 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26004/statm: 3333 2269 106 186 0 3146 0
[pid=26008] ppid=25975 vsize=361204 CPUtime=0.73 cores=0-7
/proc/26008/stat : 26008 (python) S 25975 25975 25311 0 -1 4202560 1042 0 0 0 38 35 0 0 15 0 1 0 668387052 369872896 5762 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 10774228794081247493 0 0 17 2 0 0 0
/proc/26008/statm: 90301 5762 371 364 0 26195 0
[pid=26010] ppid=26008 vsize=5140 CPUtime=136.49 cores=0-7
/proc/26010/stat : 26010 (march_hi) R 26008 26010 26010 0 -1 4202496 1238 0 0 0 13649 0 0 0 25 0 1 0 668387053 5263360 947 33554432000 4194304 4955518 140735389151488 18446744073709551615 4208718 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26010/statm: 1285 947 106 186 0 1098 0
[pid=26012] ppid=25975 vsize=371604 CPUtime=0.64 cores=0-7
/proc/26012/stat : 26012 (python) S 25975 25975 25311 0 -1 4202560 1035 0 0 0 35 29 0 0 18 0 1 0 668387146 380522496 5785 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 5791541159868203270 0 0 17 3 0 0 0
/proc/26012/statm: 92901 5785 371 364 0 28792 0
[pid=26014] ppid=26012 vsize=181248 CPUtime=113.5 cores=0-7
/proc/26014/stat : 26014 (kcnfs-2006) R 26012 26014 26014 0 -1 4202496 625 0 0 0 11350 0 0 0 25 0 1 0 668387146 185597952 358 33554432000 134512640 135163436 4289379760 18446744073709551615 134568850 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26014/statm: 45312 358 76 159 0 45152 0
[pid=25975/tid=25982] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25982/stat : 25982 (python) S 25973 25975 25311 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 668377114 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 6 0 0 0
[pid=25975/tid=25985] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25985/stat : 25985 (python) S 25973 25975 25311 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 11 0 668377118 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 0 0 0 0
[pid=25975/tid=25988] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25988/stat : 25988 (python) S 25973 25975 25311 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 11 0 668377121 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 0 0 0 0
[pid=25975/tid=25991] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25991/stat : 25991 (python) S 25973 25975 25311 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 11 0 668377124 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 7 0 0 0
[pid=25975/tid=25994] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25994/stat : 25994 (python) S 25973 25975 25311 0 -1 4202560 26 934 0 0 0 0 0 0 23 0 11 0 668377127 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 1 0 0 0
[pid=25975/tid=25997] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25997/stat : 25997 (python) S 25973 25975 25311 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 11 0 668377130 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 1 0 0 0
[pid=25975/tid=26000] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/26000/stat : 26000 (python) S 25973 25975 25311 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 11 0 668377133 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 4 0 0 0
[pid=25975/tid=26003] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/26003/stat : 26003 (python) S 25973 25975 25311 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 11 0 668377137 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 4 0 0 0
[pid=25975/tid=26009] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/26009/stat : 26009 (python) S 25973 25975 25311 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 11 0 668387052 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 4 0 0 0
[pid=25975/tid=26013] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/26013/stat : 26013 (python) S 25973 25975 25311 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 11 0 668387146 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2043.02
Current children cumulated vsize (KiB) 5981724

[startup+328.101 s]
/proc/loadavg: 10.34 9.94 9.17 13/409 26021
/proc/meminfo: memFree=7712312/32950928 swapFree=64721852/67111528
[pid=25975] ppid=25973 vsize=381848 CPUtime=0.8 cores=0-7
/proc/25975/stat : 25975 (python) S 25973 25975 25311 0 -1 4202496 18154 934 1 0 70 10 0 0 18 0 11 0 668377056 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25975/statm: 95462 7333 1894 364 0 31353 0
[pid=25981] ppid=25975 vsize=288700 CPUtime=0.28 cores=0-7
/proc/25981/stat : 25981 (python) S 25975 25975 25311 0 -1 4202560 1089 0 0 0 15 13 0 0 19 0 2 0 668377114 295628800 5614 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25981/statm: 72175 5614 410 364 0 8093 0
[pid=25983] ppid=25981 vsize=1017800 CPUtime=100.05 cores=0-7
/proc/25983/stat : 25983 (gnovelty+2) T 25981 25983 25983 0 -1 4202496 436 0 0 0 10005 0 0 0 25 0 1 0 668377115 1042227200 172 33554432000 134512640 135663704 4289639264 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25983/statm: 254450 172 113 282 0 254166 0
[pid=25981/tid=26011] ppid=25975 vsize=288700 CPUtime=0 cores=0-7
/proc/25981/task/26011/stat : 26011 (python) S 25975 25975 25311 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 668387142 295628800 5614 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 514 18446604451143504000 0 0 -1 1 0 0 0
[pid=25984] ppid=25975 vsize=289244 CPUtime=1.03 cores=0-7
/proc/25984/stat : 25984 (python) S 25975 25975 25311 0 -1 4202560 1144 0 0 0 55 48 0 0 15 0 2 0 668377117 296185856 5722 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25984/statm: 72311 5722 400 364 0 8226 0
[pid=25986] ppid=25984 vsize=9452 CPUtime=221.08 cores=0-7
/proc/25986/stat : 25986 (march_hi) R 25984 25986 25986 0 -1 4202496 1873 0 0 0 22108 0 0 0 25 0 1 0 668377118 9678848 1593 33554432000 4194304 4955518 140734706763264 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25986/statm: 2363 1593 106 186 0 2176 0
[pid=25984/tid=26020] ppid=25975 vsize=289244 CPUtime=0 cores=0-7
/proc/25984/task/26020/stat : 26020 (python) S 25975 25975 25311 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 668404835 296185856 5722 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 514 18446604451143504896 0 0 -1 6 0 0 0
[pid=25987] ppid=25975 vsize=364664 CPUtime=0.28 cores=0-7
/proc/25987/stat : 25987 (python) S 25975 25975 25311 0 -1 4202560 1095 0 0 0 14 14 0 0 19 0 2 0 668377121 373415936 5643 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25987/statm: 91166 5643 400 364 0 27078 0
[pid=25989] ppid=25987 vsize=1017800 CPUtime=99.27 cores=0-7
/proc/25989/stat : 25989 (gnovelty+2) T 25987 25989 25989 0 -1 4202496 435 0 0 0 9927 0 0 0 25 0 1 0 668377121 1042227200 172 33554432000 134512640 135663704 4288579072 18446744073709551615 134544172 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25989/statm: 254450 172 113 282 0 254166 0
[pid=25987/tid=26007] ppid=25975 vsize=364664 CPUtime=0 cores=0-7
/proc/25987/task/26007/stat : 26007 (python) S 25975 25975 25311 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 668387049 373415936 5643 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 514 18446604443643451328 0 0 -1 0 0 0 0
[pid=25990] ppid=25975 vsize=309856 CPUtime=1.03 cores=0-7
/proc/25990/stat : 25990 (python) S 25975 25975 25311 0 -1 4202560 1019 0 0 0 53 50 0 0 15 0 1 0 668377124 317292544 5725 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 5791541159868203270 0 0 17 6 0 0 0
/proc/25990/statm: 77464 5725 371 364 0 13373 0
[pid=25992] ppid=25990 vsize=5140 CPUtime=163.72 cores=0-7
/proc/25992/stat : 25992 (march_hi) R 25990 25992 25992 0 -1 4202496 1412 0 0 0 16372 0 0 0 25 0 1 0 668377124 5263360 1134 33554432000 4194304 4955518 140735851578944 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25992/statm: 1285 1134 106 186 0 1098 0
[pid=25993] ppid=25975 vsize=320112 CPUtime=1.06 cores=0-7
/proc/25993/stat : 25993 (python) S 25975 25975 25311 0 -1 4202560 1025 0 0 0 56 50 0 0 15 0 1 0 668377127 327794688 5729 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 14638330468504666374 0 0 17 7 0 0 0
/proc/25993/statm: 80028 5729 371 364 0 15934 0
[pid=25995] ppid=25993 vsize=13512 CPUtime=315.12 cores=0-7
/proc/25995/stat : 25995 (march_hi) R 25993 25995 25995 0 -1 4202496 2997 0 0 0 31511 1 0 0 25 0 1 0 668377128 13836288 2714 33554432000 4194304 4955518 140735013134464 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25995/statm: 3378 2714 106 186 0 3191 0
[pid=25996] ppid=25975 vsize=329976 CPUtime=3.57 cores=0-7
/proc/25996/stat : 25996 (python) R 25975 25975 25311 0 -1 4202560 1040 0 0 0 273 84 0 0 18 0 1 0 668377130 337895424 5642 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/25996/statm: 82494 5642 372 364 0 18397 0
[pid=25998] ppid=25996 vsize=0 CPUtime=322.59 cores=0-7
/proc/25998/stat : 25998 (march_hi) R 25996 25998 25998 0 -1 4202500 3161 0 0 0 32258 1 0 0 25 0 1 0 668377130 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/25998/statm: 0 0 0 0 0 0 0
[pid=25999] ppid=25975 vsize=340692 CPUtime=1.04 cores=0-7
/proc/25999/stat : 25999 (python) S 25975 25975 25311 0 -1 4202560 1032 0 0 0 53 51 0 0 15 0 1 0 668377133 348868608 5737 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 4143377632173457670 0 0 17 2 0 0 0
/proc/25999/statm: 85173 5737 371 364 0 21073 0
[pid=26001] ppid=25999 vsize=9452 CPUtime=276.09 cores=0-7
/proc/26001/stat : 26001 (march_hi) R 25999 26001 26001 0 -1 4202496 2434 0 0 0 27609 0 0 0 25 0 1 0 668377136 9678848 2150 33554432000 4194304 4955518 140735187175504 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26001/statm: 2363 2150 106 186 0 2176 0
[pid=26002] ppid=25975 vsize=350948 CPUtime=1.05 cores=0-7
/proc/26002/stat : 26002 (python) S 25975 25975 25311 0 -1 4202560 1071 0 0 0 57 48 0 0 15 0 1 0 668377137 359370752 5747 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 847354033403298053 0 0 17 6 0 0 0
/proc/26002/statm: 87737 5747 377 364 0 23634 0
[pid=26004] ppid=26002 vsize=13332 CPUtime=284.6 cores=0-7
/proc/26004/stat : 26004 (march_hi) R 26002 26004 26004 0 -1 4202496 2560 0 0 0 28459 1 0 0 25 0 1 0 668377137 13651968 2270 33554432000 4194304 4955518 140733444445024 18446744073709551615 4224679 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26004/statm: 3333 2270 106 186 0 3146 0
[pid=26008] ppid=25975 vsize=361204 CPUtime=0.73 cores=0-7
/proc/26008/stat : 26008 (python) S 25975 25975 25311 0 -1 4202560 1042 0 0 0 38 35 0 0 15 0 1 0 668387052 369872896 5762 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 10774228794081247493 0 0 17 2 0 0 0
/proc/26008/statm: 90301 5762 371 364 0 26195 0
[pid=26010] ppid=26008 vsize=5140 CPUtime=136.59 cores=0-7
/proc/26010/stat : 26010 (march_hi) R 26008 26010 26010 0 -1 4202496 1239 0 0 0 13659 0 0 0 25 0 1 0 668387053 5263360 948 33554432000 4194304 4955518 140735389151488 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26010/statm: 1285 948 106 186 0 1098 0
[pid=26012] ppid=25975 vsize=371604 CPUtime=0.64 cores=0-7
/proc/26012/stat : 26012 (python) S 25975 25975 25311 0 -1 4202560 1035 0 0 0 35 29 0 0 18 0 1 0 668387146 380522496 5785 33554432000 4194304 5683644 140735500647760 18446744073709551615 248089718342 0 0 16781312 514 5791541159868203270 0 0 17 3 0 0 0
/proc/26012/statm: 92901 5785 371 364 0 28792 0
[pid=26014] ppid=26012 vsize=181248 CPUtime=113.6 cores=0-7
/proc/26014/stat : 26014 (kcnfs-2006) R 26012 26014 26014 0 -1 4202496 625 0 0 0 11360 0 0 0 25 0 1 0 668387146 185597952 358 33554432000 134512640 135163436 4289379760 18446744073709551615 134685977 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26014/statm: 45312 358 76 159 0 45152 0
[pid=25975/tid=25982] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25982/stat : 25982 (python) S 25973 25975 25311 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 668377114 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 6 0 0 0
[pid=25975/tid=25985] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25985/stat : 25985 (python) S 25973 25975 25311 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 11 0 668377118 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 0 0 0 0
[pid=25975/tid=25988] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25988/stat : 25988 (python) S 25973 25975 25311 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 11 0 668377121 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 0 0 0 0
[pid=25975/tid=25991] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25991/stat : 25991 (python) S 25973 25975 25311 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 11 0 668377124 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 7 0 0 0
[pid=25975/tid=25994] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25994/stat : 25994 (python) S 25973 25975 25311 0 -1 4202560 26 934 0 0 0 0 0 0 23 0 11 0 668377127 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 1 0 0 0
[pid=25975/tid=25997] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/25997/stat : 25997 (python) S 25973 25975 25311 0 -1 4202560 28 934 0 0 0 0 0 0 24 0 11 0 668377130 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 1 0 0 0
[pid=25975/tid=26000] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/26000/stat : 26000 (python) S 25973 25975 25311 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 11 0 668377133 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 4 0 0 0
[pid=25975/tid=26003] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/26003/stat : 26003 (python) S 25973 25975 25311 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 11 0 668377137 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 4 0 0 0
[pid=25975/tid=26009] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/26009/stat : 26009 (python) S 25973 25975 25311 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 11 0 668387052 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 4 0 0 0
[pid=25975/tid=26013] ppid=25973 vsize=381848 CPUtime=0 cores=0-7
/proc/25975/task/26013/stat : 26013 (python) S 25973 25975 25311 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 11 0 668387146 391012352 7333 33554432000 4194304 5683644 140735500647760 18446744073709551615 248101521841 0 0 16781312 2 18446604453865947392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2044.22
Current children cumulated vsize (KiB) 5981724

Child status: 0
Real time (s): 328.18
CPU time (s): 2044.76
CPU user time (s): 2040.29
CPU system time (s): 4.47432
CPU usage (%): 623.061
Max. virtual memory (cumulated for all children) (KiB): 5995236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2040.29
system time used= 4.47432
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51484
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= 6416
involuntary context switches= 18218

runsolver used 1.9967 second user time and 4.26835 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-16 19:42:52
IDJOB=3385528
IDBENCH=82793
IDSOLVER=1870
FILE ID=node123/3385528-1305567772
RUNJOBID= node123-1305564964-25325
PBS_JOBID= 13350127
Free space on /tmp= 73268 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1760258375-046.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-3385528-1305567772/watcher-3385528-1305567772 -o /tmp/evaluation-result-3385528-1305567772/solver-3385528-1305567772 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385528-1305567772.cnf -seed 1816501956 -budget 40000 -cores 8

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

MD5SUM BENCH= f913d39a64a2142ed34486c38d5636c0
RANDOM SEED=1816501956

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:       7819048 kB
Buffers:        339980 kB
Cached:        4853372 kB
SwapCached:      10524 kB
Active:       21412012 kB
Inactive:      3398648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7819048 kB
SwapTotal:    67111528 kB
SwapFree:     64721852 kB
Dirty:           32284 kB
Writeback:           0 kB
AnonPages:    19615512 kB
Mapped:          27956 kB
Slab:           183344 kB
PageTables:      67244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 95325756 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= 73236 MiB
End job on node123 at 2011-05-16 19:48:21