Trace number 3378560

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 3636.9 1153.6

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1205196501-095.UNKNOWN.cnf
MD5SUMb1bf2be38e1cea16efc5e7effa1a10c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark688.356
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.33/0.44	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.45	c INFO: solving HOME/instance-3378560-1305466206.cnf
0.33/0.45	c INFO: computing task features
0.33/0.45	c INFO: computed variable-clause graph statistics
0.33/0.45	c INFO: computed clause balance statistics
0.33/0.49	c INFO: computed variable balance statistics
0.41/0.52	c INFO: computed small-clause counts
0.41/0.52	c INFO: computed Horn-clause counts
0.41/0.53	c INFO: computed variable graph statistics
0.41/0.53	c INFO: collected features for HOME/instance-3378560-1305466206.cnf in 0.08 s
0.41/0.53	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.41/0.54	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.35)
0.41/0.55	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.06)
0.41/0.56	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.33)
296.87/99.95	c INFO: running march_hi@0 for 679 with 1100 remaining (b = 0.39)
581.26/195.25	c INFO: running march_hi@0 for 679 with 1005 remaining (b = 0.35)
1290.27/398.78	c INFO: running march_hi@0 for 97 with 801 remaining (b = 0.08)
1599.65/487.57	c INFO: running march_hi@0 for 291 with 712 remaining (b = 0.17)
1637.90/500.36	c INFO: running march_hi@388 for 97 with 700 remaining (b = 0.08)
1921.13/595.12	c INFO: running kcnfs-2006@0 for 605 with 605 remaining (b = 0.27)
2519.40/795.77	c INFO: running march_hi@482 for 97 with 404 remaining (b = 0.06)
2639.17/835.84	c INFO: running march_hi@98 for 364 with 364 remaining (b = 0.14)
2977.73/933.98	c INFO: running march_hi@0 for 266 with 266 remaining (b = 0.10)
3636.42/1153.58	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378560-1305466206/watcher-3378560-1305466206 -o /tmp/evaluation-result-3378560-1305466206/solver-3378560-1305466206 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378560-1305466206.cnf -seed 813524377 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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.71 9.09 8.82 6/507 10600
/proc/meminfo: memFree=29658536/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=16240 CPUtime=0.01 cores=0,2,4,6
/proc/10600/stat : 10600 (python) R 10598 10600 9506 0 -1 4202496 1047 0 0 0 1 0 0 0 25 0 1 0 658219323 16629760 919 33554432000 4194304 5683644 140735437279344 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10600/statm: 4060 919 381 364 0 547 0

[startup+0.084748 s]
/proc/loadavg: 8.71 9.09 8.82 6/507 10600
/proc/meminfo: memFree=29658536/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=96952 CPUtime=0.07 cores=0,2,4,6
/proc/10600/stat : 10600 (python) R 10598 10600 9506 0 -1 4202496 2816 0 0 0 5 2 0 0 25 0 1 0 658219323 99278848 2520 33554432000 4194304 5683644 140735437279344 18446744073709551615 251813926608 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10600/statm: 24238 2520 789 364 0 1686 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96952

[startup+0.100744 s]
/proc/loadavg: 8.71 9.09 8.82 6/507 10600
/proc/meminfo: memFree=29658536/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=104620 CPUtime=0.08 cores=0,2,4,6
/proc/10600/stat : 10600 (python) R 10598 10600 9506 0 -1 4202496 3151 0 0 0 6 2 0 0 25 0 1 0 658219323 107130880 2828 33554432000 4194304 5683644 140735437279344 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10600/statm: 26154 2828 847 364 0 1902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104620

[startup+0.300711 s]
/proc/loadavg: 8.71 9.09 8.82 6/507 10600
/proc/meminfo: memFree=29658536/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=198920 CPUtime=0.24 cores=0,2,4,6
/proc/10600/stat : 10600 (python) R 10598 10600 9506 0 -1 4202496 7022 934 1 0 18 6 0 0 25 0 1 0 658219323 203694080 5054 33554432000 4194304 5683644 140735437279344 18446744073709551615 4619662 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10600/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198920

[startup+0.700644 s]
/proc/loadavg: 8.71 9.09 8.82 6/507 10600
/proc/meminfo: memFree=29658536/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=320300 CPUtime=0.47 cores=0,2,4,6
/proc/10600/stat : 10600 (python) S 10598 10600 9506 0 -1 4202496 12230 934 1 0 39 8 0 0 25 0 5 0 658219323 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10600/statm: 80075 7264 1873 364 0 15984 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 320300

[startup+1.50051 s]
/proc/loadavg: 8.71 9.09 8.82 10/520 10617
/proc/meminfo: memFree=29619000/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=320300 CPUtime=0.47 cores=0,2,4,6
/proc/10600/stat : 10600 (python) S 10598 10600 9506 0 -1 4202496 12230 934 1 0 39 8 0 0 25 0 5 0 658219323 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10600/statm: 80075 7264 1873 364 0 15984 0
[pid=10606] ppid=10600 vsize=278616 CPUtime=0 cores=0,2,4,6
/proc/10606/stat : 10606 (python) S 10600 10600 9506 0 -1 4202560 732 0 0 0 0 0 0 0 25 0 1 0 658219377 285302784 5561 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260239 0 0 16781312 514 2685188543864635391 0 0 17 6 0 0 0
/proc/10606/statm: 69654 5561 354 364 0 5572 0
[pid=10608] ppid=10606 vsize=1017800 CPUtime=0.55 cores=0,2,4,6
/proc/10608/stat : 10608 (gnovelty+2) R 10606 10608 10608 0 -1 4202496 441 0 0 0 55 0 0 0 25 0 1 0 658219377 1042227200 177 33554432000 134512640 135663704 4290415312 18446744073709551615 134525253 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10608/statm: 254450 177 113 282 0 254166 0
[pid=10609] ppid=10600 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/10609/stat : 10609 (python) S 10600 10600 9506 0 -1 4202560 749 0 0 0 0 0 0 0 19 0 1 0 658219378 296288256 5694 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 18183639741570711810 0 0 17 6 0 0 0
/proc/10609/statm: 72336 5694 348 364 0 8251 0
[pid=10611] ppid=10609 vsize=2388 CPUtime=0.92 cores=0,2,4,6
/proc/10611/stat : 10611 (march_hi) R 10609 10611 10611 0 -1 4202496 669 0 0 0 92 0 0 0 25 0 1 0 658219378 2445312 405 33554432000 4194304 4955518 140736002023088 18446744073709551615 4261364 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10611/statm: 597 405 104 186 0 410 0
[pid=10612] ppid=10600 vsize=299260 CPUtime=0 cores=0,2,4,6
/proc/10612/stat : 10612 (python) S 10600 10600 9506 0 -1 4202560 740 0 0 0 0 0 0 0 25 0 1 0 658219379 306442240 5596 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 7994351137761263615 0 0 17 2 0 0 0
/proc/10612/statm: 74815 5596 348 364 0 10727 0
[pid=10616] ppid=10612 vsize=1017800 CPUtime=0.92 cores=0,2,4,6
/proc/10616/stat : 10616 (gnovelty+2) R 10612 10616 10616 0 -1 4202496 439 0 0 0 92 0 0 0 25 0 1 0 658219380 1042227200 177 33554432000 134512640 135663704 4289491856 18446744073709551615 134544218 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 254450 177 113 282 0 254166 0
[pid=10614] ppid=10600 vsize=310056 CPUtime=0 cores=0,2,4,6
/proc/10614/stat : 10614 (python) S 10600 10600 9506 0 -1 4202560 757 0 0 0 0 0 0 0 17 0 1 0 658219380 317497344 5735 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 6093361504034193667 0 0 17 2 0 0 0
/proc/10614/statm: 77514 5735 348 364 0 13423 0
[pid=10617] ppid=10614 vsize=2184 CPUtime=0.4 cores=0,2,4,6
/proc/10617/stat : 10617 (march_hi) R 10614 10617 10617 0 -1 4202496 623 0 0 0 40 0 0 0 25 0 1 0 658219380 2236416 361 33554432000 4194304 4955518 140735767152144 18446744073709551615 4227819 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10617/statm: 546 361 104 186 0 359 0
[pid=10600/tid=10607] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10607/stat : 10607 (python) S 10598 10600 9506 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 658219377 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 6 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10610/stat : 10610 (python) S 10598 10600 9506 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658219378 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 6 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10613/stat : 10613 (python) S 10598 10600 9506 0 -1 4202560 40 934 0 0 0 0 0 0 25 0 5 0 658219379 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10615/stat : 10615 (python) S 10598 10600 9506 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 658219380 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 3537748

[startup+3.10124 s]
/proc/loadavg: 8.71 9.09 8.82 10/520 10617
/proc/meminfo: memFree=29617424/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=320300 CPUtime=0.47 cores=0,2,4,6
/proc/10600/stat : 10600 (python) S 10598 10600 9506 0 -1 4202496 12230 934 1 0 39 8 0 0 25 0 5 0 658219323 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10600/statm: 80075 7264 1873 364 0 15984 0
[pid=10606] ppid=10600 vsize=278616 CPUtime=0 cores=0,2,4,6
/proc/10606/stat : 10606 (python) S 10600 10600 9506 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 658219377 285302784 5561 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260239 0 0 16781312 514 2685188543864602883 0 0 17 6 0 0 0
/proc/10606/statm: 69654 5561 354 364 0 5572 0
[pid=10608] ppid=10606 vsize=1017800 CPUtime=1.35 cores=0,2,4,6
/proc/10608/stat : 10608 (gnovelty+2) R 10606 10608 10608 0 -1 4202496 441 0 0 0 135 0 0 0 25 0 1 0 658219377 1042227200 177 33554432000 134512640 135663704 4290415312 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10608/statm: 254450 177 113 282 0 254166 0
[pid=10609] ppid=10600 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/10609/stat : 10609 (python) S 10600 10600 9506 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 658219378 296288256 5694 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 18183639741570711810 0 0 17 6 0 0 0
/proc/10609/statm: 72336 5694 348 364 0 8251 0
[pid=10611] ppid=10609 vsize=2824 CPUtime=2.5 cores=0,2,4,6
/proc/10611/stat : 10611 (march_hi) R 10609 10611 10611 0 -1 4202496 740 0 0 0 250 0 0 0 25 0 1 0 658219378 2891776 476 33554432000 4194304 4955518 140736002023088 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10611/statm: 706 476 104 186 0 519 0
[pid=10612] ppid=10600 vsize=299260 CPUtime=0 cores=0,2,4,6
/proc/10612/stat : 10612 (python) S 10600 10600 9506 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 658219379 306442240 5596 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 7994351137761231106 0 0 17 2 0 0 0
/proc/10612/statm: 74815 5596 348 364 0 10727 0
[pid=10616] ppid=10612 vsize=1017800 CPUtime=2.52 cores=0,2,4,6
/proc/10616/stat : 10616 (gnovelty+2) R 10612 10616 10616 0 -1 4202496 439 0 0 0 252 0 0 0 25 0 1 0 658219380 1042227200 177 33554432000 134512640 135663704 4289491856 18446744073709551615 134524972 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 254450 177 113 282 0 254166 0
[pid=10614] ppid=10600 vsize=310056 CPUtime=0 cores=0,2,4,6
/proc/10614/stat : 10614 (python) S 10600 10600 9506 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 658219380 317497344 5735 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 6093361504034193667 0 0 17 2 0 0 0
/proc/10614/statm: 77514 5735 348 364 0 13423 0
[pid=10617] ppid=10614 vsize=2388 CPUtime=1.2 cores=0,2,4,6
/proc/10617/stat : 10617 (march_hi) R 10614 10617 10617 0 -1 4202496 676 0 0 0 120 0 0 0 25 0 1 0 658219380 2445312 414 33554432000 4194304 4955518 140735767152144 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10617/statm: 597 414 104 186 0 410 0
[pid=10600/tid=10607] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10607/stat : 10607 (python) S 10598 10600 9506 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 658219377 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 6 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10610/stat : 10610 (python) S 10598 10600 9506 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658219378 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 6 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10613/stat : 10613 (python) S 10598 10600 9506 0 -1 4202560 40 934 0 0 0 0 0 0 25 0 5 0 658219379 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10615/stat : 10615 (python) S 10598 10600 9506 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 658219380 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 3538388

[startup+6.3007 s]
/proc/loadavg: 8.73 9.09 8.82 10/520 10617
/proc/meminfo: memFree=29614812/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=320300 CPUtime=0.47 cores=0,2,4,6
/proc/10600/stat : 10600 (python) S 10598 10600 9506 0 -1 4202496 12230 934 1 0 39 8 0 0 25 0 5 0 658219323 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10600/statm: 80075 7264 1873 364 0 15984 0
[pid=10606] ppid=10600 vsize=278616 CPUtime=0.01 cores=0,2,4,6
/proc/10606/stat : 10606 (python) S 10600 10600 9506 0 -1 4202560 895 0 0 0 0 1 0 0 18 0 1 0 658219377 285302784 5584 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260239 0 0 16781312 514 2685188543864602883 0 0 17 6 0 0 0
/proc/10606/statm: 69654 5584 377 364 0 5572 0
[pid=10608] ppid=10606 vsize=1017800 CPUtime=2.95 cores=0,2,4,6
/proc/10608/stat : 10608 (gnovelty+2) R 10606 10608 10608 0 -1 4202496 441 0 0 0 295 0 0 0 25 0 1 0 658219377 1042227200 177 33554432000 134512640 135663704 4290415312 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10608/statm: 254450 177 113 282 0 254166 0
[pid=10609] ppid=10600 vsize=289344 CPUtime=0.01 cores=0,2,4,6
/proc/10609/stat : 10609 (python) S 10600 10600 9506 0 -1 4202560 913 0 0 0 1 0 0 0 15 0 1 0 658219378 296288256 5717 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 18183639741570711810 0 0 17 6 0 0 0
/proc/10609/statm: 72336 5717 371 364 0 8251 0
[pid=10611] ppid=10609 vsize=3568 CPUtime=5.61 cores=0,2,4,6
/proc/10611/stat : 10611 (march_hi) R 10609 10611 10611 0 -1 4202496 890 0 0 0 561 0 0 0 25 0 1 0 658219378 3653632 626 33554432000 4194304 4955518 140736002023088 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10611/statm: 892 626 104 186 0 705 0
[pid=10612] ppid=10600 vsize=299260 CPUtime=0.02 cores=0,2,4,6
/proc/10612/stat : 10612 (python) S 10600 10600 9506 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 658219379 306442240 5619 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 7994351137761231106 0 0 17 2 0 0 0
/proc/10612/statm: 74815 5619 371 364 0 10727 0
[pid=10616] ppid=10612 vsize=1017800 CPUtime=5.68 cores=0,2,4,6
/proc/10616/stat : 10616 (gnovelty+2) R 10612 10616 10616 0 -1 4202496 439 0 0 0 568 0 0 0 25 0 1 0 658219380 1042227200 177 33554432000 134512640 135663704 4289491856 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10616/statm: 254450 177 113 282 0 254166 0
[pid=10614] ppid=10600 vsize=310056 CPUtime=0.02 cores=0,2,4,6
/proc/10614/stat : 10614 (python) S 10600 10600 9506 0 -1 4202560 917 0 0 0 1 1 0 0 15 0 1 0 658219380 317497344 5757 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 6093361504034193667 0 0 17 2 0 0 0
/proc/10614/statm: 77514 5757 370 364 0 13423 0
[pid=10617] ppid=10614 vsize=2824 CPUtime=2.8 cores=0,2,4,6
/proc/10617/stat : 10617 (march_hi) R 10614 10617 10617 0 -1 4202496 751 0 0 0 280 0 0 0 25 0 1 0 658219380 2891776 489 33554432000 4194304 4955518 140735767152144 18446744073709551615 4235488 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10617/statm: 706 489 104 186 0 519 0
[pid=10600/tid=10607] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10607/stat : 10607 (python) S 10598 10600 9506 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 658219377 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 6 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10610/stat : 10610 (python) S 10598 10600 9506 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658219378 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 6 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10613/stat : 10613 (python) S 10598 10600 9506 0 -1 4202560 40 934 0 0 0 0 0 0 25 0 5 0 658219379 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10615/stat : 10615 (python) S 10598 10600 9506 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 658219380 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.57
Current children cumulated vsize (KiB) 3539568

[startup+12.7006 s]
/proc/loadavg: 8.75 9.09 8.83 10/520 10617
/proc/meminfo: memFree=29612116/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=320300 CPUtime=0.47 cores=0,2,4,6
/proc/10600/stat : 10600 (python) S 10598 10600 9506 0 -1 4202496 12230 934 1 0 39 8 0 0 25 0 5 0 658219323 327987200 7264 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10600/statm: 80075 7264 1873 364 0 15984 0
[pid=10606] ppid=10600 vsize=278616 CPUtime=0.03 cores=0,2,4,6
/proc/10606/stat : 10606 (python) S 10600 10600 9506 0 -1 4202560 898 0 0 0 1 2 0 0 18 0 1 0 658219377 285302784 5584 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260239 0 0 16781312 514 13372647445104656643 0 0 17 6 0 0 0
/proc/10606/statm: 69654 5584 377 364 0 5572 0
[pid=10608] ppid=10606 vsize=1017800 CPUtime=6.15 cores=0,2,4,6
/proc/10608/stat : 10608 (gnovelty+2) R 10606 10608 10608 0 -1 4202496 441 0 0 0 615 0 0 0 25 0 1 0 658219377 1042227200 177 33554432000 134512640 135663704 4290415312 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10608/statm: 254450 177 113 282 0 254166 0
[pid=10609] ppid=10600 vsize=289344 CPUtime=0.03 cores=0,2,4,6

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

/proc/10612/statm: 74815 5649 400 364 0 10727 0
[pid=10616] ppid=10612 vsize=1017800 CPUtime=98.65 cores=0,2,4,6
/proc/10616/stat : 10616 (gnovelty+2) T 10612 10616 10616 0 -1 4202496 439 0 0 0 9865 0 0 0 25 0 1 0 658219380 1042227200 177 33554432000 134512640 135663704 4289491856 18446744073709551615 134525473 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10616/statm: 254450 177 113 282 0 254166 0
[pid=10612/tid=10625] ppid=10600 vsize=299260 CPUtime=0 cores=0,2,4,6
/proc/10612/task/10625/stat : 10625 (python) S 10600 10600 9506 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658229318 306442240 5649 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 514 18446604446184088576 0 0 -1 2 0 0 0
[pid=10614] ppid=10600 vsize=310056 CPUtime=4.92 cores=0,2,4,6
/proc/10614/stat : 10614 (python) R 10600 10600 9506 0 -1 4202560 1197 0 0 0 329 163 0 0 17 0 2 0 658219380 317497344 5789 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826070335 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10614/statm: 77514 5789 401 364 0 13423 0
[pid=10617] ppid=10614 vsize=0 CPUtime=692.21 cores=0,2,4,6
/proc/10617/stat : 10617 (march_hi) R 10614 10617 10617 0 -1 4202500 19680 0 0 0 69213 8 0 0 25 0 1 0 658219380 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10617/statm: 0 0 0 0 0 0 0
[pid=10614/tid=10752] ppid=10600 vsize=310056 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10752/stat : 10752 (python) S 10600 10600 9506 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658268079 317497344 5789 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 514 18446604441422358400 0 0 -1 0 0 0 0
[pid=10626] ppid=10600 vsize=320312 CPUtime=2.72 cores=0,2,4,6
/proc/10626/stat : 10626 (python) S 10600 10600 9506 0 -1 4202560 1158 0 0 0 142 130 0 0 17 0 2 0 658229319 327999488 5792 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10626/statm: 80078 5792 400 364 0 15984 0
[pid=10628] ppid=10626 vsize=90916 CPUtime=684.07 cores=0,2,4,6
/proc/10628/stat : 10628 (march_hi) T 10626 10628 10628 0 -1 4202496 19382 0 0 0 68402 5 0 0 25 0 1 0 658229319 93097984 19121 33554432000 4194304 4955518 140735846573200 18446744073709551615 4421280 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10628/statm: 22729 19121 104 186 0 22542 0
[pid=10626/tid=10798] ppid=10600 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/10626/task/10798/stat : 10798 (python) S 10600 10600 9506 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658298900 327999488 5792 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 514 18446604440863752640 0 0 -1 6 0 0 0
[pid=10633] ppid=10600 vsize=330568 CPUtime=3.7 cores=0,2,4,6
/proc/10633/stat : 10633 (python) S 10600 10600 9506 0 -1 4202560 1009 0 0 0 187 183 0 0 15 0 1 0 658238848 338501632 5779 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 12104127690294919425 0 0 17 2 0 0 0
/proc/10633/statm: 82642 5779 371 364 0 18545 0
[pid=10635] ppid=10633 vsize=90916 CPUtime=630.02 cores=0,2,4,6
/proc/10635/stat : 10635 (march_hi) R 10633 10635 10635 0 -1 4202496 18369 0 0 0 62997 5 0 0 25 0 1 0 658238848 93097984 18110 33554432000 4194304 4955518 140734168121968 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10635/statm: 22729 18110 104 186 0 22542 0
[pid=10739] ppid=10600 vsize=340824 CPUtime=1.34 cores=0,2,4,6
/proc/10739/stat : 10739 (python) S 10600 10600 9506 0 -1 4202560 1171 0 0 0 69 65 0 0 15 0 2 0 658259201 349003776 5813 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10739/statm: 85206 5813 400 364 0 21106 0
[pid=10741] ppid=10739 vsize=56440 CPUtime=293.25 cores=0,2,4,6
/proc/10741/stat : 10741 (march_hi) T 10739 10741 10741 0 -1 4202496 9641 0 0 0 29323 2 0 0 25 0 1 0 658259202 57794560 9380 33554432000 4194304 4955518 140736828149216 18446744073709551615 4209675 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10741/statm: 14110 9380 104 186 0 13923 0
[pid=10739/tid=10753] ppid=10600 vsize=340824 CPUtime=0 cores=0,2,4,6
/proc/10739/task/10753/stat : 10753 (python) S 10600 10600 9506 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 658269359 349003776 5813 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 514 18446604446184089472 0 0 -1 2 0 0 0
[pid=10765] ppid=10600 vsize=351252 CPUtime=2.03 cores=0,2,4,6
/proc/10765/stat : 10765 (python) S 10600 10600 9506 0 -1 4202560 1045 0 0 0 111 92 0 0 18 0 1 0 658278835 359682048 5823 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 13372647445104656641 0 0 17 2 0 0 0
/proc/10765/statm: 87813 5823 377 364 0 23710 0
[pid=10767] ppid=10765 vsize=182448 CPUtime=328.09 cores=0,2,4,6
/proc/10767/stat : 10767 (kcnfs-2006) R 10765 10767 10767 0 -1 4202496 598 0 0 0 32809 0 0 0 25 0 1 0 658278835 186826752 330 33554432000 134512640 135163436 4293871968 18446744073709551615 134569537 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10767/statm: 45612 330 77 159 0 45452 0
[pid=10807] ppid=10600 vsize=361508 CPUtime=0.86 cores=0,2,4,6
/proc/10807/stat : 10807 (python) S 10600 10600 9506 0 -1 4202560 1039 0 0 0 45 41 0 0 15 0 1 0 658312721 370184192 5845 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 9785490763780423939 0 0 17 2 0 0 0
/proc/10807/statm: 90377 5845 377 364 0 26271 0
[pid=10809] ppid=10807 vsize=17764 CPUtime=109.52 cores=0,2,4,6
/proc/10809/stat : 10809 (march_hi) R 10807 10809 10809 0 -1 4202496 4333 0 0 0 10952 0 0 0 25 0 1 0 658312731 18190336 4068 33554432000 4194304 4955518 140733533534544 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10809/statm: 4441 4068 104 186 0 4254 0
[pid=10600/tid=10607] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10607/stat : 10607 (python) S 10598 10600 9506 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 10 0 658219377 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 6 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10610/stat : 10610 (python) S 10598 10600 9506 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 10 0 658219378 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 6 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10613/stat : 10613 (python) S 10598 10600 9506 0 -1 4202560 40 934 0 0 0 0 0 0 25 0 10 0 658219379 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10615/stat : 10615 (python) S 10598 10600 9506 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 10 0 658219380 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10627] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10627/stat : 10627 (python) S 10598 10600 9506 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 10 0 658229319 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10634] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10634/stat : 10634 (python) S 10598 10600 9506 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 10 0 658238848 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10740] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10740/stat : 10740 (python) S 10598 10600 9506 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 10 0 658259201 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10766] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10766/stat : 10766 (python) S 10598 10600 9506 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 10 0 658278835 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10808] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10808/stat : 10808 (python) S 10598 10600 9506 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 10 0 658312721 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3635.21
Current children cumulated vsize (KiB) 5828736

[startup+1153.5 s]
/proc/loadavg: 10.16 10.15 9.70 12/554 10820
/proc/meminfo: memFree=29227740/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=371752 CPUtime=0.55 cores=0,2,4,6
/proc/10600/stat : 10600 (python) S 10598 10600 9506 0 -1 4202496 16676 934 1 0 46 9 0 0 20 0 10 0 658219323 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10600/statm: 92938 7356 1884 364 0 28832 0
[pid=10606] ppid=10600 vsize=288860 CPUtime=0.69 cores=0,2,4,6
/proc/10606/stat : 10606 (python) S 10600 10600 9506 0 -1 4202560 1185 0 0 0 35 34 0 0 19 0 2 0 658219377 295792640 5628 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10606/statm: 72215 5628 416 364 0 8133 0
[pid=10608] ppid=10606 vsize=1017800 CPUtime=97.4 cores=0,2,4,6
/proc/10608/stat : 10608 (gnovelty+2) T 10606 10608 10608 0 -1 4202496 441 0 0 0 9740 0 0 0 25 0 1 0 658219377 1042227200 177 33554432000 134512640 135663704 4290415312 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10608/statm: 254450 177 113 282 0 254166 0
[pid=10606/tid=10632] ppid=10600 vsize=288860 CPUtime=0 cores=0,2,4,6
/proc/10606/task/10632/stat : 10632 (python) S 10600 10600 9506 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658238847 295792640 5628 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 514 18446604440652985536 0 0 -1 6 0 0 0
[pid=10609] ppid=10600 vsize=289344 CPUtime=2.95 cores=0,2,4,6
/proc/10609/stat : 10609 (python) S 10600 10600 9506 0 -1 4202560 1171 0 0 0 155 140 0 0 15 0 2 0 658219378 296288256 5748 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10609/statm: 72336 5748 401 364 0 8251 0
[pid=10611] ppid=10609 vsize=90916 CPUtime=681.89 cores=0,2,4,6
/proc/10611/stat : 10611 (march_hi) T 10609 10611 10611 0 -1 4202496 19423 0 0 0 68179 10 0 0 25 0 1 0 658219378 93097984 19159 33554432000 4194304 4955518 140736002023088 18446744073709551615 4284885 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10611/statm: 22729 19159 104 186 0 22542 0
[pid=10609/tid=10738] ppid=10600 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/10609/task/10738/stat : 10738 (python) S 10600 10600 9506 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658259200 296288256 5748 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 514 18446604440550641984 0 0 -1 6 0 0 0
[pid=10612] ppid=10600 vsize=299260 CPUtime=0.35 cores=0,2,4,6
/proc/10612/stat : 10612 (python) S 10600 10600 9506 0 -1 4202560 1089 0 0 0 20 15 0 0 19 0 2 0 658219379 306442240 5649 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10612/statm: 74815 5649 400 364 0 10727 0
[pid=10616] ppid=10612 vsize=1017800 CPUtime=98.65 cores=0,2,4,6
/proc/10616/stat : 10616 (gnovelty+2) T 10612 10616 10616 0 -1 4202496 439 0 0 0 9865 0 0 0 25 0 1 0 658219380 1042227200 177 33554432000 134512640 135663704 4289491856 18446744073709551615 134525473 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10616/statm: 254450 177 113 282 0 254166 0
[pid=10612/tid=10625] ppid=10600 vsize=299260 CPUtime=0 cores=0,2,4,6
/proc/10612/task/10625/stat : 10625 (python) S 10600 10600 9506 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658229318 306442240 5649 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 514 18446604446184088576 0 0 -1 2 0 0 0
[pid=10614] ppid=10600 vsize=310056 CPUtime=5.32 cores=0,2,4,6
/proc/10614/stat : 10614 (python) S 10600 10600 9506 0 -1 4202560 1197 0 0 0 365 167 0 0 18 0 2 0 658219380 317497344 5789 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826070335 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10614/statm: 77514 5789 401 364 0 13423 0
[pid=10617] ppid=10614 vsize=0 CPUtime=692.21 cores=0,2,4,6
/proc/10617/stat : 10617 (march_hi) R 10614 10617 10617 0 -1 4202500 19680 0 0 0 69213 8 0 0 25 0 1 0 658219380 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10617/statm: 0 0 0 0 0 0 0
[pid=10614/tid=10752] ppid=10600 vsize=310056 CPUtime=0 cores=0,2,4,6
/proc/10614/task/10752/stat : 10752 (python) S 10600 10600 9506 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658268079 317497344 5789 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 514 18446604441422358400 0 0 -1 0 0 0 0
[pid=10626] ppid=10600 vsize=320312 CPUtime=2.72 cores=0,2,4,6
/proc/10626/stat : 10626 (python) S 10600 10600 9506 0 -1 4202560 1158 0 0 0 142 130 0 0 17 0 2 0 658229319 327999488 5792 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10626/statm: 80078 5792 400 364 0 15984 0
[pid=10628] ppid=10626 vsize=90916 CPUtime=684.07 cores=0,2,4,6
/proc/10628/stat : 10628 (march_hi) T 10626 10628 10628 0 -1 4202496 19382 0 0 0 68402 5 0 0 25 0 1 0 658229319 93097984 19121 33554432000 4194304 4955518 140735846573200 18446744073709551615 4421280 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10628/statm: 22729 19121 104 186 0 22542 0
[pid=10626/tid=10798] ppid=10600 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/10626/task/10798/stat : 10798 (python) S 10600 10600 9506 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 658298900 327999488 5792 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 514 18446604440863752640 0 0 -1 6 0 0 0
[pid=10633] ppid=10600 vsize=330568 CPUtime=3.7 cores=0,2,4,6
/proc/10633/stat : 10633 (python) S 10600 10600 9506 0 -1 4202560 1009 0 0 0 187 183 0 0 15 0 1 0 658238848 338501632 5779 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 12104127690294919425 0 0 17 2 0 0 0
/proc/10633/statm: 82642 5779 371 364 0 18545 0
[pid=10635] ppid=10633 vsize=90916 CPUtime=630.43 cores=0,2,4,6
/proc/10635/stat : 10635 (march_hi) R 10633 10635 10635 0 -1 4202496 18379 0 0 0 63038 5 0 0 25 0 1 0 658238848 93097984 18120 33554432000 4194304 4955518 140734168121968 18446744073709551615 4295474 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10635/statm: 22729 18120 104 186 0 22542 0
[pid=10739] ppid=10600 vsize=340824 CPUtime=1.34 cores=0,2,4,6
/proc/10739/stat : 10739 (python) S 10600 10600 9506 0 -1 4202560 1171 0 0 0 69 65 0 0 15 0 2 0 658259201 349003776 5813 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10739/statm: 85206 5813 400 364 0 21106 0
[pid=10741] ppid=10739 vsize=56440 CPUtime=293.25 cores=0,2,4,6
/proc/10741/stat : 10741 (march_hi) T 10739 10741 10741 0 -1 4202496 9641 0 0 0 29323 2 0 0 25 0 1 0 658259202 57794560 9380 33554432000 4194304 4955518 140736828149216 18446744073709551615 4209675 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10741/statm: 14110 9380 104 186 0 13923 0
[pid=10739/tid=10753] ppid=10600 vsize=340824 CPUtime=0 cores=0,2,4,6
/proc/10739/task/10753/stat : 10753 (python) S 10600 10600 9506 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 658269359 349003776 5813 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 514 18446604446184089472 0 0 -1 2 0 0 0
[pid=10765] ppid=10600 vsize=351252 CPUtime=2.03 cores=0,2,4,6
/proc/10765/stat : 10765 (python) S 10600 10600 9506 0 -1 4202560 1045 0 0 0 111 92 0 0 18 0 1 0 658278835 359682048 5823 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 13372647445104656641 0 0 17 2 0 0 0
/proc/10765/statm: 87813 5823 377 364 0 23710 0
[pid=10767] ppid=10765 vsize=182448 CPUtime=328.29 cores=0,2,4,6
/proc/10767/stat : 10767 (kcnfs-2006) R 10765 10767 10767 0 -1 4202496 598 0 0 0 32829 0 0 0 25 0 1 0 658278835 186826752 330 33554432000 134512640 135163436 4293871968 18446744073709551615 134675095 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10767/statm: 45612 330 77 159 0 45452 0
[pid=10807] ppid=10600 vsize=361508 CPUtime=0.86 cores=0,2,4,6
/proc/10807/stat : 10807 (python) S 10600 10600 9506 0 -1 4202560 1039 0 0 0 45 41 0 0 15 0 1 0 658312721 370184192 5845 33554432000 4194304 5683644 140735437279344 18446744073709551615 251814260294 0 0 16781312 514 9785490763780423939 0 0 17 2 0 0 0
/proc/10807/statm: 90377 5845 377 364 0 26271 0
[pid=10809] ppid=10807 vsize=17764 CPUtime=109.72 cores=0,2,4,6
/proc/10809/stat : 10809 (march_hi) R 10807 10809 10809 0 -1 4202496 4339 0 0 0 10972 0 0 0 25 0 1 0 658312731 18190336 4074 33554432000 4194304 4955518 140733533534544 18446744073709551615 4209740 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10809/statm: 4441 4074 104 186 0 4254 0
[pid=10600/tid=10607] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10607/stat : 10607 (python) S 10598 10600 9506 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 10 0 658219377 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 6 0 0 0
[pid=10600/tid=10610] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10610/stat : 10610 (python) S 10598 10600 9506 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 10 0 658219378 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 6 0 0 0
[pid=10600/tid=10613] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10613/stat : 10613 (python) S 10598 10600 9506 0 -1 4202560 40 934 0 0 0 0 0 0 25 0 10 0 658219379 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10615] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10615/stat : 10615 (python) S 10598 10600 9506 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 10 0 658219380 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10627] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10627/stat : 10627 (python) S 10598 10600 9506 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 10 0 658229319 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10634] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10634/stat : 10634 (python) S 10598 10600 9506 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 10 0 658238848 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10740] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10740/stat : 10740 (python) S 10598 10600 9506 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 10 0 658259201 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10766] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10766/stat : 10766 (python) S 10598 10600 9506 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 10 0 658278835 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
[pid=10600/tid=10808] ppid=10598 vsize=371752 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10808/stat : 10808 (python) S 10598 10600 9506 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 10 0 658312721 380674048 7356 33554432000 4194304 5683644 140735437279344 18446744073709551615 251826063793 0 0 16781312 2 18446604453880859456 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3636.42
Current children cumulated vsize (KiB) 5828736

[startup+1153.6 s]
/proc/loadavg: 10.16 10.15 9.70 12/554 10820
/proc/meminfo: memFree=29227740/32950928 swapFree=41934208/67111528
[pid=10600] ppid=10598 vsize=310168 CPUtime=3636.88 cores=0,2,4,6
/proc/10600/stat : 10600 (python) R 10598 10600 9506 0 -1 4202496 20916 103667 1 0 48 10 362721 909 17 0 1 0 658219323 317612032 7314 33554432000 4194304 5683644 140735437279344 18446744073709551615 251813895607 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10600/statm: 77542 7314 1866 364 0 13466 0
Current children cumulated CPU time (s) 3636.88
Current children cumulated vsize (KiB) 310168

Child status: 0
Real time (s): 1153.6
CPU time (s): 3636.9
CPU user time (s): 3627.7
CPU system time (s): 9.1966
CPU usage (%): 315.264
Max. virtual memory (cumulated for all children) (KiB): 5919656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3627.7
system time used= 9.1966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124718
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= 8907
involuntary context switches= 32718

runsolver used 6.46602 second user time and 14.1458 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 15:30:06
IDJOB=3378560
IDBENCH=82969
IDSOLVER=1859
FILE ID=node126/3378560-1305466206
RUNJOBID= node126-1305463427-9525
PBS_JOBID= 13324997
Free space on /tmp= 73292 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1205196501-095.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-3378560-1305466206/watcher-3378560-1305466206 -o /tmp/evaluation-result-3378560-1305466206/solver-3378560-1305466206 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378560-1305466206.cnf -seed 813524377 -budget 4800 -cores 4

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

MD5SUM BENCH= b1bf2be38e1cea16efc5e7effa1a10c7
RANDOM SEED=813524377

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29658692 kB
Buffers:        181928 kB
Cached:        1871016 kB
SwapCached:      49656 kB
Active:         739072 kB
Inactive:      2272940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29658692 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:           32316 kB
Writeback:           0 kB
AnonPages:      922204 kB
Mapped:          22348 kB
Slab:           114088 kB
PageTables:      95832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 128997624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73252 MiB
End job on node126 at 2011-05-15 15:49:20