Trace number 3385682

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 72.372 9.66663

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1705279286-077.UNKNOWN.cnf
MD5SUM42577eb7521bea22024387e984db8e06
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.58585
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3385682-1305572198.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.42/0.50	c INFO: computed variable balance statistics
0.42/0.52	c INFO: computed small-clause counts
0.42/0.52	c INFO: computed Horn-clause counts
0.42/0.52	c INFO: computed variable graph statistics
0.42/0.52	c INFO: collected features for HOME/instance-3385682-1305572198.cnf in 0.06 s
0.42/0.55	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.56)
0.42/0.58	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.28)
0.51/0.61	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.51/0.64	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.28)
0.51/0.67	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.62/0.70	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.62/0.74	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.62/0.77	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
71.87/9.64	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-3385682-1305572198/watcher-3385682-1305572198 -o /tmp/evaluation-result-3385682-1305572198/solver-3385682-1305572198 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385682-1305572198.cnf -seed 462420593 -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: 7.46 8.22 8.32 1/391 1292
/proc/meminfo: memFree=12650264/32950928 swapFree=57376972/67111528
[pid=1292] ppid=1290 vsize=15184 CPUtime=0 cores=0-7
/proc/1292/stat : 1292 (python) R 1290 1292 1091 0 -1 4202496 724 0 0 0 0 0 0 0 18 0 1 0 668819453 15548416 615 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1292/statm: 3796 615 321 364 0 283 0

[startup+0.113575 s]
/proc/loadavg: 7.46 8.22 8.32 1/391 1292
/proc/meminfo: memFree=12650264/32950928 swapFree=57376972/67111528
[pid=1292] ppid=1290 vsize=107304 CPUtime=0.08 cores=0-7
/proc/1292/stat : 1292 (python) R 1290 1292 1091 0 -1 4202496 3364 0 0 0 6 2 0 0 17 0 1 0 668819453 109879296 3025 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080232192 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1292/statm: 26826 3027 871 364 0 2057 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 107304

[startup+0.200651 s]
/proc/loadavg: 7.46 8.22 8.32 1/391 1292
/proc/meminfo: memFree=12650264/32950928 swapFree=57376972/67111528
[pid=1292] ppid=1290 vsize=128868 CPUtime=0.15 cores=0-7
/proc/1292/stat : 1292 (python) S 1290 1292 1091 0 -1 4202496 5594 933 1 0 12 3 0 0 19 0 1 0 668819453 131960832 4020 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/1292/statm: 32217 4020 1011 364 0 2996 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128868

[startup+0.300607 s]
/proc/loadavg: 7.46 8.22 8.32 1/391 1292
/proc/meminfo: memFree=12650264/32950928 swapFree=57376972/67111528
[pid=1292] ppid=1290 vsize=187744 CPUtime=0.24 cores=0-7
/proc/1292/stat : 1292 (python) R 1290 1292 1091 0 -1 4202496 6804 933 1 0 17 7 0 0 18 0 1 0 668819453 192249856 4869 33554432000 4194304 5683644 140734266211936 18446744073709551615 208075269608 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1292/statm: 46936 4870 1386 364 0 3724 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187744

[startup+0.70046 s]
/proc/loadavg: 7.46 8.22 8.32 1/391 1292
/proc/meminfo: memFree=12650264/32950928 swapFree=57376972/67111528
[pid=1292] ppid=1290 vsize=395912 CPUtime=0.62 cores=0-7
/proc/1292/stat : 1292 (python) R 1290 1292 1091 0 -1 4202496 13420 933 1 0 52 10 0 0 23 0 6 0 668819453 405413888 7382 33554432000 4194304 5683644 140734266211936 18446744073709551615 208083759001 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1292/statm: 98978 7382 1882 364 0 34884 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 395912

[startup+1.50131 s]
/proc/loadavg: 7.46 8.22 8.32 9/416 1321
/proc/meminfo: memFree=12594008/32950928 swapFree=57376972/67111528
[pid=1292] ppid=1290 vsize=426680 CPUtime=0.69 cores=0-7
/proc/1292/stat : 1292 (python) S 1290 1292 1091 0 -1 4202496 15326 933 1 0 58 11 0 0 25 0 9 0 668819453 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1292/statm: 106670 7516 1889 364 0 42567 0
[pid=1298] ppid=1292 vsize=278420 CPUtime=0 cores=0-7
/proc/1298/stat : 1298 (python) S 1292 1292 1091 0 -1 4202560 711 0 0 0 0 0 0 0 19 0 1 0 668819509 285102080 5534 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252431 0 0 16781312 514 3716657994067345407 0 0 17 1 0 0 0
/proc/1298/statm: 69605 5534 347 364 0 5523 0
[pid=1300] ppid=1298 vsize=454896 CPUtime=0.94 cores=0-7
/proc/1300/stat : 1300 (TNM) R 1298 1300 1300 0 -1 4202496 415 0 0 0 94 0 0 0 23 0 1 0 668819509 465813504 151 33554432000 134512640 135008748 4289290064 18446744073709551615 134527840 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1300/statm: 113724 151 46 122 0 112624 0
[pid=1301] ppid=1292 vsize=289260 CPUtime=0 cores=0-7
/proc/1301/stat : 1301 (python) S 1292 1292 1091 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 668819512 296202240 5673 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 17651440929355038979 0 0 17 3 0 0 0
/proc/1301/statm: 72315 5673 348 364 0 8230 0
[pid=1303] ppid=1301 vsize=1808 CPUtime=0.9 cores=0-7
/proc/1303/stat : 1303 (march_hi) R 1301 1303 1303 0 -1 4202496 551 0 0 0 90 0 0 0 25 0 1 0 668819512 1851392 287 33554432000 4194304 4955518 140737230524688 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1303/statm: 452 287 104 186 0 265 0
[pid=1304] ppid=1292 vsize=299172 CPUtime=0 cores=0-7
/proc/1304/stat : 1304 (python) S 1292 1292 1091 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 668819515 306352128 5590 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 5799536812720357636 0 0 17 6 0 0 0
/proc/1304/statm: 74793 5590 348 364 0 10705 0
[pid=1306] ppid=1304 vsize=1808 CPUtime=0.87 cores=0-7
/proc/1306/stat : 1306 (march_hi) R 1304 1306 1306 0 -1 4202496 546 0 0 0 87 0 0 0 25 0 1 0 668819516 1851392 286 33554432000 4194304 4955518 140733466001840 18446744073709551615 4227671 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1306/statm: 452 286 104 186 0 265 0
[pid=1307] ppid=1292 vsize=309876 CPUtime=0 cores=0-7
/proc/1307/stat : 1307 (python) S 1292 1292 1091 0 -1 4202560 761 0 0 0 0 0 0 0 16 0 1 0 668819518 317313024 5706 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 15720799666050138371 0 0 17 5 0 0 0
/proc/1307/statm: 77469 5706 348 364 0 13378 0
[pid=1309] ppid=1307 vsize=1808 CPUtime=0.84 cores=0-7
/proc/1309/stat : 1309 (march_hi) R 1307 1309 1309 0 -1 4202496 550 0 0 0 84 0 0 0 25 0 1 0 668819518 1851392 287 33554432000 4194304 4955518 140735770371088 18446744073709551615 4328160 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1309/statm: 452 287 104 186 0 265 0
[pid=1310] ppid=1292 vsize=385668 CPUtime=0 cores=0-7
/proc/1310/stat : 1310 (python) S 1292 1292 1091 0 -1 4202560 720 0 0 0 0 0 0 0 23 0 1 0 668819521 394924032 5883 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 12975758661266702335 0 0 17 1 0 0 0
/proc/1310/statm: 96417 5883 348 364 0 32323 0
[pid=1312] ppid=1310 vsize=1017800 CPUtime=0.8 cores=0-7
/proc/1312/stat : 1312 (gnovelty+2) R 1310 1312 1312 0 -1 4202496 417 0 0 0 80 0 0 0 25 0 1 0 668819521 1042227200 162 33554432000 134512640 135663704 4286697248 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1312/statm: 254450 162 113 282 0 254166 0
[pid=1313] ppid=1292 vsize=395924 CPUtime=0 cores=0-7
/proc/1313/stat : 1313 (python) S 1292 1292 1091 0 -1 4202560 730 0 0 0 0 0 0 0 19 0 1 0 668819524 405426176 5850 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 10942379306340286720 0 0 17 0 0 0 0
/proc/1313/statm: 98981 5850 348 364 0 34884 0
[pid=1315] ppid=1313 vsize=1808 CPUtime=0.78 cores=0-7
/proc/1315/stat : 1315 (march_hi) R 1313 1315 1315 0 -1 4202496 544 0 0 0 78 0 0 0 25 0 1 0 668819525 1851392 286 33554432000 4194304 4955518 140736670517136 18446744073709551615 4244544 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1315/statm: 452 286 104 186 0 265 0
[pid=1316] ppid=1292 vsize=406180 CPUtime=0 cores=0-7
/proc/1316/stat : 1316 (python) S 1292 1292 1091 0 -1 4202560 747 0 0 0 0 0 0 0 20 0 1 0 668819527 415928320 5839 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 6419028052088422659 0 0 17 6 0 0 0
/proc/1316/statm: 101545 5839 348 364 0 37445 0
[pid=1318] ppid=1316 vsize=1808 CPUtime=0.73 cores=0-7
/proc/1318/stat : 1318 (march_hi) R 1316 1318 1318 0 -1 4202496 545 0 0 0 73 0 0 0 25 0 1 0 668819528 1851392 285 33554432000 4194304 4955518 140735901429072 18446744073709551615 4261466 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1318/statm: 452 285 104 186 0 265 0
[pid=1319] ppid=1292 vsize=416436 CPUtime=0 cores=0-7
/proc/1319/stat : 1319 (python) S 1292 1292 1091 0 -1 4202560 783 0 0 0 0 0 0 0 20 0 1 0 668819531 426430464 5977 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 5264694774551511298 0 0 17 5 0 0 0
/proc/1319/statm: 104109 5977 354 364 0 40006 0
[pid=1321] ppid=1319 vsize=1808 CPUtime=0.71 cores=0-7
/proc/1321/stat : 1321 (march_hi) R 1319 1321 1321 0 -1 4202496 549 0 0 0 71 0 0 0 25 0 1 0 668819532 1851392 285 33554432000 4194304 4955518 140733719677776 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1321/statm: 452 285 104 186 0 265 0
[pid=1292/tid=1299] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1299/stat : 1299 (python) S 1290 1292 1091 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 668819509 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 6 0 0 0
[pid=1292/tid=1302] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1302/stat : 1302 (python) S 1290 1292 1091 0 -1 4202560 22 933 0 0 0 0 0 0 17 0 9 0 668819512 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 3 0 0 0
[pid=1292/tid=1305] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1305/stat : 1305 (python) S 1290 1292 1091 0 -1 4202560 23 933 0 0 0 0 0 0 21 0 9 0 668819515 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1308] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1308/stat : 1308 (python) S 1290 1292 1091 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 668819518 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 5 0 0 0
[pid=1292/tid=1311] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1311/stat : 1311 (python) S 1290 1292 1091 0 -1 4202560 69 933 0 0 0 0 0 0 23 0 9 0 668819521 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1314] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1314/stat : 1314 (python) S 1290 1292 1091 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 9 0 668819524 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1317] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1317/stat : 1317 (python) S 1290 1292 1091 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 9 0 668819528 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1320] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1320/stat : 1320 (python) S 1290 1292 1091 0 -1 4202560 33 933 0 0 0 0 0 0 25 0 9 0 668819531 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 4691160

[startup+3.101 s]
/proc/loadavg: 7.46 8.22 8.32 9/416 1322
/proc/meminfo: memFree=12593264/32950928 swapFree=57376972/67111528
[pid=1292] ppid=1290 vsize=426680 CPUtime=0.69 cores=0-7
/proc/1292/stat : 1292 (python) S 1290 1292 1091 0 -1 4202496 15326 933 1 0 58 11 0 0 25 0 9 0 668819453 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1292/statm: 106670 7516 1889 364 0 42567 0
[pid=1298] ppid=1292 vsize=278420 CPUtime=0 cores=0-7
/proc/1298/stat : 1298 (python) S 1292 1292 1091 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 668819509 285102080 5541 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252431 0 0 16781312 514 3716657994067312898 0 0 17 1 0 0 0
/proc/1298/statm: 69605 5541 354 364 0 5523 0
[pid=1300] ppid=1298 vsize=454896 CPUtime=2.54 cores=0-7
/proc/1300/stat : 1300 (TNM) R 1298 1300 1300 0 -1 4202496 415 0 0 0 254 0 0 0 25 0 1 0 668819509 465813504 151 33554432000 134512640 135008748 4289290064 18446744073709551615 134529422 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1300/statm: 113724 151 46 122 0 112624 0
[pid=1301] ppid=1292 vsize=289260 CPUtime=0 cores=0-7
/proc/1301/stat : 1301 (python) S 1292 1292 1091 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 668819512 296202240 5673 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 17651440929355038979 0 0 17 3 0 0 0
/proc/1301/statm: 72315 5673 348 364 0 8230 0
[pid=1303] ppid=1301 vsize=1964 CPUtime=2.5 cores=0-7
/proc/1303/stat : 1303 (march_hi) R 1301 1303 1303 0 -1 4202496 564 0 0 0 250 0 0 0 25 0 1 0 668819512 2011136 300 33554432000 4194304 4955518 140737230524688 18446744073709551615 4289815 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1303/statm: 491 300 104 186 0 304 0
[pid=1304] ppid=1292 vsize=299172 CPUtime=0 cores=0-7
/proc/1304/stat : 1304 (python) S 1292 1292 1091 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 668819515 306352128 5590 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 5799536812720357636 0 0 17 6 0 0 0
/proc/1304/statm: 74793 5590 348 364 0 10705 0
[pid=1306] ppid=1304 vsize=1964 CPUtime=2.47 cores=0-7
/proc/1306/stat : 1306 (march_hi) R 1304 1306 1306 0 -1 4202496 559 0 0 0 247 0 0 0 25 0 1 0 668819516 2011136 299 33554432000 4194304 4955518 140733466001840 18446744073709551615 4235344 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1306/statm: 491 299 104 186 0 304 0
[pid=1307] ppid=1292 vsize=309876 CPUtime=0 cores=0-7
/proc/1307/stat : 1307 (python) S 1292 1292 1091 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 668819518 317313024 5706 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 15720799666050138371 0 0 17 5 0 0 0
/proc/1307/statm: 77469 5706 348 364 0 13378 0
[pid=1309] ppid=1307 vsize=1964 CPUtime=2.44 cores=0-7
/proc/1309/stat : 1309 (march_hi) R 1307 1309 1309 0 -1 4202496 563 0 0 0 244 0 0 0 25 0 1 0 668819518 2011136 300 33554432000 4194304 4955518 140735770371088 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1309/statm: 491 300 104 186 0 304 0
[pid=1310] ppid=1292 vsize=385668 CPUtime=0 cores=0-7
/proc/1310/stat : 1310 (python) S 1292 1292 1091 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 1 0 668819521 394924032 5883 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 12975758661266669828 0 0 17 1 0 0 0
/proc/1310/statm: 96417 5883 348 364 0 32323 0
[pid=1312] ppid=1310 vsize=1017800 CPUtime=2.38 cores=0-7
/proc/1312/stat : 1312 (gnovelty+2) R 1310 1312 1312 0 -1 4202496 417 0 0 0 238 0 0 0 25 0 1 0 668819521 1042227200 162 33554432000 134512640 135663704 4286697248 18446744073709551615 134525253 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1312/statm: 254450 162 113 282 0 254166 0
[pid=1313] ppid=1292 vsize=395924 CPUtime=0 cores=0-7
/proc/1313/stat : 1313 (python) S 1292 1292 1091 0 -1 4202560 730 0 0 0 0 0 0 0 15 0 1 0 668819524 405426176 5850 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 10942379306340286720 0 0 17 0 0 0 0
/proc/1313/statm: 98981 5850 348 364 0 34884 0
[pid=1315] ppid=1313 vsize=1964 CPUtime=2.38 cores=0-7
/proc/1315/stat : 1315 (march_hi) R 1313 1315 1315 0 -1 4202496 558 0 0 0 238 0 0 0 25 0 1 0 668819525 2011136 300 33554432000 4194304 4955518 140736670517136 18446744073709551615 4235344 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1315/statm: 491 300 104 186 0 304 0
[pid=1316] ppid=1292 vsize=406180 CPUtime=0 cores=0-7
/proc/1316/stat : 1316 (python) S 1292 1292 1091 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 668819527 415928320 5839 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 6419028052088422659 0 0 17 6 0 0 0
/proc/1316/statm: 101545 5839 348 364 0 37445 0
[pid=1318] ppid=1316 vsize=1964 CPUtime=2.33 cores=0-7
/proc/1318/stat : 1318 (march_hi) R 1316 1318 1318 0 -1 4202496 559 0 0 0 233 0 0 0 25 0 1 0 668819528 2011136 299 33554432000 4194304 4955518 140735901429072 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1318/statm: 491 299 104 186 0 304 0
[pid=1319] ppid=1292 vsize=416436 CPUtime=0 cores=0-7
/proc/1319/stat : 1319 (python) S 1292 1292 1091 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 668819531 426430464 5977 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 5264694774551511298 0 0 17 5 0 0 0
/proc/1319/statm: 104109 5977 354 364 0 40006 0
[pid=1321] ppid=1319 vsize=1964 CPUtime=2.31 cores=0-7
/proc/1321/stat : 1321 (march_hi) R 1319 1321 1321 0 -1 4202496 563 0 0 0 231 0 0 0 25 0 1 0 668819532 2011136 299 33554432000 4194304 4955518 140733719677776 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1321/statm: 491 299 104 186 0 304 0
[pid=1292/tid=1299] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1299/stat : 1299 (python) S 1290 1292 1091 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 668819509 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 6 0 0 0
[pid=1292/tid=1302] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1302/stat : 1302 (python) S 1290 1292 1091 0 -1 4202560 22 933 0 0 0 0 0 0 17 0 9 0 668819512 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 3 0 0 0
[pid=1292/tid=1305] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1305/stat : 1305 (python) S 1290 1292 1091 0 -1 4202560 23 933 0 0 0 0 0 0 21 0 9 0 668819515 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1308] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1308/stat : 1308 (python) S 1290 1292 1091 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 668819518 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 5 0 0 0
[pid=1292/tid=1311] ppid=1290 vsize=426680 CPUtime=0 cores=0-7

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

[pid=1319] ppid=1292 vsize=416436 CPUtime=0.39 cores=0-7
/proc/1319/stat : 1319 (python) R 1292 1292 1091 0 -1 4202560 865 0 0 0 33 6 0 0 16 0 1 0 668819531 426430464 5999 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092062527 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/1319/statm: 104109 5999 376 364 0 40006 0
[pid=1321] ppid=1319 vsize=0 CPUtime=7.64 cores=0-7
/proc/1321/stat : 1321 (march_hi) R 1319 1321 1321 0 -1 4202500 625 0 0 0 764 0 0 0 25 0 1 0 668819532 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1321/statm: 0 0 0 0 0 0 0
[pid=1292/tid=1299] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1299/stat : 1299 (python) S 1290 1292 1091 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 668819509 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 6 0 0 0
[pid=1292/tid=1302] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1302/stat : 1302 (python) S 1290 1292 1091 0 -1 4202560 22 933 0 0 0 0 0 0 17 0 9 0 668819512 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 3 0 0 0
[pid=1292/tid=1305] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1305/stat : 1305 (python) S 1290 1292 1091 0 -1 4202560 23 933 0 0 0 0 0 0 21 0 9 0 668819515 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1308] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1308/stat : 1308 (python) S 1290 1292 1091 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 668819518 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 5 0 0 0
[pid=1292/tid=1311] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1311/stat : 1311 (python) S 1290 1292 1091 0 -1 4202560 69 933 0 0 0 0 0 0 23 0 9 0 668819521 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1314] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1314/stat : 1314 (python) S 1290 1292 1091 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 9 0 668819524 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1317] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1317/stat : 1317 (python) S 1290 1292 1091 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 9 0 668819528 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1320] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1320/stat : 1320 (python) S 1290 1292 1091 0 -1 4202560 33 933 0 0 0 0 0 0 25 0 9 0 668819531 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 65.53
Current children cumulated vsize (KiB) 4680312

[startup+9.20084 s]
/proc/loadavg: 7.51 8.21 8.32 15/416 1322
/proc/meminfo: memFree=12594060/32950928 swapFree=57376972/67111528
[pid=1292] ppid=1290 vsize=426680 CPUtime=0.69 cores=0-7
/proc/1292/stat : 1292 (python) S 1290 1292 1091 0 -1 4202496 15326 933 1 0 58 11 0 0 25 0 9 0 668819453 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1292/statm: 106670 7516 1889 364 0 42567 0
[pid=1298] ppid=1292 vsize=278420 CPUtime=0.01 cores=0-7
/proc/1298/stat : 1298 (python) S 1292 1292 1091 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 668819509 285102080 5564 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252431 0 0 16781312 514 3716657994067312898 0 0 17 7 0 0 0
/proc/1298/statm: 69605 5564 377 364 0 5523 0
[pid=1300] ppid=1298 vsize=454896 CPUtime=8.63 cores=0-7
/proc/1300/stat : 1300 (TNM) R 1298 1300 1300 0 -1 4202496 415 0 0 0 863 0 0 0 25 0 1 0 668819509 465813504 151 33554432000 134512640 135008748 4289290064 18446744073709551615 134527454 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1300/statm: 113724 151 46 122 0 112624 0
[pid=1301] ppid=1292 vsize=289260 CPUtime=0.94 cores=0-7
/proc/1301/stat : 1301 (python) R 1292 1292 1091 0 -1 4202560 908 0 0 0 81 13 0 0 16 0 1 0 668819512 296202240 5696 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092062527 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/1301/statm: 72315 5696 371 364 0 8230 0
[pid=1303] ppid=1301 vsize=0 CPUtime=7.65 cores=0-7
/proc/1303/stat : 1303 (march_hi) R 1301 1303 1303 0 -1 4202500 626 0 0 0 765 0 0 0 25 0 1 0 668819512 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1303/statm: 0 0 0 0 0 0 0
[pid=1304] ppid=1292 vsize=299172 CPUtime=0.91 cores=0-7
/proc/1304/stat : 1304 (python) R 1292 1292 1091 0 -1 4202560 929 0 0 0 78 13 0 0 16 0 1 0 668819515 306352128 5612 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092062527 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/1304/statm: 74793 5612 370 364 0 10705 0
[pid=1306] ppid=1304 vsize=0 CPUtime=7.65 cores=0-7
/proc/1306/stat : 1306 (march_hi) R 1304 1306 1306 0 -1 4202500 621 0 0 0 765 0 0 0 25 0 1 0 668819516 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1306/statm: 0 0 0 0 0 0 0
[pid=1307] ppid=1292 vsize=309876 CPUtime=0.88 cores=0-7
/proc/1307/stat : 1307 (python) R 1292 1292 1091 0 -1 4202560 953 0 0 0 75 13 0 0 16 0 1 0 668819518 317313024 5728 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/1307/statm: 77469 5728 370 364 0 13378 0
[pid=1309] ppid=1307 vsize=0 CPUtime=7.62 cores=0-7
/proc/1309/stat : 1309 (march_hi) R 1307 1309 1309 0 -1 4202500 625 0 0 0 762 0 0 0 25 0 1 0 668819518 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/1309/statm: 0 0 0 0 0 0 0
[pid=1310] ppid=1292 vsize=385668 CPUtime=0.01 cores=0-7
/proc/1310/stat : 1310 (python) S 1292 1292 1091 0 -1 4202560 800 0 0 0 1 0 0 0 18 0 1 0 668819521 394924032 5906 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 12975758661266669828 0 0 17 7 0 0 0
/proc/1310/statm: 96417 5906 371 364 0 32323 0
[pid=1312] ppid=1310 vsize=1017800 CPUtime=8.39 cores=0-7
/proc/1312/stat : 1312 (gnovelty+2) R 1310 1312 1312 0 -1 4202496 417 0 0 0 839 0 0 0 25 0 1 0 668819521 1042227200 162 33554432000 134512640 135663704 4286697248 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1312/statm: 254450 162 113 282 0 254166 0
[pid=1313] ppid=1292 vsize=395924 CPUtime=0.8 cores=0-7
/proc/1313/stat : 1313 (python) R 1292 1292 1091 0 -1 4202560 810 0 0 0 68 12 0 0 16 0 1 0 668819524 405426176 5873 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092062527 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/1313/statm: 98981 5873 371 364 0 34884 0
[pid=1315] ppid=1313 vsize=0 CPUtime=7.66 cores=0-7
/proc/1315/stat : 1315 (march_hi) R 1313 1315 1315 0 -1 4202500 620 0 0 0 766 0 0 0 25 0 1 0 668819525 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/1315/statm: 0 0 0 0 0 0 0
[pid=1316] ppid=1292 vsize=406180 CPUtime=0.74 cores=0-7
/proc/1316/stat : 1316 (python) R 1292 1292 1091 0 -1 4202560 845 0 0 0 65 9 0 0 16 0 1 0 668819527 415928320 5862 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/1316/statm: 101545 5862 371 364 0 37445 0
[pid=1318] ppid=1316 vsize=0 CPUtime=7.66 cores=0-7
/proc/1318/stat : 1318 (march_hi) R 1316 1318 1318 0 -1 4202500 621 0 0 0 766 0 0 0 25 0 1 0 668819528 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1318/statm: 0 0 0 0 0 0 0
[pid=1319] ppid=1292 vsize=416436 CPUtime=0.79 cores=0-7
/proc/1319/stat : 1319 (python) R 1292 1292 1091 0 -1 4202560 865 0 0 0 66 13 0 0 16 0 1 0 668819531 426430464 5999 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092062527 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/1319/statm: 104109 5999 376 364 0 40006 0
[pid=1321] ppid=1319 vsize=0 CPUtime=7.64 cores=0-7
/proc/1321/stat : 1321 (march_hi) R 1319 1321 1321 0 -1 4202500 625 0 0 0 764 0 0 0 25 0 1 0 668819532 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1321/statm: 0 0 0 0 0 0 0
[pid=1292/tid=1299] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1299/stat : 1299 (python) S 1290 1292 1091 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 668819509 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 6 0 0 0
[pid=1292/tid=1302] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1302/stat : 1302 (python) S 1290 1292 1091 0 -1 4202560 22 933 0 0 0 0 0 0 17 0 9 0 668819512 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 3 0 0 0
[pid=1292/tid=1305] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1305/stat : 1305 (python) S 1290 1292 1091 0 -1 4202560 23 933 0 0 0 0 0 0 21 0 9 0 668819515 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1308] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1308/stat : 1308 (python) S 1290 1292 1091 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 668819518 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 5 0 0 0
[pid=1292/tid=1311] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1311/stat : 1311 (python) S 1290 1292 1091 0 -1 4202560 69 933 0 0 0 0 0 0 23 0 9 0 668819521 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1314] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1314/stat : 1314 (python) S 1290 1292 1091 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 9 0 668819524 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1317] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1317/stat : 1317 (python) S 1290 1292 1091 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 9 0 668819528 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1320] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1320/stat : 1320 (python) S 1290 1292 1091 0 -1 4202560 33 933 0 0 0 0 0 0 25 0 9 0 668819531 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 68.67
Current children cumulated vsize (KiB) 4680312

[startup+9.60176 s]
/proc/loadavg: 7.51 8.21 8.32 15/416 1322
/proc/meminfo: memFree=12594060/32950928 swapFree=57376972/67111528
[pid=1292] ppid=1290 vsize=426680 CPUtime=0.69 cores=0-7
/proc/1292/stat : 1292 (python) S 1290 1292 1091 0 -1 4202496 15326 933 1 0 58 11 0 0 25 0 9 0 668819453 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1292/statm: 106670 7516 1889 364 0 42567 0
[pid=1298] ppid=1292 vsize=278420 CPUtime=0.01 cores=0-7
/proc/1298/stat : 1298 (python) S 1292 1292 1091 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 668819509 285102080 5564 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252431 0 0 16781312 514 3716657994067312898 0 0 17 7 0 0 0
/proc/1298/statm: 69605 5564 377 364 0 5523 0
[pid=1300] ppid=1298 vsize=454896 CPUtime=9.03 cores=0-7
/proc/1300/stat : 1300 (TNM) R 1298 1300 1300 0 -1 4202496 415 0 0 0 903 0 0 0 25 0 1 0 668819509 465813504 151 33554432000 134512640 135008748 4289290064 18446744073709551615 134528616 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1300/statm: 113724 151 46 122 0 112624 0
[pid=1301] ppid=1292 vsize=289260 CPUtime=1.34 cores=0-7
/proc/1301/stat : 1301 (python) R 1292 1292 1091 0 -1 4202560 908 0 0 0 115 19 0 0 17 0 1 0 668819512 296202240 5696 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/1301/statm: 72315 5696 371 364 0 8230 0
[pid=1303] ppid=1301 vsize=0 CPUtime=7.65 cores=0-7
/proc/1303/stat : 1303 (march_hi) R 1301 1303 1303 0 -1 4202500 626 0 0 0 765 0 0 0 25 0 1 0 668819512 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1303/statm: 0 0 0 0 0 0 0
[pid=1304] ppid=1292 vsize=299172 CPUtime=1.3 cores=0-7
/proc/1304/stat : 1304 (python) R 1292 1292 1091 0 -1 4202560 929 0 0 0 112 18 0 0 17 0 1 0 668819515 306352128 5612 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092062527 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/1304/statm: 74793 5612 370 364 0 10705 0
[pid=1306] ppid=1304 vsize=0 CPUtime=7.65 cores=0-7
/proc/1306/stat : 1306 (march_hi) R 1304 1306 1306 0 -1 4202500 621 0 0 0 765 0 0 0 25 0 1 0 668819516 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1306/statm: 0 0 0 0 0 0 0
[pid=1307] ppid=1292 vsize=309876 CPUtime=1.29 cores=0-7
/proc/1307/stat : 1307 (python) R 1292 1292 1091 0 -1 4202560 953 0 0 0 109 20 0 0 17 0 1 0 668819518 317313024 5728 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/1307/statm: 77469 5728 370 364 0 13378 0
[pid=1309] ppid=1307 vsize=0 CPUtime=7.62 cores=0-7
/proc/1309/stat : 1309 (march_hi) R 1307 1309 1309 0 -1 4202500 625 0 0 0 762 0 0 0 25 0 1 0 668819518 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/1309/statm: 0 0 0 0 0 0 0
[pid=1310] ppid=1292 vsize=385668 CPUtime=0.01 cores=0-7
/proc/1310/stat : 1310 (python) S 1292 1292 1091 0 -1 4202560 800 0 0 0 1 0 0 0 18 0 1 0 668819521 394924032 5906 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 12975758661266669828 0 0 17 7 0 0 0
/proc/1310/statm: 96417 5906 371 364 0 32323 0
[pid=1312] ppid=1310 vsize=1017800 CPUtime=8.79 cores=0-7
/proc/1312/stat : 1312 (gnovelty+2) R 1310 1312 1312 0 -1 4202496 417 0 0 0 879 0 0 0 25 0 1 0 668819521 1042227200 162 33554432000 134512640 135663704 4286697248 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1312/statm: 254450 162 113 282 0 254166 0
[pid=1313] ppid=1292 vsize=395924 CPUtime=1.2 cores=0-7
/proc/1313/stat : 1313 (python) R 1292 1292 1091 0 -1 4202560 810 0 0 0 101 19 0 0 17 0 1 0 668819524 405426176 5873 33554432000 4194304 5683644 140734266211936 18446744073709551615 208080252486 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/1313/statm: 98981 5873 371 364 0 34884 0
[pid=1315] ppid=1313 vsize=0 CPUtime=7.66 cores=0-7
/proc/1315/stat : 1315 (march_hi) R 1313 1315 1315 0 -1 4202500 620 0 0 0 766 0 0 0 25 0 1 0 668819525 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/1315/statm: 0 0 0 0 0 0 0
[pid=1316] ppid=1292 vsize=406180 CPUtime=1.14 cores=0-7
/proc/1316/stat : 1316 (python) R 1292 1292 1091 0 -1 4202560 845 0 0 0 101 13 0 0 17 0 1 0 668819527 415928320 5862 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092062527 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/1316/statm: 101545 5862 371 364 0 37445 0
[pid=1318] ppid=1316 vsize=0 CPUtime=7.66 cores=0-7
/proc/1318/stat : 1318 (march_hi) R 1316 1318 1318 0 -1 4202500 621 0 0 0 766 0 0 0 25 0 1 0 668819528 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1318/statm: 0 0 0 0 0 0 0
[pid=1319] ppid=1292 vsize=416436 CPUtime=1.19 cores=0-7
/proc/1319/stat : 1319 (python) R 1292 1292 1091 0 -1 4202560 865 0 0 0 100 19 0 0 17 0 1 0 668819531 426430464 5999 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092062527 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/1319/statm: 104109 5999 376 364 0 40006 0
[pid=1321] ppid=1319 vsize=0 CPUtime=7.64 cores=0-7
/proc/1321/stat : 1321 (march_hi) R 1319 1321 1321 0 -1 4202500 625 0 0 0 764 0 0 0 25 0 1 0 668819532 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1321/statm: 0 0 0 0 0 0 0
[pid=1292/tid=1299] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1299/stat : 1299 (python) S 1290 1292 1091 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 9 0 668819509 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 6 0 0 0
[pid=1292/tid=1302] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1302/stat : 1302 (python) S 1290 1292 1091 0 -1 4202560 22 933 0 0 0 0 0 0 17 0 9 0 668819512 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 3 0 0 0
[pid=1292/tid=1305] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1305/stat : 1305 (python) S 1290 1292 1091 0 -1 4202560 23 933 0 0 0 0 0 0 21 0 9 0 668819515 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1308] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1308/stat : 1308 (python) S 1290 1292 1091 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 668819518 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 5 0 0 0
[pid=1292/tid=1311] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1311/stat : 1311 (python) S 1290 1292 1091 0 -1 4202560 69 933 0 0 0 0 0 0 23 0 9 0 668819521 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1314] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1314/stat : 1314 (python) S 1290 1292 1091 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 9 0 668819524 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1317] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1317/stat : 1317 (python) S 1290 1292 1091 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 9 0 668819528 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 0 0 0 0
[pid=1292/tid=1320] ppid=1290 vsize=426680 CPUtime=0 cores=0-7
/proc/1292/task/1320/stat : 1320 (python) S 1290 1292 1091 0 -1 4202560 33 933 0 0 0 0 0 0 25 0 9 0 668819531 436920320 7516 33554432000 4194304 5683644 140734266211936 18446744073709551615 208092055985 0 0 16781312 2 18446604443853332672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 71.87
Current children cumulated vsize (KiB) 4680312

Child status: 0
Real time (s): 9.66663
CPU time (s): 72.372
CPU user time (s): 71.0402
CPU system time (s): 1.3318
CPU usage (%): 748.678
Max. virtual memory (cumulated for all children) (KiB): 4692912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.0402
system time used= 1.3318
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33733
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= 3997
involuntary context switches= 2929

runsolver used 0.044993 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-16 20:56:38
IDJOB=3385682
IDBENCH=82947
IDSOLVER=1870
FILE ID=node127/3385682-1305572198
RUNJOBID= node127-1305572154-1105
PBS_JOBID= 13350154
Free space on /tmp= 73384 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1705279286-077.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-3385682-1305572198/watcher-3385682-1305572198 -o /tmp/evaluation-result-3385682-1305572198/solver-3385682-1305572198 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385682-1305572198.cnf -seed 462420593 -budget 40000 -cores 8

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

MD5SUM BENCH= 42577eb7521bea22024387e984db8e06
RANDOM SEED=462420593

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12650552 kB
Buffers:         74424 kB
Cached:         452024 kB
SwapCached:     117872 kB
Active:        5579772 kB
Inactive:     14496156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12650552 kB
SwapTotal:    67111528 kB
SwapFree:     57376972 kB
Dirty:           31856 kB
Writeback:           0 kB
AnonPages:    19438092 kB
Mapped:          26540 kB
Slab:            72768 kB
PageTables:      80564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84608748 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= 73352 MiB
End job on node127 at 2011-05-16 20:56:48