Trace number 3378557

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)? 4770.97 1196.56

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S29470018-050.UNKNOWN.cnf
MD5SUM27350cd58dd0500df065558763d7d963
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.33/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.47	c INFO: solving HOME/instance-3378557-1305466192.cnf
0.33/0.47	c INFO: computing task features
0.33/0.48	c INFO: computed variable-clause graph statistics
0.33/0.48	c INFO: computed clause balance statistics
0.42/0.52	c INFO: computed variable balance statistics
0.42/0.56	c INFO: computed small-clause counts
0.42/0.56	c INFO: computed Horn-clause counts
0.42/0.57	c INFO: computed variable graph statistics
0.42/0.57	c INFO: collected features for HOME/instance-3378557-1305466192.cnf in 0.10 s
0.42/0.58	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.42/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
0.42/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.52/0.61	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.27)
396.18/99.86	c INFO: running march_hi@0 for 679 with 1100 remaining (b = 0.33)
400.14/100.83	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.30)
1560.96/391.81	c INFO: running march_hi@0 for 97 with 808 remaining (b = 0.06)
1571.72/394.53	c INFO: running march_hi@99 for 291 with 805 remaining (b = 0.17)
1952.67/490.06	c INFO: running march_hi@388 for 97 with 710 remaining (b = 0.07)
2346.81/588.88	c INFO: running kcnfs-2006@0 for 611 with 611 remaining (b = 0.25)
2754.80/691.15	c INFO: running march_hi@197 for 194 with 509 remaining (b = 0.11)
3123.81/783.61	c INFO: running march_hi@0 for 416 with 416 remaining (b = 0.18)
3135.75/786.63	c INFO: running march_hi@99 for 291 with 413 remaining (b = 0.12)
3520.22/883.07	c INFO: running march_hi@390 for 97 with 317 remaining (b = 0.05)
3922.67/983.97	c INFO: running march_hi@485 for 216 with 216 remaining (b = 0.09)
4295.99/1077.52	c INFO: running march_hi@490 for 122 with 122 remaining (b = 0.05)
4770.63/1196.54	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378557-1305466192/watcher-3378557-1305466192 -o /tmp/evaluation-result-3378557-1305466192/solver-3378557-1305466192 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378557-1305466192.cnf -seed 1038767376 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.02 8.24 8.01 5/356 19380
/proc/meminfo: memFree=19951648/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/19380/stat : 19380 (python) R 19378 19380 18093 0 -1 4202496 997 0 0 0 0 0 0 0 25 0 1 0 658217400 16629760 870 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19380/statm: 4060 870 368 364 0 547 0

[startup+0.0199039 s]
/proc/loadavg: 8.02 8.24 8.01 5/356 19380
/proc/meminfo: memFree=19951648/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/19380/stat : 19380 (python) S 19378 19380 18093 0 -1 4202496 1115 0 0 0 1 0 0 0 25 0 1 0 658217400 16789504 984 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/19380/statm: 4099 984 408 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100883 s]
/proc/loadavg: 8.02 8.24 8.01 5/356 19380
/proc/meminfo: memFree=19951648/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/19380/stat : 19380 (python) S 19378 19380 18093 0 -1 4202496 3066 0 0 0 5 2 0 0 17 0 1 0 658217400 106729472 2748 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 3 0 0 0
/proc/19380/statm: 26058 2750 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300804 s]
/proc/loadavg: 8.02 8.24 8.01 5/356 19380
/proc/meminfo: memFree=19951648/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=170752 CPUtime=0.24 cores=1,3,5,7
/proc/19380/stat : 19380 (python) S 19378 19380 18093 0 -1 4202496 6739 932 1 0 17 7 0 0 18 0 1 0 658217400 174850048 4807 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/19380/statm: 42688 4807 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 170752

[startup+0.700728 s]
/proc/loadavg: 8.02 8.24 8.01 5/356 19380
/proc/meminfo: memFree=19951648/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=320276 CPUtime=0.52 cores=1,3,5,7
/proc/19380/stat : 19380 (python) S 19378 19380 18093 0 -1 4202496 12223 932 1 0 42 10 0 0 22 0 5 0 658217400 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19380/statm: 80069 7258 1873 364 0 15978 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 320276

[startup+1.50059 s]
/proc/loadavg: 8.02 8.24 8.01 9/369 19397
/proc/meminfo: memFree=19909872/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=320276 CPUtime=0.52 cores=1,3,5,7
/proc/19380/stat : 19380 (python) S 19378 19380 18093 0 -1 4202496 12223 932 1 0 42 10 0 0 22 0 5 0 658217400 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19380/statm: 80069 7258 1873 364 0 15978 0
[pid=19386] ppid=19380 vsize=278568 CPUtime=0 cores=1,3,5,7
/proc/19386/stat : 19386 (python) S 19380 19380 18093 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658217458 285253632 5571 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912463 0 0 16781312 514 9193600289926545407 0 0 17 5 0 0 0
/proc/19386/statm: 69642 5571 354 364 0 5560 0
[pid=19388] ppid=19386 vsize=1017940 CPUtime=0.91 cores=1,3,5,7
/proc/19388/stat : 19388 (gnovelty+2) R 19386 19388 19388 0 -1 4202496 454 0 0 0 91 0 0 0 21 0 1 0 658217458 1042370560 192 33554432000 134512640 135663704 4290932400 18446744073709551615 134545605 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19388/statm: 254485 192 113 282 0 254201 0
[pid=19389] ppid=19380 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/19389/stat : 19389 (python) S 19380 19380 18093 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 658217459 296366080 5713 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 12481326149319753992 0 0 17 3 0 0 0
/proc/19389/statm: 72355 5713 348 364 0 8270 0
[pid=19391] ppid=19389 vsize=2744 CPUtime=0.9 cores=1,3,5,7
/proc/19391/stat : 19391 (march_hi) R 19389 19391 19391 0 -1 4202496 746 0 0 0 90 0 0 0 23 0 1 0 658217459 2809856 482 33554432000 4194304 4955518 140733822715600 18446744073709551615 4238449 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19391/statm: 686 482 104 186 0 499 0
[pid=19392] ppid=19380 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/19392/stat : 19392 (python) S 19380 19380 18093 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 658217460 306348032 5605 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 9193592593345150975 0 0 17 7 0 0 0
/proc/19392/statm: 74792 5605 348 364 0 10704 0
[pid=19394] ppid=19392 vsize=1017940 CPUtime=0.89 cores=1,3,5,7
/proc/19394/stat : 19394 (gnovelty+2) R 19392 19394 19394 0 -1 4202496 451 0 0 0 89 0 0 0 23 0 1 0 658217460 1042370560 192 33554432000 134512640 135663704 4290287200 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19394/statm: 254485 192 113 282 0 254201 0
[pid=19395] ppid=19380 vsize=310032 CPUtime=0 cores=1,3,5,7
/proc/19395/stat : 19395 (python) S 19380 19380 18093 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 658217461 317472768 5729 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 3359733704824946950 0 0 17 7 0 0 0
/proc/19395/statm: 77508 5729 348 364 0 13417 0
[pid=19397] ppid=19395 vsize=2744 CPUtime=0.87 cores=1,3,5,7
/proc/19397/stat : 19397 (march_hi) R 19395 19397 19397 0 -1 4202496 746 0 0 0 87 0 0 0 25 0 1 0 658217461 2809856 481 33554432000 4194304 4955518 140733935798944 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19397/statm: 686 481 104 186 0 499 0
[pid=19380/tid=19387] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19387/stat : 19387 (python) S 19378 19380 18093 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 658217458 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 5 0 0 0
[pid=19380/tid=19390] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19390/stat : 19390 (python) S 19378 19380 18093 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 658217459 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 5 0 0 0
[pid=19380/tid=19393] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19393/stat : 19393 (python) S 19378 19380 18093 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 5 0 658217460 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19396] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19396/stat : 19396 (python) S 19378 19380 18093 0 -1 4202560 26 932 0 0 0 0 0 0 22 0 5 0 658217461 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 3538832

[startup+3.1013 s]
/proc/loadavg: 8.02 8.24 8.01 9/369 19397
/proc/meminfo: memFree=19908884/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=320276 CPUtime=0.52 cores=1,3,5,7
/proc/19380/stat : 19380 (python) S 19378 19380 18093 0 -1 4202496 12223 932 1 0 42 10 0 0 22 0 5 0 658217400 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19380/statm: 80069 7258 1873 364 0 15978 0
[pid=19386] ppid=19380 vsize=278568 CPUtime=0 cores=1,3,5,7
/proc/19386/stat : 19386 (python) S 19380 19380 18093 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658217458 285253632 5571 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912463 0 0 16781312 514 9193600289926512900 0 0 17 5 0 0 0
/proc/19386/statm: 69642 5571 354 364 0 5560 0
[pid=19388] ppid=19386 vsize=1017940 CPUtime=2.51 cores=1,3,5,7
/proc/19388/stat : 19388 (gnovelty+2) R 19386 19388 19388 0 -1 4202496 454 0 0 0 251 0 0 0 25 0 1 0 658217458 1042370560 192 33554432000 134512640 135663704 4290932400 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19388/statm: 254485 192 113 282 0 254201 0
[pid=19389] ppid=19380 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/19389/stat : 19389 (python) S 19380 19380 18093 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 658217459 296366080 5713 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 12481326149319753992 0 0 17 3 0 0 0
/proc/19389/statm: 72355 5713 348 364 0 8270 0
[pid=19391] ppid=19389 vsize=3176 CPUtime=2.5 cores=1,3,5,7
/proc/19391/stat : 19391 (march_hi) R 19389 19391 19391 0 -1 4202496 814 0 0 0 250 0 0 0 25 0 1 0 658217459 3252224 550 33554432000 4194304 4955518 140733822715600 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19391/statm: 794 550 104 186 0 607 0
[pid=19392] ppid=19380 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/19392/stat : 19392 (python) S 19380 19380 18093 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658217460 306348032 5605 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 9193592593345118472 0 0 17 7 0 0 0
/proc/19392/statm: 74792 5605 348 364 0 10704 0
[pid=19394] ppid=19392 vsize=1017940 CPUtime=2.49 cores=1,3,5,7
/proc/19394/stat : 19394 (gnovelty+2) R 19392 19394 19394 0 -1 4202496 451 0 0 0 249 0 0 0 25 0 1 0 658217460 1042370560 192 33554432000 134512640 135663704 4290287200 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19394/statm: 254485 192 113 282 0 254201 0
[pid=19395] ppid=19380 vsize=310032 CPUtime=0 cores=1,3,5,7
/proc/19395/stat : 19395 (python) S 19380 19380 18093 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 658217461 317472768 5729 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 3359733704824946950 0 0 17 7 0 0 0
/proc/19395/statm: 77508 5729 348 364 0 13417 0
[pid=19397] ppid=19395 vsize=3176 CPUtime=2.45 cores=1,3,5,7
/proc/19397/stat : 19397 (march_hi) R 19395 19397 19397 0 -1 4202496 814 0 0 0 245 0 0 0 25 0 1 0 658217461 3252224 549 33554432000 4194304 4955518 140733935798944 18446744073709551615 4238322 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19397/statm: 794 549 104 186 0 607 0
[pid=19380/tid=19387] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19387/stat : 19387 (python) S 19378 19380 18093 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 658217458 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 5 0 0 0
[pid=19380/tid=19390] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19390/stat : 19390 (python) S 19378 19380 18093 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 658217459 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 5 0 0 0
[pid=19380/tid=19393] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19393/stat : 19393 (python) S 19378 19380 18093 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 5 0 658217460 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19396] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19396/stat : 19396 (python) S 19378 19380 18093 0 -1 4202560 26 932 0 0 0 0 0 0 22 0 5 0 658217461 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 3539696

[startup+6.30073 s]
/proc/loadavg: 8.10 8.25 8.01 10/369 19397
/proc/meminfo: memFree=19905192/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=320276 CPUtime=0.52 cores=1,3,5,7
/proc/19380/stat : 19380 (python) S 19378 19380 18093 0 -1 4202496 12223 932 1 0 42 10 0 0 22 0 5 0 658217400 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19380/statm: 80069 7258 1873 364 0 15978 0
[pid=19386] ppid=19380 vsize=278568 CPUtime=0 cores=1,3,5,7
/proc/19386/stat : 19386 (python) S 19380 19380 18093 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 658217458 285253632 5594 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912463 0 0 16781312 514 9193600289926512900 0 0 17 5 0 0 0
/proc/19386/statm: 69642 5594 377 364 0 5560 0
[pid=19388] ppid=19386 vsize=1017940 CPUtime=5.69 cores=1,3,5,7
/proc/19388/stat : 19388 (gnovelty+2) R 19386 19388 19388 0 -1 4202496 454 0 0 0 569 0 0 0 25 0 1 0 658217458 1042370560 192 33554432000 134512640 135663704 4290932400 18446744073709551615 134544193 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19388/statm: 254485 192 113 282 0 254201 0
[pid=19389] ppid=19380 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/19389/stat : 19389 (python) S 19380 19380 18093 0 -1 4202560 917 0 0 0 0 0 0 0 15 0 1 0 658217459 296366080 5736 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 12481326149319753992 0 0 17 3 0 0 0
/proc/19389/statm: 72355 5736 371 364 0 8270 0
[pid=19391] ppid=19389 vsize=3892 CPUtime=5.68 cores=1,3,5,7
/proc/19391/stat : 19391 (march_hi) R 19389 19391 19391 0 -1 4202496 962 0 0 0 568 0 0 0 25 0 1 0 658217459 3985408 698 33554432000 4194304 4955518 140733822715600 18446744073709551615 4298048 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19391/statm: 973 698 104 186 0 786 0
[pid=19392] ppid=19380 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/19392/stat : 19392 (python) S 19380 19380 18093 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 658217460 306348032 5628 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 9193592593345118472 0 0 17 7 0 0 0
/proc/19392/statm: 74792 5628 371 364 0 10704 0
[pid=19394] ppid=19392 vsize=1017940 CPUtime=5.69 cores=1,3,5,7
/proc/19394/stat : 19394 (gnovelty+2) R 19392 19394 19394 0 -1 4202496 451 0 0 0 569 0 0 0 25 0 1 0 658217460 1042370560 192 33554432000 134512640 135663704 4290287200 18446744073709551615 134545611 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19394/statm: 254485 192 113 282 0 254201 0
[pid=19395] ppid=19380 vsize=310032 CPUtime=0.01 cores=1,3,5,7
/proc/19395/stat : 19395 (python) S 19380 19380 18093 0 -1 4202560 907 0 0 0 1 0 0 0 15 0 1 0 658217461 317472768 5752 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 3359733704824946950 0 0 17 7 0 0 0
/proc/19395/statm: 77508 5752 371 364 0 13417 0
[pid=19397] ppid=19395 vsize=3892 CPUtime=5.58 cores=1,3,5,7
/proc/19397/stat : 19397 (march_hi) R 19395 19397 19397 0 -1 4202496 960 0 0 0 558 0 0 0 25 0 1 0 658217461 3985408 695 33554432000 4194304 4955518 140733935798944 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19397/statm: 973 695 104 186 0 786 0
[pid=19380/tid=19387] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19387/stat : 19387 (python) S 19378 19380 18093 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 5 0 658217458 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 5 0 0 0
[pid=19380/tid=19390] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19390/stat : 19390 (python) S 19378 19380 18093 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 658217459 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 5 0 0 0
[pid=19380/tid=19393] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19393/stat : 19393 (python) S 19378 19380 18093 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 5 0 658217460 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19396] ppid=19378 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19396/stat : 19396 (python) S 19378 19380 18093 0 -1 4202560 26 932 0 0 0 0 0 0 22 0 5 0 658217461 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 3541128

[startup+12.7006 s]
/proc/loadavg: 8.09 8.25 8.01 9/369 19397
/proc/meminfo: memFree=19899900/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=320276 CPUtime=0.52 cores=1,3,5,7
/proc/19380/stat : 19380 (python) S 19378 19380 18093 0 -1 4202496 12223 932 1 0 42 10 0 0 22 0 5 0 658217400 327962624 7258 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19380/statm: 80069 7258 1873 364 0 15978 0
[pid=19386] ppid=19380 vsize=278568 CPUtime=0.02 cores=1,3,5,7
/proc/19386/stat : 19386 (python) S 19380 19380 18093 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 658217458 285253632 5594 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912463 0 0 16781312 514 13523359702947168516 0 0 17 5 0 0 0
/proc/19386/statm: 69642 5594 377 364 0 5560 0
[pid=19388] ppid=19386 vsize=1017940 CPUtime=12.08 cores=1,3,5,7
/proc/19388/stat : 19388 (gnovelty+2) R 19386 19388 19388 0 -1 4202496 454 0 0 0 1208 0 0 0 25 0 1 0 658217458 1042370560 192 33554432000 134512640 135663704 4290932400 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19388/statm: 254485 192 113 282 0 254201 0
[pid=19389] ppid=19380 vsize=289420 CPUtime=0.02 cores=1,3,5,7

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


[startup+1196.3 s]
/proc/loadavg: 4.17 5.00 6.54 5/359 19472
/proc/meminfo: memFree=19679768/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=360988 CPUtime=0.61 cores=1,3,5,7
/proc/19380/stat : 19380 (python) S 19378 19380 18093 0 -1 4202496 16593 932 1 0 50 11 0 0 18 0 9 0 658217400 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19380/statm: 90247 7245 1890 364 0 26144 0
[pid=19386] ppid=19380 vsize=288812 CPUtime=0.24 cores=1,3,5,7
/proc/19386/stat : 19386 (python) S 19380 19380 18093 0 -1 4202560 1157 0 0 0 13 11 0 0 19 0 2 0 658217458 295743488 5638 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19386/statm: 72203 5638 416 364 0 8121 0
[pid=19388] ppid=19386 vsize=1017940 CPUtime=99.96 cores=1,3,5,7
/proc/19388/stat : 19388 (gnovelty+2) T 19386 19388 19388 0 -1 4202496 454 0 0 0 9996 0 0 0 25 0 1 0 658217458 1042370560 192 33554432000 134512640 135663704 4290932400 18446744073709551615 134525343 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19388/statm: 254485 192 113 282 0 254201 0
[pid=19386/tid=19404] ppid=19380 vsize=288812 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19404/stat : 19404 (python) S 19380 19380 18093 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658227482 295743488 5638 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604467938147008 0 0 -1 5 0 0 0
[pid=19389] ppid=19380 vsize=289420 CPUtime=2.07 cores=1,3,5,7
/proc/19389/stat : 19389 (python) S 19380 19380 18093 0 -1 4202560 1145 0 0 0 108 99 0 0 15 0 2 0 658217459 296366080 5766 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19389/statm: 72355 5766 400 364 0 8270 0
[pid=19391] ppid=19389 vsize=129080 CPUtime=795.15 cores=1,3,5,7
/proc/19391/stat : 19391 (march_hi) R 19389 19391 19391 0 -1 4202496 27493 0 0 0 79508 7 0 0 25 0 1 0 658217459 132177920 27229 33554432000 4194304 4955518 140733822715600 18446744073709551615 4227677 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19391/statm: 32270 27229 104 186 0 32083 0
[pid=19389/tid=19424] ppid=19380 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/19389/task/19424/stat : 19424 (python) S 19380 19380 18093 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658256580 296366080 5766 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604467938146112 0 0 -1 3 0 0 0
[pid=19392] ppid=19380 vsize=299168 CPUtime=0.24 cores=1,3,5,7
/proc/19392/stat : 19392 (python) S 19380 19380 18093 0 -1 4202560 1081 0 0 0 13 11 0 0 19 0 2 0 658217460 306348032 5658 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19392/statm: 74792 5658 400 364 0 10704 0
[pid=19394] ppid=19392 vsize=1017940 CPUtime=99.24 cores=1,3,5,7
/proc/19394/stat : 19394 (gnovelty+2) T 19392 19394 19394 0 -1 4202496 451 0 0 0 9924 0 0 0 25 0 1 0 658217460 1042370560 192 33554432000 134512640 135663704 4290287200 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19394/statm: 254485 192 113 282 0 254201 0
[pid=19392/tid=19400] ppid=19380 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/19392/task/19400/stat : 19400 (python) S 19380 19380 18093 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658227385 306348032 5658 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604467938145216 0 0 -1 1 0 0 0
[pid=19395] ppid=19380 vsize=310032 CPUtime=2.3 cores=1,3,5,7
/proc/19395/stat : 19395 (python) S 19380 19380 18093 0 -1 4202560 1152 0 0 0 121 109 0 0 15 0 2 0 658217461 317472768 5782 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19395/statm: 77508 5782 400 364 0 13417 0
[pid=19397] ppid=19395 vsize=173280 CPUtime=873.55 cores=1,3,5,7
/proc/19397/stat : 19397 (march_hi) T 19395 19397 19397 0 -1 4202496 30098 0 0 0 87350 5 0 0 25 0 1 0 658217461 177438720 29833 33554432000 4194304 4955518 140733935798944 18446744073709551615 4224619 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19397/statm: 43320 29833 104 186 0 43133 0
[pid=19395/tid=19425] ppid=19380 vsize=310032 CPUtime=0 cores=1,3,5,7
/proc/19395/task/19425/stat : 19425 (python) S 19380 19380 18093 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658256852 317472768 5782 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604467922616768 0 0 -1 7 0 0 0
[pid=19401] ppid=19380 vsize=320288 CPUtime=2.5 cores=1,3,5,7
/proc/19401/stat : 19401 (python) S 19380 19380 18093 0 -1 4202560 1144 0 0 0 129 121 0 0 15 0 2 0 658227386 327974912 5786 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19401/statm: 80072 5786 400 364 0 15978 0
[pid=19403] ppid=19401 vsize=173412 CPUtime=973.03 cores=1,3,5,7
/proc/19403/stat : 19403 (march_hi) T 19401 19403 19403 0 -1 4202496 33328 0 0 0 97295 8 0 0 25 0 1 0 658227386 177573888 33068 33554432000 4194304 4955518 140735021012608 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19403/statm: 43353 33068 104 186 0 43166 0
[pid=19401/tid=19461] ppid=19380 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/19401/task/19461/stat : 19461 (python) S 19380 19380 18093 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658296063 327974912 5786 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604458506675136 0 0 -1 5 0 0 0
[pid=19405] ppid=19380 vsize=330020 CPUtime=2.32 cores=1,3,5,7
/proc/19405/stat : 19405 (python) S 19380 19380 18093 0 -1 4202560 1141 0 0 0 117 115 0 0 15 0 2 0 658227483 337940480 5691 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19405/statm: 82505 5691 400 364 0 18408 0
[pid=19407] ppid=19405 vsize=173412 CPUtime=900.15 cores=1,3,5,7
/proc/19407/stat : 19407 (march_hi) R 19405 19407 19407 0 -1 4202496 30982 0 0 0 90008 7 0 0 25 0 1 0 658227483 177573888 30720 33554432000 4194304 4955518 140735094567824 18446744073709551615 4209793 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19407/statm: 43353 30720 104 186 0 43166 0
[pid=19405/tid=19457] ppid=19380 vsize=330020 CPUtime=0 cores=1,3,5,7
/proc/19405/task/19457/stat : 19457 (python) S 19380 19380 18093 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658295761 337940480 5691 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604458506674240 0 0 -1 1 0 0 0
[pid=19431] ppid=19380 vsize=340984 CPUtime=1.52 cores=1,3,5,7
/proc/19431/stat : 19431 (python) S 19380 19380 18093 0 -1 4202560 1000 0 0 0 81 71 0 0 18 0 1 0 658276288 349167616 5819 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 13523359702947168517 0 0 17 7 0 0 0
/proc/19431/statm: 85246 5819 380 364 0 21146 0
[pid=19433] ppid=19431 vsize=182580 CPUtime=604.98 cores=1,3,5,7
/proc/19433/stat : 19433 (kcnfs-2006) R 19431 19433 19433 0 -1 4202496 650 0 0 0 60498 0 0 0 25 0 1 0 658276289 186961920 389 33554432000 134512640 135163436 4288719504 18446744073709551615 134628660 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19433/statm: 45645 389 77 159 0 45485 0
[pid=19458] ppid=19380 vsize=351240 CPUtime=1.06 cores=1,3,5,7
/proc/19458/stat : 19458 (python) S 19380 19380 18093 0 -1 4202560 1033 0 0 0 56 50 0 0 15 0 1 0 658295761 359669760 5825 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 13523359702947168518 0 0 17 5 0 0 0
/proc/19458/statm: 87810 5825 377 364 0 23707 0
[pid=19460] ppid=19458 vsize=80768 CPUtime=410.91 cores=1,3,5,7
/proc/19460/stat : 19460 (march_hi) R 19458 19460 19460 0 -1 4202496 14905 0 0 0 41088 3 0 0 25 0 1 0 658295762 82706432 14641 33554432000 4194304 4955518 140735725328096 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19460/statm: 20192 14641 104 186 0 20005 0
[pid=19380/tid=19387] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19387/stat : 19387 (python) S 19378 19380 18093 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 658217458 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 5 0 0 0
[pid=19380/tid=19390] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19390/stat : 19390 (python) S 19378 19380 18093 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 658217459 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 5 0 0 0
[pid=19380/tid=19393] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19393/stat : 19393 (python) S 19378 19380 18093 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 9 0 658217460 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19396] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19396/stat : 19396 (python) S 19378 19380 18093 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 9 0 658217461 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19402] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19402/stat : 19402 (python) S 19378 19380 18093 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 9 0 658227386 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19406] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19406/stat : 19406 (python) S 19378 19380 18093 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 9 0 658227483 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19432] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19432/stat : 19432 (python) S 19378 19380 18093 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 658276288 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19459] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19459/stat : 19459 (python) S 19378 19380 18093 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 658295761 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4769.83
Current children cumulated vsize (KiB) 5839364

[startup+1196.5 s]
/proc/loadavg: 4.17 5.00 6.54 5/359 19472
/proc/meminfo: memFree=19679768/32951124 swapFree=66457188/67111528
[pid=19380] ppid=19378 vsize=360988 CPUtime=0.61 cores=1,3,5,7
/proc/19380/stat : 19380 (python) S 19378 19380 18093 0 -1 4202496 16593 932 1 0 50 11 0 0 18 0 9 0 658217400 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19380/statm: 90247 7245 1890 364 0 26144 0
[pid=19386] ppid=19380 vsize=288812 CPUtime=0.24 cores=1,3,5,7
/proc/19386/stat : 19386 (python) S 19380 19380 18093 0 -1 4202560 1157 0 0 0 13 11 0 0 19 0 2 0 658217458 295743488 5638 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19386/statm: 72203 5638 416 364 0 8121 0
[pid=19388] ppid=19386 vsize=1017940 CPUtime=99.96 cores=1,3,5,7
/proc/19388/stat : 19388 (gnovelty+2) T 19386 19388 19388 0 -1 4202496 454 0 0 0 9996 0 0 0 25 0 1 0 658217458 1042370560 192 33554432000 134512640 135663704 4290932400 18446744073709551615 134525343 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/19388/statm: 254485 192 113 282 0 254201 0
[pid=19386/tid=19404] ppid=19380 vsize=288812 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19404/stat : 19404 (python) S 19380 19380 18093 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 658227482 295743488 5638 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604467938147008 0 0 -1 5 0 0 0
[pid=19389] ppid=19380 vsize=289420 CPUtime=2.07 cores=1,3,5,7
/proc/19389/stat : 19389 (python) S 19380 19380 18093 0 -1 4202560 1145 0 0 0 108 99 0 0 15 0 2 0 658217459 296366080 5766 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19389/statm: 72355 5766 400 364 0 8270 0
[pid=19391] ppid=19389 vsize=129080 CPUtime=795.35 cores=1,3,5,7
/proc/19391/stat : 19391 (march_hi) R 19389 19391 19391 0 -1 4202496 27499 0 0 0 79528 7 0 0 25 0 1 0 658217459 132177920 27235 33554432000 4194304 4955518 140733822715600 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19391/statm: 32270 27235 104 186 0 32083 0
[pid=19389/tid=19424] ppid=19380 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/19389/task/19424/stat : 19424 (python) S 19380 19380 18093 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658256580 296366080 5766 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604467938146112 0 0 -1 3 0 0 0
[pid=19392] ppid=19380 vsize=299168 CPUtime=0.24 cores=1,3,5,7
/proc/19392/stat : 19392 (python) S 19380 19380 18093 0 -1 4202560 1081 0 0 0 13 11 0 0 19 0 2 0 658217460 306348032 5658 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19392/statm: 74792 5658 400 364 0 10704 0
[pid=19394] ppid=19392 vsize=1017940 CPUtime=99.24 cores=1,3,5,7
/proc/19394/stat : 19394 (gnovelty+2) T 19392 19394 19394 0 -1 4202496 451 0 0 0 9924 0 0 0 25 0 1 0 658217460 1042370560 192 33554432000 134512640 135663704 4290287200 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19394/statm: 254485 192 113 282 0 254201 0
[pid=19392/tid=19400] ppid=19380 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/19392/task/19400/stat : 19400 (python) S 19380 19380 18093 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658227385 306348032 5658 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604467938145216 0 0 -1 1 0 0 0
[pid=19395] ppid=19380 vsize=310032 CPUtime=2.3 cores=1,3,5,7
/proc/19395/stat : 19395 (python) S 19380 19380 18093 0 -1 4202560 1152 0 0 0 121 109 0 0 15 0 2 0 658217461 317472768 5782 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/19395/statm: 77508 5782 400 364 0 13417 0
[pid=19397] ppid=19395 vsize=173280 CPUtime=873.55 cores=1,3,5,7
/proc/19397/stat : 19397 (march_hi) T 19395 19397 19397 0 -1 4202496 30098 0 0 0 87350 5 0 0 25 0 1 0 658217461 177438720 29833 33554432000 4194304 4955518 140733935798944 18446744073709551615 4224619 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19397/statm: 43320 29833 104 186 0 43133 0
[pid=19395/tid=19425] ppid=19380 vsize=310032 CPUtime=0 cores=1,3,5,7
/proc/19395/task/19425/stat : 19425 (python) S 19380 19380 18093 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658256852 317472768 5782 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604467922616768 0 0 -1 7 0 0 0
[pid=19401] ppid=19380 vsize=320288 CPUtime=2.5 cores=1,3,5,7
/proc/19401/stat : 19401 (python) S 19380 19380 18093 0 -1 4202560 1144 0 0 0 129 121 0 0 15 0 2 0 658227386 327974912 5786 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19401/statm: 80072 5786 400 364 0 15978 0
[pid=19403] ppid=19401 vsize=173412 CPUtime=973.03 cores=1,3,5,7
/proc/19403/stat : 19403 (march_hi) T 19401 19403 19403 0 -1 4202496 33328 0 0 0 97295 8 0 0 25 0 1 0 658227386 177573888 33068 33554432000 4194304 4955518 140735021012608 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19403/statm: 43353 33068 104 186 0 43166 0
[pid=19401/tid=19461] ppid=19380 vsize=320288 CPUtime=0 cores=1,3,5,7
/proc/19401/task/19461/stat : 19461 (python) S 19380 19380 18093 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658296063 327974912 5786 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604458506675136 0 0 -1 5 0 0 0
[pid=19405] ppid=19380 vsize=330020 CPUtime=2.33 cores=1,3,5,7
/proc/19405/stat : 19405 (python) R 19380 19380 18093 0 -1 4202560 1141 0 0 0 118 115 0 0 15 0 2 0 658227483 337940480 5691 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335935623 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19405/statm: 82506 5691 400 364 0 18409 0
[pid=19407] ppid=19405 vsize=173412 CPUtime=900.34 cores=1,3,5,7
/proc/19407/stat : 19407 (march_hi) R 19405 19407 19407 0 -1 4202496 30988 0 0 0 90027 7 0 0 25 0 1 0 658227483 177573888 30726 33554432000 4194304 4955518 140735094567824 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19407/statm: 43353 30726 104 186 0 43166 0
[pid=19405/tid=19457] ppid=19380 vsize=330024 CPUtime=0 cores=1,3,5,7
/proc/19405/task/19457/stat : 19457 (python) S 19380 19380 18093 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658295761 337944576 5691 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 514 18446604458506674240 0 0 -1 1 0 0 0
[pid=19431] ppid=19380 vsize=340984 CPUtime=1.52 cores=1,3,5,7
/proc/19431/stat : 19431 (python) S 19380 19380 18093 0 -1 4202560 1000 0 0 0 81 71 0 0 18 0 1 0 658276288 349167616 5819 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 13523359702947168517 0 0 17 7 0 0 0
/proc/19431/statm: 85246 5819 380 364 0 21146 0
[pid=19433] ppid=19431 vsize=182580 CPUtime=605.18 cores=1,3,5,7
/proc/19433/stat : 19433 (kcnfs-2006) R 19431 19433 19433 0 -1 4202496 650 0 0 0 60518 0 0 0 25 0 1 0 658276289 186961920 389 33554432000 134512640 135163436 4288719504 18446744073709551615 134581689 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19433/statm: 45645 389 77 159 0 45485 0
[pid=19458] ppid=19380 vsize=351240 CPUtime=1.06 cores=1,3,5,7
/proc/19458/stat : 19458 (python) S 19380 19380 18093 0 -1 4202560 1033 0 0 0 56 50 0 0 15 0 1 0 658295761 359669760 5825 33554432000 4194304 5683644 140736320558992 18446744073709551615 232335912518 0 0 16781312 514 13523359702947168518 0 0 17 5 0 0 0
/proc/19458/statm: 87810 5825 377 364 0 23707 0
[pid=19460] ppid=19458 vsize=80768 CPUtime=411.11 cores=1,3,5,7
/proc/19460/stat : 19460 (march_hi) R 19458 19460 19460 0 -1 4202496 14909 0 0 0 41108 3 0 0 25 0 1 0 658295762 82706432 14645 33554432000 4194304 4955518 140735725328096 18446744073709551615 4238743 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19460/statm: 20192 14645 104 186 0 20005 0
[pid=19380/tid=19387] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19387/stat : 19387 (python) S 19378 19380 18093 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 658217458 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 5 0 0 0
[pid=19380/tid=19390] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19390/stat : 19390 (python) S 19378 19380 18093 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 658217459 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 5 0 0 0
[pid=19380/tid=19393] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19393/stat : 19393 (python) S 19378 19380 18093 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 9 0 658217460 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19396] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19396/stat : 19396 (python) S 19378 19380 18093 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 9 0 658217461 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19402] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19402/stat : 19402 (python) S 19378 19380 18093 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 9 0 658227386 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19406] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19406/stat : 19406 (python) S 19378 19380 18093 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 9 0 658227483 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19432] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19432/stat : 19432 (python) S 19378 19380 18093 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 658276288 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
[pid=19380/tid=19459] ppid=19378 vsize=360988 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19459/stat : 19459 (python) S 19378 19380 18093 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 658295761 369651712 7245 33554432000 4194304 5683644 140736320558992 18446744073709551615 232347716017 0 0 16781312 2 18446604458506676032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4770.63
Current children cumulated vsize (KiB) 5839364

Child status: 0
Real time (s): 1196.56
CPU time (s): 4770.97
CPU user time (s): 4764.56
CPU system time (s): 6.40603
CPU usage (%): 398.724
Max. virtual memory (cumulated for all children) (KiB): 5839364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4764.56
system time used= 6.40603
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169192
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= 7373
involuntary context switches= 28650

runsolver used 4.16837 second user time and 9.26459 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 15:29:52
IDJOB=3378557
IDBENCH=82966
IDSOLVER=1859
FILE ID=node132/3378557-1305466192
RUNJOBID= node132-1305463312-18112
PBS_JOBID= 13324991
Free space on /tmp= 73312 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S29470018-050.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-3378557-1305466192/watcher-3378557-1305466192 -o /tmp/evaluation-result-3378557-1305466192/solver-3378557-1305466192 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378557-1305466192.cnf -seed 1038767376 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 27350cd58dd0500df065558763d7d963
RANDOM SEED=1038767376

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19951812 kB
Buffers:        306796 kB
Cached:        5997592 kB
SwapCached:       6904 kB
Active:        6240644 kB
Inactive:      6431388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19951812 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           31876 kB
Writeback:           0 kB
AnonPages:     6365332 kB
Mapped:          29364 kB
Slab:           227380 kB
PageTables:      35720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 60910660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73312 MiB
End job on node132 at 2011-05-15 15:49:49