Trace number 3322074

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 2140.91 315.027

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S2051088205-036.UNKNOWN.cnf
MD5SUM901aadbc76f4961d582bc9856b3c63b3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark299.271
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.29/10.37	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/10.37	c INFO: solving HOME/instance-3322074-1304372737.cnf
0.29/10.37	c INFO: computing task features
0.29/10.38	c INFO: computed variable-clause graph statistics
0.29/10.38	c INFO: computed clause balance statistics
0.39/10.44	c INFO: computed variable balance statistics
0.39/10.47	c INFO: computed small-clause counts
0.39/10.47	c INFO: computed Horn-clause counts
0.39/10.47	c INFO: computed variable graph statistics
0.39/10.47	c INFO: collected features for HOME/instance-3322074-1304372737.cnf in 0.10 s
0.49/10.51	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.62)
0.49/10.55	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.19)
0.49/10.59	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.58/10.63	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.29)
0.58/10.66	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.26)
0.68/10.70	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.27)
0.68/10.74	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.68/10.78	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
784.27/122.82	c INFO: running kcnfs-2006@0 for 582 with 39887 remaining (b = 0.21)
826.90/128.92	c INFO: running kcnfs-2006@0 for 582 with 39881 remaining (b = 0.19)
1604.29/240.33	c INFO: running march_hi@0 for 97 with 39770 remaining (b = 0.04)
2140.79/315.00	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 9.23 9.24 9.28 2/343 6624
/proc/meminfo: memFree=26454348/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=15776 CPUtime=0 cores=0-7
/proc/6624/stat : 6624 (python) S 6622 6624 5551 0 -1 4202496 895 0 0 0 0 0 0 0 25 0 1 0 548872404 16154624 777 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/6624/statm: 3944 777 343 364 0 431 0

[startup+0.0947259 s]
/proc/loadavg: 9.23 9.24 9.28 2/343 6624
/proc/meminfo: memFree=26454348/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=101740 CPUtime=0.06 cores=0-7
/proc/6624/stat : 6624 (python) R 6622 6624 5551 0 -1 4202496 2930 0 0 0 5 1 0 0 17 0 1 0 548872404 104181760 2626 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970548224 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/6624/statm: 25435 2626 837 364 0 1735 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101740

[startup+0.100723 s]
/proc/loadavg: 9.23 9.24 9.28 2/343 6624
/proc/meminfo: memFree=26454348/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=104224 CPUtime=0.06 cores=0-7
/proc/6624/stat : 6624 (python) S 6622 6624 5551 0 -1 4202496 3058 0 0 0 5 1 0 0 17 0 1 0 548872404 106725376 2741 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/6624/statm: 26056 2741 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300651 s]
/proc/loadavg: 9.23 9.24 9.28 2/343 6624
/proc/meminfo: memFree=26454348/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=157380 CPUtime=0.21 cores=0-7
/proc/6624/stat : 6624 (python) D 6622 6624 5551 0 -1 4202496 6587 934 1 0 16 5 0 0 18 0 1 0 548872404 161157120 4695 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970555959 0 0 16781312 2 18446744071562154983 0 0 17 6 0 0 0
/proc/6624/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 157380

[startup+0.700582 s]
/proc/loadavg: 9.23 9.24 9.28 2/343 6624
/proc/meminfo: memFree=26454348/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=185088 CPUtime=0.21 cores=0-7
/proc/6624/stat : 6624 (python) D 6622 6624 5551 0 -1 4202496 6762 934 1 0 16 5 0 0 17 0 1 0 548872404 189530112 4827 33554432000 4194304 5683644 140736034359584 18446744073709551615 242965626503 0 0 16781312 2 18446744071696489144 0 0 17 6 0 0 27
/proc/6624/statm: 46272 4827 1349 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 185088

[startup+1.50048 s]
/proc/loadavg: 8.65 9.12 9.24 3/344 6629
/proc/meminfo: memFree=26438592/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=185088 CPUtime=0.21 cores=0-7
/proc/6624/stat : 6624 (python) D 6622 6624 5551 0 -1 4202496 6762 934 1 0 16 5 0 0 17 0 1 0 548872404 189530112 4827 33554432000 4194304 5683644 140736034359584 18446744073709551615 242965626503 0 0 16781312 2 18446744071696489144 0 0 17 6 0 0 27
/proc/6624/statm: 46272 4827 1349 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 185088

[startup+3.1002 s]
/proc/loadavg: 8.65 9.12 9.24 2/344 6629
/proc/meminfo: memFree=26438220/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=185088 CPUtime=0.21 cores=0-7
/proc/6624/stat : 6624 (python) D 6622 6624 5551 0 -1 4202496 6762 934 1 0 16 5 0 0 17 0 1 0 548872404 189530112 4827 33554432000 4194304 5683644 140736034359584 18446744073709551615 242965626503 0 0 16781312 2 18446744071696489144 0 0 17 6 0 0 27
/proc/6624/statm: 46272 4827 1349 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 185088
heavy processes:

[startup+6.30065 s]
/proc/loadavg: 8.28 9.03 9.21 2/344 6629
/proc/meminfo: memFree=26438576/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=185088 CPUtime=0.21 cores=0-7
/proc/6624/stat : 6624 (python) D 6622 6624 5551 0 -1 4202496 6762 934 1 0 16 5 0 0 17 0 1 0 548872404 189530112 4827 33554432000 4194304 5683644 140736034359584 18446744073709551615 242965626503 0 0 16781312 2 18446744071696489144 0 0 17 6 0 0 27
/proc/6624/statm: 46272 4827 1349 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 185088
heavy processes:

[startup+12.7015 s]
/proc/loadavg: 7.94 8.95 9.18 10/368 6653
/proc/meminfo: memFree=26396768/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=361224 CPUtime=0.77 cores=0-7
/proc/6624/stat : 6624 (python) S 6622 6624 5551 0 -1 4202496 15689 934 1 0 68 9 0 0 20 0 9 0 548872404 369893376 7271 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 27
/proc/6624/statm: 90306 7271 1889 364 0 26203 0
[pid=6630] ppid=6624 vsize=278584 CPUtime=0 cores=0-7
/proc/6630/stat : 6630 (python) S 6624 6624 5551 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 548873455 285270016 5559 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570255 0 0 16781312 514 13756715107318989057 0 0 17 4 0 0 0
/proc/6630/statm: 69646 5559 354 364 0 5564 0
[pid=6632] ppid=6630 vsize=1017800 CPUtime=1.26 cores=0-7
/proc/6632/stat : 6632 (gnovelty+2) R 6630 6632 6632 0 -1 4202496 437 0 0 0 126 0 0 0 22 0 1 0 548873456 1042227200 172 33554432000 134512640 135663704 4288681728 18446744073709551615 134544193 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6632/statm: 254450 172 113 282 0 254166 0
[pid=6633] ppid=6624 vsize=289276 CPUtime=0 cores=0-7
/proc/6633/stat : 6633 (python) S 6624 6624 5551 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 548873459 296218624 5676 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 12025486220629868801 0 0 17 4 0 0 0
/proc/6633/statm: 72319 5676 348 364 0 8234 0
[pid=6635] ppid=6633 vsize=1560 CPUtime=2.14 cores=0-7
/proc/6635/stat : 6635 (march_hi) R 6633 6635 6635 0 -1 4202496 509 0 0 0 214 0 0 0 25 0 1 0 548873460 1597440 242 33554432000 4194304 4955518 140734450345200 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6635/statm: 390 242 106 186 0 203 0
[pid=6636] ppid=6624 vsize=299532 CPUtime=0 cores=0-7
/proc/6636/stat : 6636 (python) S 6624 6624 5551 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 548873463 306720768 5680 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 7499103337942319364 0 0 17 4 0 0 0
/proc/6636/statm: 74883 5680 348 364 0 10795 0
[pid=6638] ppid=6636 vsize=1017800 CPUtime=2.07 cores=0-7
/proc/6638/stat : 6638 (gnovelty+2) R 6636 6638 6638 0 -1 4202496 436 0 0 0 207 0 0 0 25 0 1 0 548873463 1042227200 172 33554432000 134512640 135663704 4290700784 18446744073709551615 134525473 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6638/statm: 254450 172 113 282 0 254166 0
[pid=6639] ppid=6624 vsize=309788 CPUtime=0 cores=0-7
/proc/6639/stat : 6639 (python) S 6624 6624 5551 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 548873467 317222912 5684 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 10022549868775440641 0 0 17 4 0 0 0
/proc/6639/statm: 77447 5684 348 364 0 13356 0
[pid=6641] ppid=6639 vsize=1560 CPUtime=2.02 cores=0-7
/proc/6641/stat : 6641 (march_hi) R 6639 6641 6641 0 -1 4202496 506 0 0 0 202 0 0 0 25 0 1 0 548873467 1597440 242 33554432000 4194304 4955518 140734826855856 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6641/statm: 390 242 106 186 0 203 0
[pid=6642] ppid=6624 vsize=320044 CPUtime=0 cores=0-7
/proc/6642/stat : 6642 (python) S 6624 6624 5551 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 548873471 327725056 5697 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 13518750554498498817 0 0 17 2 0 0 0
/proc/6642/statm: 80011 5697 348 364 0 15917 0
[pid=6644] ppid=6642 vsize=1560 CPUtime=2.02 cores=0-7
/proc/6644/stat : 6644 (march_hi) R 6642 6644 6644 0 -1 4202496 507 0 0 0 202 0 0 0 25 0 1 0 548873471 1597440 242 33554432000 4194304 4955518 140737443317680 18446744073709551615 4261678 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6644/statm: 390 242 106 186 0 203 0
[pid=6645] ppid=6624 vsize=330468 CPUtime=0 cores=0-7
/proc/6645/stat : 6645 (python) S 6624 6624 5551 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 548873475 338399232 5718 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 3461649636626759937 0 0 17 6 0 0 0
/proc/6645/statm: 82617 5718 348 364 0 18520 0
[pid=6647] ppid=6645 vsize=1560 CPUtime=1.94 cores=0-7
/proc/6647/stat : 6647 (march_hi) R 6645 6647 6647 0 -1 4202496 507 0 0 0 194 0 0 0 25 0 1 0 548873475 1597440 242 33554432000 4194304 4955518 140733856393856 18446744073709551615 4296980 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6647/statm: 390 242 106 186 0 203 0
[pid=6648] ppid=6624 vsize=340724 CPUtime=0 cores=0-7
/proc/6648/stat : 6648 (python) S 6624 6624 5551 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 548873479 348901376 5722 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 11157945158035538177 0 0 17 6 0 0 0
/proc/6648/statm: 85181 5722 348 364 0 21081 0
[pid=6650] ppid=6648 vsize=1560 CPUtime=1.94 cores=0-7
/proc/6650/stat : 6650 (march_hi) R 6648 6650 6650 0 -1 4202496 506 0 0 0 194 0 0 0 25 0 1 0 548873479 1597440 242 33554432000 4194304 4955518 140736067380944 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6650/statm: 390 242 106 186 0 203 0
[pid=6651] ppid=6624 vsize=350980 CPUtime=0 cores=0-7
/proc/6651/stat : 6651 (python) S 6624 6624 5551 0 -1 4202560 823 0 0 0 0 0 0 0 15 0 1 0 548873483 359403520 5732 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 12025477424536846594 0 0 17 4 0 0 0
/proc/6651/statm: 87745 5732 354 364 0 23642 0
[pid=6653] ppid=6651 vsize=1560 CPUtime=0.91 cores=0-7
/proc/6653/stat : 6653 (march_hi) R 6651 6653 6653 0 -1 4202496 513 0 0 0 91 0 0 0 23 0 1 0 548873483 1597440 241 33554432000 4194304 4955518 140734145380864 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6653/statm: 390 241 106 186 0 203 0
[pid=6624/tid=6631] ppid=6622 vsize=361224 CPUtime=0 cores=0-7
/proc/6624/task/6631/stat : 6631 (python) S 6622 6624 5551 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 9 0 548873456 369893376 7271 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6634] ppid=6622 vsize=361224 CPUtime=0 cores=0-7
/proc/6624/task/6634/stat : 6634 (python) S 6622 6624 5551 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 548873459 369893376 7271 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6637] ppid=6622 vsize=361224 CPUtime=0 cores=0-7
/proc/6624/task/6637/stat : 6637 (python) S 6622 6624 5551 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 9 0 548873463 369893376 7271 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6640] ppid=6622 vsize=361224 CPUtime=0 cores=0-7
/proc/6624/task/6640/stat : 6640 (python) S 6622 6624 5551 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 548873467 369893376 7271 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6643] ppid=6622 vsize=361224 CPUtime=0 cores=0-7
/proc/6624/task/6643/stat : 6643 (python) S 6622 6624 5551 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 548873471 369893376 7271 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 2 0 0 0
[pid=6624/tid=6646] ppid=6622 vsize=361224 CPUtime=0 cores=0-7
/proc/6624/task/6646/stat : 6646 (python) S 6622 6624 5551 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 548873475 369893376 7271 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 6 0 0 0
[pid=6624/tid=6649] ppid=6622 vsize=361224 CPUtime=0 cores=0-7
/proc/6624/task/6649/stat : 6649 (python) S 6622 6624 5551 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 9 0 548873479 369893376 7271 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 6 0 0 0
[pid=6624/tid=6652] ppid=6622 vsize=361224 CPUtime=0 cores=0-7
/proc/6624/task/6652/stat : 6652 (python) S 6622 6624 5551 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 548873483 369893376 7271 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 4925580

[startup+25.5013 s]
/proc/loadavg: 8.33 8.99 9.19 10/368 6653
/proc/meminfo: memFree=26396008/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=361224 CPUtime=0.77 cores=0-7
/proc/6624/stat : 6624 (python) S 6622 6624 5551 0 -1 4202496 15689 934 1 0 68 9 0 0 20 0 9 0 548872404 369893376 7271 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 27
/proc/6624/statm: 90306 7271 1889 364 0 26203 0
[pid=6630] ppid=6624 vsize=278584 CPUtime=0.02 cores=0-7
/proc/6630/stat : 6630 (python) S 6624 6624 5551 0 -1 4202560 896 0 0 0 1 1 0 0 18 0 1 0 548873455 285270016 5582 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570255 0 0 16781312 514 10491803835029225729 0 0 17 4 0 0 0
/proc/6630/statm: 69646 5582 377 364 0 5564 0
[pid=6632] ppid=6630 vsize=1017800 CPUtime=7.66 cores=0-7
/proc/6632/stat : 6632 (gnovelty+2) R 6630 6632 6632 0 -1 4202496 437 0 0 0 766 0 0 0 25 0 1 0 548873456 1042227200 172 33554432000 134512640 135663704 4288681728 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6632/statm: 254450 172 113 282 0 254166 0
[pid=6633] ppid=6624 vsize=289276 CPUtime=0.03 cores=0-7
/proc/6633/stat : 6633 (python) S 6624 6624 5551 0 -1 4202560 911 0 0 0 2 1 0 0 15 0 1 0 548873459 296218624 5699 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 12025486220629868801 0 0 17 0 0 0 0
/proc/6633/statm: 72319 5699 371 364 0 8234 0
[pid=6635] ppid=6633 vsize=1988 CPUtime=14.89 cores=0-7
/proc/6635/stat : 6635 (march_hi) R 6633 6635 6635 0 -1 4202496 618 0 0 0 1489 0 0 0 25 0 1 0 548873460 2035712 332 33554432000 4194304 4955518 140734450345200 18446744073709551615 4208802 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6635/statm: 497 332 106 186 0 310 0
[pid=6636] ppid=6624 vsize=299532 CPUtime=0.02 cores=0-7
/proc/6636/stat : 6636 (python) S 6624 6624 5551 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 548873463 306720768 5703 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 10491803835029225732 0 0 17 4 0 0 0
/proc/6636/statm: 74883 5703 371 364 0 10795 0
[pid=6638] ppid=6636 vsize=1017800 CPUtime=14.73 cores=0-7
/proc/6638/stat : 6638 (gnovelty+2) R 6636 6638 6638 0 -1 4202496 436 0 0 0 1473 0 0 0 25 0 1 0 548873463 1042227200 172 33554432000 134512640 135663704 4290700784 18446744073709551615 134524901 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6638/statm: 254450 172 113 282 0 254166 0
[pid=6639] ppid=6624 vsize=309788 CPUtime=0.05 cores=0-7
/proc/6639/stat : 6639 (python) S 6624 6624 5551 0 -1 4202560 947 0 0 0 3 2 0 0 15 0 1 0 548873467 317222912 5707 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 10022549868775440641 0 0 17 4 0 0 0
/proc/6639/statm: 77447 5707 371 364 0 13356 0
[pid=6641] ppid=6639 vsize=1988 CPUtime=14.66 cores=0-7
/proc/6641/stat : 6641 (march_hi) R 6639 6641 6641 0 -1 4202496 614 0 0 0 1466 0 0 0 25 0 1 0 548873467 2035712 331 33554432000 4194304 4955518 140734826855856 18446744073709551615 4208784 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6641/statm: 497 331 106 186 0 310 0
[pid=6642] ppid=6624 vsize=320044 CPUtime=0.02 cores=0-7
/proc/6642/stat : 6642 (python) S 6624 6624 5551 0 -1 4202560 955 0 0 0 1 1 0 0 15 0 1 0 548873471 327725056 5720 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 13518750554498498817 0 0 17 2 0 0 0
/proc/6642/statm: 80011 5720 371 364 0 15917 0
[pid=6644] ppid=6642 vsize=1988 CPUtime=14.79 cores=0-7

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

[pid=6660] ppid=6658 vsize=181248 CPUtime=156.49 cores=0-7
/proc/6660/stat : 6660 (kcnfs-2006) R 6658 6660 6660 0 -1 4202496 628 0 0 0 15649 0 0 0 25 0 1 0 548884687 185597952 359 33554432000 134512640 135163436 4287586736 18446744073709551615 134569709 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6660/statm: 45312 359 76 159 0 45152 0
[pid=6662] ppid=6624 vsize=371220 CPUtime=0.46 cores=0-7
/proc/6662/stat : 6662 (python) S 6624 6624 5551 0 -1 4202560 1018 0 0 0 24 22 0 0 18 0 1 0 548885297 380129280 5713 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 10491803835029225731 0 0 17 1 0 0 0
/proc/6662/statm: 92805 5713 371 364 0 28696 0
[pid=6664] ppid=6662 vsize=181248 CPUtime=95.75 cores=0-7
/proc/6664/stat : 6664 (kcnfs-2006) R 6662 6664 6664 0 -1 4202496 626 0 0 0 9575 0 0 0 25 0 1 0 548885297 185597952 358 33554432000 134512640 135163436 4292922768 18446744073709551615 134572242 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6664/statm: 45312 358 76 159 0 45152 0
[pid=6624/tid=6631] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6631/stat : 6631 (python) S 6622 6624 5551 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 11 0 548873456 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6634] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6634/stat : 6634 (python) S 6622 6624 5551 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 11 0 548873459 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6637] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6637/stat : 6637 (python) S 6622 6624 5551 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 11 0 548873463 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6640] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6640/stat : 6640 (python) S 6622 6624 5551 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 11 0 548873467 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6643] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6643/stat : 6643 (python) S 6622 6624 5551 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 11 0 548873471 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 2 0 0 0
[pid=6624/tid=6646] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6646/stat : 6646 (python) S 6622 6624 5551 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 11 0 548873475 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 6 0 0 0
[pid=6624/tid=6649] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6649/stat : 6649 (python) S 6622 6624 5551 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 11 0 548873479 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 6 0 0 0
[pid=6624/tid=6652] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6652/stat : 6652 (python) S 6622 6624 5551 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 11 0 548873483 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6659] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6659/stat : 6659 (python) S 6622 6624 5551 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 11 0 548884687 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6663] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6663/stat : 6663 (python) S 6622 6624 5551 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 11 0 548885297 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2138.57
Current children cumulated vsize (KiB) 6114980

[startup+314.901 s]
/proc/loadavg: 9.03 9.04 9.16 10/377 6670
/proc/meminfo: memFree=26331168/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=381860 CPUtime=0.9 cores=0-7
/proc/6624/stat : 6624 (python) S 6622 6624 5551 0 -1 4202496 18089 934 1 0 81 9 0 0 18 0 11 0 548872404 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 27
/proc/6624/statm: 95465 7315 1894 364 0 31356 0
[pid=6630] ppid=6624 vsize=288828 CPUtime=0.27 cores=0-7
/proc/6630/stat : 6630 (python) S 6624 6624 5551 0 -1 4202560 1094 0 0 0 14 13 0 0 19 0 2 0 548873455 295759872 5620 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6630/statm: 72207 5620 410 364 0 8125 0
[pid=6632] ppid=6630 vsize=1017800 CPUtime=101.86 cores=0-7
/proc/6632/stat : 6632 (gnovelty+2) T 6630 6632 6632 0 -1 4202496 437 0 0 0 10186 0 0 0 25 0 1 0 548873456 1042227200 172 33554432000 134512640 135663704 4288681728 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6632/statm: 254450 172 113 282 0 254166 0
[pid=6630/tid=6657] ppid=6624 vsize=288828 CPUtime=0 cores=0-7
/proc/6630/task/6657/stat : 6657 (python) S 6624 6624 5551 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 548884683 295759872 5620 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 514 18446604443230776192 0 0 -1 7 0 0 0
[pid=6633] ppid=6624 vsize=289276 CPUtime=0.87 cores=0-7
/proc/6633/stat : 6633 (python) S 6624 6624 5551 0 -1 4202560 1154 0 0 0 49 38 0 0 15 0 2 0 548873459 296218624 5729 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6633/statm: 72319 5729 400 364 0 8234 0
[pid=6635] ppid=6633 vsize=13508 CPUtime=272.55 cores=0-7
/proc/6635/stat : 6635 (march_hi) R 6633 6635 6635 0 -1 4202496 2604 0 0 0 27254 1 0 0 25 0 1 0 548873460 13832192 2318 33554432000 4194304 4955518 140734450345200 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6635/statm: 3377 2318 106 186 0 3190 0
[pid=6633/tid=6668] ppid=6624 vsize=289276 CPUtime=0 cores=0-7
/proc/6633/task/6668/stat : 6668 (python) S 6624 6624 5551 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 548896433 296218624 5729 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 514 18446604446920993536 0 0 -1 0 0 0 0
[pid=6636] ppid=6624 vsize=299532 CPUtime=0.29 cores=0-7
/proc/6636/stat : 6636 (python) S 6624 6624 5551 0 -1 4202560 1105 0 0 0 15 14 0 0 19 0 2 0 548873463 306720768 5733 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6636/statm: 74883 5733 400 364 0 10795 0
[pid=6638] ppid=6636 vsize=1017800 CPUtime=100.85 cores=0-7
/proc/6638/stat : 6638 (gnovelty+2) T 6636 6638 6638 0 -1 4202496 436 0 0 0 10083 2 0 0 25 0 1 0 548873463 1042227200 172 33554432000 134512640 135663704 4290700784 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6638/statm: 254450 172 113 282 0 254166 0
[pid=6636/tid=6661] ppid=6624 vsize=299532 CPUtime=0 cores=0-7
/proc/6636/task/6661/stat : 6661 (python) S 6624 6624 5551 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 548885292 306720768 5733 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 514 18446604446068779712 0 0 -1 1 0 0 0
[pid=6639] ppid=6624 vsize=309788 CPUtime=0.88 cores=0-7
/proc/6639/stat : 6639 (python) S 6624 6624 5551 0 -1 4202560 1038 0 0 0 47 41 0 0 15 0 1 0 548873467 317222912 5707 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 10022549868775440641 0 0 17 4 0 0 0
/proc/6639/statm: 77447 5707 371 364 0 13356 0
[pid=6641] ppid=6639 vsize=13508 CPUtime=302.33 cores=0-7
/proc/6641/stat : 6641 (march_hi) R 6639 6641 6641 0 -1 4202496 3087 0 0 0 30233 0 0 0 25 0 1 0 548873467 13832192 2804 33554432000 4194304 4955518 140734826855856 18446744073709551615 4208592 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6641/statm: 3377 2804 106 186 0 3190 0
[pid=6642] ppid=6624 vsize=320044 CPUtime=0.86 cores=0-7
/proc/6642/stat : 6642 (python) S 6624 6624 5551 0 -1 4202560 1031 0 0 0 46 40 0 0 16 0 1 0 548873471 327725056 5720 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 10491803835029225729 0 0 17 0 0 0 0
/proc/6642/statm: 80011 5720 371 364 0 15917 0
[pid=6644] ppid=6642 vsize=9448 CPUtime=256.8 cores=0-7
/proc/6644/stat : 6644 (march_hi) R 6642 6644 6644 0 -1 4202496 2363 0 0 0 25678 2 0 0 25 0 1 0 548873471 9674752 2079 33554432000 4194304 4955518 140737443317680 18446744073709551615 4311769 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6644/statm: 2362 2079 106 186 0 2175 0
[pid=6645] ppid=6624 vsize=330468 CPUtime=0.86 cores=0-7
/proc/6645/stat : 6645 (python) S 6624 6624 5551 0 -1 4202560 1038 0 0 0 45 41 0 0 15 0 1 0 548873475 338399232 5741 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 10491803835029225729 0 0 17 7 0 0 0
/proc/6645/statm: 82617 5741 371 364 0 18520 0
[pid=6647] ppid=6645 vsize=9448 CPUtime=253.31 cores=0-7
/proc/6647/stat : 6647 (march_hi) R 6645 6647 6647 0 -1 4202496 2318 0 0 0 25319 12 0 0 25 0 1 0 548873475 9674752 2034 33554432000 4194304 4955518 140733856393856 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6647/statm: 2362 2034 106 186 0 2175 0
[pid=6648] ppid=6624 vsize=340724 CPUtime=0.87 cores=0-7
/proc/6648/stat : 6648 (python) S 6624 6624 5551 0 -1 4202560 1045 0 0 0 48 39 0 0 15 0 1 0 548873479 348901376 5745 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 11157945158035538177 0 0 17 6 0 0 0
/proc/6648/statm: 85181 5745 371 364 0 21081 0
[pid=6650] ppid=6648 vsize=13508 CPUtime=297.97 cores=0-7
/proc/6650/stat : 6650 (march_hi) R 6648 6650 6650 0 -1 4202496 3006 0 0 0 29793 4 0 0 25 0 1 0 548873479 13832192 2723 33554432000 4194304 4955518 140736067380944 18446744073709551615 4286102 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6650/statm: 3377 2723 106 186 0 3190 0
[pid=6651] ppid=6624 vsize=350980 CPUtime=0.87 cores=0-7
/proc/6651/stat : 6651 (python) S 6624 6624 5551 0 -1 4202560 1066 0 0 0 46 41 0 0 15 0 1 0 548873483 359403520 5755 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 12025477424536846594 0 0 17 3 0 0 0
/proc/6651/statm: 87745 5755 377 364 0 23642 0
[pid=6653] ppid=6651 vsize=13508 CPUtime=294.08 cores=0-7
/proc/6653/stat : 6653 (march_hi) R 6651 6653 6653 0 -1 4202496 2941 0 0 0 29408 0 0 0 25 0 1 0 548873483 13832192 2650 33554432000 4194304 4955518 140734145380864 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6653/statm: 3377 2650 106 186 0 3190 0
[pid=6658] ppid=6624 vsize=361236 CPUtime=0.47 cores=0-7
/proc/6658/stat : 6658 (python) S 6624 6624 5551 0 -1 4202560 1028 0 0 0 24 23 0 0 18 0 1 0 548884687 369905664 5753 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 10491803835029225729 0 0 17 1 0 0 0
/proc/6658/statm: 90309 5753 371 364 0 26203 0
[pid=6660] ppid=6658 vsize=181248 CPUtime=156.69 cores=0-7
/proc/6660/stat : 6660 (kcnfs-2006) R 6658 6660 6660 0 -1 4202496 628 0 0 0 15669 0 0 0 25 0 1 0 548884687 185597952 359 33554432000 134512640 135163436 4287586736 18446744073709551615 134602380 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6660/statm: 45312 359 76 159 0 45152 0
[pid=6662] ppid=6624 vsize=371220 CPUtime=0.46 cores=0-7
/proc/6662/stat : 6662 (python) S 6624 6624 5551 0 -1 4202560 1018 0 0 0 24 22 0 0 18 0 1 0 548885297 380129280 5713 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 10491803835029225731 0 0 17 1 0 0 0
/proc/6662/statm: 92805 5713 371 364 0 28696 0
[pid=6664] ppid=6662 vsize=181248 CPUtime=95.95 cores=0-7
/proc/6664/stat : 6664 (kcnfs-2006) R 6662 6664 6664 0 -1 4202496 626 0 0 0 9595 0 0 0 25 0 1 0 548885297 185597952 358 33554432000 134512640 135163436 4292922768 18446744073709551615 134569550 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6664/statm: 45312 358 76 159 0 45152 0
[pid=6624/tid=6631] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6631/stat : 6631 (python) S 6622 6624 5551 0 -1 4202560 28 934 0 0 0 0 0 0 19 0 11 0 548873456 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6634] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6634/stat : 6634 (python) S 6622 6624 5551 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 11 0 548873459 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6637] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6637/stat : 6637 (python) S 6622 6624 5551 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 11 0 548873463 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6640] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6640/stat : 6640 (python) S 6622 6624 5551 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 11 0 548873467 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6643] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6643/stat : 6643 (python) S 6622 6624 5551 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 11 0 548873471 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 2 0 0 0
[pid=6624/tid=6646] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6646/stat : 6646 (python) S 6622 6624 5551 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 11 0 548873475 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 6 0 0 0
[pid=6624/tid=6649] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6649/stat : 6649 (python) S 6622 6624 5551 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 11 0 548873479 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 6 0 0 0
[pid=6624/tid=6652] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6652/stat : 6652 (python) S 6622 6624 5551 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 11 0 548873483 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6659] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6659/stat : 6659 (python) S 6622 6624 5551 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 11 0 548884687 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6663] ppid=6622 vsize=381860 CPUtime=0 cores=0-7
/proc/6624/task/6663/stat : 6663 (python) S 6622 6624 5551 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 11 0 548885297 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2139.99
Current children cumulated vsize (KiB) 6114980

[startup+315.001 s]
/proc/loadavg: 9.03 9.04 9.16 10/377 6670
/proc/meminfo: memFree=26331168/32951132 swapFree=67111364/67111528
[pid=6624] ppid=6622 vsize=381860 CPUtime=1280.86 cores=0-7
/proc/6624/stat : 6624 (python) S 6622 6624 5551 0 -1 4202496 18101 18703 1 0 81 9 127782 214 17 0 11 0 548872404 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982380351 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 27
/proc/6624/statm: 95465 7315 1894 364 0 31356 0
[pid=6639] ppid=6624 vsize=0 CPUtime=303.29 cores=0-7
/proc/6639/stat : 6639 (python) Z 6624 6624 5551 0 -1 4202588 1265 3089 0 0 47 41 30241 0 15 0 1 0 548873467 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6639/statm: 0 0 0 0 0 0 0
[pid=6642] ppid=6624 vsize=320044 CPUtime=0.86 cores=0-7
/proc/6642/stat : 6642 (python) S 6624 6624 5551 0 -1 4202560 1031 0 0 0 46 40 0 0 16 0 1 0 548873471 327725056 5720 33554432000 4194304 5683644 140736034359584 18446744073709551615 242970570310 0 0 16781312 514 10491803835029225729 0 0 17 0 0 0 0
/proc/6642/statm: 80011 5720 371 364 0 15917 0
[pid=6644] ppid=6642 vsize=9448 CPUtime=256.9 cores=0-7
/proc/6644/stat : 6644 (march_hi) R 6642 6644 6644 0 -1 4202496 2364 0 0 0 25688 2 0 0 25 0 1 0 548873471 9674752 2080 33554432000 4194304 4955518 140737443317680 18446744073709551615 4224406 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6644/statm: 2362 2080 106 186 0 2175 0
[pid=6648] ppid=6624 vsize=340724 CPUtime=0.87 cores=0-7
/proc/6648/stat : 6648 (python) S 6624 6624 5551 0 -1 4202560 1063 0 0 0 48 39 0 0 15 0 1 0 548873479 348901376 5750 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982380351 0 0 16781824 2 18446744071562232103 0 0 17 6 0 0 0
/proc/6648/statm: 85181 5750 376 364 0 21081 0
[pid=6650] ppid=6648 vsize=0 CPUtime=298.01 cores=0-7
/proc/6650/stat : 6650 (march_hi) R 6648 6650 6650 0 -1 4203524 3007 0 0 0 29797 4 0 0 25 0 1 0 548873479 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/6650/statm: 0 0 0 0 0 0 0
[pid=6624/tid=6631] ppid=6622 vsize=381860 CPUtime=1279.96 cores=0-7
/proc/6624/task/6631/stat : 6631 (python) S 6622 6624 5551 0 -1 4202560 28 18703 0 0 0 0 127782 214 19 0 11 0 548873456 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6634] ppid=6622 vsize=381860 CPUtime=1279.96 cores=0-7
/proc/6624/task/6634/stat : 6634 (python) S 6622 6624 5551 0 -1 4202560 26 18703 0 0 0 0 127782 214 18 0 11 0 548873459 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6637] ppid=6622 vsize=381860 CPUtime=1279.96 cores=0-7
/proc/6624/task/6637/stat : 6637 (python) S 6622 6624 5551 0 -1 4202560 20 18703 0 0 0 0 127782 214 22 0 11 0 548873463 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6640] ppid=6622 vsize=381860 CPUtime=1279.96 cores=0-7
/proc/6624/task/6640/stat : 6640 (python) S 6622 6624 5551 0 -1 4202560 27 18703 0 0 0 0 127782 214 20 0 11 0 548873467 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6643] ppid=6622 vsize=381860 CPUtime=1279.96 cores=0-7
/proc/6624/task/6643/stat : 6643 (python) S 6622 6624 5551 0 -1 4202560 27 18703 0 0 0 0 127782 214 20 0 11 0 548873471 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 2 0 0 0
[pid=6624/tid=6646] ppid=6622 vsize=381860 CPUtime=1279.96 cores=0-7
/proc/6624/task/6646/stat : 6646 (python) S 6622 6624 5551 0 -1 4202560 26 18703 0 0 0 0 127782 214 20 0 11 0 548873475 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 6 0 0 0
[pid=6624/tid=6649] ppid=6622 vsize=381860 CPUtime=1279.96 cores=0-7
/proc/6624/task/6649/stat : 6649 (python) S 6622 6624 5551 0 -1 4202560 28 18703 0 0 0 0 127782 214 22 0 11 0 548873479 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 6 0 0 0
[pid=6624/tid=6652] ppid=6622 vsize=381860 CPUtime=1279.96 cores=0-7
/proc/6624/task/6652/stat : 6652 (python) S 6622 6624 5551 0 -1 4202560 32 18703 0 0 0 0 127782 214 20 0 11 0 548873483 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6659] ppid=6622 vsize=381860 CPUtime=1279.96 cores=0-7
/proc/6624/task/6659/stat : 6659 (python) S 6622 6624 5551 0 -1 4202560 33 18703 0 0 0 0 127782 214 19 0 11 0 548884687 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
[pid=6624/tid=6663] ppid=6622 vsize=381860 CPUtime=1279.96 cores=0-7
/proc/6624/task/6663/stat : 6663 (python) S 6622 6624 5551 0 -1 4202560 30 18703 0 0 0 0 127782 214 19 0 11 0 548885297 391024640 7315 33554432000 4194304 5683644 140736034359584 18446744073709551615 242982373809 0 0 16781312 2 18446604447589458176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2140.79
Current children cumulated vsize (KiB) 1052076

Child status: 0
Real time (s): 315.027
CPU time (s): 2140.91
CPU user time (s): 2137.37
CPU system time (s): 3.53746
CPU usage (%): 679.595
Max. virtual memory (cumulated for all children) (KiB): 6114984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2137.37
system time used= 3.53746
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52745
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= 6911
involuntary context switches= 17504

runsolver used 1.75473 second user time and 3.40848 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-02 23:45:37
IDJOB=3322074
IDBENCH=82852
IDSOLVER=1712
FILE ID=node128/3322074-1304372737
RUNJOBID= node128-1304366466-5565
PBS_JOBID= 13181743
Free space on /tmp= 67860 MiB

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

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

MD5SUM BENCH= 901aadbc76f4961d582bc9856b3c63b3
RANDOM SEED=1246097146

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26454380 kB
Buffers:        531596 kB
Cached:        2237236 kB
SwapCached:          0 kB
Active:        3820092 kB
Inactive:      2214332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26454380 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           31832 kB
Writeback:           0 kB
AnonPages:     3266228 kB
Mapped:          29040 kB
Slab:           364900 kB
PageTables:      29656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 81500248 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67832 MiB
End job on node128 at 2011-05-02 23:50:53