Trace number 3385492

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 1225.69 154.943

General information on the benchmark

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

Solver Data

0.41/1.42	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/1.42	c INFO: solving HOME/instance-3385492-1307741600.cnf
0.41/1.42	c INFO: computing task features
0.41/1.43	c INFO: computed variable-clause graph statistics
0.41/1.43	c INFO: computed clause balance statistics
0.41/1.46	c INFO: computed variable balance statistics
0.41/1.49	c INFO: computed small-clause counts
0.41/1.49	c INFO: computed Horn-clause counts
0.41/1.49	c INFO: computed variable graph statistics
0.41/1.49	c INFO: collected features for HOME/instance-3385492-1307741600.cnf in 0.07 s
0.49/1.52	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
0.49/1.56	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.37)
0.49/1.59	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.33)
0.58/1.62	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.33)
0.58/1.65	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.09)
0.58/1.68	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.69/1.71	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.69/1.74	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
798.95/101.51	c INFO: running march_hi@0 for 97 with 4899 remaining (b = 0.05)
799.76/101.66	c INFO: running march_hi@0 for 485 with 4899 remaining (b = 0.19)
801.22/101.82	c INFO: running kcnfs-2006@0 for 582 with 4899 remaining (b = 0.19)
1225.36/154.92	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.1 (svn: 988)

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-3385492-1307741600/watcher-3385492-1307741600 -o /tmp/evaluation-result-3385492-1307741600/solver-3385492-1307741600 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385492-1307741600.cnf -seed 1907577660 -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: 0.00 0.00 0.00 1/167 28974
/proc/meminfo: memFree=31700232/32951124 swapFree=67064368/67111528
[pid=28974] ppid=28972 vsize=11804 CPUtime=0 cores=0-7
/proc/28974/stat : 28974 (runsolver) S 28972 28974 28943 0 -1 4202560 47 0 0 0 0 0 0 0 22 0 1 0 885760669 12087296 55 33554432000 4194304 5436572 140735151564992 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699199166 0 0 17 2 0 0 0
/proc/28974/statm: 2951 55 36 304 0 2643 0

[startup+0.0124441 s]
/proc/loadavg: 0.00 0.00 0.00 1/167 28974
/proc/meminfo: memFree=31700232/32951124 swapFree=67064368/67111528
[pid=28974] ppid=28972 vsize=14820 CPUtime=0 cores=0-7
/proc/28974/stat : 28974 (python) S 28972 28974 28943 0 -1 4202496 513 0 0 0 0 0 0 0 22 0 1 0 885760669 15175680 419 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446941029 0 2147483391 4096 0 18446744071699199166 0 0 17 3 0 0 0
/proc/28974/statm: 3705 419 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100425 s]
/proc/loadavg: 0.00 0.00 0.00 1/167 28974
/proc/meminfo: memFree=31700232/32951124 swapFree=67064368/67111528
[pid=28974] ppid=28972 vsize=15380 CPUtime=0 cores=0-7
/proc/28974/stat : 28974 (python) S 28972 28974 28943 0 -1 4202496 793 0 0 0 0 0 0 0 22 0 1 0 885760669 15749120 679 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/28974/statm: 3845 679 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.300409 s]
/proc/loadavg: 0.00 0.00 0.00 1/167 28974
/proc/meminfo: memFree=31700232/32951124 swapFree=67064368/67111528
[pid=28974] ppid=28972 vsize=36508 CPUtime=0.04 cores=0-7
/proc/28974/stat : 28974 (python) S 28972 28974 28943 0 -1 4202496 1578 0 0 0 3 1 0 0 20 0 1 0 885760669 37384192 1411 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/28974/statm: 9127 1411 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.700318 s]
/proc/loadavg: 0.00 0.00 0.00 1/167 28974
/proc/meminfo: memFree=31700232/32951124 swapFree=67064368/67111528
[pid=28974] ppid=28972 vsize=135588 CPUtime=0.17 cores=0-7
/proc/28974/stat : 28974 (python) R 28972 28974 28943 0 -1 4202496 5890 930 1 0 13 4 0 0 19 0 1 0 885760669 138842112 4133 33554432000 4194304 5683644 140735452144640 18446744073709551615 4988513 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/28974/statm: 33896 4132 1031 364 0 3082 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135588

[startup+1.50016 s]
/proc/loadavg: 0.00 0.00 0.00 1/168 28979
/proc/meminfo: memFree=31686512/32951124 swapFree=67064368/67111528
[pid=28974] ppid=28972 vsize=278820 CPUtime=0.49 cores=0-7
/proc/28974/stat : 28974 (python) R 28972 28974 28943 0 -1 4202496 9506 930 1 0 38 11 0 0 16 0 1 0 885760669 285511680 7146 33554432000 4194304 5683644 140735452144640 18446744073709551615 47140349832699 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/28974/statm: 69705 7146 1857 364 0 5626 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 278820

[startup+3.10082 s]
/proc/loadavg: 0.08 0.02 0.01 9/192 29003
/proc/meminfo: memFree=31639308/32951124 swapFree=67064368/67111528
[pid=28974] ppid=28972 vsize=426712 CPUtime=0.73 cores=0-7
/proc/28974/stat : 28974 (python) S 28972 28974 28943 0 -1 4202496 15543 930 1 0 61 12 0 0 23 0 9 0 885760669 436953088 7413 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28974/statm: 106678 7413 1889 364 0 42575 0
[pid=28980] ppid=28974 vsize=278600 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (python) S 28974 28974 28943 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 885760821 285286400 5565 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965263 0 0 16781312 514 4129475956907671812 0 0 17 4 0 0 0
/proc/28980/statm: 69650 5565 354 364 0 5568 0
[pid=28982] ppid=28980 vsize=1017800 CPUtime=1.56 cores=0-7
/proc/28982/stat : 28982 (gnovelty+2) R 28980 28982 28982 0 -1 4202496 435 0 0 0 156 0 0 0 24 0 1 0 885760822 1042227200 173 33554432000 134512640 135663704 4286790496 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28982/statm: 254450 173 113 282 0 254166 0
[pid=28983] ppid=28974 vsize=289296 CPUtime=0 cores=0-7
/proc/28983/stat : 28983 (python) S 28974 28974 28943 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 885760825 296239104 5682 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 3200445256285782274 0 0 17 0 0 0 0
/proc/28983/statm: 72324 5682 348 364 0 8239 0
[pid=28985] ppid=28983 vsize=2132 CPUtime=1.52 cores=0-7
/proc/28985/stat : 28985 (march_hi) R 28983 28985 28985 0 -1 4202496 611 0 0 0 152 0 0 0 25 0 1 0 885760825 2183168 348 33554432000 4194304 4955518 140735212985232 18446744073709551615 4227780 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28985/statm: 533 348 104 186 0 346 0
[pid=28986] ppid=28974 vsize=299044 CPUtime=0 cores=0-7
/proc/28986/stat : 28986 (python) S 28974 28974 28943 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 885760828 306221056 5574 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 1192983314571428098 0 0 17 5 0 0 0
/proc/28986/statm: 74761 5574 348 364 0 10673 0
[pid=28988] ppid=28986 vsize=2132 CPUtime=1.49 cores=0-7
/proc/28988/stat : 28988 (march_hi) R 28986 28988 28988 0 -1 4202496 612 0 0 0 149 0 0 0 25 0 1 0 885760828 2183168 349 33554432000 4194304 4955518 140734193994320 18446744073709551615 4284433 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28988/statm: 533 349 104 186 0 346 0
[pid=28989] ppid=28974 vsize=309908 CPUtime=0 cores=0-7
/proc/28989/stat : 28989 (python) S 28974 28974 28943 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 885760831 317345792 5698 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 4195023892353351939 0 0 17 0 0 0 0
/proc/28989/statm: 77477 5698 348 364 0 13386 0
[pid=28991] ppid=28989 vsize=2132 CPUtime=1.47 cores=0-7
/proc/28991/stat : 28991 (march_hi) R 28989 28991 28991 0 -1 4202496 612 0 0 0 147 0 0 0 25 0 1 0 885760831 2183168 349 33554432000 4194304 4955518 140736507619168 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28991/statm: 533 349 104 186 0 346 0
[pid=28992] ppid=28974 vsize=320164 CPUtime=0 cores=0-7
/proc/28992/stat : 28992 (python) S 28974 28974 28943 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 885760834 327847936 5711 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 2172459058919866625 0 0 17 0 0 0 0
/proc/28992/statm: 80041 5711 348 364 0 15947 0
[pid=28994] ppid=28992 vsize=2132 CPUtime=1.43 cores=0-7
/proc/28994/stat : 28994 (march_hi) R 28992 28994 28994 0 -1 4202496 611 0 0 0 143 0 0 0 23 0 1 0 885760834 2183168 349 33554432000 4194304 4955518 140735050409856 18446744073709551615 4282593 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28994/statm: 533 349 104 186 0 346 0
[pid=28995] ppid=28974 vsize=330420 CPUtime=0 cores=0-7
/proc/28995/stat : 28995 (python) S 28974 28974 28943 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 885760837 338350080 5715 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 4058894732107940100 0 0 17 1 0 0 0
/proc/28995/statm: 82605 5715 348 364 0 18508 0
[pid=28997] ppid=28995 vsize=1017800 CPUtime=1.41 cores=0-7
/proc/28997/stat : 28997 (gnovelty+2) R 28995 28997 28997 0 -1 4202496 438 0 0 0 141 0 0 0 25 0 1 0 885760837 1042227200 173 33554432000 134512640 135663704 4288396416 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28997/statm: 254450 173 113 282 0 254166 0
[pid=28998] ppid=28974 vsize=406212 CPUtime=0 cores=0-7
/proc/28998/stat : 28998 (python) S 28974 28974 28943 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 885760840 415961088 5892 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 14203803473207591169 0 0 17 1 0 0 0
/proc/28998/statm: 101553 5892 348 364 0 37453 0
[pid=29000] ppid=28998 vsize=2132 CPUtime=1.35 cores=0-7
/proc/29000/stat : 29000 (march_hi) R 28998 29000 29000 0 -1 4202496 599 0 0 0 135 0 0 0 25 0 1 0 885760843 2183168 343 33554432000 4194304 4955518 140733583816032 18446744073709551615 4227518 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29000/statm: 533 343 104 186 0 346 0
[pid=29001] ppid=28974 vsize=416468 CPUtime=0 cores=0-7
/proc/29001/stat : 29001 (python) S 28974 28974 28943 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 885760843 426463232 5874 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 15864030846777262339 0 0 17 6 0 0 0
/proc/29001/statm: 104117 5874 354 364 0 40014 0
[pid=29003] ppid=29001 vsize=2132 CPUtime=1.34 cores=0-7
/proc/29003/stat : 29003 (march_hi) R 29001 29003 29003 0 -1 4202496 605 0 0 0 134 0 0 0 25 0 1 0 885760844 2183168 343 33554432000 4194304 4955518 140736195119392 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29003/statm: 533 343 104 186 0 346 0
[pid=28974/tid=28981] ppid=28972 vsize=426712 CPUtime=0 cores=0-7
/proc/28974/task/28981/stat : 28981 (python) S 28972 28974 28943 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 9 0 885760821 436953088 7413 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 1 0 0 0
[pid=28974/tid=28984] ppid=28972 vsize=426712 CPUtime=0 cores=0-7
/proc/28974/task/28984/stat : 28984 (python) S 28972 28974 28943 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 9 0 885760825 436953088 7413 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 0 0 0 0
[pid=28974/tid=28987] ppid=28972 vsize=426712 CPUtime=0 cores=0-7
/proc/28974/task/28987/stat : 28987 (python) S 28972 28974 28943 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 885760828 436953088 7413 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 0 0 0 0
[pid=28974/tid=28990] ppid=28972 vsize=426712 CPUtime=0 cores=0-7
/proc/28974/task/28990/stat : 28990 (python) S 28972 28974 28943 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 885760831 436953088 7413 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 4 0 0 0
[pid=28974/tid=28993] ppid=28972 vsize=426712 CPUtime=0 cores=0-7
/proc/28974/task/28993/stat : 28993 (python) S 28972 28974 28943 0 -1 4202560 27 930 0 0 0 0 0 0 19 0 9 0 885760834 436953088 7413 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 0 0 0 0
[pid=28974/tid=28996] ppid=28972 vsize=426712 CPUtime=0 cores=0-7
/proc/28974/task/28996/stat : 28996 (python) S 28972 28974 28943 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 885760837 436953088 7413 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 5 0 0 0
[pid=28974/tid=28999] ppid=28972 vsize=426712 CPUtime=0 cores=0-7
/proc/28974/task/28999/stat : 28999 (python) S 28972 28974 28943 0 -1 4202560 72 930 0 0 0 0 0 0 21 0 9 0 885760840 436953088 7413 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 6 0 0 0
[pid=28974/tid=29002] ppid=28972 vsize=426712 CPUtime=0 cores=0-7
/proc/28974/task/29002/stat : 29002 (python) S 28972 28974 28943 0 -1 4202560 30 930 0 0 0 0 0 0 23 0 9 0 885760844 436953088 7413 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 5125216

[startup+6.30123 s]
/proc/loadavg: 0.08 0.02 0.01 9/192 29003
/proc/meminfo: memFree=31637696/32951124 swapFree=67064368/67111528
[pid=28974] ppid=28972 vsize=426712 CPUtime=0.73 cores=0-7
/proc/28974/stat : 28974 (python) S 28972 28974 28943 0 -1 4202496 15543 930 1 0 61 12 0 0 23 0 9 0 885760669 436953088 7413 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28974/statm: 106678 7413 1889 364 0 42575 0
[pid=28980] ppid=28974 vsize=278600 CPUtime=0 cores=0-7
/proc/28980/stat : 28980 (python) S 28974 28974 28943 0 -1 4202560 891 0 0 0 0 0 0 0 18 0 1 0 885760821 285286400 5587 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965263 0 0 16781312 514 4129475956907671812 0 0 17 4 0 0 0
/proc/28980/statm: 69650 5587 376 364 0 5568 0
[pid=28982] ppid=28980 vsize=1017800 CPUtime=4.77 cores=0-7
/proc/28982/stat : 28982 (gnovelty+2) R 28980 28982 28982 0 -1 4202496 435 0 0 0 477 0 0 0 25 0 1 0 885760822 1042227200 173 33554432000 134512640 135663704 4286790496 18446744073709551615 134525323 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28982/statm: 254450 173 113 282 0 254166 0
[pid=28983] ppid=28974 vsize=289296 CPUtime=0 cores=0-7
/proc/28983/stat : 28983 (python) S 28974 28974 28943 0 -1 4202560 898 0 0 0 0 0 0 0 15 0 1 0 885760825 296239104 5705 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 3200445256285782274 0 0 17 0 0 0 0
/proc/28983/statm: 72324 5705 371 364 0 8239 0
[pid=28985] ppid=28983 vsize=2300 CPUtime=4.72 cores=0-7
/proc/28985/stat : 28985 (march_hi) R 28983 28985 28985 0 -1 4202496 634 0 0 0 472 0 0 0 25 0 1 0 885760825 2355200 371 33554432000 4194304 4955518 140735212985232 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28985/statm: 575 371 104 186 0 388 0
[pid=28986] ppid=28974 vsize=299044 CPUtime=0 cores=0-7
/proc/28986/stat : 28986 (python) S 28974 28974 28943 0 -1 4202560 899 0 0 0 0 0 0 0 15 0 1 0 885760828 306221056 5597 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 1192983314571428098 0 0 17 5 0 0 0
/proc/28986/statm: 74761 5597 371 364 0 10673 0
[pid=28988] ppid=28986 vsize=2300 CPUtime=4.68 cores=0-7
/proc/28988/stat : 28988 (march_hi) R 28986 28988 28988 0 -1 4202496 634 0 0 0 468 0 0 0 25 0 1 0 885760828 2355200 371 33554432000 4194304 4955518 140734193994320 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28988/statm: 575 371 104 186 0 388 0
[pid=28989] ppid=28974 vsize=309908 CPUtime=0 cores=0-7
/proc/28989/stat : 28989 (python) S 28974 28974 28943 0 -1 4202560 932 0 0 0 0 0 0 0 15 0 1 0 885760831 317345792 5720 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 4195023892353351939 0 0 17 0 0 0 0
/proc/28989/statm: 77477 5720 370 364 0 13386 0
[pid=28991] ppid=28989 vsize=2300 CPUtime=4.66 cores=0-7
/proc/28991/stat : 28991 (march_hi) R 28989 28991 28991 0 -1 4202496 635 0 0 0 466 0 0 0 25 0 1 0 885760831 2355200 372 33554432000 4194304 4955518 140736507619168 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28991/statm: 575 372 104 186 0 388 0
[pid=28992] ppid=28974 vsize=320164 CPUtime=0 cores=0-7
/proc/28992/stat : 28992 (python) S 28974 28974 28943 0 -1 4202560 921 0 0 0 0 0 0 0 15 0 1 0 885760834 327847936 5734 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 2172459058919866625 0 0 17 0 0 0 0
/proc/28992/statm: 80041 5734 371 364 0 15947 0
[pid=28994] ppid=28992 vsize=2300 CPUtime=4.61 cores=0-7
/proc/28994/stat : 28994 (march_hi) R 28992 28994 28994 0 -1 4202496 633 0 0 0 461 0 0 0 25 0 1 0 885760834 2355200 371 33554432000 4194304 4955518 140735050409856 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28994/statm: 575 371 104 186 0 388 0
[pid=28995] ppid=28974 vsize=330420 CPUtime=0 cores=0-7
/proc/28995/stat : 28995 (python) S 28974 28974 28943 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 1 0 885760837 338350080 5737 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 4058894732107940100 0 0 17 1 0 0 0
/proc/28995/statm: 82605 5737 370 364 0 18508 0
[pid=28997] ppid=28995 vsize=1017800 CPUtime=4.6 cores=0-7
/proc/28997/stat : 28997 (gnovelty+2) R 28995 28997 28997 0 -1 4202496 438 0 0 0 460 0 0 0 25 0 1 0 885760837 1042227200 173 33554432000 134512640 135663704 4288396416 18446744073709551615 134544183 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/28997/statm: 254450 173 113 282 0 254166 0
[pid=28998] ppid=28974 vsize=406212 CPUtime=0 cores=0-7
/proc/28998/stat : 28998 (python) S 28974 28974 28943 0 -1 4202560 816 0 0 0 0 0 0 0 15 0 1 0 885760840 415961088 5914 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 14203803473207591169 0 0 17 1 0 0 0
/proc/28998/statm: 101553 5914 370 364 0 37453 0
[pid=29000] ppid=28998 vsize=2300 CPUtime=4.54 cores=0-7
/proc/29000/stat : 29000 (march_hi) R 28998 29000 29000 0 -1 4202496 627 0 0 0 454 0 0 0 25 0 1 0 885760843 2355200 371 33554432000 4194304 4955518 140733583816032 18446744073709551615 4227671 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29000/statm: 575 371 104 186 0 388 0
[pid=29001] ppid=28974 vsize=416468 CPUtime=0 cores=0-7
/proc/29001/stat : 29001 (python) S 28974 28974 28943 0 -1 4202560 858 0 0 0 0 0 0 0 15 0 1 0 885760843 426463232 5896 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 15864030846777262339 0 0 17 6 0 0 0
/proc/29001/statm: 104117 5896 376 364 0 40014 0
[pid=29003] ppid=29001 vsize=2300 CPUtime=4.53 cores=0-7
/proc/29003/stat : 29003 (march_hi) R 29001 29003 29003 0 -1 4202496 633 0 0 0 453 0 0 0 25 0 1 0 885760844 2355200 371 33554432000 4194304 4955518 140736195119392 18446744073709551615 4230032 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29003/statm: 575 371 104 186 0 388 0

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

/proc/28985/statm: 2749 1933 104 186 0 2562 0
[pid=28986] ppid=28974 vsize=299176 CPUtime=0.23 cores=0-7
/proc/28986/stat : 28986 (python) S 28974 28974 28943 0 -1 4202560 965 0 0 0 13 10 0 0 15 0 1 0 885760828 306356224 5600 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 1192983314571428098 0 0 17 5 0 0 0
/proc/28986/statm: 74794 5600 373 364 0 10706 0
[pid=28988] ppid=28986 vsize=8408 CPUtime=151.85 cores=0-7
/proc/28988/stat : 28988 (march_hi) R 28986 28988 28988 0 -1 4202496 2192 0 0 0 15185 0 0 0 25 0 1 0 885760828 8609792 1908 33554432000 4194304 4955518 140734193994320 18446744073709551615 4286849 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28988/statm: 2102 1908 104 186 0 1915 0
[pid=28989] ppid=28974 vsize=309908 CPUtime=0.23 cores=0-7
/proc/28989/stat : 28989 (python) S 28974 28974 28943 0 -1 4202560 1002 0 0 0 14 9 0 0 15 0 1 0 885760831 317345792 5722 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 4195023892353351939 0 0 17 4 0 0 0
/proc/28989/statm: 77477 5722 372 364 0 13386 0
[pid=28991] ppid=28989 vsize=10996 CPUtime=152.7 cores=0-7
/proc/28991/stat : 28991 (march_hi) R 28989 28991 28991 0 -1 4202496 2228 0 0 0 15270 0 0 0 25 0 1 0 885760831 11259904 1944 33554432000 4194304 4955518 140736507619168 18446744073709551615 4298084 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28991/statm: 2749 1944 104 186 0 2562 0
[pid=28992] ppid=28974 vsize=385700 CPUtime=0.22 cores=0-7
/proc/28992/stat : 28992 (python) S 28974 28974 28943 0 -1 4202560 1157 0 0 0 12 10 0 0 15 0 2 0 885760834 394956800 5767 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28992/statm: 96425 5767 401 364 0 32331 0
[pid=28994] ppid=28992 vsize=10996 CPUtime=152.62 cores=0-7
/proc/28994/stat : 28994 (march_hi) R 28992 28994 28994 0 -1 4202496 2209 0 0 0 15261 1 0 0 25 0 1 0 885760834 11259904 1926 33554432000 4194304 4955518 140735050409856 18446744073709551615 4227593 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28994/statm: 2749 1926 104 186 0 2562 0
[pid=28992/tid=29006] ppid=28974 vsize=385700 CPUtime=0 cores=0-7
/proc/28992/task/29006/stat : 29006 (python) S 28974 28974 28943 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 885770817 394956800 5767 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 514 18446604453868976256 0 0 -1 1 0 0 0
[pid=28995] ppid=28974 vsize=330420 CPUtime=0.11 cores=0-7
/proc/28995/stat : 28995 (python) S 28974 28974 28943 0 -1 4202560 1115 0 0 0 4 7 0 0 19 0 2 0 885760837 338350080 5768 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28995/statm: 82605 5768 400 364 0 18508 0
[pid=28997] ppid=28995 vsize=1017800 CPUtime=99.96 cores=0-7
/proc/28997/stat : 28997 (gnovelty+2) T 28995 28997 28997 0 -1 4202496 438 0 0 0 9996 0 0 0 25 0 1 0 885760837 1042227200 173 33554432000 134512640 135663704 4288396416 18446744073709551615 134524939 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28997/statm: 254450 173 113 282 0 254166 0
[pid=28995/tid=29011] ppid=28974 vsize=330420 CPUtime=0 cores=0-7
/proc/28995/task/29011/stat : 29011 (python) S 28974 28974 28943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885770848 338350080 5768 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 514 18446604453857728320 0 0 -1 1 0 0 0
[pid=28998] ppid=28974 vsize=406212 CPUtime=0.22 cores=0-7
/proc/28998/stat : 28998 (python) S 28974 28974 28943 0 -1 4202560 831 0 0 0 12 10 0 0 15 0 1 0 885760840 415961088 5915 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 14203803473207591169 0 0 17 1 0 0 0
/proc/28998/statm: 101553 5915 371 364 0 37453 0
[pid=29000] ppid=28998 vsize=10996 CPUtime=152.61 cores=0-7
/proc/29000/stat : 29000 (march_hi) R 28998 29000 29000 0 -1 4202496 2217 0 0 0 15261 0 0 0 25 0 1 0 885760843 11259904 1940 33554432000 4194304 4955518 140733583816032 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29000/statm: 2749 1940 104 186 0 2562 0
[pid=29001] ppid=28974 vsize=416468 CPUtime=0.22 cores=0-7
/proc/29001/stat : 29001 (python) S 28974 28974 28943 0 -1 4202560 869 0 0 0 13 9 0 0 15 0 1 0 885760843 426463232 5897 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 15864030846777262339 0 0 17 6 0 0 0
/proc/29001/statm: 104117 5897 377 364 0 40014 0
[pid=29003] ppid=29001 vsize=10996 CPUtime=152.63 cores=0-7
/proc/29003/stat : 29003 (march_hi) R 29001 29003 29003 0 -1 4202496 2220 0 0 0 15263 0 0 0 25 0 1 0 885760844 11259904 1937 33554432000 4194304 4955518 140736195119392 18446744073709551615 4291025 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29003/statm: 2749 1937 104 186 0 2562 0
[pid=29008] ppid=28974 vsize=426724 CPUtime=0.07 cores=0-7
/proc/29008/stat : 29008 (python) S 28974 28974 28943 0 -1 4202560 841 0 0 0 4 3 0 0 15 0 1 0 885770835 436965376 5916 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 4567692363471749378 0 0 17 1 0 0 0
/proc/29008/statm: 106681 5916 371 364 0 42575 0
[pid=29010] ppid=29008 vsize=3508 CPUtime=52.85 cores=0-7
/proc/29010/stat : 29010 (march_hi) R 29008 29010 29010 0 -1 4202496 918 0 0 0 5285 0 0 0 25 0 1 0 885770836 3592192 655 33554432000 4194304 4955518 140733402914256 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29010/statm: 877 655 104 186 0 690 0
[pid=29012] ppid=28974 vsize=436980 CPUtime=0.05 cores=0-7
/proc/29012/stat : 29012 (python) S 28974 28974 28943 0 -1 4202560 849 0 0 0 3 2 0 0 18 0 1 0 885770851 447467520 5942 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 13986315670892019970 0 0 17 6 0 0 0
/proc/29012/statm: 109245 5942 371 364 0 45136 0
[pid=29014] ppid=29012 vsize=182452 CPUtime=52.77 cores=0-7
/proc/29014/stat : 29014 (kcnfs-2006) R 29012 29014 29014 0 -1 4202496 572 0 0 0 5277 0 0 0 25 0 1 0 885770852 186830848 312 33554432000 134512640 135163436 4286794256 18446744073709551615 134559177 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29014/statm: 45613 312 77 159 0 45453 0
[pid=28974/tid=28981] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28981/stat : 28981 (python) S 28972 28974 28943 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 11 0 885760821 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 1 0 0 0
[pid=28974/tid=28984] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28984/stat : 28984 (python) S 28972 28974 28943 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 11 0 885760825 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 0 0 0 0
[pid=28974/tid=28987] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28987/stat : 28987 (python) S 28972 28974 28943 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 11 0 885760828 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 0 0 0 0
[pid=28974/tid=28990] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28990/stat : 28990 (python) S 28972 28974 28943 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 11 0 885760831 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 4 0 0 0
[pid=28974/tid=28993] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28993/stat : 28993 (python) S 28972 28974 28943 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 11 0 885760834 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 0 0 0 0
[pid=28974/tid=28996] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28996/stat : 28996 (python) S 28972 28974 28943 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 11 0 885760837 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 5 0 0 0
[pid=28974/tid=28999] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28999/stat : 28999 (python) S 28972 28974 28943 0 -1 4202560 72 930 0 0 0 0 0 0 21 0 11 0 885760840 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 6 0 0 0
[pid=28974/tid=29002] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/29002/stat : 29002 (python) S 28972 28974 28943 0 -1 4202560 30 930 0 0 0 0 0 0 23 0 11 0 885760844 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 6 0 0 0
[pid=28974/tid=29009] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/29009/stat : 29009 (python) S 28972 28974 28943 0 -1 4202560 38 930 0 0 0 0 0 0 20 0 11 0 885770835 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 1 0 0 0
[pid=28974/tid=29013] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/29013/stat : 29013 (python) S 28972 28974 28943 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 11 0 885770852 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1223.75
Current children cumulated vsize (KiB) 6321900

[startup+154.902 s]
/proc/loadavg: 7.41 3.19 1.20 10/201 29016
/proc/meminfo: memFree=31589456/32951124 swapFree=67064368/67111528
[pid=28974] ppid=28972 vsize=447224 CPUtime=0.84 cores=0-7
/proc/28974/stat : 28974 (python) S 28972 28974 28943 0 -1 4202496 17282 930 1 0 71 13 0 0 19 0 11 0 885760669 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28974/statm: 111806 7469 1894 364 0 47697 0
[pid=28980] ppid=28974 vsize=288844 CPUtime=0.12 cores=0-7
/proc/28980/stat : 28980 (python) S 28974 28974 28943 0 -1 4202560 1074 0 0 0 6 6 0 0 19 0 2 0 885760821 295776256 5626 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/28980/statm: 72211 5626 410 364 0 8129 0
[pid=28982] ppid=28980 vsize=1017800 CPUtime=100.1 cores=0-7
/proc/28982/stat : 28982 (gnovelty+2) T 28980 28982 28982 0 -1 4202496 435 0 0 0 10010 0 0 0 25 0 1 0 885760822 1042227200 173 33554432000 134512640 135663704 4286790496 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/28982/statm: 254450 173 113 282 0 254166 0
[pid=28980/tid=29007] ppid=28974 vsize=288844 CPUtime=0 cores=0-7
/proc/28980/task/29007/stat : 29007 (python) S 28974 28974 28943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885770832 295776256 5626 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 514 18446604453874161792 0 0 -1 3 0 0 0
[pid=28983] ppid=28974 vsize=289296 CPUtime=0.23 cores=0-7
/proc/28983/stat : 28983 (python) S 28974 28974 28943 0 -1 4202560 967 0 0 0 14 9 0 0 15 0 1 0 885760825 296239104 5705 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 3200445256285782274 0 0 17 0 0 0 0
/proc/28983/statm: 72324 5705 371 364 0 8239 0
[pid=28985] ppid=28983 vsize=10996 CPUtime=153.32 cores=0-7
/proc/28985/stat : 28985 (march_hi) R 28983 28985 28985 0 -1 4202496 2220 0 0 0 15331 1 0 0 25 0 1 0 885760825 11259904 1936 33554432000 4194304 4955518 140735212985232 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28985/statm: 2749 1936 104 186 0 2562 0
[pid=28986] ppid=28974 vsize=299176 CPUtime=0.23 cores=0-7
/proc/28986/stat : 28986 (python) S 28974 28974 28943 0 -1 4202560 965 0 0 0 13 10 0 0 15 0 1 0 885760828 306356224 5600 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 1192983314571428098 0 0 17 5 0 0 0
/proc/28986/statm: 74794 5600 373 364 0 10706 0
[pid=28988] ppid=28986 vsize=10996 CPUtime=152.05 cores=0-7
/proc/28988/stat : 28988 (march_hi) R 28986 28988 28988 0 -1 4202496 2196 0 0 0 15205 0 0 0 25 0 1 0 885760828 11259904 1912 33554432000 4194304 4955518 140734193994320 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/28988/statm: 2749 1912 104 186 0 2562 0
[pid=28989] ppid=28974 vsize=309908 CPUtime=0.23 cores=0-7
/proc/28989/stat : 28989 (python) S 28974 28974 28943 0 -1 4202560 1004 0 0 0 14 9 0 0 15 0 1 0 885760831 317345792 5722 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 5616708082223513859 0 0 17 4 0 0 0
/proc/28989/statm: 77477 5722 372 364 0 13386 0
[pid=28991] ppid=28989 vsize=10996 CPUtime=152.9 cores=0-7
/proc/28991/stat : 28991 (march_hi) R 28989 28991 28991 0 -1 4202496 2232 0 0 0 15290 0 0 0 25 0 1 0 885760831 11259904 1948 33554432000 4194304 4955518 140736507619168 18446744073709551615 4308569 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28991/statm: 2749 1948 104 186 0 2562 0
[pid=28992] ppid=28974 vsize=385700 CPUtime=0.23 cores=0-7
/proc/28992/stat : 28992 (python) S 28974 28974 28943 0 -1 4202560 1157 0 0 0 13 10 0 0 15 0 2 0 885760834 394956800 5767 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28992/statm: 96425 5767 401 364 0 32331 0
[pid=28994] ppid=28992 vsize=10996 CPUtime=152.82 cores=0-7
/proc/28994/stat : 28994 (march_hi) R 28992 28994 28994 0 -1 4202496 2213 0 0 0 15281 1 0 0 25 0 1 0 885760834 11259904 1930 33554432000 4194304 4955518 140735050409856 18446744073709551615 4227827 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/28994/statm: 2749 1930 104 186 0 2562 0
[pid=28992/tid=29006] ppid=28974 vsize=385700 CPUtime=0 cores=0-7
/proc/28992/task/29006/stat : 29006 (python) S 28974 28974 28943 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 885770817 394956800 5767 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 514 18446604453868976256 0 0 -1 1 0 0 0
[pid=28995] ppid=28974 vsize=330420 CPUtime=0.11 cores=0-7
/proc/28995/stat : 28995 (python) S 28974 28974 28943 0 -1 4202560 1115 0 0 0 4 7 0 0 19 0 2 0 885760837 338350080 5768 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28995/statm: 82605 5768 400 364 0 18508 0
[pid=28997] ppid=28995 vsize=1017800 CPUtime=99.96 cores=0-7
/proc/28997/stat : 28997 (gnovelty+2) T 28995 28997 28997 0 -1 4202496 438 0 0 0 9996 0 0 0 25 0 1 0 885760837 1042227200 173 33554432000 134512640 135663704 4288396416 18446744073709551615 134524939 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/28997/statm: 254450 173 113 282 0 254166 0
[pid=28995/tid=29011] ppid=28974 vsize=330420 CPUtime=0 cores=0-7
/proc/28995/task/29011/stat : 29011 (python) S 28974 28974 28943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885770848 338350080 5768 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 514 18446604453857728320 0 0 -1 1 0 0 0
[pid=28998] ppid=28974 vsize=406212 CPUtime=0.22 cores=0-7
/proc/28998/stat : 28998 (python) S 28974 28974 28943 0 -1 4202560 831 0 0 0 12 10 0 0 15 0 1 0 885760840 415961088 5915 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 14203803473207591169 0 0 17 1 0 0 0
/proc/28998/statm: 101553 5915 371 364 0 37453 0
[pid=29000] ppid=28998 vsize=10996 CPUtime=152.81 cores=0-7
/proc/29000/stat : 29000 (march_hi) R 28998 29000 29000 0 -1 4202496 2220 0 0 0 15281 0 0 0 25 0 1 0 885760843 11259904 1943 33554432000 4194304 4955518 140733583816032 18446744073709551615 4235352 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29000/statm: 2749 1943 104 186 0 2562 0
[pid=29001] ppid=28974 vsize=416468 CPUtime=0.22 cores=0-7
/proc/29001/stat : 29001 (python) S 28974 28974 28943 0 -1 4202560 869 0 0 0 13 9 0 0 15 0 1 0 885760843 426463232 5897 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 15864030846777262339 0 0 17 6 0 0 0
/proc/29001/statm: 104117 5897 377 364 0 40014 0
[pid=29003] ppid=29001 vsize=10996 CPUtime=152.83 cores=0-7
/proc/29003/stat : 29003 (march_hi) R 29001 29003 29003 0 -1 4202496 2224 0 0 0 15283 0 0 0 25 0 1 0 885760844 11259904 1941 33554432000 4194304 4955518 140736195119392 18446744073709551615 4244738 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29003/statm: 2749 1941 104 186 0 2562 0
[pid=29008] ppid=28974 vsize=426724 CPUtime=0.07 cores=0-7
/proc/29008/stat : 29008 (python) S 28974 28974 28943 0 -1 4202560 841 0 0 0 4 3 0 0 15 0 1 0 885770835 436965376 5916 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 4567692363471749378 0 0 17 1 0 0 0
/proc/29008/statm: 106681 5916 371 364 0 42575 0
[pid=29010] ppid=29008 vsize=3508 CPUtime=53.05 cores=0-7
/proc/29010/stat : 29010 (march_hi) R 29008 29010 29010 0 -1 4202496 921 0 0 0 5305 0 0 0 25 0 1 0 885770836 3592192 658 33554432000 4194304 4955518 140733402914256 18446744073709551615 4261517 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29010/statm: 877 658 104 186 0 690 0
[pid=29012] ppid=28974 vsize=436980 CPUtime=0.05 cores=0-7
/proc/29012/stat : 29012 (python) S 28974 28974 28943 0 -1 4202560 849 0 0 0 3 2 0 0 18 0 1 0 885770851 447467520 5942 33554432000 4194304 5683644 140735452144640 18446744073709551615 244446965318 0 0 16781312 514 13986315670892019970 0 0 17 6 0 0 0
/proc/29012/statm: 109245 5942 371 364 0 45136 0
[pid=29014] ppid=29012 vsize=182452 CPUtime=52.97 cores=0-7
/proc/29014/stat : 29014 (kcnfs-2006) R 29012 29014 29014 0 -1 4202496 572 0 0 0 5297 0 0 0 25 0 1 0 885770852 186830848 312 33554432000 134512640 135163436 4286794256 18446744073709551615 134564837 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29014/statm: 45613 312 77 159 0 45453 0
[pid=28974/tid=28981] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28981/stat : 28981 (python) S 28972 28974 28943 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 11 0 885760821 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 1 0 0 0
[pid=28974/tid=28984] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28984/stat : 28984 (python) S 28972 28974 28943 0 -1 4202560 20 930 0 0 0 0 0 0 20 0 11 0 885760825 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 0 0 0 0
[pid=28974/tid=28987] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28987/stat : 28987 (python) S 28972 28974 28943 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 11 0 885760828 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 0 0 0 0
[pid=28974/tid=28990] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28990/stat : 28990 (python) S 28972 28974 28943 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 11 0 885760831 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 4 0 0 0
[pid=28974/tid=28993] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28993/stat : 28993 (python) S 28972 28974 28943 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 11 0 885760834 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 0 0 0 0
[pid=28974/tid=28996] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28996/stat : 28996 (python) S 28972 28974 28943 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 11 0 885760837 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 5 0 0 0
[pid=28974/tid=28999] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/28999/stat : 28999 (python) S 28972 28974 28943 0 -1 4202560 72 930 0 0 0 0 0 0 21 0 11 0 885760840 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 6 0 0 0
[pid=28974/tid=29002] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/29002/stat : 29002 (python) S 28972 28974 28943 0 -1 4202560 30 930 0 0 0 0 0 0 23 0 11 0 885760844 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 6 0 0 0
[pid=28974/tid=29009] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/29009/stat : 29009 (python) S 28972 28974 28943 0 -1 4202560 38 930 0 0 0 0 0 0 20 0 11 0 885770835 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 1 0 0 0
[pid=28974/tid=29013] ppid=28972 vsize=447224 CPUtime=0 cores=0-7
/proc/28974/task/29013/stat : 29013 (python) S 28972 28974 28943 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 11 0 885770852 457957376 7469 33554432000 4194304 5683644 140735452144640 18446744073709551615 244458768817 0 0 16781312 2 18446604471161183104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1225.36
Current children cumulated vsize (KiB) 6324488

Child status: 0
Real time (s): 154.943
CPU time (s): 1225.69
CPU user time (s): 1224.67
CPU system time (s): 1.02184
CPU usage (%): 791.057
Max. virtual memory (cumulated for all children) (KiB): 6324488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1224.67
system time used= 1.02184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48565
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= 7536
involuntary context switches= 8049

runsolver used 0.429934 second user time and 0.838872 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-10 23:33:20
IDJOB=3385492
IDBENCH=82757
IDSOLVER=1870
FILE ID=node105/3385492-1307741600
RUNJOBID= node105-1307741600-28957
PBS_JOBID= 13550807
Free space on /tmp= 74076 MiB

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

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

MD5SUM BENCH= f9acc85431fa3756e8067132423a3a4a
RANDOM SEED=1907577660

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31702380 kB
Buffers:        248608 kB
Cached:         747512 kB
SwapCached:      20132 kB
Active:         409540 kB
Inactive:       614772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31702380 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:           31820 kB
Writeback:           0 kB
AnonPages:       25888 kB
Mapped:           9876 kB
Slab:           160860 kB
PageTables:       3792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   154828 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= 74044 MiB
End job on node105 at 2011-06-10 23:35:57