Trace number 3385587

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 2068.37 311.948

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S2051088205-036.UNKNOWN.cnf
MD5SUM901aadbc76f4961d582bc9856b3c63b3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark299.271
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.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3385587-1305569567.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.40/0.53	c INFO: computed variable balance statistics
0.40/0.56	c INFO: computed small-clause counts
0.40/0.56	c INFO: computed Horn-clause counts
0.40/0.56	c INFO: computed variable graph statistics
0.40/0.56	c INFO: collected features for HOME/instance-3385587-1305569567.cnf in 0.10 s
0.40/0.59	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
0.50/0.62	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.50/0.65	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.50/0.68	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.61/0.71	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.61/0.74	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.66/0.82	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.68/0.95	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
693.15/99.96	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.15)
699.04/100.89	c INFO: running kcnfs-2006@0 for 582 with 4899 remaining (b = 0.19)
1448.03/216.39	c INFO: running march_hi@0 for 291 with 4784 remaining (b = 0.11)
2068.06/311.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.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385587-1305569567/watcher-3385587-1305569567 -o /tmp/evaluation-result-3385587-1305569567/solver-3385587-1305569567 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385587-1305569567.cnf -seed 180497851 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 10.78 10.93 10.05 3/358 11082
/proc/meminfo: memFree=19717552/32951124 swapFree=57171160/67111528
[pid=11082] ppid=11080 vsize=15780 CPUtime=0 cores=0-7
/proc/11082/stat : 11082 (python) R 11080 11082 9950 0 -1 4202496 898 0 0 0 0 0 0 0 24 0 1 0 649372327 16158720 779 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338427015 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11082/statm: 3945 779 343 364 0 432 0

[startup+0.0501601 s]
/proc/loadavg: 10.78 10.93 10.05 3/358 11082
/proc/meminfo: memFree=19717552/32951124 swapFree=57171160/67111528
[pid=11082] ppid=11080 vsize=29792 CPUtime=0.03 cores=0-7
/proc/11082/stat : 11082 (python) R 11080 11082 9950 0 -1 4202496 1458 0 0 0 3 0 0 0 24 0 1 0 649372327 30507008 1298 33554432000 4194304 5683644 140737400947888 18446744073709551615 4323375 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11082/statm: 7448 1299 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.101165 s]
/proc/loadavg: 10.78 10.93 10.05 3/358 11082
/proc/meminfo: memFree=19717552/32951124 swapFree=57171160/67111528
[pid=11082] ppid=11080 vsize=104620 CPUtime=0.06 cores=0-7
/proc/11082/stat : 11082 (python) R 11080 11082 9950 0 -1 4202496 3099 0 0 0 5 1 0 0 17 0 1 0 649372327 107130880 2779 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338379621 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11082/statm: 26155 2779 847 364 0 1903 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104620

[startup+0.301113 s]
/proc/loadavg: 10.78 10.93 10.05 3/358 11082
/proc/meminfo: memFree=19717552/32951124 swapFree=57171160/67111528
[pid=11082] ppid=11080 vsize=192324 CPUtime=0.23 cores=0-7
/proc/11082/stat : 11082 (python) S 11080 11082 9950 0 -1 4202496 6894 934 1 0 18 5 0 0 18 0 1 0 649372327 196939776 4949 33554432000 4194304 5683644 140737400947888 18446744073709551615 270333460103 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/11082/statm: 48605 4953 1427 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 192324

[startup+0.709992 s]
/proc/loadavg: 10.78 10.93 10.05 3/358 11082
/proc/meminfo: memFree=19717552/32951124 swapFree=57171160/67111528
[pid=11082] ppid=11080 vsize=385536 CPUtime=0.61 cores=0-7
/proc/11082/stat : 11082 (python) R 11080 11082 9950 0 -1 4202496 12467 934 1 0 53 8 0 0 18 0 5 0 649372327 394788864 7343 33554432000 4194304 5683644 140737400947888 18446744073709551615 270341822391 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11082/statm: 96384 7343 1880 364 0 32293 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 385536

[startup+1.50183 s]
/proc/loadavg: 10.78 10.93 10.05 12/382 11110
/proc/meminfo: memFree=19664536/32951124 swapFree=57171160/67111528
[pid=11082] ppid=11080 vsize=426560 CPUtime=0.71 cores=0-7
/proc/11082/stat : 11082 (python) S 11080 11082 9950 0 -1 4202496 15154 934 1 0 62 9 0 0 21 0 9 0 649372327 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11082/statm: 106640 7402 1889 364 0 42537 0
[pid=11088] ppid=11082 vsize=278456 CPUtime=0 cores=0-7
/proc/11088/stat : 11088 (python) S 11082 11082 9950 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 649372386 285138944 5552 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403855 0 0 16781312 514 4434018137813286911 0 0 17 1 0 0 0
/proc/11088/statm: 69614 5552 354 364 0 5532 0
[pid=11090] ppid=11088 vsize=1017800 CPUtime=0.9 cores=0-7
/proc/11090/stat : 11090 (gnovelty+2) R 11088 11090 11090 0 -1 4202496 436 0 0 0 90 0 0 0 23 0 1 0 649372387 1042227200 172 33554432000 134512640 135663704 4293908208 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11090/statm: 254450 172 113 282 0 254166 0
[pid=11091] ppid=11082 vsize=289244 CPUtime=0 cores=0-7
/proc/11091/stat : 11091 (python) S 11082 11082 9950 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 649372389 296185856 5668 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 17923051087741288706 0 0 17 5 0 0 0
/proc/11091/statm: 72311 5668 348 364 0 8226 0
[pid=11093] ppid=11091 vsize=1560 CPUtime=0.87 cores=0-7
/proc/11093/stat : 11093 (march_hi) R 11091 11093 11093 0 -1 4202496 504 0 0 0 87 0 0 0 25 0 1 0 649372389 1597440 241 33554432000 4194304 4955518 140735746361760 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11093/statm: 390 241 106 186 0 203 0
[pid=11094] ppid=11082 vsize=365036 CPUtime=0 cores=0-7
/proc/11094/stat : 11094 (python) S 11082 11082 9950 0 -1 4202560 705 0 0 0 0 0 0 0 19 0 1 0 649372392 373796864 5845 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 12408026931776192511 0 0 17 1 0 0 0
/proc/11094/statm: 91259 5845 348 364 0 27171 0
[pid=11096] ppid=11094 vsize=1017800 CPUtime=0.76 cores=0-7
/proc/11096/stat : 11096 (gnovelty+2) R 11094 11096 11096 0 -1 4202496 426 0 0 0 76 0 0 0 22 0 1 0 649372393 1042227200 172 33554432000 134512640 135663704 4288873312 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11096/statm: 254450 172 113 282 0 254166 0
[pid=11097] ppid=11082 vsize=375292 CPUtime=0 cores=0-7
/proc/11097/stat : 11097 (python) S 11082 11082 9950 0 -1 4202560 727 0 0 0 0 0 0 0 15 0 1 0 649372395 384299008 5792 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 11603414493052240132 0 0 17 7 0 0 0
/proc/11097/statm: 93823 5792 348 364 0 29732 0
[pid=11099] ppid=11097 vsize=1560 CPUtime=0.79 cores=0-7
/proc/11099/stat : 11099 (march_hi) R 11097 11099 11099 0 -1 4202496 496 0 0 0 79 0 0 0 21 0 1 0 649372396 1597440 241 33554432000 4194304 4955518 140737127225568 18446744073709551615 4346669 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11099/statm: 390 241 106 186 0 203 0
[pid=11100] ppid=11082 vsize=385548 CPUtime=0 cores=0-7
/proc/11100/stat : 11100 (python) S 11082 11082 9950 0 -1 4202560 730 0 0 0 0 0 0 0 15 0 1 0 649372398 394801152 5811 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 1486574909420175617 0 0 17 1 0 0 0
/proc/11100/statm: 96387 5811 348 364 0 32293 0
[pid=11102] ppid=11100 vsize=1560 CPUtime=0.75 cores=0-7
/proc/11102/stat : 11102 (march_hi) R 11100 11102 11102 0 -1 4202496 496 0 0 0 75 0 0 0 22 0 1 0 649372400 1597440 241 33554432000 4194304 4955518 140734363920256 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11102/statm: 390 241 106 186 0 203 0
[pid=11103] ppid=11082 vsize=395804 CPUtime=0 cores=0-7
/proc/11103/stat : 11103 (python) S 11082 11082 9950 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 649372402 405303296 5935 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 1486583705513197827 0 0 17 0 0 0 0
/proc/11103/statm: 98951 5935 348 364 0 34854 0
[pid=11105] ppid=11103 vsize=1560 CPUtime=0.52 cores=0-7
/proc/11105/stat : 11105 (march_hi) R 11103 11105 11105 0 -1 4202496 499 0 0 0 52 0 0 0 23 0 1 0 649372402 1597440 240 33554432000 4194304 4955518 140737194537120 18446744073709551615 4226413 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11105/statm: 390 240 106 186 0 203 0
[pid=11106] ppid=11082 vsize=406060 CPUtime=0 cores=0-7
/proc/11106/stat : 11106 (python) S 11082 11082 9950 0 -1 4202560 748 0 0 0 0 0 0 0 19 0 1 0 649372409 415805440 5853 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 6247090821783322883 0 0 17 1 0 0 0
/proc/11106/statm: 101515 5853 348 364 0 37415 0
[pid=11110] ppid=11106 vsize=1560 CPUtime=0.28 cores=0-7
/proc/11110/stat : 11110 (march_hi) R 11106 11110 11110 0 -1 4202496 499 0 0 0 28 0 0 0 24 0 1 0 649372423 1597440 241 33554432000 4194304 4955518 140736166281632 18446744073709551615 4285757 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 390 241 106 186 0 203 0
[pid=11108] ppid=11082 vsize=416316 CPUtime=0 cores=0-7
/proc/11108/stat : 11108 (python) S 11082 11082 9950 0 -1 4202560 783 0 0 0 0 0 0 0 20 0 1 0 649372422 426307584 5863 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 8539453818440483075 0 0 17 4 0 0 0
/proc/11108/statm: 104079 5863 354 364 0 39976 0
[pid=11082/tid=11089] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11089/stat : 11089 (python) S 11080 11082 9950 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 649372386 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=11082/tid=11092] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11092/stat : 11092 (python) S 11080 11082 9950 0 -1 4202560 21 934 0 0 0 0 0 0 18 0 9 0 649372389 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 5 0 0 0
[pid=11082/tid=11095] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11095/stat : 11095 (python) S 11080 11082 9950 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 9 0 649372392 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=11082/tid=11098] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11098/stat : 11098 (python) S 11080 11082 9950 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 649372395 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 7 0 0 0
[pid=11082/tid=11101] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11101/stat : 11101 (python) S 11080 11082 9950 0 -1 4202560 37 934 0 0 0 0 0 0 19 0 9 0 649372399 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=11082/tid=11104] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11104/stat : 11104 (python) S 11080 11082 9950 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 649372402 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=11082/tid=11107] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11107/stat : 11107 (python) S 11080 11082 9950 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 9 0 649372409 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 4 0 0 0
[pid=11082/tid=11109] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11109/stat : 11109 (python) S 11080 11082 9950 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 649372423 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 5381716

[startup+3.10152 s]
/proc/loadavg: 10.78 10.93 10.05 11/383 11111
/proc/meminfo: memFree=19663536/32951124 swapFree=57171160/67111528
[pid=11082] ppid=11080 vsize=426560 CPUtime=0.71 cores=0-7
/proc/11082/stat : 11082 (python) S 11080 11082 9950 0 -1 4202496 15154 934 1 0 62 9 0 0 21 0 9 0 649372327 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11082/statm: 106640 7402 1889 364 0 42537 0
[pid=11088] ppid=11082 vsize=278456 CPUtime=0 cores=0-7
/proc/11088/stat : 11088 (python) S 11082 11082 9950 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 649372386 285138944 5552 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403855 0 0 16781312 514 4434018137813254401 0 0 17 1 0 0 0
/proc/11088/statm: 69614 5552 354 364 0 5532 0
[pid=11090] ppid=11088 vsize=1017800 CPUtime=2.5 cores=0-7
/proc/11090/stat : 11090 (gnovelty+2) R 11088 11090 11090 0 -1 4202496 436 0 0 0 250 0 0 0 25 0 1 0 649372387 1042227200 172 33554432000 134512640 135663704 4293908208 18446744073709551615 134525576 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11090/statm: 254450 172 113 282 0 254166 0
[pid=11091] ppid=11082 vsize=289244 CPUtime=0 cores=0-7
/proc/11091/stat : 11091 (python) S 11082 11082 9950 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 649372389 296185856 5668 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 17923051087741288706 0 0 17 5 0 0 0
/proc/11091/statm: 72311 5668 348 364 0 8226 0
[pid=11093] ppid=11091 vsize=1560 CPUtime=2.46 cores=0-7
/proc/11093/stat : 11093 (march_hi) R 11091 11093 11093 0 -1 4202496 505 0 0 0 246 0 0 0 25 0 1 0 649372389 1597440 242 33554432000 4194304 4955518 140735746361760 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11093/statm: 390 242 106 186 0 203 0
[pid=11094] ppid=11082 vsize=365036 CPUtime=0 cores=0-7
/proc/11094/stat : 11094 (python) S 11082 11082 9950 0 -1 4202560 705 0 0 0 0 0 0 0 18 0 1 0 649372392 373796864 5845 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 12408026931776160002 0 0 17 1 0 0 0
/proc/11094/statm: 91259 5845 348 364 0 27171 0
[pid=11096] ppid=11094 vsize=1017800 CPUtime=2.36 cores=0-7
/proc/11096/stat : 11096 (gnovelty+2) R 11094 11096 11096 0 -1 4202496 426 0 0 0 236 0 0 0 25 0 1 0 649372393 1042227200 172 33554432000 134512640 135663704 4288873312 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11096/statm: 254450 172 113 282 0 254166 0
[pid=11097] ppid=11082 vsize=375292 CPUtime=0 cores=0-7
/proc/11097/stat : 11097 (python) S 11082 11082 9950 0 -1 4202560 728 0 0 0 0 0 0 0 15 0 1 0 649372395 384299008 5792 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 11603414493052240132 0 0 17 7 0 0 0
/proc/11097/statm: 93823 5792 348 364 0 29732 0
[pid=11099] ppid=11097 vsize=1560 CPUtime=2.37 cores=0-7
/proc/11099/stat : 11099 (march_hi) R 11097 11099 11099 0 -1 4202496 497 0 0 0 237 0 0 0 25 0 1 0 649372396 1597440 242 33554432000 4194304 4955518 140737127225568 18446744073709551615 4226432 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11099/statm: 390 242 106 186 0 203 0
[pid=11100] ppid=11082 vsize=385548 CPUtime=0 cores=0-7
/proc/11100/stat : 11100 (python) S 11082 11082 9950 0 -1 4202560 730 0 0 0 0 0 0 0 15 0 1 0 649372398 394801152 5811 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 1486574909420175617 0 0 17 1 0 0 0
/proc/11100/statm: 96387 5811 348 364 0 32293 0
[pid=11102] ppid=11100 vsize=1560 CPUtime=2.35 cores=0-7
/proc/11102/stat : 11102 (march_hi) R 11100 11102 11102 0 -1 4202496 497 0 0 0 235 0 0 0 25 0 1 0 649372400 1597440 242 33554432000 4194304 4955518 140734363920256 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11102/statm: 390 242 106 186 0 203 0
[pid=11103] ppid=11082 vsize=395804 CPUtime=0 cores=0-7
/proc/11103/stat : 11103 (python) S 11082 11082 9950 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 649372402 405303296 5935 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 1486583705513197827 0 0 17 0 0 0 0
/proc/11103/statm: 98951 5935 348 364 0 34854 0
[pid=11105] ppid=11103 vsize=1560 CPUtime=2.11 cores=0-7
/proc/11105/stat : 11105 (march_hi) R 11103 11105 11105 0 -1 4202496 500 0 0 0 211 0 0 0 25 0 1 0 649372402 1597440 241 33554432000 4194304 4955518 140737194537120 18446744073709551615 4210470 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11105/statm: 390 241 106 186 0 203 0
[pid=11106] ppid=11082 vsize=406060 CPUtime=0 cores=0-7
/proc/11106/stat : 11106 (python) S 11082 11082 9950 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 649372409 415805440 5853 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 6247090821783322883 0 0 17 1 0 0 0
/proc/11106/statm: 101515 5853 348 364 0 37415 0
[pid=11110] ppid=11106 vsize=1560 CPUtime=1.08 cores=0-7
/proc/11110/stat : 11110 (march_hi) R 11106 11110 11110 0 -1 4202496 499 0 0 0 108 0 0 0 25 0 1 0 649372423 1597440 241 33554432000 4194304 4955518 140736166281632 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 390 241 106 186 0 203 0
[pid=11108] ppid=11082 vsize=416316 CPUtime=0 cores=0-7
/proc/11108/stat : 11108 (python) S 11082 11082 9950 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 1 0 649372422 426307584 5863 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 8539453818440483075 0 0 17 4 0 0 0
/proc/11108/statm: 104079 5863 354 364 0 39976 0
[pid=11111] ppid=11108 vsize=1560 CPUtime=1.02 cores=0-7
/proc/11111/stat : 11111 (march_hi) R 11108 11111 11111 0 -1 4202496 505 0 0 0 102 0 0 0 25 0 1 0 649372433 1597440 241 33554432000 4194304 4955518 140735259043824 18446744073709551615 4224833 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11111/statm: 390 241 106 186 0 203 0
[pid=11082/tid=11089] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11089/stat : 11089 (python) S 11080 11082 9950 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 649372386 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=11082/tid=11092] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11092/stat : 11092 (python) S 11080 11082 9950 0 -1 4202560 21 934 0 0 0 0 0 0 18 0 9 0 649372389 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 5 0 0 0
[pid=11082/tid=11095] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11095/stat : 11095 (python) S 11080 11082 9950 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 9 0 649372392 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=11082/tid=11098] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11098/stat : 11098 (python) S 11080 11082 9950 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 649372395 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 7 0 0 0
[pid=11082/tid=11101] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11101/stat : 11101 (python) S 11080 11082 9950 0 -1 4202560 37 934 0 0 0 0 0 0 19 0 9 0 649372399 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=11082/tid=11104] ppid=11080 vsize=426560 CPUtime=0 cores=0-7
/proc/11082/task/11104/stat : 11104 (python) S 11080 11082 9950 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 649372402 436797440 7402 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0

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

[startup+311.501 s]
/proc/loadavg: 10.18 10.43 10.07 11/392 11129
/proc/meminfo: memFree=19606020/32951124 swapFree=57171160/67111528
[pid=11082] ppid=11080 vsize=447072 CPUtime=0.82 cores=0-7
/proc/11082/stat : 11082 (python) S 11080 11082 9950 0 -1 4202496 17343 934 1 0 73 9 0 0 18 0 11 0 649372327 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11082/statm: 111768 7477 1894 364 0 47659 0
[pid=11088] ppid=11082 vsize=288700 CPUtime=0.26 cores=0-7
/proc/11088/stat : 11088 (python) S 11082 11082 9950 0 -1 4202560 1088 0 0 0 14 12 0 0 18 0 2 0 649372386 295628800 5613 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11088/statm: 72175 5613 410 364 0 8093 0
[pid=11090] ppid=11088 vsize=1017800 CPUtime=100.26 cores=0-7
/proc/11090/stat : 11090 (gnovelty+2) T 11088 11090 11090 0 -1 4202496 436 0 0 0 10026 0 0 0 25 0 1 0 649372387 1042227200 172 33554432000 134512640 135663704 4293908208 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11090/statm: 254450 172 113 282 0 254166 0
[pid=11088/tid=11119] ppid=11082 vsize=288700 CPUtime=0 cores=0-7
/proc/11088/task/11119/stat : 11119 (python) S 11082 11082 9950 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 649382413 295628800 5613 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 514 18446604453945068544 0 0 -1 0 0 0 0
[pid=11091] ppid=11082 vsize=354780 CPUtime=0.94 cores=0-7
/proc/11091/stat : 11091 (python) S 11082 11082 9950 0 -1 4202560 1144 0 0 0 50 44 0 0 15 0 2 0 649372389 363294720 5723 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11091/statm: 88695 5723 400 364 0 24610 0
[pid=11093] ppid=11091 vsize=9448 CPUtime=245.92 cores=0-7
/proc/11093/stat : 11093 (march_hi) R 11091 11093 11093 0 -1 4202496 2234 0 0 0 24592 0 0 0 25 0 1 0 649372389 9674752 1952 33554432000 4194304 4955518 140735746361760 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11093/statm: 2362 1952 106 186 0 2175 0
[pid=11091/tid=11126] ppid=11082 vsize=354780 CPUtime=0 cores=0-7
/proc/11091/task/11126/stat : 11126 (python) S 11082 11082 9950 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 649393963 363294720 5723 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 514 18446604449095350336 0 0 -1 2 0 0 0
[pid=11094] ppid=11082 vsize=365036 CPUtime=0.26 cores=0-7
/proc/11094/stat : 11094 (python) S 11082 11082 9950 0 -1 4202560 994 0 0 0 12 14 0 0 19 0 2 0 649372392 373796864 5898 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11094/statm: 91259 5898 400 364 0 27171 0
[pid=11096] ppid=11094 vsize=1017800 CPUtime=98.87 cores=0-7
/proc/11096/stat : 11096 (gnovelty+2) T 11094 11096 11096 0 -1 4202496 426 0 0 0 9887 0 0 0 25 0 1 0 649372393 1042227200 172 33554432000 134512640 135663704 4288873312 18446744073709551615 135007701 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11096/statm: 254450 172 113 282 0 254166 0
[pid=11094/tid=11115] ppid=11082 vsize=365036 CPUtime=0 cores=0-7
/proc/11094/task/11115/stat : 11115 (python) S 11082 11082 9950 0 -1 4202560 103 0 0 0 0 0 0 0 19 0 2 0 649382320 373796864 5898 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 514 18446604447211727552 0 0 -1 4 0 0 0
[pid=11097] ppid=11082 vsize=375292 CPUtime=0.96 cores=0-7
/proc/11097/stat : 11097 (python) S 11082 11082 9950 0 -1 4202560 818 0 0 0 52 44 0 0 15 0 1 0 649372395 384299008 5816 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 11603414493052240132 0 0 17 7 0 0 0
/proc/11097/statm: 93823 5816 372 364 0 29732 0
[pid=11099] ppid=11097 vsize=13508 CPUtime=303.45 cores=0-7
/proc/11099/stat : 11099 (march_hi) R 11097 11099 11099 0 -1 4202496 3077 0 0 0 30344 1 0 0 25 0 1 0 649372396 13832192 2803 33554432000 4194304 4955518 140737127225568 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11099/statm: 3377 2803 106 186 0 3190 0
[pid=11100] ppid=11082 vsize=385548 CPUtime=0.95 cores=0-7
/proc/11100/stat : 11100 (python) S 11082 11082 9950 0 -1 4202560 813 0 0 0 51 44 0 0 15 0 1 0 649372398 394801152 5834 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 13767029071848374529 0 0 17 1 0 0 0
/proc/11100/statm: 96387 5834 371 364 0 32293 0
[pid=11102] ppid=11100 vsize=9448 CPUtime=220.58 cores=0-7
/proc/11102/stat : 11102 (march_hi) R 11100 11102 11102 0 -1 4202496 1963 0 0 0 22058 0 0 0 25 0 1 0 649372400 9674752 1689 33554432000 4194304 4955518 140734363920256 18446744073709551615 4208693 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11102/statm: 2362 1689 106 186 0 2175 0
[pid=11103] ppid=11082 vsize=395804 CPUtime=0.93 cores=0-7
/proc/11103/stat : 11103 (python) S 11082 11082 9950 0 -1 4202560 826 0 0 0 50 43 0 0 15 0 1 0 649372402 405303296 5958 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 1486583705513197827 0 0 17 7 0 0 0
/proc/11103/statm: 98951 5958 371 364 0 34854 0
[pid=11105] ppid=11103 vsize=6860 CPUtime=204.88 cores=0-7
/proc/11105/stat : 11105 (march_hi) R 11103 11105 11105 0 -1 4202496 1801 0 0 0 20486 2 0 0 25 0 1 0 649372402 7024640 1523 33554432000 4194304 4955518 140737194537120 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11105/statm: 1715 1523 106 186 0 1528 0
[pid=11106] ppid=11082 vsize=406060 CPUtime=0.93 cores=0-7
/proc/11106/stat : 11106 (python) S 11082 11082 9950 0 -1 4202560 841 0 0 0 50 43 0 0 15 0 1 0 649372409 415805440 5876 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 6247090821783322883 0 0 17 3 0 0 0
/proc/11106/statm: 101515 5876 371 364 0 37415 0
[pid=11110] ppid=11106 vsize=9448 CPUtime=259.96 cores=0-7
/proc/11110/stat : 11110 (march_hi) R 11106 11110 11110 0 -1 4202496 2379 0 0 0 25996 0 0 0 25 0 1 0 649372423 9674752 2102 33554432000 4194304 4955518 140736166281632 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 2362 2102 106 186 0 2175 0
[pid=11108] ppid=11082 vsize=416316 CPUtime=0.95 cores=0-7
/proc/11108/stat : 11108 (python) S 11082 11082 9950 0 -1 4202560 880 0 0 0 48 47 0 0 15 0 1 0 649372422 426307584 5886 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 8539453818440483075 0 0 17 4 0 0 0
/proc/11108/statm: 104079 5886 377 364 0 39976 0
[pid=11111] ppid=11108 vsize=9448 CPUtime=260.54 cores=0-7
/proc/11111/stat : 11111 (march_hi) R 11108 11111 11111 0 -1 4202496 2405 0 0 0 26053 1 0 0 25 0 1 0 649372433 9674752 2122 33554432000 4194304 4955518 140735259043824 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11111/statm: 2362 2122 106 186 0 2175 0
[pid=11116] ppid=11082 vsize=426572 CPUtime=0.66 cores=0-7
/proc/11116/stat : 11116 (python) S 11082 11082 9950 0 -1 4202560 851 0 0 0 35 31 0 0 15 0 1 0 649382323 436809728 5889 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 17923055485787799809 0 0 17 6 0 0 0
/proc/11116/statm: 106643 5889 371 364 0 42537 0
[pid=11118] ppid=11116 vsize=6860 CPUtime=210.36 cores=0-7
/proc/11118/stat : 11118 (march_hi) R 11116 11118 11118 0 -1 4202496 1850 0 0 0 21036 0 0 0 25 0 1 0 649382324 7024640 1567 33554432000 4194304 4955518 140734877370528 18446744073709551615 4297056 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11118/statm: 1715 1567 106 186 0 1528 0
[pid=11120] ppid=11082 vsize=436828 CPUtime=0.55 cores=0-7
/proc/11120/stat : 11120 (python) S 11082 11082 9950 0 -1 4202560 854 0 0 0 28 27 0 0 18 0 1 0 649382416 447311872 5927 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 13767029071848374532 0 0 17 4 0 0 0
/proc/11120/statm: 109207 5927 371 364 0 45098 0
[pid=11122] ppid=11120 vsize=181248 CPUtime=152.39 cores=0-7
/proc/11122/stat : 11122 (kcnfs-2006) R 11120 11122 11122 0 -1 4202496 621 0 0 0 15239 0 0 0 25 0 1 0 649382416 185597952 359 33554432000 134512640 135163436 4289288096 18446744073709551615 134614439 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11122/statm: 45312 359 76 159 0 45152 0
[pid=11082/tid=11089] ppid=11080 vsize=447072 CPUtime=0 cores=0-7
/proc/11082/task/11089/stat : 11089 (python) S 11080 11082 9950 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 11 0 649372386 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=11082/tid=11092] ppid=11080 vsize=447072 CPUtime=0 cores=0-7
/proc/11082/task/11092/stat : 11092 (python) S 11080 11082 9950 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 649372389 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 5 0 0 0
[pid=11082/tid=11095] ppid=11080 vsize=447072 CPUtime=0 cores=0-7
/proc/11082/task/11095/stat : 11095 (python) S 11080 11082 9950 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 11 0 649372392 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=11082/tid=11098] ppid=11080 vsize=447072 CPUtime=0 cores=0-7
/proc/11082/task/11098/stat : 11098 (python) S 11080 11082 9950 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 11 0 649372395 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 7 0 0 0
[pid=11082/tid=11101] ppid=11080 vsize=447072 CPUtime=0 cores=0-7
/proc/11082/task/11101/stat : 11101 (python) S 11080 11082 9950 0 -1 4202560 37 934 0 0 0 0 0 0 19 0 11 0 649372399 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=11082/tid=11104] ppid=11080 vsize=447072 CPUtime=0 cores=0-7
/proc/11082/task/11104/stat : 11104 (python) S 11080 11082 9950 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 11 0 649372402 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=11082/tid=11107] ppid=11080 vsize=447072 CPUtime=0 cores=0-7
/proc/11082/task/11107/stat : 11107 (python) S 11080 11082 9950 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 11 0 649372409 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 4 0 0 0
[pid=11082/tid=11109] ppid=11080 vsize=447072 CPUtime=0 cores=0-7
/proc/11082/task/11109/stat : 11109 (python) S 11080 11082 9950 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 11 0 649372423 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 4 0 0 0
[pid=11082/tid=11117] ppid=11080 vsize=447072 CPUtime=0 cores=0-7
/proc/11082/task/11117/stat : 11117 (python) S 11080 11082 9950 0 -1 4202560 42 934 0 0 0 0 0 0 19 0 11 0 649382323 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 4 0 0 0
[pid=11082/tid=11121] ppid=11080 vsize=447072 CPUtime=0 cores=0-7
/proc/11082/task/11121/stat : 11121 (python) S 11080 11082 9950 0 -1 4202560 36 934 0 0 0 0 0 0 20 0 11 0 649382416 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2065.42
Current children cumulated vsize (KiB) 6579876

[startup+311.901 s]
/proc/loadavg: 10.18 10.43 10.07 11/392 11129
/proc/meminfo: memFree=19606020/32951124 swapFree=57171160/67111528
[pid=11082] ppid=11080 vsize=447072 CPUtime=200.51 cores=0-7
/proc/11082/stat : 11082 (python) S 11080 11082 9950 0 -1 4202496 17352 3924 1 0 73 9 19942 27 17 0 11 0 649372327 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350213951 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11082/statm: 111768 7477 1894 364 0 47659 0
[pid=11091] ppid=11082 vsize=354780 CPUtime=0.94 cores=0-7
/proc/11091/stat : 11091 (python) S 11082 11082 9950 0 -1 4202560 1144 0 0 0 50 44 0 0 15 0 2 0 649372389 363294720 5723 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11091/statm: 88695 5723 400 364 0 24610 0
[pid=11093] ppid=11091 vsize=9448 CPUtime=246.14 cores=0-7
/proc/11093/stat : 11093 (march_hi) R 11091 11093 11093 0 -1 4202496 2236 0 0 0 24614 0 0 0 25 0 1 0 649372389 9674752 1954 33554432000 4194304 4955518 140735746361760 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11093/statm: 2362 1954 106 186 0 2175 0
[pid=11091/tid=11126] ppid=11082 vsize=354780 CPUtime=0 cores=0-7
/proc/11091/task/11126/stat : 11126 (python) S 11082 11082 9950 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 649393963 363294720 5723 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 514 18446604449095350336 0 0 -1 2 0 0 0
[pid=11097] ppid=11082 vsize=0 CPUtime=304.75 cores=0-7
/proc/11097/stat : 11097 (python) Z 11082 11082 9950 0 -1 4202588 1075 3080 0 0 67 48 30359 1 17 0 1 0 649372395 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11097/statm: 0 0 0 0 0 0 0
[pid=11100] ppid=11082 vsize=385548 CPUtime=0.95 cores=0-7
/proc/11100/stat : 11100 (python) S 11082 11082 9950 0 -1 4202560 813 0 0 0 51 44 0 0 15 0 1 0 649372398 394801152 5834 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 13767029071848374529 0 0 17 1 0 0 0
/proc/11100/statm: 96387 5834 371 364 0 32293 0
[pid=11102] ppid=11100 vsize=9448 CPUtime=220.82 cores=0-7
/proc/11102/stat : 11102 (march_hi) R 11100 11102 11102 0 -1 4202496 1965 0 0 0 22082 0 0 0 25 0 1 0 649372400 9674752 1691 33554432000 4194304 4955518 140734363920256 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11102/statm: 2362 1691 106 186 0 2175 0
[pid=11103] ppid=11082 vsize=395804 CPUtime=0.93 cores=0-7
/proc/11103/stat : 11103 (python) S 11082 11082 9950 0 -1 4202560 843 0 0 0 50 43 0 0 15 0 1 0 649372402 405303296 5963 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350213951 0 0 16781824 2 18446744071562232103 0 0 17 7 0 0 0
/proc/11103/statm: 98951 5963 376 364 0 34854 0
[pid=11105] ppid=11103 vsize=6860 CPUtime=205.08 cores=0-7
/proc/11105/stat : 11105 (march_hi) R 11103 11105 11105 0 -1 4202496 1802 0 0 0 20506 2 0 0 25 0 1 0 649372402 7024640 1524 33554432000 4194304 4955518 140737194537120 18446744073709551615 4224406 256 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11105/statm: 1715 1524 106 186 0 1528 0
[pid=11106] ppid=11082 vsize=406060 CPUtime=0.93 cores=0-7
/proc/11106/stat : 11106 (python) S 11082 11082 9950 0 -1 4202560 841 0 0 0 50 43 0 0 15 0 1 0 649372409 415805440 5876 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 6247090821783322883 0 0 17 3 0 0 0
/proc/11106/statm: 101515 5876 371 364 0 37415 0
[pid=11110] ppid=11106 vsize=9448 CPUtime=260.36 cores=0-7
/proc/11110/stat : 11110 (march_hi) R 11106 11110 11110 0 -1 4202496 2384 0 0 0 26036 0 0 0 25 0 1 0 649372423 9674752 2107 33554432000 4194304 4955518 140736166281632 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11110/statm: 2362 2107 106 186 0 2175 0
[pid=11108] ppid=11082 vsize=416316 CPUtime=0.95 cores=0-7
/proc/11108/stat : 11108 (python) S 11082 11082 9950 0 -1 4202560 880 0 0 0 48 47 0 0 15 0 1 0 649372422 426307584 5886 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 8539453818440483075 0 0 17 4 0 0 0
/proc/11108/statm: 104079 5886 377 364 0 39976 0
[pid=11111] ppid=11108 vsize=9628 CPUtime=260.94 cores=0-7
/proc/11111/stat : 11111 (march_hi) R 11108 11111 11111 0 -1 4202496 2434 0 0 0 26093 1 0 0 25 0 1 0 649372433 9859072 2151 33554432000 4194304 4955518 140735259043824 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11111/statm: 2407 2151 106 186 0 2220 0
[pid=11116] ppid=11082 vsize=426572 CPUtime=0.66 cores=0-7
/proc/11116/stat : 11116 (python) S 11082 11082 9950 0 -1 4202560 851 0 0 0 35 31 0 0 15 0 1 0 649382323 436809728 5889 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 17923055485787799809 0 0 17 6 0 0 0
/proc/11116/statm: 106643 5889 371 364 0 42537 0
[pid=11118] ppid=11116 vsize=6860 CPUtime=210.76 cores=0-7
/proc/11118/stat : 11118 (march_hi) R 11116 11118 11118 0 -1 4202496 1854 0 0 0 21076 0 0 0 25 0 1 0 649382324 7024640 1571 33554432000 4194304 4955518 140734877370528 18446744073709551615 4224551 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11118/statm: 1715 1571 106 186 0 1528 0
[pid=11120] ppid=11082 vsize=436828 CPUtime=0.55 cores=0-7
/proc/11120/stat : 11120 (python) S 11082 11082 9950 0 -1 4202560 854 0 0 0 28 27 0 0 18 0 1 0 649382416 447311872 5927 33554432000 4194304 5683644 140737400947888 18446744073709551615 270338403910 0 0 16781312 514 13767029071848374532 0 0 17 4 0 0 0
/proc/11120/statm: 109207 5927 371 364 0 45098 0
[pid=11122] ppid=11120 vsize=181248 CPUtime=152.79 cores=0-7
/proc/11122/stat : 11122 (kcnfs-2006) R 11120 11122 11122 0 -1 4202496 621 0 0 0 15279 0 0 0 25 0 1 0 649382416 185597952 359 33554432000 134512640 135163436 4289288096 18446744073709551615 134568850 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11122/statm: 45312 359 76 159 0 45152 0
[pid=11082/tid=11089] ppid=11080 vsize=447072 CPUtime=199.69 cores=0-7
/proc/11082/task/11089/stat : 11089 (python) S 11080 11082 9950 0 -1 4202560 27 3924 0 0 0 0 19942 27 19 0 11 0 649372386 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=11082/tid=11092] ppid=11080 vsize=447072 CPUtime=199.69 cores=0-7
/proc/11082/task/11092/stat : 11092 (python) S 11080 11082 9950 0 -1 4202560 27 3924 0 0 0 0 19942 27 18 0 11 0 649372389 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 5 0 0 0
[pid=11082/tid=11095] ppid=11080 vsize=447072 CPUtime=199.69 cores=0-7
/proc/11082/task/11095/stat : 11095 (python) S 11080 11082 9950 0 -1 4202560 71 3924 0 0 0 0 19942 27 19 0 11 0 649372392 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=11082/tid=11098] ppid=11080 vsize=447072 CPUtime=199.69 cores=0-7
/proc/11082/task/11098/stat : 11098 (python) S 11080 11082 9950 0 -1 4202560 31 3924 0 0 0 0 19942 27 18 0 11 0 649372395 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 7 0 0 0
[pid=11082/tid=11101] ppid=11080 vsize=447072 CPUtime=199.69 cores=0-7
/proc/11082/task/11101/stat : 11101 (python) S 11080 11082 9950 0 -1 4202560 37 3924 0 0 0 0 19942 27 19 0 11 0 649372399 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=11082/tid=11104] ppid=11080 vsize=447072 CPUtime=199.69 cores=0-7
/proc/11082/task/11104/stat : 11104 (python) S 11080 11082 9950 0 -1 4202560 32 3924 0 0 0 0 19942 27 20 0 11 0 649372402 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=11082/tid=11107] ppid=11080 vsize=447072 CPUtime=199.69 cores=0-7
/proc/11082/task/11107/stat : 11107 (python) S 11080 11082 9950 0 -1 4202560 30 3924 0 0 0 0 19942 27 21 0 11 0 649372409 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 4 0 0 0
[pid=11082/tid=11109] ppid=11080 vsize=447072 CPUtime=199.69 cores=0-7
/proc/11082/task/11109/stat : 11109 (python) S 11080 11082 9950 0 -1 4202560 31 3924 0 0 0 0 19942 27 22 0 11 0 649372423 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 4 0 0 0
[pid=11082/tid=11117] ppid=11080 vsize=447072 CPUtime=199.69 cores=0-7
/proc/11082/task/11117/stat : 11117 (python) S 11080 11082 9950 0 -1 4202560 42 3924 0 0 0 0 19942 27 19 0 11 0 649382323 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 4 0 0 0
[pid=11082/tid=11121] ppid=11080 vsize=447072 CPUtime=199.69 cores=0-7
/proc/11082/task/11121/stat : 11121 (python) S 11080 11082 9950 0 -1 4202560 36 3924 0 0 0 0 19942 27 20 0 11 0 649382416 457801728 7477 33554432000 4194304 5683644 140737400947888 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2068.06
Current children cumulated vsize (KiB) 3501920

Child status: 0
Real time (s): 311.948
CPU time (s): 2068.37
CPU user time (s): 2064.59
CPU system time (s): 3.78043
CPU usage (%): 663.05
Max. virtual memory (cumulated for all children) (KiB): 6579880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2064.59
system time used= 3.78043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49384
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= 6290
involuntary context switches= 18443

runsolver used 1.84672 second user time and 3.88141 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-16 20:12:47
IDJOB=3385587
IDBENCH=82852
IDSOLVER=1870
FILE ID=node143/3385587-1305569567
RUNJOBID= node143-1305564961-9964
PBS_JOBID= 13350107
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S2051088205-036.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385587-1305569567/watcher-3385587-1305569567 -o /tmp/evaluation-result-3385587-1305569567/solver-3385587-1305569567 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385587-1305569567.cnf -seed 180497851 -budget 40000 -cores 8

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

MD5SUM BENCH= 901aadbc76f4961d582bc9856b3c63b3
RANDOM SEED=180497851

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19717956 kB
Buffers:        209400 kB
Cached:        1600132 kB
SwapCached:      39776 kB
Active:        5131580 kB
Inactive:      7826716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19717956 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:           32012 kB
Writeback:           0 kB
AnonPages:    11109000 kB
Mapped:          24176 kB
Slab:           137592 kB
PageTables:      68000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84102252 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= 73484 MiB
End job on node143 at 2011-05-16 20:17:59