Trace number 3321991

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 2309.89 356.542

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S2098066936-001.UNKNOWN.cnf
MD5SUM7a1181bb5cb0b1221253c27ad7ead33e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark347.316
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.33/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.46	c INFO: solving HOME/instance-3321991-1304370386.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.41/0.53	c INFO: computed variable balance statistics
0.41/0.56	c INFO: computed small-clause counts
0.41/0.56	c INFO: computed Horn-clause counts
0.41/0.56	c INFO: computed variable graph statistics
0.41/0.56	c INFO: collected features for HOME/instance-3321991-1304370386.cnf in 0.09 s
0.41/0.59	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.62)
0.51/0.63	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.19)
0.51/0.67	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.61/0.71	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.29)
0.61/0.75	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.26)
0.61/0.79	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.27)
0.71/0.83	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.71/0.87	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
644.55/99.98	c INFO: running kcnfs-2006@0 for 582 with 39900 remaining (b = 0.21)
650.95/100.90	c INFO: running march_hi@0 for 388 with 39899 remaining (b = 0.14)
2309.62/356.52	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321991-1304370386/watcher-3321991-1304370386 -o /tmp/evaluation-result-3321991-1304370386/solver-3321991-1304370386 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321991-1304370386.cnf -seed 204424174 -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.06 9.29 8.80 4/349 29950
/proc/meminfo: memFree=21703344/32951124 swapFree=67111464/67111528
[pid=29950] ppid=29948 vsize=16244 CPUtime=0 cores=0-7
/proc/29950/stat : 29950 (python) R 29948 29950 28808 0 -1 4202496 998 0 0 0 0 0 0 0 17 0 1 0 548636324 16633856 870 33554432000 4194304 5683644 140734614595888 18446744073709551615 4540736 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29950/statm: 4061 870 368 364 0 548 0

[startup+0.041463 s]
/proc/loadavg: 9.06 9.29 8.80 4/349 29950
/proc/meminfo: memFree=21703344/32951124 swapFree=67111464/67111528
[pid=29950] ppid=29948 vsize=23188 CPUtime=0.03 cores=0-7
/proc/29950/stat : 29950 (python) S 29948 29950 28808 0 -1 4202496 1324 0 0 0 3 0 0 0 17 0 1 0 548636324 23744512 1173 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29950/statm: 5797 1173 432 364 0 724 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23188

[startup+0.10048 s]
/proc/loadavg: 9.06 9.29 8.80 4/349 29950
/proc/meminfo: memFree=21703344/32951124 swapFree=67111464/67111528
[pid=29950] ppid=29948 vsize=104228 CPUtime=0.08 cores=0-7
/proc/29950/stat : 29950 (python) S 29948 29950 28808 0 -1 4202496 3071 0 0 0 6 2 0 0 17 0 1 0 548636324 106729472 2751 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29950/statm: 26057 2751 847 364 0 1805 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104228

[startup+0.300428 s]
/proc/loadavg: 9.06 9.29 8.80 4/349 29950
/proc/meminfo: memFree=21703344/32951124 swapFree=67111464/67111528
[pid=29950] ppid=29948 vsize=187692 CPUtime=0.24 cores=0-7
/proc/29950/stat : 29950 (python) S 29948 29950 28808 0 -1 4202496 6829 933 1 0 18 6 0 0 17 0 1 0 548636324 192196608 4884 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29950/statm: 46923 4884 1399 364 0 3724 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187692

[startup+0.700307 s]
/proc/loadavg: 9.06 9.29 8.80 4/349 29950
/proc/meminfo: memFree=21703344/32951124 swapFree=67111464/67111528
[pid=29950] ppid=29948 vsize=309780 CPUtime=0.61 cores=0-7
/proc/29950/stat : 29950 (python) R 29948 29950 28808 0 -1 4202496 11864 933 1 0 52 9 0 0 19 0 4 0 548636324 317214720 7214 33554432000 4194304 5683644 140734614595888 18446744073709551615 212691113751 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29950/statm: 77445 7214 1878 364 0 13357 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 309780

[startup+1.50116 s]
/proc/loadavg: 8.57 9.19 8.77 11/374 29979
/proc/meminfo: memFree=21645476/32951124 swapFree=67111464/67111528
[pid=29950] ppid=29948 vsize=361228 CPUtime=0.78 cores=0-7
/proc/29950/stat : 29950 (python) S 29948 29950 28808 0 -1 4202496 15683 933 1 0 68 10 0 0 24 0 9 0 548636324 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29950/statm: 90307 7271 1889 364 0 26204 0
[pid=29956] ppid=29950 vsize=278588 CPUtime=0 cores=0-7
/proc/29956/stat : 29956 (python) S 29950 29950 28808 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 548636384 285274112 5559 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695375 0 0 16781312 514 17883830133589016575 0 0 17 3 0 0 0
/proc/29956/statm: 69647 5559 354 364 0 5565 0
[pid=29958] ppid=29956 vsize=1017800 CPUtime=0.88 cores=0-7
/proc/29958/stat : 29958 (gnovelty+2) R 29956 29958 29958 0 -1 4202496 436 0 0 0 88 0 0 0 21 0 1 0 548636384 1042227200 171 33554432000 134512640 135663704 4289644960 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29958/statm: 254450 171 113 282 0 254166 0
[pid=29959] ppid=29950 vsize=289280 CPUtime=0 cores=0-7
/proc/29959/stat : 29959 (python) S 29950 29950 28808 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 548636388 296222720 5676 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 2283109511092732164 0 0 17 6 0 0 0
/proc/29959/statm: 72320 5676 348 364 0 8235 0
[pid=29961] ppid=29959 vsize=1560 CPUtime=0.61 cores=0-7
/proc/29961/stat : 29961 (march_hi) R 29959 29961 29961 0 -1 4202496 502 0 0 0 61 0 0 0 22 0 1 0 548636388 1597440 239 33554432000 4194304 4955518 140736671837040 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29961/statm: 390 239 106 186 0 203 0
[pid=29962] ppid=29950 vsize=299536 CPUtime=0 cores=0-7
/proc/29962/stat : 29962 (python) S 29950 29950 28808 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 548636392 306724864 5680 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 111517971142148095 0 0 17 1 0 0 0
/proc/29962/statm: 74884 5680 348 364 0 10796 0
[pid=29964] ppid=29962 vsize=1017800 CPUtime=0.81 cores=0-7
/proc/29964/stat : 29964 (gnovelty+2) R 29962 29964 29964 0 -1 4202496 436 0 0 0 81 0 0 0 23 0 1 0 548636392 1042227200 171 33554432000 134512640 135663704 4294896832 18446744073709551615 134546920 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29964/statm: 254450 171 113 282 0 254166 0
[pid=29965] ppid=29950 vsize=309792 CPUtime=0 cores=0-7
/proc/29965/stat : 29965 (python) S 29950 29950 28808 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 548636395 317227008 5684 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 15330622571771035906 0 0 17 6 0 0 0
/proc/29965/statm: 77448 5684 348 364 0 13357 0
[pid=29967] ppid=29965 vsize=1560 CPUtime=0.77 cores=0-7
/proc/29967/stat : 29967 (march_hi) R 29965 29967 29967 0 -1 4202496 502 0 0 0 77 0 0 0 25 0 1 0 548636396 1597440 239 33554432000 4194304 4955518 140734920969392 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29967/statm: 390 239 106 186 0 203 0
[pid=29968] ppid=29950 vsize=320048 CPUtime=0 cores=0-7
/proc/29968/stat : 29968 (python) S 29950 29950 28808 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 548636399 327729152 5697 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 2741561879410213123 0 0 17 1 0 0 0
/proc/29968/statm: 80012 5697 348 364 0 15918 0
[pid=29970] ppid=29968 vsize=1560 CPUtime=0.72 cores=0-7
/proc/29970/stat : 29970 (march_hi) R 29968 29970 29970 0 -1 4202496 505 0 0 0 72 0 0 0 22 0 1 0 548636402 1597440 240 33554432000 4194304 4955518 140736996616560 18446744073709551615 4285773 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29970/statm: 390 240 106 186 0 203 0
[pid=29971] ppid=29950 vsize=330472 CPUtime=0 cores=0-7
/proc/29971/stat : 29971 (python) S 29950 29950 28808 0 -1 4202560 762 0 0 0 0 0 0 0 16 0 1 0 548636403 338403328 5718 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 5921010307601236226 0 0 17 2 0 0 0
/proc/29971/statm: 82618 5718 348 364 0 18521 0
[pid=29975] ppid=29971 vsize=1560 CPUtime=0.31 cores=0-7
/proc/29975/stat : 29975 (march_hi) R 29971 29975 29975 0 -1 4202496 506 0 0 0 31 0 0 0 22 0 1 0 548636407 1597440 240 33554432000 4194304 4955518 140736891651936 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29975/statm: 390 240 106 186 0 203 0
[pid=29973] ppid=29950 vsize=340728 CPUtime=0 cores=0-7
/proc/29973/stat : 29973 (python) S 29950 29950 28808 0 -1 4202560 775 0 0 0 0 0 0 0 18 0 1 0 548636407 348905472 5722 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 9703146138953023748 0 0 17 1 0 0 0
/proc/29973/statm: 85182 5722 348 364 0 21082 0
[pid=29976] ppid=29973 vsize=1560 CPUtime=0.24 cores=0-7
/proc/29976/stat : 29976 (march_hi) R 29973 29976 29976 0 -1 4202496 505 0 0 0 24 0 0 0 25 0 1 0 548636409 1597440 240 33554432000 4194304 4955518 140735369172944 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29976/statm: 390 240 106 186 0 203 0
[pid=29977] ppid=29950 vsize=350984 CPUtime=0 cores=0-7
/proc/29977/stat : 29977 (python) S 29950 29950 28808 0 -1 4202560 814 0 0 0 0 0 0 0 19 0 1 0 548636411 359407616 5732 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 8469986673797595393 0 0 17 2 0 0 0
/proc/29977/statm: 87746 5732 354 364 0 23643 0
[pid=29979] ppid=29977 vsize=1560 CPUtime=0.62 cores=0-7
/proc/29979/stat : 29979 (march_hi) R 29977 29979 29979 0 -1 4202496 511 0 0 0 62 0 0 0 25 0 1 0 548636412 1597440 240 33554432000 4194304 4955518 140735545671696 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29979/statm: 390 240 106 186 0 203 0
[pid=29950/tid=29957] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29957/stat : 29957 (python) S 29948 29950 28808 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 548636384 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 4 0 0 0
[pid=29950/tid=29960] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29960/stat : 29960 (python) S 29948 29950 28808 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 548636388 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29963] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29963/stat : 29963 (python) S 29948 29950 28808 0 -1 4202560 23 933 0 0 0 0 0 0 19 0 9 0 548636392 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29966] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29966/stat : 29966 (python) S 29948 29950 28808 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 9 0 548636396 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29969] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29969/stat : 29969 (python) S 29948 29950 28808 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 548636400 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29972] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29972/stat : 29972 (python) S 29948 29950 28808 0 -1 4202560 36 933 0 0 0 0 0 0 21 0 9 0 548636403 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29974] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29974/stat : 29974 (python) S 29948 29950 28808 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 9 0 548636407 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29978] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29978/stat : 29978 (python) S 29948 29950 28808 0 -1 4202560 28 933 0 0 0 0 0 0 24 0 9 0 548636412 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 4925616

[startup+3.10187 s]
/proc/loadavg: 8.57 9.19 8.77 11/374 29979
/proc/meminfo: memFree=21645476/32951124 swapFree=67111464/67111528
[pid=29950] ppid=29948 vsize=361228 CPUtime=0.78 cores=0-7
/proc/29950/stat : 29950 (python) S 29948 29950 28808 0 -1 4202496 15683 933 1 0 68 10 0 0 24 0 9 0 548636324 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29950/statm: 90307 7271 1889 364 0 26204 0
[pid=29956] ppid=29950 vsize=278588 CPUtime=0 cores=0-7
/proc/29956/stat : 29956 (python) S 29950 29950 28808 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 548636384 285274112 5559 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695375 0 0 16781312 514 17883830133588984065 0 0 17 3 0 0 0
/proc/29956/statm: 69647 5559 354 364 0 5565 0
[pid=29958] ppid=29956 vsize=1017800 CPUtime=2.46 cores=0-7
/proc/29958/stat : 29958 (gnovelty+2) R 29956 29958 29958 0 -1 4202496 436 0 0 0 246 0 0 0 25 0 1 0 548636384 1042227200 171 33554432000 134512640 135663704 4289644960 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29958/statm: 254450 171 113 282 0 254166 0
[pid=29959] ppid=29950 vsize=289280 CPUtime=0 cores=0-7
/proc/29959/stat : 29959 (python) S 29950 29950 28808 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 548636388 296222720 5676 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 2283109511092732164 0 0 17 6 0 0 0
/proc/29959/statm: 72320 5676 348 364 0 8235 0
[pid=29961] ppid=29959 vsize=1560 CPUtime=1.41 cores=0-7
/proc/29961/stat : 29961 (march_hi) R 29959 29961 29961 0 -1 4202496 503 0 0 0 141 0 0 0 25 0 1 0 548636388 1597440 240 33554432000 4194304 4955518 140736671837040 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29961/statm: 390 240 106 186 0 203 0
[pid=29962] ppid=29950 vsize=299536 CPUtime=0 cores=0-7
/proc/29962/stat : 29962 (python) S 29950 29950 28808 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 548636392 306724864 5680 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 111517971142115586 0 0 17 1 0 0 0
/proc/29962/statm: 74884 5680 348 364 0 10796 0
[pid=29964] ppid=29962 vsize=1017800 CPUtime=2.42 cores=0-7
/proc/29964/stat : 29964 (gnovelty+2) R 29962 29964 29964 0 -1 4202496 436 0 0 0 242 0 0 0 25 0 1 0 548636392 1042227200 171 33554432000 134512640 135663704 4294896832 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29964/statm: 254450 171 113 282 0 254166 0
[pid=29965] ppid=29950 vsize=309792 CPUtime=0 cores=0-7
/proc/29965/stat : 29965 (python) S 29950 29950 28808 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 548636395 317227008 5684 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 15330622571771035906 0 0 17 6 0 0 0
/proc/29965/statm: 77448 5684 348 364 0 13357 0
[pid=29967] ppid=29965 vsize=1560 CPUtime=2.37 cores=0-7
/proc/29967/stat : 29967 (march_hi) R 29965 29967 29967 0 -1 4202496 505 0 0 0 237 0 0 0 25 0 1 0 548636396 1597440 242 33554432000 4194304 4955518 140734920969392 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29967/statm: 390 242 106 186 0 203 0
[pid=29968] ppid=29950 vsize=320048 CPUtime=0 cores=0-7
/proc/29968/stat : 29968 (python) S 29950 29950 28808 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 548636399 327729152 5697 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 2741561879410213123 0 0 17 1 0 0 0
/proc/29968/statm: 80012 5697 348 364 0 15918 0
[pid=29970] ppid=29968 vsize=1560 CPUtime=2.32 cores=0-7
/proc/29970/stat : 29970 (march_hi) R 29968 29970 29970 0 -1 4202496 508 0 0 0 232 0 0 0 25 0 1 0 548636402 1597440 243 33554432000 4194304 4955518 140736996616560 18446744073709551615 4235606 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29970/statm: 390 243 106 186 0 203 0
[pid=29971] ppid=29950 vsize=330472 CPUtime=0 cores=0-7
/proc/29971/stat : 29971 (python) S 29950 29950 28808 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 548636403 338403328 5718 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 5586183178420191490 0 0 17 2 0 0 0
/proc/29971/statm: 82618 5718 348 364 0 18521 0
[pid=29975] ppid=29971 vsize=1560 CPUtime=1.11 cores=0-7
/proc/29975/stat : 29975 (march_hi) R 29971 29975 29975 0 -1 4202496 506 0 0 0 111 0 0 0 25 0 1 0 548636407 1597440 240 33554432000 4194304 4955518 140736891651936 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29975/statm: 390 240 106 186 0 203 0
[pid=29973] ppid=29950 vsize=340728 CPUtime=0 cores=0-7
/proc/29973/stat : 29973 (python) S 29950 29950 28808 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 548636407 348905472 5722 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 9703146138953023748 0 0 17 1 0 0 0
/proc/29973/statm: 85182 5722 348 364 0 21082 0
[pid=29976] ppid=29973 vsize=1560 CPUtime=1.04 cores=0-7
/proc/29976/stat : 29976 (march_hi) R 29973 29976 29976 0 -1 4202496 505 0 0 0 104 0 0 0 25 0 1 0 548636409 1597440 240 33554432000 4194304 4955518 140735369172944 18446744073709551615 4208620 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29976/statm: 390 240 106 186 0 203 0
[pid=29977] ppid=29950 vsize=350984 CPUtime=0 cores=0-7
/proc/29977/stat : 29977 (python) S 29950 29950 28808 0 -1 4202560 820 0 0 0 0 0 0 0 15 0 1 0 548636411 359407616 5732 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 8469986673797595393 0 0 17 2 0 0 0
/proc/29977/statm: 87746 5732 354 364 0 23643 0
[pid=29979] ppid=29977 vsize=1560 CPUtime=2.22 cores=0-7
/proc/29979/stat : 29979 (march_hi) R 29977 29979 29979 0 -1 4202496 513 0 0 0 222 0 0 0 25 0 1 0 548636412 1597440 242 33554432000 4194304 4955518 140735545671696 18446744073709551615 4208763 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29979/statm: 390 242 106 186 0 203 0
[pid=29950/tid=29957] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29957/stat : 29957 (python) S 29948 29950 28808 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 548636384 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 4 0 0 0
[pid=29950/tid=29960] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29960/stat : 29960 (python) S 29948 29950 28808 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 548636388 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29963] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29963/stat : 29963 (python) S 29948 29950 28808 0 -1 4202560 23 933 0 0 0 0 0 0 19 0 9 0 548636392 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29966] ppid=29948 vsize=361228 CPUtime=0 cores=0-7
/proc/29950/task/29966/stat : 29966 (python) S 29948 29950 28808 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 9 0 548636396 369897472 7271 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29969] ppid=29948 vsize=361228 CPUtime=0 cores=0-7

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

/proc/29950/task/29989/stat : 29989 (python) S 29948 29950 28808 0 -1 4202560 69 933 0 0 0 0 0 0 19 0 11 0 548646415 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2305.69
Current children cumulated vsize (KiB) 6048552

[startup+356.301 s]
/proc/loadavg: 10.16 9.86 9.20 12/382 29997
/proc/meminfo: memFree=21596964/32951124 swapFree=67111464/67111528
[pid=29950] ppid=29948 vsize=447276 CPUtime=0.87 cores=0-7
/proc/29950/stat : 29950 (python) S 29948 29950 28808 0 -1 4202496 17347 933 1 0 76 11 0 0 19 0 11 0 548636324 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29950/statm: 111819 7457 1894 364 0 47710 0
[pid=29956] ppid=29950 vsize=288832 CPUtime=0.26 cores=0-7
/proc/29956/stat : 29956 (python) S 29950 29950 28808 0 -1 4202560 1094 0 0 0 14 12 0 0 19 0 2 0 548636384 295763968 5620 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29956/statm: 72208 5620 410 364 0 8126 0
[pid=29958] ppid=29956 vsize=1017800 CPUtime=98.97 cores=0-7
/proc/29958/stat : 29958 (gnovelty+2) T 29956 29958 29958 0 -1 4202496 436 0 0 0 9897 0 0 0 25 0 1 0 548636384 1042227200 171 33554432000 134512640 135663704 4289644960 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29958/statm: 254450 171 113 282 0 254166 0
[pid=29956/tid=29987] ppid=29950 vsize=288832 CPUtime=0 cores=0-7
/proc/29956/task/29987/stat : 29987 (python) S 29950 29950 28808 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 548646410 295763968 5620 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 514 18446604448486662336 0 0 -1 3 0 0 0
[pid=29959] ppid=29950 vsize=289280 CPUtime=1.02 cores=0-7
/proc/29959/stat : 29959 (python) S 29950 29950 28808 0 -1 4202560 985 0 0 0 48 54 0 0 15 0 1 0 548636388 296222720 5699 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 2283109511092732164 0 0 17 6 0 0 0
/proc/29959/statm: 72320 5699 371 364 0 8235 0
[pid=29961] ppid=29959 vsize=5144 CPUtime=177.98 cores=0-7
/proc/29961/stat : 29961 (march_hi) R 29959 29961 29961 0 -1 4202496 1315 0 0 0 17798 0 0 0 25 0 1 0 548636388 5267456 1052 33554432000 4194304 4955518 140736671837040 18446744073709551615 4285725 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29961/statm: 1286 1052 106 186 0 1099 0
[pid=29962] ppid=29950 vsize=299536 CPUtime=0.26 cores=0-7
/proc/29962/stat : 29962 (python) S 29950 29950 28808 0 -1 4202560 1091 0 0 0 12 14 0 0 19 0 2 0 548636392 306724864 5733 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29962/statm: 74884 5733 400 364 0 10796 0
[pid=29964] ppid=29962 vsize=1017800 CPUtime=99.01 cores=0-7
/proc/29964/stat : 29964 (gnovelty+2) T 29962 29964 29964 0 -1 4202496 436 0 0 0 9901 0 0 0 25 0 1 0 548636392 1042227200 171 33554432000 134512640 135663704 4294896832 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/29964/statm: 254450 171 113 282 0 254166 0
[pid=29962/tid=29983] ppid=29950 vsize=299536 CPUtime=0 cores=0-7
/proc/29962/task/29983/stat : 29983 (python) S 29950 29950 28808 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 548646319 306724864 5733 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 514 18446604444348723456 0 0 -1 1 0 0 0
[pid=29965] ppid=29950 vsize=309792 CPUtime=3.03 cores=0-7
/proc/29965/stat : 29965 (python) R 29950 29950 28808 0 -1 4202560 1043 0 0 0 231 72 0 0 18 0 1 0 548636395 317227008 5707 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/29965/statm: 77448 5707 371 364 0 13357 0
[pid=29967] ppid=29965 vsize=0 CPUtime=351.52 cores=0-7
/proc/29967/stat : 29967 (march_hi) R 29965 29967 29967 0 -1 4202500 3102 0 0 0 35151 1 0 0 25 0 1 0 548636396 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29967/statm: 0 0 0 0 0 0 0
[pid=29968] ppid=29950 vsize=320048 CPUtime=1.01 cores=0-7
/proc/29968/stat : 29968 (python) S 29950 29950 28808 0 -1 4202560 1021 0 0 0 54 47 0 0 15 0 1 0 548636399 327729152 5720 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 2741561879410213123 0 0 17 0 0 0 0
/proc/29968/statm: 80012 5720 371 364 0 15918 0
[pid=29970] ppid=29968 vsize=9456 CPUtime=251.58 cores=0-7
/proc/29970/stat : 29970 (march_hi) R 29968 29970 29970 0 -1 4202496 1877 0 0 0 25156 2 0 0 25 0 1 0 548636402 9682944 1612 33554432000 4194304 4955518 140736996616560 18446744073709551615 4210556 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29970/statm: 2364 1612 106 186 0 2177 0
[pid=29971] ppid=29950 vsize=330472 CPUtime=1.05 cores=0-7
/proc/29971/stat : 29971 (python) S 29950 29950 28808 0 -1 4202560 1034 0 0 0 58 47 0 0 15 0 1 0 548636403 338403328 5741 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 5586183178420191490 0 0 17 5 0 0 0
/proc/29971/statm: 82618 5741 371 364 0 18521 0
[pid=29975] ppid=29971 vsize=9456 CPUtime=305.77 cores=0-7
/proc/29975/stat : 29975 (march_hi) R 29971 29975 29975 0 -1 4202496 2434 0 0 0 30575 2 0 0 25 0 1 0 548636407 9682944 2168 33554432000 4194304 4955518 140736891651936 18446744073709551615 4297507 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29975/statm: 2364 2168 106 186 0 2177 0
[pid=29973] ppid=29950 vsize=340728 CPUtime=1.05 cores=0-7
/proc/29973/stat : 29973 (python) S 29950 29950 28808 0 -1 4202560 1036 0 0 0 57 48 0 0 15 0 1 0 548636407 348905472 5745 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 9703146138953023748 0 0 17 2 0 0 0
/proc/29973/statm: 85182 5745 371 364 0 21082 0
[pid=29976] ppid=29973 vsize=9456 CPUtime=303.67 cores=0-7
/proc/29976/stat : 29976 (march_hi) R 29973 29976 29976 0 -1 4202496 2410 0 0 0 30367 0 0 0 25 0 1 0 548636409 9682944 2145 33554432000 4194304 4955518 140735369172944 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29976/statm: 2364 2145 106 186 0 2177 0
[pid=29977] ppid=29950 vsize=350984 CPUtime=1.07 cores=0-7
/proc/29977/stat : 29977 (python) S 29950 29950 28808 0 -1 4202560 1063 0 0 0 56 51 0 0 15 0 1 0 548636411 359407616 5755 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 8469986673797595393 0 0 17 3 0 0 0
/proc/29977/statm: 87746 5755 377 364 0 23643 0
[pid=29979] ppid=29977 vsize=13516 CPUtime=326.76 cores=0-7
/proc/29979/stat : 29979 (march_hi) R 29977 29979 29979 0 -1 4202496 2703 0 0 0 32675 1 0 0 25 0 1 0 548636412 13840384 2432 33554432000 4194304 4955518 140735545671696 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29979/statm: 3379 2432 106 186 0 3192 0
[pid=29984] ppid=29950 vsize=361240 CPUtime=0.66 cores=0-7
/proc/29984/stat : 29984 (python) S 29950 29950 28808 0 -1 4202560 1035 0 0 0 34 32 0 0 18 0 1 0 548646323 369909760 5753 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 12446577179540553988 0 0 17 2 0 0 0
/proc/29984/statm: 90310 5753 371 364 0 26204 0
[pid=29986] ppid=29984 vsize=181248 CPUtime=128.17 cores=0-7
/proc/29986/stat : 29986 (kcnfs-2006) R 29984 29986 29986 0 -1 4202496 626 0 0 0 12817 0 0 0 25 0 1 0 548646323 185597952 358 33554432000 134512640 135163436 4289454752 18446744073709551615 134569635 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29986/statm: 45312 358 76 159 0 45152 0
[pid=29988] ppid=29950 vsize=437032 CPUtime=0.72 cores=0-7
/proc/29988/stat : 29988 (python) S 29950 29950 28808 0 -1 4202560 850 0 0 0 39 33 0 0 15 0 1 0 548646415 447520768 5930 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 3419577923701539074 0 0 17 0 0 0 0
/proc/29988/statm: 109258 5930 371 364 0 45149 0
[pid=29990] ppid=29988 vsize=9456 CPUtime=253.95 cores=0-7
/proc/29990/stat : 29990 (march_hi) R 29988 29990 29990 0 -1 4202496 1893 0 0 0 25391 4 0 0 25 0 1 0 548646415 9682944 1631 33554432000 4194304 4955518 140737156390832 18446744073709551615 4225424 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29990/statm: 2364 1631 106 186 0 2177 0
[pid=29950/tid=29957] ppid=29948 vsize=447276 CPUtime=0 cores=0-7
/proc/29950/task/29957/stat : 29957 (python) S 29948 29950 28808 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 11 0 548636384 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 4 0 0 0
[pid=29950/tid=29960] ppid=29948 vsize=447276 CPUtime=0 cores=0-7
/proc/29950/task/29960/stat : 29960 (python) S 29948 29950 28808 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 11 0 548636388 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29963] ppid=29948 vsize=447276 CPUtime=0 cores=0-7
/proc/29950/task/29963/stat : 29963 (python) S 29948 29950 28808 0 -1 4202560 23 933 0 0 0 0 0 0 19 0 11 0 548636392 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29966] ppid=29948 vsize=447276 CPUtime=0 cores=0-7
/proc/29950/task/29966/stat : 29966 (python) S 29948 29950 28808 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 11 0 548636396 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29969] ppid=29948 vsize=447276 CPUtime=0 cores=0-7
/proc/29950/task/29969/stat : 29969 (python) S 29948 29950 28808 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 11 0 548636400 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29972] ppid=29948 vsize=447276 CPUtime=0 cores=0-7
/proc/29950/task/29972/stat : 29972 (python) S 29948 29950 28808 0 -1 4202560 36 933 0 0 0 0 0 0 21 0 11 0 548636403 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29974] ppid=29948 vsize=447276 CPUtime=0 cores=0-7
/proc/29950/task/29974/stat : 29974 (python) S 29948 29950 28808 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 11 0 548636407 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29978] ppid=29948 vsize=447276 CPUtime=0 cores=0-7
/proc/29950/task/29978/stat : 29978 (python) S 29948 29950 28808 0 -1 4202560 28 933 0 0 0 0 0 0 24 0 11 0 548636412 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29985] ppid=29948 vsize=447276 CPUtime=0 cores=0-7
/proc/29950/task/29985/stat : 29985 (python) S 29948 29950 28808 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 11 0 548646323 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 1 0 0 0
[pid=29950/tid=29989] ppid=29948 vsize=447276 CPUtime=0 cores=0-7
/proc/29950/task/29989/stat : 29989 (python) S 29948 29950 28808 0 -1 4202560 69 933 0 0 0 0 0 0 19 0 11 0 548646415 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2308.38
Current children cumulated vsize (KiB) 6048552

[startup+356.501 s]
/proc/loadavg: 10.16 9.86 9.20 12/382 29997
/proc/meminfo: memFree=21596964/32951124 swapFree=67111464/67111528
[pid=29950] ppid=29948 vsize=447276 CPUtime=199.4 cores=0-7
/proc/29950/stat : 29950 (python) S 29948 29950 28808 0 -1 4202496 17388 4039 1 0 76 11 19825 28 17 0 11 0 548636324 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699505471 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29950/statm: 111819 7457 1894 364 0 47710 0
[pid=29959] ppid=29950 vsize=289280 CPUtime=1.02 cores=0-7
/proc/29959/stat : 29959 (python) S 29950 29950 28808 0 -1 4202560 985 0 0 0 48 54 0 0 15 0 1 0 548636388 296222720 5699 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 2283109511092732164 0 0 17 6 0 0 0
/proc/29959/statm: 72320 5699 371 364 0 8235 0
[pid=29961] ppid=29959 vsize=5144 CPUtime=178.09 cores=0-7
/proc/29961/stat : 29961 (march_hi) R 29959 29961 29961 0 -1 4202496 1316 0 0 0 17809 0 0 0 25 0 1 0 548636388 5267456 1053 33554432000 4194304 4955518 140736671837040 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29961/statm: 1286 1053 106 186 0 1099 0
[pid=29965] ppid=29950 vsize=0 CPUtime=354.73 cores=0-7
/proc/29965/stat : 29965 (python) Z 29950 29950 28808 0 -1 4202588 1267 3102 0 0 247 74 35151 1 19 0 1 0 548636395 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29965/statm: 0 0 0 0 0 0 0
[pid=29968] ppid=29950 vsize=320048 CPUtime=1.01 cores=0-7
/proc/29968/stat : 29968 (python) S 29950 29950 28808 0 -1 4202560 1040 0 0 0 54 47 0 0 15 0 1 0 548636399 327729152 5725 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699505471 0 0 16781824 2 18446744071562232103 0 0 17 0 0 0 0
/proc/29968/statm: 80012 5725 376 364 0 15918 0
[pid=29970] ppid=29968 vsize=9456 CPUtime=251.68 cores=0-7
/proc/29970/stat : 29970 (march_hi) R 29968 29970 29970 0 -1 4202496 1878 0 0 0 25166 2 0 0 25 0 1 0 548636402 9682944 1613 33554432000 4194304 4955518 140736996616560 18446744073709551615 4237810 256 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29970/statm: 2364 1613 106 186 0 2177 0
[pid=29971] ppid=29950 vsize=330472 CPUtime=1.05 cores=0-7
/proc/29971/stat : 29971 (python) S 29950 29950 28808 0 -1 4202560 1034 0 0 0 58 47 0 0 15 0 1 0 548636403 338403328 5741 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 5586183178420191490 0 0 17 5 0 0 0
/proc/29971/statm: 82618 5741 371 364 0 18521 0
[pid=29975] ppid=29971 vsize=9456 CPUtime=305.96 cores=0-7
/proc/29975/stat : 29975 (march_hi) R 29971 29975 29975 0 -1 4202496 2437 0 0 0 30594 2 0 0 25 0 1 0 548636407 9682944 2171 33554432000 4194304 4955518 140736891651936 18446744073709551615 4263491 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29975/statm: 2364 2171 106 186 0 2177 0
[pid=29973] ppid=29950 vsize=340728 CPUtime=1.05 cores=0-7
/proc/29973/stat : 29973 (python) S 29950 29950 28808 0 -1 4202560 1036 0 0 0 57 48 0 0 15 0 1 0 548636407 348905472 5745 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 9703146138953023748 0 0 17 2 0 0 0
/proc/29973/statm: 85182 5745 371 364 0 21082 0
[pid=29976] ppid=29973 vsize=9456 CPUtime=303.85 cores=0-7
/proc/29976/stat : 29976 (march_hi) R 29973 29976 29976 0 -1 4202496 2412 0 0 0 30385 0 0 0 25 0 1 0 548636409 9682944 2147 33554432000 4194304 4955518 140735369172944 18446744073709551615 4297429 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29976/statm: 2364 2147 106 186 0 2177 0
[pid=29977] ppid=29950 vsize=350984 CPUtime=1.07 cores=0-7
/proc/29977/stat : 29977 (python) S 29950 29950 28808 0 -1 4202560 1063 0 0 0 56 51 0 0 15 0 1 0 548636411 359407616 5755 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 8469986673797595393 0 0 17 3 0 0 0
/proc/29977/statm: 87746 5755 377 364 0 23643 0
[pid=29979] ppid=29977 vsize=13516 CPUtime=326.94 cores=0-7
/proc/29979/stat : 29979 (march_hi) R 29977 29979 29979 0 -1 4202496 2706 0 0 0 32693 1 0 0 25 0 1 0 548636412 13840384 2435 33554432000 4194304 4955518 140735545671696 18446744073709551615 4226547 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29979/statm: 3379 2435 106 186 0 3192 0
[pid=29984] ppid=29950 vsize=361240 CPUtime=0.66 cores=0-7
/proc/29984/stat : 29984 (python) S 29950 29950 28808 0 -1 4202560 1035 0 0 0 34 32 0 0 18 0 1 0 548646323 369909760 5753 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 12446577179540553988 0 0 17 2 0 0 0
/proc/29984/statm: 90310 5753 371 364 0 26204 0
[pid=29986] ppid=29984 vsize=181248 CPUtime=128.26 cores=0-7
/proc/29986/stat : 29986 (kcnfs-2006) R 29984 29986 29986 0 -1 4202496 626 0 0 0 12826 0 0 0 25 0 1 0 548646323 185597952 358 33554432000 134512640 135163436 4289454752 18446744073709551615 134614362 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29986/statm: 45312 358 76 159 0 45152 0
[pid=29988] ppid=29950 vsize=437032 CPUtime=0.72 cores=0-7
/proc/29988/stat : 29988 (python) S 29950 29950 28808 0 -1 4202560 850 0 0 0 39 33 0 0 15 0 1 0 548646415 447520768 5930 33554432000 4194304 5683644 140734614595888 18446744073709551615 212687695430 0 0 16781312 514 3419577923701539074 0 0 17 0 0 0 0
/proc/29988/statm: 109258 5930 371 364 0 45149 0
[pid=29990] ppid=29988 vsize=9456 CPUtime=254.13 cores=0-7
/proc/29990/stat : 29990 (march_hi) R 29988 29990 29990 0 -1 4202496 1894 0 0 0 25409 4 0 0 25 0 1 0 548646415 9682944 1632 33554432000 4194304 4955518 140737156390832 18446744073709551615 4226515 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29990/statm: 2364 1632 106 186 0 2177 0
[pid=29950/tid=29957] ppid=29948 vsize=447276 CPUtime=198.53 cores=0-7
/proc/29950/task/29957/stat : 29957 (python) S 29948 29950 28808 0 -1 4202560 28 4039 0 0 0 0 19825 28 18 0 11 0 548636384 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 4 0 0 0
[pid=29950/tid=29960] ppid=29948 vsize=447276 CPUtime=198.53 cores=0-7
/proc/29950/task/29960/stat : 29960 (python) S 29948 29950 28808 0 -1 4202560 22 4039 0 0 0 0 19825 28 20 0 11 0 548636388 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29963] ppid=29948 vsize=447276 CPUtime=198.53 cores=0-7
/proc/29950/task/29963/stat : 29963 (python) S 29948 29950 28808 0 -1 4202560 23 4039 0 0 0 0 19825 28 19 0 11 0 548636392 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29966] ppid=29948 vsize=447276 CPUtime=198.53 cores=0-7
/proc/29950/task/29966/stat : 29966 (python) S 29948 29950 28808 0 -1 4202560 24 4039 0 0 0 0 19825 28 21 0 11 0 548636396 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 6 0 0 0
[pid=29950/tid=29969] ppid=29948 vsize=447276 CPUtime=198.53 cores=0-7
/proc/29950/task/29969/stat : 29969 (python) S 29948 29950 28808 0 -1 4202560 24 4039 0 0 0 0 19825 28 19 0 11 0 548636400 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29972] ppid=29948 vsize=447276 CPUtime=198.53 cores=0-7
/proc/29950/task/29972/stat : 29972 (python) S 29948 29950 28808 0 -1 4202560 36 4039 0 0 0 0 19825 28 21 0 11 0 548636403 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29974] ppid=29948 vsize=447276 CPUtime=198.53 cores=0-7
/proc/29950/task/29974/stat : 29974 (python) S 29948 29950 28808 0 -1 4202560 22 4039 0 0 0 0 19825 28 22 0 11 0 548636407 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29978] ppid=29948 vsize=447276 CPUtime=198.53 cores=0-7
/proc/29950/task/29978/stat : 29978 (python) S 29948 29950 28808 0 -1 4202560 28 4039 0 0 0 0 19825 28 24 0 11 0 548636412 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 2 0 0 0
[pid=29950/tid=29985] ppid=29948 vsize=447276 CPUtime=198.53 cores=0-7
/proc/29950/task/29985/stat : 29985 (python) S 29948 29950 28808 0 -1 4202560 32 4039 0 0 0 0 19825 28 20 0 11 0 548646323 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 1 0 0 0
[pid=29950/tid=29989] ppid=29948 vsize=447276 CPUtime=198.53 cores=0-7
/proc/29950/task/29989/stat : 29989 (python) S 29948 29950 28808 0 -1 4202560 69 4039 0 0 0 0 19825 28 19 0 11 0 548646415 458010624 7457 33554432000 4194304 5683644 140734614595888 18446744073709551615 212699498929 0 0 16781312 2 18446604450577278144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2309.62
Current children cumulated vsize (KiB) 3114792

Child status: 0
Real time (s): 356.542
CPU time (s): 2309.89
CPU user time (s): 2305.45
CPU system time (s): 4.44132
CPU usage (%): 647.859
Max. virtual memory (cumulated for all children) (KiB): 6062072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2305.45
system time used= 4.44132
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50773
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= 6658
involuntary context switches= 19661

runsolver used 2.06369 second user time and 4.6163 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-02 23:06:26
IDJOB=3321991
IDBENCH=82769
IDSOLVER=1712
FILE ID=node139/3321991-1304370386
RUNJOBID= node139-1304366465-28822
PBS_JOBID= 13181734
Free space on /tmp= 73128 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S2098066936-001.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-3321991-1304370386/watcher-3321991-1304370386 -o /tmp/evaluation-result-3321991-1304370386/solver-3321991-1304370386 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321991-1304370386.cnf -seed 204424174 -budget 40000 -cores 8

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

MD5SUM BENCH= 7a1181bb5cb0b1221253c27ad7ead33e
RANDOM SEED=204424174

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21703500 kB
Buffers:       1340380 kB
Cached:        4187124 kB
SwapCached:         60 kB
Active:        5430916 kB
Inactive:      5275092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21703500 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           32164 kB
Writeback:           0 kB
AnonPages:     5178540 kB
Mapped:          26664 kB
Slab:           438136 kB
PageTables:      34164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70957572 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= 73096 MiB
End job on node139 at 2011-05-02 23:12:23