Trace number 3311557

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
STRUCTure 0.1 (hbr=2)SAT 180.187 45.6199

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S241605246-015.SATISFIABLE.cnf
MD5SUMa2636b8675c559c02b749d6959527a10
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010998
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
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 51597
Number of clauses of size over 50

Solver Data

0.10/0.12	39:40 INFO : Reading from input HOME/instance-3311557-1304134780.cnf
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.47/0.36	39:40 INFO : 75 variables remaining out of 75
0.47/0.36	39:40 INFO : 9582 literals remaining out of 9582
180.14/45.60	c Elapsed time 45.487
180.14/45.60	s SATISFIABLE
180.14/45.60	v 1 -2 -3 4 5 -6 -7 -8 9 10 -11 12 -13 14 15 16 17 18 -19 -20 -21 -22 -23 -24 25 26 27 -28 -29 -30 31 -32 -33 34 35 36 -37 38 39 -40 -41 -42 -43 44 -45 -46 47 -48 -49 50 -51 52 53 54 55 56 57 -58 -59 -60 -61 62 -63 -64 -65 66 -67 -68 69 -70 -71 72 -73 -74 75 0

Verifier Data

OK

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-3311557-1304134780/watcher-3311557-1304134780 -o /tmp/evaluation-result-3311557-1304134780/solver-3311557-1304134780 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311557-1304134780.cnf -hbr 2 

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: 3.53 5.83 7.12 3/176 30006
/proc/meminfo: memFree=25889984/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=256 CPUtime=0 cores=0,2,4,6
/proc/30004/stat : 30004 (java) D 30001 30004 29449 0 -1 4194304 528 0 0 0 0 0 0 0 20 0 1 0 525080731 262144 33 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218366033543 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30004/statm: 64 33 24 9 0 23 0

[startup+0.00898406 s]
/proc/loadavg: 3.53 5.83 7.12 3/176 30006
/proc/meminfo: memFree=25889984/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/30004/stat : 30004 (java) R 30001 30004 29449 0 -1 4202496 1199 0 0 0 0 0 0 0 20 0 1 0 525080731 23580672 685 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218365994897 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/30004/statm: 5757 686 512 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.100949 s]
/proc/loadavg: 3.53 5.83 7.12 3/176 30006
/proc/meminfo: memFree=25889984/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=15741808 CPUtime=0.1 cores=0,2,4,6
/proc/30004/stat : 30004 (java) S 30001 30004 29449 0 -1 4202496 5541 0 1 0 9 1 0 0 20 0 18 0 525080731 16119611392 4959 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30004/statm: 3935452 4959 2116 9 0 3926171 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741808

[startup+0.305059 s]
/proc/loadavg: 3.53 5.83 7.12 3/176 30006
/proc/meminfo: memFree=25889984/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=15747056 CPUtime=0.47 cores=0,2,4,6
/proc/30004/stat : 30004 (java) S 30001 30004 29449 0 -1 4202496 9031 0 1 0 45 2 0 0 20 0 22 0 525080731 16124985344 8351 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30004/statm: 3936764 8351 2209 9 0 3927483 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 15747056

[startup+0.700785 s]
/proc/loadavg: 3.53 5.83 7.12 3/176 30006
/proc/meminfo: memFree=25889984/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=15768564 CPUtime=1.77 cores=0,2,4,6
/proc/30004/stat : 30004 (java) S 30001 30004 29449 0 -1 4202496 27238 0 1 0 172 5 0 0 20 0 22 0 525080731 16147009536 22017 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30004/statm: 3942141 22020 2252 9 0 3932860 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 15768564

[startup+1.57242 s]
/proc/loadavg: 3.53 5.83 7.12 15/220 30050
/proc/meminfo: memFree=25635016/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=15766072 CPUtime=5.19 cores=0,2,4,6
/proc/30004/stat : 30004 (java) S 30001 30004 29449 0 -1 4202496 54775 0 1 0 510 9 0 0 20 0 22 0 525080731 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30004/statm: 3941518 48136 2277 9 0 3932237 0
[pid=30004/tid=30010] ppid=30001 vsize=15766072 CPUtime=0.34 cores=0,2,4,6
/proc/30004/task/30010/stat : 30010 (java) S 30001 30004 29449 0 -1 4202560 6314 0 1 0 32 2 0 0 18 0 22 0 525080732 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30012] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30012/stat : 30012 (java) S 30001 30004 29449 0 -1 4202560 231 0 0 0 0 0 0 0 16 0 22 0 525080733 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30014] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30014/stat : 30014 (java) S 30001 30004 29449 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30015] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30015/stat : 30015 (java) S 30001 30004 29449 0 -1 4202560 322 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30017] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30017/stat : 30017 (java) S 30001 30004 29449 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 22 0 525080733 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30019] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30019/stat : 30019 (java) S 30001 30004 29449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30021] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30021/stat : 30021 (java) S 30001 30004 29449 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30023] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30023/stat : 30023 (java) S 30001 30004 29449 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30025] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30025/stat : 30025 (java) S 30001 30004 29449 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30028] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30028/stat : 30028 (java) S 30001 30004 29449 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 525080734 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 0 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30029] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30029/stat : 30029 (java) S 30001 30004 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525080734 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30031] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30031/stat : 30031 (java) S 30001 30004 29449 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 525080734 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30033] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30033/stat : 30033 (java) S 30001 30004 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382780849 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30035] ppid=30001 vsize=15766072 CPUtime=0.88 cores=0,2,4,6
/proc/30004/task/30035/stat : 30035 (java) S 30001 30004 29449 0 -1 4202560 9643 0 0 0 87 1 0 0 15 0 22 0 525080736 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30037] ppid=30001 vsize=15766072 CPUtime=0.8 cores=0,2,4,6
/proc/30004/task/30037/stat : 30037 (java) S 30001 30004 29449 0 -1 4202560 6880 0 0 0 79 1 0 0 15 0 22 0 525080736 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30039] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30039/stat : 30039 (java) S 30001 30004 29449 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30042] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30042/stat : 30042 (java) R 30001 30004 29449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525080736 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30004/tid=30047] ppid=30001 vsize=15766072 CPUtime=1.09 cores=0,2,4,6
/proc/30004/task/30047/stat : 30047 (java) R 30001 30004 29449 0 -1 4202560 10315 0 0 0 108 1 0 0 19 0 22 0 525080758 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505681238 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30004/tid=30048] ppid=30001 vsize=15766072 CPUtime=0.49 cores=0,2,4,6
/proc/30004/task/30048/stat : 30048 (java) R 30001 30004 29449 0 -1 4202560 1210 0 0 0 49 0 0 0 18 0 22 0 525080758 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505675175 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30004/tid=30049] ppid=30001 vsize=15766072 CPUtime=0.86 cores=0,2,4,6
/proc/30004/task/30049/stat : 30049 (java) R 30001 30004 29449 0 -1 4202560 11307 0 0 0 86 0 0 0 17 0 22 0 525080758 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30004/tid=30050] ppid=30001 vsize=15766072 CPUtime=0.65 cores=0,2,4,6
/proc/30004/task/30050/stat : 30050 (java) R 30001 30004 29449 0 -1 4202560 6629 0 0 0 65 0 0 0 19 0 22 0 525080758 16144457728 48136 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505786721 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 15766072

[startup+3.10136 s]
/proc/loadavg: 3.53 5.83 7.12 10/220 30050
/proc/meminfo: memFree=25503504/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=15766072 CPUtime=11.28 cores=0,2,4,6
/proc/30004/stat : 30004 (java) S 30001 30004 29449 0 -1 4202496 57153 0 1 0 1119 9 0 0 20 0 22 0 525080731 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30004/statm: 3941518 48418 2284 9 0 3932237 0
[pid=30004/tid=30010] ppid=30001 vsize=15766072 CPUtime=0.34 cores=0,2,4,6
/proc/30004/task/30010/stat : 30010 (java) S 30001 30004 29449 0 -1 4202560 6314 0 1 0 32 2 0 0 18 0 22 0 525080732 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30012] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30012/stat : 30012 (java) S 30001 30004 29449 0 -1 4202560 626 0 0 0 0 0 0 0 16 0 22 0 525080733 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30014] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30014/stat : 30014 (java) S 30001 30004 29449 0 -1 4202560 567 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30015] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30015/stat : 30015 (java) S 30001 30004 29449 0 -1 4202560 446 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30017] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30017/stat : 30017 (java) S 30001 30004 29449 0 -1 4202560 394 0 0 0 0 0 0 0 16 0 22 0 525080733 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30019] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30019/stat : 30019 (java) S 30001 30004 29449 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30021] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30021/stat : 30021 (java) S 30001 30004 29449 0 -1 4202560 283 0 0 0 0 0 0 0 16 0 22 0 525080733 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30023] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30023/stat : 30023 (java) S 30001 30004 29449 0 -1 4202560 431 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30025] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30025/stat : 30025 (java) S 30001 30004 29449 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30028] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30028/stat : 30028 (java) S 30001 30004 29449 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 525080734 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 0 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30029] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30029/stat : 30029 (java) S 30001 30004 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525080734 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30031] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30031/stat : 30031 (java) S 30001 30004 29449 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 525080734 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30033] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30033/stat : 30033 (java) S 30001 30004 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382780849 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30035] ppid=30001 vsize=15766072 CPUtime=0.97 cores=0,2,4,6
/proc/30004/task/30035/stat : 30035 (java) S 30001 30004 29449 0 -1 4202560 9656 0 0 0 96 1 0 0 16 0 22 0 525080736 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30037] ppid=30001 vsize=15766072 CPUtime=0.87 cores=0,2,4,6
/proc/30004/task/30037/stat : 30037 (java) S 30001 30004 29449 0 -1 4202560 6896 0 0 0 86 1 0 0 16 0 22 0 525080736 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30039] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30039/stat : 30039 (java) S 30001 30004 29449 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30042] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30042/stat : 30042 (java) S 30001 30004 29449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525080736 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30047] ppid=30001 vsize=15766072 CPUtime=2.6 cores=0,2,4,6
/proc/30004/task/30047/stat : 30047 (java) R 30001 30004 29449 0 -1 4202560 10317 0 0 0 259 1 0 0 24 0 22 0 525080758 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505675031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30004/tid=30048] ppid=30001 vsize=15766072 CPUtime=2 cores=0,2,4,6
/proc/30004/task/30048/stat : 30048 (java) R 30001 30004 29449 0 -1 4202560 1229 0 0 0 200 0 0 0 20 0 22 0 525080758 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505806988 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30004/tid=30049] ppid=30001 vsize=15766072 CPUtime=2.31 cores=0,2,4,6
/proc/30004/task/30049/stat : 30049 (java) R 30001 30004 29449 0 -1 4202560 11314 0 0 0 231 0 0 0 19 0 22 0 525080758 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505717251 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30004/tid=30050] ppid=30001 vsize=15766072 CPUtime=2.06 cores=0,2,4,6
/proc/30004/task/30050/stat : 30050 (java) R 30001 30004 29449 0 -1 4202560 6634 0 0 0 206 0 0 0 23 0 22 0 525080758 16144457728 48418 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505820251 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 15766072

[startup+6.30079 s]
/proc/loadavg: 3.89 5.86 7.13 10/220 30050
/proc/meminfo: memFree=25403568/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=15766072 CPUtime=23.97 cores=0,2,4,6
/proc/30004/stat : 30004 (java) S 30001 30004 29449 0 -1 4202496 58657 0 1 0 2388 9 0 0 20 0 22 0 525080731 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30004/statm: 3941518 43658 2289 9 0 3932237 0
[pid=30004/tid=30010] ppid=30001 vsize=15766072 CPUtime=0.34 cores=0,2,4,6
/proc/30004/task/30010/stat : 30010 (java) S 30001 30004 29449 0 -1 4202560 6314 0 1 0 32 2 0 0 18 0 22 0 525080732 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30012] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30012/stat : 30012 (java) S 30001 30004 29449 0 -1 4202560 1034 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30014] ppid=30001 vsize=15766072 CPUtime=0.01 cores=0,2,4,6
/proc/30004/task/30014/stat : 30014 (java) S 30001 30004 29449 0 -1 4202560 923 0 0 0 1 0 0 0 15 0 22 0 525080733 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30015] ppid=30001 vsize=15766072 CPUtime=0.01 cores=0,2,4,6
/proc/30004/task/30015/stat : 30015 (java) S 30001 30004 29449 0 -1 4202560 667 0 0 0 1 0 0 0 15 0 22 0 525080733 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30017] ppid=30001 vsize=15766072 CPUtime=0.01 cores=0,2,4,6
/proc/30004/task/30017/stat : 30017 (java) S 30001 30004 29449 0 -1 4202560 487 0 0 0 1 0 0 0 16 0 22 0 525080733 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30019] ppid=30001 vsize=15766072 CPUtime=0.01 cores=0,2,4,6
/proc/30004/task/30019/stat : 30019 (java) S 30001 30004 29449 0 -1 4202560 494 0 0 0 1 0 0 0 16 0 22 0 525080733 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30021] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30021/stat : 30021 (java) S 30001 30004 29449 0 -1 4202560 390 0 0 0 0 0 0 0 15 0 22 0 525080733 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30023] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30023/stat : 30023 (java) S 30001 30004 29449 0 -1 4202560 507 0 0 0 0 0 0 0 16 0 22 0 525080733 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30025] ppid=30001 vsize=15766072 CPUtime=0.01 cores=0,2,4,6
/proc/30004/task/30025/stat : 30025 (java) S 30001 30004 29449 0 -1 4202560 323 0 0 0 1 0 0 0 15 0 22 0 525080733 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30028] ppid=30001 vsize=15766072 CPUtime=0.01 cores=0,2,4,6
/proc/30004/task/30028/stat : 30028 (java) S 30001 30004 29449 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 22 0 525080734 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 0 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30029] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30029/stat : 30029 (java) S 30001 30004 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525080734 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30031] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30031/stat : 30031 (java) S 30001 30004 29449 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 525080734 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30033] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30033/stat : 30033 (java) S 30001 30004 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382780849 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30035] ppid=30001 vsize=15766072 CPUtime=1.02 cores=0,2,4,6
/proc/30004/task/30035/stat : 30035 (java) S 30001 30004 29449 0 -1 4202560 9675 0 0 0 101 1 0 0 15 0 22 0 525080736 16144457728 43658 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0

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

/proc/30004/task/30035/stat : 30035 (java) S 30001 30004 29449 0 -1 4202560 9691 0 0 0 107 1 0 0 15 0 22 0 525080736 16144457728 54414 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30037] ppid=30001 vsize=15766072 CPUtime=0.9 cores=0,2,4,6
/proc/30004/task/30037/stat : 30037 (java) S 30001 30004 29449 0 -1 4202560 6911 0 0 0 89 1 0 0 15 0 22 0 525080736 16144457728 54414 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30039] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30039/stat : 30039 (java) S 30001 30004 29449 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 54414 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30042] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30042/stat : 30042 (java) S 30001 30004 29449 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 525080736 16144457728 54414 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30047] ppid=30001 vsize=15766072 CPUtime=43.6 cores=0,2,4,6
/proc/30004/task/30047/stat : 30047 (java) R 30001 30004 29449 0 -1 4202560 15542 0 0 0 4358 2 0 0 25 0 22 0 525080758 16144457728 54414 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505730577 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30004/tid=30048] ppid=30001 vsize=15766072 CPUtime=43.04 cores=0,2,4,6
/proc/30004/task/30048/stat : 30048 (java) R 30001 30004 29449 0 -1 4202560 6450 0 0 0 4303 1 0 0 25 0 22 0 525080758 16144457728 54414 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505819902 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30004/tid=30049] ppid=30001 vsize=15766072 CPUtime=43.41 cores=0,2,4,6
/proc/30004/task/30049/stat : 30049 (java) R 30001 30004 29449 0 -1 4202560 16560 0 0 0 4339 2 0 0 25 0 22 0 525080758 16144457728 54414 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505755676 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30004/tid=30050] ppid=30001 vsize=15766072 CPUtime=43.02 cores=0,2,4,6
/proc/30004/task/30050/stat : 30050 (java) R 30001 30004 29449 0 -1 4202560 11591 0 0 0 4301 1 0 0 25 0 22 0 525080758 16144457728 54414 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505612196 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 176.56
Current children cumulated vsize (KiB) 15766072

[startup+45.1069 s]
/proc/loadavg: 5.89 6.13 7.16 10/220 30052
/proc/meminfo: memFree=25392136/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=15766072 CPUtime=178.16 cores=0,2,4,6
/proc/30004/stat : 30004 (java) S 30001 30004 29449 0 -1 4202496 101689 0 1 0 17793 23 0 0 20 0 22 0 525080731 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30004/statm: 3941518 54257 2289 9 0 3932237 0
[pid=30004/tid=30010] ppid=30001 vsize=15766072 CPUtime=0.34 cores=0,2,4,6
/proc/30004/task/30010/stat : 30010 (java) S 30001 30004 29449 0 -1 4202560 6314 0 1 0 32 2 0 0 18 0 22 0 525080732 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30012] ppid=30001 vsize=15766072 CPUtime=0.12 cores=0,2,4,6
/proc/30004/task/30012/stat : 30012 (java) S 30001 30004 29449 0 -1 4202560 3880 0 0 0 11 1 0 0 16 0 22 0 525080733 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30014] ppid=30001 vsize=15766072 CPUtime=0.13 cores=0,2,4,6
/proc/30004/task/30014/stat : 30014 (java) S 30001 30004 29449 0 -1 4202560 3982 0 0 0 13 0 0 0 16 0 22 0 525080733 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30015] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30015/stat : 30015 (java) S 30001 30004 29449 0 -1 4202560 3109 0 0 0 10 0 0 0 15 0 22 0 525080733 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30017] ppid=30001 vsize=15766072 CPUtime=0.13 cores=0,2,4,6
/proc/30004/task/30017/stat : 30017 (java) S 30001 30004 29449 0 -1 4202560 3669 0 0 0 13 0 0 0 15 0 22 0 525080733 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30019] ppid=30001 vsize=15766072 CPUtime=0.11 cores=0,2,4,6
/proc/30004/task/30019/stat : 30019 (java) S 30001 30004 29449 0 -1 4202560 3015 0 0 0 11 0 0 0 15 0 22 0 525080733 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30021] ppid=30001 vsize=15766072 CPUtime=0.11 cores=0,2,4,6
/proc/30004/task/30021/stat : 30021 (java) S 30001 30004 29449 0 -1 4202560 3213 0 0 0 11 0 0 0 16 0 22 0 525080733 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30023] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30023/stat : 30023 (java) S 30001 30004 29449 0 -1 4202560 3051 0 0 0 10 0 0 0 16 0 22 0 525080733 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30025] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30025/stat : 30025 (java) S 30001 30004 29449 0 -1 4202560 3206 0 0 0 10 0 0 0 15 0 22 0 525080733 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30028] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30028/stat : 30028 (java) S 30001 30004 29449 0 -1 4202560 108 0 0 0 7 3 0 0 15 0 22 0 525080734 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 0 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30029] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30029/stat : 30029 (java) S 30001 30004 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525080734 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30031] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30031/stat : 30031 (java) S 30001 30004 29449 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 525080734 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30033] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30033/stat : 30033 (java) S 30001 30004 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382780849 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30035] ppid=30001 vsize=15766072 CPUtime=1.08 cores=0,2,4,6
/proc/30004/task/30035/stat : 30035 (java) S 30001 30004 29449 0 -1 4202560 9691 0 0 0 107 1 0 0 15 0 22 0 525080736 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30037] ppid=30001 vsize=15766072 CPUtime=0.9 cores=0,2,4,6
/proc/30004/task/30037/stat : 30037 (java) S 30001 30004 29449 0 -1 4202560 6911 0 0 0 89 1 0 0 15 0 22 0 525080736 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30039] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30039/stat : 30039 (java) S 30001 30004 29449 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30042] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30042/stat : 30042 (java) S 30001 30004 29449 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 525080736 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30047] ppid=30001 vsize=15766072 CPUtime=44 cores=0,2,4,6
/proc/30004/task/30047/stat : 30047 (java) R 30001 30004 29449 0 -1 4202560 15543 0 0 0 4398 2 0 0 25 0 22 0 525080758 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505675031 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30004/tid=30048] ppid=30001 vsize=15766072 CPUtime=43.44 cores=0,2,4,6
/proc/30004/task/30048/stat : 30048 (java) R 30001 30004 29449 0 -1 4202560 6451 0 0 0 4343 1 0 0 25 0 22 0 525080758 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 47655873153659 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30004/tid=30049] ppid=30001 vsize=15766072 CPUtime=43.81 cores=0,2,4,6
/proc/30004/task/30049/stat : 30049 (java) R 30001 30004 29449 0 -1 4202560 16561 0 0 0 4379 2 0 0 25 0 22 0 525080758 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912506037829 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30004/tid=30050] ppid=30001 vsize=15766072 CPUtime=43.42 cores=0,2,4,6
/proc/30004/task/30050/stat : 30050 (java) R 30001 30004 29449 0 -1 4202560 11594 0 0 0 4341 1 0 0 25 0 22 0 525080758 16144457728 54257 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505675385 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 178.16
Current children cumulated vsize (KiB) 15766072

[startup+45.5367 s]
/proc/loadavg: 5.89 6.13 7.16 10/220 30052
/proc/meminfo: memFree=25392136/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=15766072 CPUtime=179.88 cores=0,2,4,6
/proc/30004/stat : 30004 (java) S 30001 30004 29449 0 -1 4202496 102111 0 1 0 17965 23 0 0 20 0 22 0 525080731 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30004/statm: 3941518 54546 2289 9 0 3932237 0
[pid=30004/tid=30010] ppid=30001 vsize=15766072 CPUtime=0.34 cores=0,2,4,6
/proc/30004/task/30010/stat : 30010 (java) S 30001 30004 29449 0 -1 4202560 6314 0 1 0 32 2 0 0 18 0 22 0 525080732 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30012] ppid=30001 vsize=15766072 CPUtime=0.12 cores=0,2,4,6
/proc/30004/task/30012/stat : 30012 (java) S 30001 30004 29449 0 -1 4202560 3996 0 0 0 11 1 0 0 16 0 22 0 525080733 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30014] ppid=30001 vsize=15766072 CPUtime=0.13 cores=0,2,4,6
/proc/30004/task/30014/stat : 30014 (java) S 30001 30004 29449 0 -1 4202560 4106 0 0 0 13 0 0 0 16 0 22 0 525080733 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30015] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30015/stat : 30015 (java) S 30001 30004 29449 0 -1 4202560 3206 0 0 0 10 0 0 0 15 0 22 0 525080733 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30017] ppid=30001 vsize=15766072 CPUtime=0.13 cores=0,2,4,6
/proc/30004/task/30017/stat : 30017 (java) S 30001 30004 29449 0 -1 4202560 3670 0 0 0 13 0 0 0 15 0 22 0 525080733 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30019] ppid=30001 vsize=15766072 CPUtime=0.11 cores=0,2,4,6
/proc/30004/task/30019/stat : 30019 (java) S 30001 30004 29449 0 -1 4202560 3015 0 0 0 11 0 0 0 15 0 22 0 525080733 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30021] ppid=30001 vsize=15766072 CPUtime=0.11 cores=0,2,4,6
/proc/30004/task/30021/stat : 30021 (java) S 30001 30004 29449 0 -1 4202560 3217 0 0 0 11 0 0 0 15 0 22 0 525080733 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30023] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30023/stat : 30023 (java) S 30001 30004 29449 0 -1 4202560 3053 0 0 0 10 0 0 0 15 0 22 0 525080733 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30025] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30025/stat : 30025 (java) S 30001 30004 29449 0 -1 4202560 3256 0 0 0 10 0 0 0 15 0 22 0 525080733 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30028] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30028/stat : 30028 (java) S 30001 30004 29449 0 -1 4202560 110 0 0 0 7 3 0 0 16 0 22 0 525080734 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 0 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30029] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30029/stat : 30029 (java) S 30001 30004 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525080734 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30031] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30031/stat : 30031 (java) S 30001 30004 29449 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 525080734 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30033] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30033/stat : 30033 (java) S 30001 30004 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382780849 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30035] ppid=30001 vsize=15766072 CPUtime=1.17 cores=0,2,4,6
/proc/30004/task/30035/stat : 30035 (java) R 30001 30004 29449 0 -1 4202560 9696 0 0 0 116 1 0 0 15 0 22 0 525080736 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 47655869478864 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30004/tid=30037] ppid=30001 vsize=15766072 CPUtime=0.99 cores=0,2,4,6
/proc/30004/task/30037/stat : 30037 (java) S 30001 30004 29449 0 -1 4202560 6924 0 0 0 98 1 0 0 15 0 22 0 525080736 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30039] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30039/stat : 30039 (java) S 30001 30004 29449 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30042] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30042/stat : 30042 (java) S 30001 30004 29449 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 525080736 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30047] ppid=30001 vsize=15766072 CPUtime=44.43 cores=0,2,4,6
/proc/30004/task/30047/stat : 30047 (java) R 30001 30004 29449 0 -1 4202560 15543 0 0 0 4441 2 0 0 25 0 22 0 525080758 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30004/tid=30048] ppid=30001 vsize=15766072 CPUtime=43.87 cores=0,2,4,6
/proc/30004/task/30048/stat : 30048 (java) R 30001 30004 29449 0 -1 4202560 6457 0 0 0 4386 1 0 0 25 0 22 0 525080758 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 47655872476197 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30004/tid=30049] ppid=30001 vsize=15766072 CPUtime=44.14 cores=0,2,4,6
/proc/30004/task/30049/stat : 30049 (java) R 30001 30004 29449 0 -1 4202560 16562 0 0 0 4412 2 0 0 25 0 22 0 525080758 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382783157 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30004/tid=30050] ppid=30001 vsize=15766072 CPUtime=43.76 cores=0,2,4,6
/proc/30004/task/30050/stat : 30050 (java) R 30001 30004 29449 0 -1 4202560 11595 0 0 0 4375 1 0 0 25 0 22 0 525080758 16144457728 54546 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505806910 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 179.88
Current children cumulated vsize (KiB) 15766072

[startup+45.6008 s]
/proc/loadavg: 5.89 6.13 7.16 10/220 30052
/proc/meminfo: memFree=25392136/32951124 swapFree=67051468/67111528
[pid=30004] ppid=30001 vsize=15766072 CPUtime=180.14 cores=0,2,4,6
/proc/30004/stat : 30004 (java) S 30001 30004 29449 0 -1 4202496 102320 0 1 0 17990 24 0 0 20 0 22 0 525080731 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30004/statm: 3941518 54752 2290 9 0 3932237 0
[pid=30004/tid=30010] ppid=30001 vsize=15766072 CPUtime=0.34 cores=0,2,4,6
/proc/30004/task/30010/stat : 30010 (java) R 30001 30004 29449 0 -1 4202560 6314 0 1 0 32 2 0 0 18 0 22 0 525080732 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30004/tid=30012] ppid=30001 vsize=15766072 CPUtime=0.12 cores=0,2,4,6
/proc/30004/task/30012/stat : 30012 (java) S 30001 30004 29449 0 -1 4202560 3996 0 0 0 11 1 0 0 15 0 22 0 525080733 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30014] ppid=30001 vsize=15766072 CPUtime=0.13 cores=0,2,4,6
/proc/30004/task/30014/stat : 30014 (java) S 30001 30004 29449 0 -1 4202560 4207 0 0 0 13 0 0 0 16 0 22 0 525080733 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30015] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30015/stat : 30015 (java) S 30001 30004 29449 0 -1 4202560 3206 0 0 0 10 0 0 0 15 0 22 0 525080733 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30017] ppid=30001 vsize=15766072 CPUtime=0.13 cores=0,2,4,6
/proc/30004/task/30017/stat : 30017 (java) S 30001 30004 29449 0 -1 4202560 3719 0 0 0 13 0 0 0 15 0 22 0 525080733 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 0 0 0 0
[pid=30004/tid=30019] ppid=30001 vsize=15766072 CPUtime=0.11 cores=0,2,4,6
/proc/30004/task/30019/stat : 30019 (java) S 30001 30004 29449 0 -1 4202560 3060 0 0 0 11 0 0 0 16 0 22 0 525080733 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30021] ppid=30001 vsize=15766072 CPUtime=0.11 cores=0,2,4,6
/proc/30004/task/30021/stat : 30021 (java) S 30001 30004 29449 0 -1 4202560 3217 0 0 0 11 0 0 0 15 0 22 0 525080733 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30023] ppid=30001 vsize=15766072 CPUtime=0.11 cores=0,2,4,6
/proc/30004/task/30023/stat : 30023 (java) S 30001 30004 29449 0 -1 4202560 3053 0 0 0 10 1 0 0 15 0 22 0 525080733 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 2 0 0 0
[pid=30004/tid=30025] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30025/stat : 30025 (java) S 30001 30004 29449 0 -1 4202560 3256 0 0 0 10 0 0 0 15 0 22 0 525080733 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30028] ppid=30001 vsize=15766072 CPUtime=0.1 cores=0,2,4,6
/proc/30004/task/30028/stat : 30028 (java) S 30001 30004 29449 0 -1 4202560 110 0 0 0 7 3 0 0 15 0 22 0 525080734 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 0 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30029] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30029/stat : 30029 (java) S 30001 30004 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525080734 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30031] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30031/stat : 30031 (java) S 30001 30004 29449 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 525080734 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30033] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30033/stat : 30033 (java) S 30001 30004 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382780849 0 4 0 16800975 18446604448938789824 0 0 -1 4 0 0 0
[pid=30004/tid=30035] ppid=30001 vsize=15766072 CPUtime=1.23 cores=0,2,4,6
/proc/30004/task/30035/stat : 30035 (java) R 30001 30004 29449 0 -1 4202560 9709 0 0 0 122 1 0 0 16 0 22 0 525080736 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 47655871416472 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30004/tid=30037] ppid=30001 vsize=15766072 CPUtime=1.01 cores=0,2,4,6
/proc/30004/task/30037/stat : 30037 (java) S 30001 30004 29449 0 -1 4202560 6924 0 0 0 100 1 0 0 15 0 22 0 525080736 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30039] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30039/stat : 30039 (java) S 30001 30004 29449 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 525080736 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30042] ppid=30001 vsize=15766072 CPUtime=0 cores=0,2,4,6
/proc/30004/task/30042/stat : 30042 (java) S 30001 30004 29449 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 525080736 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773760 0 4 0 16800975 18446604448938789824 0 0 -1 6 0 0 0
[pid=30004/tid=30047] ppid=30001 vsize=15766072 CPUtime=44.49 cores=0,2,4,6
/proc/30004/task/30047/stat : 30047 (java) R 30001 30004 29449 0 -1 4202560 15543 0 0 0 4447 2 0 0 25 0 22 0 525080758 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505675440 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30004/tid=30048] ppid=30001 vsize=15766072 CPUtime=43.93 cores=0,2,4,6
/proc/30004/task/30048/stat : 30048 (java) R 30001 30004 29449 0 -1 4202560 6458 0 0 0 4392 1 0 0 25 0 22 0 525080758 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 46912505524639 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30004/tid=30049] ppid=30001 vsize=15766072 CPUtime=44.18 cores=0,2,4,6
/proc/30004/task/30049/stat : 30049 (java) R 30001 30004 29449 0 -1 4202560 16562 0 0 0 4416 2 0 0 25 0 22 0 525080758 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 218382773145 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30004/tid=30050] ppid=30001 vsize=15766072 CPUtime=43.76 cores=0,2,4,6
/proc/30004/task/30050/stat : 30050 (java) R 30001 30004 29449 0 -1 4202560 11595 0 0 0 4375 1 0 0 25 0 22 0 525080758 16144457728 54752 33554432000 1073741824 1073778376 140733266199488 18446744073709551615 47655872475799 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 180.14
Current children cumulated vsize (KiB) 15766072

Child status: 10
Real time (s): 45.6199
CPU time (s): 180.187
CPU user time (s): 179.936
CPU system time (s): 0.250961
CPU usage (%): 394.974
Max. virtual memory (cumulated for all children) (KiB): 15768564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.936
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102352
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= 17518
involuntary context switches= 8660

runsolver used 0.074988 second user time and 0.183972 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-30 05:39:40
IDJOB=3311557
IDBENCH=82942
IDSOLVER=1698
FILE ID=node101/3311557-1304134780
RUNJOBID= node101-1304134780-29987
PBS_JOBID= 13170794
Free space on /tmp= 72160 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S241605246-015.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311557-1304134780/watcher-3311557-1304134780 -o /tmp/evaluation-result-3311557-1304134780/solver-3311557-1304134780 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311557-1304134780.cnf -hbr 2

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

MD5SUM BENCH= a2636b8675c559c02b749d6959527a10
RANDOM SEED=1662858013

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25890528 kB
Buffers:       1916100 kB
Cached:        4668244 kB
SwapCached:      30424 kB
Active:        1739092 kB
Inactive:      4879072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25890528 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            3228 kB
Writeback:           0 kB
AnonPages:       24760 kB
Mapped:           8600 kB
Slab:           379336 kB
PageTables:       4372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187432 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= 72156 MiB
End job on node101 at 2011-04-30 05:40:25