Trace number 3312707

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.1UNSAT 1297.91 327.275

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S2039518547-066.UNKNOWN.cnf
MD5SUM80aa82e62b454f2871f6471d9559597d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.939
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 54450

Solver Data

0.11/0.12	22:36 INFO : Reading from input HOME/instance-3312707-1304130156.cnf
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Starting Executor!
0.50/0.32	Starting Executor!
0.50/0.32	Starting Executor!
0.50/0.32	Starting Executor!
0.71/0.49	22:36 INFO : 50 variables remaining out of 50
0.71/0.49	22:36 INFO : 35600 literals remaining out of 35600
1297.87/327.24	c Elapsed time 327.127
1297.87/327.24	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3312707-1304130156/watcher-3312707-1304130156 -o /tmp/evaluation-result-3312707-1304130156/solver-3312707-1304130156 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312707-1304130156.cnf 

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: 7.84 8.01 7.82 5/198 7947
/proc/meminfo: memFree=30791156/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=28436 CPUtime=0 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 1434 0 0 0 0 0 0 0 25 0 2 0 257206842 29118464 905 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 7645 909 695 9 0 383 0
[pid=7947/tid=7948] ppid=7945 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) R 7945 7947 6896 0 -1 4202560 118 0 0 0 0 0 0 0 25 0 2 0 257206842 31260672 938 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268660348624 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.110551 s]
/proc/loadavg: 7.84 8.01 7.82 5/198 7947
/proc/meminfo: memFree=30791156/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=15676620 CPUtime=0.11 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 5711 0 1 0 10 1 0 0 25 0 18 0 257206842 16052858880 5131 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 3919155 5132 2119 9 0 3909874 0
[pid=7947/tid=7948] ppid=7945 vsize=15676620 CPUtime=0.08 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) R 7945 7947 6896 0 -1 4202560 3569 0 1 0 8 0 0 0 18 0 18 0 257206842 16052858880 5133 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 47119819137029 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676620

[startup+0.200495 s]
/proc/loadavg: 7.84 8.01 7.82 5/198 7947
/proc/meminfo: memFree=30791156/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=15678228 CPUtime=0.26 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 7191 0 1 0 25 1 0 0 25 0 18 0 257206842 16054505472 6465 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 3919557 6466 2182 9 0 3910276 0
[pid=7947/tid=7948] ppid=7945 vsize=15678228 CPUtime=0.17 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) R 7945 7947 6896 0 -1 4202560 4450 0 1 0 17 0 0 0 18 0 18 0 257206842 16054505472 6466 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 15678228

[startup+0.300513 s]
/proc/loadavg: 7.84 8.01 7.82 5/198 7947
/proc/meminfo: memFree=30791156/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=15680632 CPUtime=0.5 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 13970 0 1 0 48 2 0 0 25 0 18 0 257206842 16056967168 12402 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 3920158 12406 2208 9 0 3910877 0
[pid=7947/tid=7948] ppid=7945 vsize=15680632 CPUtime=0.27 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) R 7945 7947 6896 0 -1 4202560 8868 0 1 0 26 1 0 0 18 0 18 0 257206842 16056967168 12408 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505511663 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680632

[startup+0.764435 s]
/proc/loadavg: 7.84 8.01 7.82 5/198 7947
/proc/meminfo: memFree=30791156/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=15698212 CPUtime=1.84 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 31286 0 1 0 180 4 0 0 25 0 22 0 257206842 16074969088 24792 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 3924553 24795 2263 9 0 3915272 0
[pid=7947/tid=7948] ppid=7945 vsize=15698212 CPUtime=0.46 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) S 7945 7947 6896 0 -1 4202560 11006 0 1 0 45 1 0 0 18 0 22 0 257206842 16074969088 24797 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 15698212

[startup+1.50127 s]
/proc/loadavg: 7.84 8.01 7.82 10/220 7969
/proc/meminfo: memFree=30617452/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=15698212 CPUtime=4.73 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 55158 0 1 0 466 7 0 0 25 0 22 0 257206842 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 3924553 46825 2279 9 0 3915272 0
[pid=7947/tid=7948] ppid=7945 vsize=15698212 CPUtime=0.46 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) S 7945 7947 6896 0 -1 4202560 11006 0 1 0 45 1 0 0 18 0 22 0 257206842 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7950] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7950/stat : 7950 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7951] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7951/stat : 7951 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7952] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7952/stat : 7952 (java) S 7945 7947 6896 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7953] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7953/stat : 7953 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7954] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7954/stat : 7954 (java) S 7945 7947 6896 0 -1 4202560 723 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7955] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7955/stat : 7955 (java) S 7945 7947 6896 0 -1 4202560 414 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7956] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7956/stat : 7956 (java) S 7945 7947 6896 0 -1 4202560 1074 0 0 0 0 0 0 0 16 0 22 0 257206843 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7957] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7957/stat : 7957 (java) S 7945 7947 6896 0 -1 4202560 256 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7958] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7958/stat : 7958 (java) S 7945 7947 6896 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 257206844 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 0 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7959] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7959/stat : 7959 (java) S 7945 7947 6896 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 257206845 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7960] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7960/stat : 7960 (java) S 7945 7947 6896 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 257206845 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7961] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7961/stat : 7961 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672485809 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7962] ppid=7945 vsize=15698212 CPUtime=0.61 cores=0,2,4,6
/proc/7947/task/7962/stat : 7962 (java) S 7945 7947 6896 0 -1 4202560 6823 0 0 0 61 0 0 0 16 0 22 0 257206847 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7963] ppid=7945 vsize=15698212 CPUtime=0.79 cores=0,2,4,6
/proc/7947/task/7963/stat : 7963 (java) S 7945 7947 6896 0 -1 4202560 8689 0 0 0 78 1 0 0 15 0 22 0 257206847 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7964] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7964/stat : 7964 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7965] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7965/stat : 7965 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 257206847 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7966] ppid=7945 vsize=15698212 CPUtime=0.71 cores=0,2,4,6
/proc/7947/task/7966/stat : 7966 (java) R 7945 7947 6896 0 -1 4202560 4228 0 0 0 71 0 0 0 17 0 22 0 257206874 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505796295 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7947/tid=7967] ppid=7945 vsize=15698212 CPUtime=0.73 cores=0,2,4,6
/proc/7947/task/7967/stat : 7967 (java) R 7945 7947 6896 0 -1 4202560 6826 0 0 0 73 0 0 0 17 0 22 0 257206874 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505796295 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7947/tid=7968] ppid=7945 vsize=15698212 CPUtime=0.66 cores=0,2,4,6
/proc/7947/task/7968/stat : 7968 (java) R 7945 7947 6896 0 -1 4202560 5929 0 0 0 66 0 0 0 16 0 22 0 257206874 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505991815 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7947/tid=7969] ppid=7945 vsize=15698212 CPUtime=0.67 cores=0,2,4,6
/proc/7947/task/7969/stat : 7969 (java) R 7945 7947 6896 0 -1 4202560 7745 0 0 0 67 0 0 0 18 0 22 0 257206874 16074969088 46825 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505662464 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 15698212

[startup+3.10099 s]
/proc/loadavg: 7.84 8.01 7.82 9/220 7969
/proc/meminfo: memFree=30607236/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=15698212 CPUtime=11.09 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 58125 0 1 0 1101 8 0 0 25 0 22 0 257206842 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 3924553 44926 2286 9 0 3915272 0
[pid=7947/tid=7948] ppid=7945 vsize=15698212 CPUtime=0.46 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) S 7945 7947 6896 0 -1 4202560 11006 0 1 0 45 1 0 0 18 0 22 0 257206842 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7950] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7950/stat : 7950 (java) S 7945 7947 6896 0 -1 4202560 395 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7951] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7951/stat : 7951 (java) S 7945 7947 6896 0 -1 4202560 442 0 0 0 0 0 0 0 16 0 22 0 257206843 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7952] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7952/stat : 7952 (java) S 7945 7947 6896 0 -1 4202560 316 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7953] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7953/stat : 7953 (java) S 7945 7947 6896 0 -1 4202560 833 0 0 0 0 0 0 0 16 0 22 0 257206843 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7954] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7954/stat : 7954 (java) S 7945 7947 6896 0 -1 4202560 1079 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7955] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7955/stat : 7955 (java) S 7945 7947 6896 0 -1 4202560 501 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7956] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7956/stat : 7956 (java) S 7945 7947 6896 0 -1 4202560 1158 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7957] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7957/stat : 7957 (java) S 7945 7947 6896 0 -1 4202560 622 0 0 0 0 0 0 0 15 0 22 0 257206843 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7958] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7958/stat : 7958 (java) S 7945 7947 6896 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 257206844 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 0 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7959] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7959/stat : 7959 (java) S 7945 7947 6896 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 257206845 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7960] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7960/stat : 7960 (java) S 7945 7947 6896 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 257206845 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7961] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7961/stat : 7961 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672485809 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7962] ppid=7945 vsize=15698212 CPUtime=0.73 cores=0,2,4,6
/proc/7947/task/7962/stat : 7962 (java) S 7945 7947 6896 0 -1 4202560 6869 0 0 0 73 0 0 0 15 0 22 0 257206847 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7963] ppid=7945 vsize=15698212 CPUtime=0.85 cores=0,2,4,6
/proc/7947/task/7963/stat : 7963 (java) S 7945 7947 6896 0 -1 4202560 8763 0 0 0 84 1 0 0 16 0 22 0 257206847 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7964] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7964/stat : 7964 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7965] ppid=7945 vsize=15698212 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7965/stat : 7965 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 257206847 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7966] ppid=7945 vsize=15698212 CPUtime=2.29 cores=0,2,4,6
/proc/7947/task/7966/stat : 7966 (java) R 7945 7947 6896 0 -1 4202560 4231 0 0 0 229 0 0 0 19 0 22 0 257206874 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505807381 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=7947/tid=7967] ppid=7945 vsize=15698212 CPUtime=2.32 cores=0,2,4,6
/proc/7947/task/7967/stat : 7967 (java) R 7945 7947 6896 0 -1 4202560 6831 0 0 0 232 0 0 0 19 0 22 0 257206874 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505807715 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7947/tid=7968] ppid=7945 vsize=15698212 CPUtime=2.19 cores=0,2,4,6
/proc/7947/task/7968/stat : 7968 (java) R 7945 7947 6896 0 -1 4202560 5933 0 0 0 219 0 0 0 18 0 22 0 257206874 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7947/tid=7969] ppid=7945 vsize=15698212 CPUtime=2.13 cores=0,2,4,6
/proc/7947/task/7969/stat : 7969 (java) R 7945 7947 6896 0 -1 4202560 7752 0 0 0 213 0 0 0 20 0 22 0 257206874 16074969088 44926 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505959269 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 15698212

[startup+6.30143 s]
/proc/loadavg: 7.85 8.01 7.82 9/220 7969
/proc/meminfo: memFree=30523160/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=15694084 CPUtime=23.84 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 85854 0 1 0 2373 11 0 0 25 0 22 0 257206842 16070742016 66640 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 3923521 66640 2289 9 0 3914240 0
[pid=7947/tid=7948] ppid=7945 vsize=15694084 CPUtime=0.46 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) S 7945 7947 6896 0 -1 4202560 11006 0 1 0 45 1 0 0 18 0 22 0 257206842 16070742016 66640 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7950] ppid=7945 vsize=15694084 CPUtime=0.01 cores=0,2,4,6
/proc/7947/task/7950/stat : 7950 (java) S 7945 7947 6896 0 -1 4202560 464 0 0 0 1 0 0 0 15 0 22 0 257206843 16070742016 66640 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7951] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7951/stat : 7951 (java) S 7945 7947 6896 0 -1 4202560 535 0 0 0 0 0 0 0 15 0 22 0 257206843 16070742016 66640 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7952] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7952/stat : 7952 (java) S 7945 7947 6896 0 -1 4202560 579 0 0 0 0 0 0 0 15 0 22 0 257206843 16070742016 66640 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7953] ppid=7945 vsize=15694084 CPUtime=0.01 cores=0,2,4,6
/proc/7947/task/7953/stat : 7953 (java) S 7945 7947 6896 0 -1 4202560 1131 0 0 0 1 0 0 0 15 0 22 0 257206843 16070742016 66640 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7954] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7954/stat : 7954 (java) S 7945 7947 6896 0 -1 4202560 1169 0 0 0 0 0 0 0 15 0 22 0 257206843 16070742016 66640 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7955] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7955/stat : 7955 (java) S 7945 7947 6896 0 -1 4202560 707 0 0 0 0 0 0 0 15 0 22 0 257206843 16070742016 66640 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7956] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7956/stat : 7956 (java) S 7945 7947 6896 0 -1 4202560 1213 0 0 0 0 0 0 0 16 0 22 0 257206843 16070742016 66640 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7957] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7957/stat : 7957 (java) S 7945 7947 6896 0 -1 4202560 935 0 0 0 0 0 0 0 16 0 22 0 257206843 16070742016 66640 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0

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

/proc/7947/task/7962/stat : 7962 (java) S 7945 7947 6896 0 -1 4202560 6888 0 0 0 84 0 0 0 15 0 22 0 257206847 16070742016 151703 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7963] ppid=7945 vsize=15694084 CPUtime=0.97 cores=0,2,4,6
/proc/7947/task/7963/stat : 7963 (java) S 7945 7947 6896 0 -1 4202560 8971 0 0 0 96 1 0 0 15 0 22 0 257206847 16070742016 151703 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7964] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7964/stat : 7964 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16070742016 151703 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7965] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7965/stat : 7965 (java) S 7945 7947 6896 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 257206847 16070742016 151703 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7966] ppid=7945 vsize=15694084 CPUtime=319.34 cores=0,2,4,6
/proc/7947/task/7966/stat : 7966 (java) R 7945 7947 6896 0 -1 4202560 39810 0 0 0 31927 7 0 0 25 0 22 0 257206874 16070742016 151703 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7947/tid=7967] ppid=7945 vsize=15694084 CPUtime=319.72 cores=0,2,4,6
/proc/7947/task/7967/stat : 7967 (java) R 7945 7947 6896 0 -1 4202560 43820 0 0 0 31963 9 0 0 25 0 22 0 257206874 16070742016 151703 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505717409 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7947/tid=7968] ppid=7945 vsize=15694084 CPUtime=320.02 cores=0,2,4,6
/proc/7947/task/7968/stat : 7968 (java) R 7945 7947 6896 0 -1 4202560 42683 0 0 0 31994 8 0 0 25 0 22 0 257206874 16070742016 151703 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505935349 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7947/tid=7969] ppid=7945 vsize=15694084 CPUtime=319.8 cores=0,2,4,6
/proc/7947/task/7969/stat : 7969 (java) R 7945 7947 6896 0 -1 4202560 44210 0 0 0 31974 6 0 0 25 0 22 0 257206874 16070742016 151703 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505796423 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1289.76
Current children cumulated vsize (KiB) 15694084

[startup+326.401 s]
/proc/loadavg: 8.05 8.04 7.89 9/220 7977
/proc/meminfo: memFree=30152180/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=15694084 CPUtime=1295.98 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 401861 0 1 0 129502 96 0 0 25 0 22 0 257206842 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 3923521 151280 2291 9 0 3914240 0
[pid=7947/tid=7948] ppid=7945 vsize=15694084 CPUtime=0.46 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) S 7945 7947 6896 0 -1 4202560 11006 0 1 0 45 1 0 0 18 0 22 0 257206842 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7950] ppid=7945 vsize=15694084 CPUtime=0.99 cores=0,2,4,6
/proc/7947/task/7950/stat : 7950 (java) S 7945 7947 6896 0 -1 4202560 24203 0 0 0 94 5 0 0 15 0 22 0 257206843 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7951] ppid=7945 vsize=15694084 CPUtime=0.96 cores=0,2,4,6
/proc/7947/task/7951/stat : 7951 (java) S 7945 7947 6896 0 -1 4202560 24887 0 0 0 91 5 0 0 16 0 22 0 257206843 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7952] ppid=7945 vsize=15694084 CPUtime=1.02 cores=0,2,4,6
/proc/7947/task/7952/stat : 7952 (java) S 7945 7947 6896 0 -1 4202560 24625 0 0 0 97 5 0 0 16 0 22 0 257206843 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7953] ppid=7945 vsize=15694084 CPUtime=1.02 cores=0,2,4,6
/proc/7947/task/7953/stat : 7953 (java) S 7945 7947 6896 0 -1 4202560 25419 0 0 0 97 5 0 0 16 0 22 0 257206843 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7954] ppid=7945 vsize=15694084 CPUtime=0.98 cores=0,2,4,6
/proc/7947/task/7954/stat : 7954 (java) S 7945 7947 6896 0 -1 4202560 25208 0 0 0 93 5 0 0 15 0 22 0 257206843 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7955] ppid=7945 vsize=15694084 CPUtime=1.06 cores=0,2,4,6
/proc/7947/task/7955/stat : 7955 (java) S 7945 7947 6896 0 -1 4202560 26083 0 0 0 100 6 0 0 15 0 22 0 257206843 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7956] ppid=7945 vsize=15694084 CPUtime=1.03 cores=0,2,4,6
/proc/7947/task/7956/stat : 7956 (java) S 7945 7947 6896 0 -1 4202560 25280 0 0 0 97 6 0 0 16 0 22 0 257206843 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7957] ppid=7945 vsize=15694084 CPUtime=1.01 cores=0,2,4,6
/proc/7947/task/7957/stat : 7957 (java) S 7945 7947 6896 0 -1 4202560 26705 0 0 0 94 7 0 0 15 0 22 0 257206843 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7958] ppid=7945 vsize=15694084 CPUtime=0.41 cores=0,2,4,6
/proc/7947/task/7958/stat : 7958 (java) S 7945 7947 6896 0 -1 4202560 653 0 0 0 28 13 0 0 15 0 22 0 257206844 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 0 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7959] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7959/stat : 7959 (java) S 7945 7947 6896 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 257206845 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7960] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7960/stat : 7960 (java) S 7945 7947 6896 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 257206845 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7961] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7961/stat : 7961 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672485809 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7962] ppid=7945 vsize=15694084 CPUtime=0.84 cores=0,2,4,6
/proc/7947/task/7962/stat : 7962 (java) S 7945 7947 6896 0 -1 4202560 6888 0 0 0 84 0 0 0 15 0 22 0 257206847 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7963] ppid=7945 vsize=15694084 CPUtime=0.97 cores=0,2,4,6
/proc/7947/task/7963/stat : 7963 (java) S 7945 7947 6896 0 -1 4202560 8971 0 0 0 96 1 0 0 15 0 22 0 257206847 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7964] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7964/stat : 7964 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7965] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7965/stat : 7965 (java) S 7945 7947 6896 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 257206847 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7966] ppid=7945 vsize=15694084 CPUtime=320.93 cores=0,2,4,6
/proc/7947/task/7966/stat : 7966 (java) R 7945 7947 6896 0 -1 4202560 39810 0 0 0 32086 7 0 0 25 0 22 0 257206874 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505524199 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7947/tid=7967] ppid=7945 vsize=15694084 CPUtime=321.26 cores=0,2,4,6
/proc/7947/task/7967/stat : 7967 (java) R 7945 7947 6896 0 -1 4202560 43823 0 0 0 32117 9 0 0 25 0 22 0 257206874 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 47119822960406 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7947/tid=7968] ppid=7945 vsize=15694084 CPUtime=321.55 cores=0,2,4,6
/proc/7947/task/7968/stat : 7968 (java) R 7945 7947 6896 0 -1 4202560 42685 0 0 0 32147 8 0 0 25 0 22 0 257206874 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505935333 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=7947/tid=7969] ppid=7945 vsize=15694084 CPUtime=321.33 cores=0,2,4,6
/proc/7947/task/7969/stat : 7969 (java) R 7945 7947 6896 0 -1 4202560 44211 0 0 0 32127 6 0 0 25 0 22 0 257206874 16070742016 151280 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505796295 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1295.98
Current children cumulated vsize (KiB) 15694084

[startup+326.807 s]
/proc/loadavg: 8.05 8.04 7.89 9/220 7977
/proc/meminfo: memFree=30147096/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=15694084 CPUtime=1297.26 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 401886 0 1 0 129630 96 0 0 25 0 22 0 257206842 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 3923521 151064 2291 9 0 3914240 0
[pid=7947/tid=7948] ppid=7945 vsize=15694084 CPUtime=0.46 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) S 7945 7947 6896 0 -1 4202560 11006 0 1 0 45 1 0 0 18 0 22 0 257206842 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7950] ppid=7945 vsize=15694084 CPUtime=0.99 cores=0,2,4,6
/proc/7947/task/7950/stat : 7950 (java) S 7945 7947 6896 0 -1 4202560 24203 0 0 0 94 5 0 0 15 0 22 0 257206843 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7951] ppid=7945 vsize=15694084 CPUtime=0.96 cores=0,2,4,6
/proc/7947/task/7951/stat : 7951 (java) S 7945 7947 6896 0 -1 4202560 24887 0 0 0 91 5 0 0 15 0 22 0 257206843 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7952] ppid=7945 vsize=15694084 CPUtime=1.02 cores=0,2,4,6
/proc/7947/task/7952/stat : 7952 (java) S 7945 7947 6896 0 -1 4202560 24625 0 0 0 97 5 0 0 15 0 22 0 257206843 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7953] ppid=7945 vsize=15694084 CPUtime=1.02 cores=0,2,4,6
/proc/7947/task/7953/stat : 7953 (java) S 7945 7947 6896 0 -1 4202560 25437 0 0 0 97 5 0 0 16 0 22 0 257206843 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7954] ppid=7945 vsize=15694084 CPUtime=0.99 cores=0,2,4,6
/proc/7947/task/7954/stat : 7954 (java) S 7945 7947 6896 0 -1 4202560 25209 0 0 0 94 5 0 0 16 0 22 0 257206843 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7955] ppid=7945 vsize=15694084 CPUtime=1.06 cores=0,2,4,6
/proc/7947/task/7955/stat : 7955 (java) S 7945 7947 6896 0 -1 4202560 26085 0 0 0 100 6 0 0 16 0 22 0 257206843 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7956] ppid=7945 vsize=15694084 CPUtime=1.03 cores=0,2,4,6
/proc/7947/task/7956/stat : 7956 (java) S 7945 7947 6896 0 -1 4202560 25280 0 0 0 97 6 0 0 15 0 22 0 257206843 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7957] ppid=7945 vsize=15694084 CPUtime=1.01 cores=0,2,4,6
/proc/7947/task/7957/stat : 7957 (java) S 7945 7947 6896 0 -1 4202560 26708 0 0 0 94 7 0 0 16 0 22 0 257206843 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7958] ppid=7945 vsize=15694084 CPUtime=0.41 cores=0,2,4,6
/proc/7947/task/7958/stat : 7958 (java) S 7945 7947 6896 0 -1 4202560 653 0 0 0 28 13 0 0 15 0 22 0 257206844 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 0 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7959] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7959/stat : 7959 (java) S 7945 7947 6896 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 257206845 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7960] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7960/stat : 7960 (java) S 7945 7947 6896 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 257206845 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7961] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7961/stat : 7961 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672485809 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7962] ppid=7945 vsize=15694084 CPUtime=0.84 cores=0,2,4,6
/proc/7947/task/7962/stat : 7962 (java) S 7945 7947 6896 0 -1 4202560 6888 0 0 0 84 0 0 0 15 0 22 0 257206847 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7963] ppid=7945 vsize=15694084 CPUtime=0.97 cores=0,2,4,6
/proc/7947/task/7963/stat : 7963 (java) S 7945 7947 6896 0 -1 4202560 8971 0 0 0 96 1 0 0 15 0 22 0 257206847 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7964] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7964/stat : 7964 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7965] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7965/stat : 7965 (java) S 7945 7947 6896 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 257206847 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7966] ppid=7945 vsize=15694084 CPUtime=321.33 cores=0,2,4,6
/proc/7947/task/7966/stat : 7966 (java) R 7945 7947 6896 0 -1 4202560 39810 0 0 0 32126 7 0 0 25 0 22 0 257206874 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=7947/tid=7967] ppid=7945 vsize=15694084 CPUtime=321.56 cores=0,2,4,6
/proc/7947/task/7967/stat : 7967 (java) R 7945 7947 6896 0 -1 4202560 43824 0 0 0 32147 9 0 0 25 0 22 0 257206874 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 46912505760455 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7947/tid=7968] ppid=7945 vsize=15694084 CPUtime=321.86 cores=0,2,4,6
/proc/7947/task/7968/stat : 7968 (java) S 7945 7947 6896 0 -1 4202560 42685 0 0 0 32178 8 0 0 25 0 22 0 257206874 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7969] ppid=7945 vsize=15694084 CPUtime=321.6 cores=0,2,4,6
/proc/7947/task/7969/stat : 7969 (java) S 7945 7947 6896 0 -1 4202560 44211 0 0 0 32154 6 0 0 25 0 22 0 257206874 16070742016 151064 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1297.26
Current children cumulated vsize (KiB) 15694084

[startup+327.201 s]
/proc/loadavg: 8.05 8.04 7.89 9/220 7977
/proc/meminfo: memFree=30147096/32951124 swapFree=67111524/67111528
[pid=7947] ppid=7945 vsize=15694084 CPUtime=1297.87 cores=0,2,4,6
/proc/7947/stat : 7947 (java) S 7945 7947 6896 0 -1 4202496 401890 0 1 0 129691 96 0 0 25 0 22 0 257206842 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7947/statm: 3923521 150906 2291 9 0 3914240 0
[pid=7947/tid=7948] ppid=7945 vsize=15694084 CPUtime=0.46 cores=0,2,4,6
/proc/7947/task/7948/stat : 7948 (java) S 7945 7947 6896 0 -1 4202560 11006 0 1 0 45 1 0 0 18 0 22 0 257206842 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7950] ppid=7945 vsize=15694084 CPUtime=0.99 cores=0,2,4,6
/proc/7947/task/7950/stat : 7950 (java) S 7945 7947 6896 0 -1 4202560 24203 0 0 0 94 5 0 0 15 0 22 0 257206843 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7951] ppid=7945 vsize=15694084 CPUtime=0.96 cores=0,2,4,6
/proc/7947/task/7951/stat : 7951 (java) S 7945 7947 6896 0 -1 4202560 24888 0 0 0 91 5 0 0 16 0 22 0 257206843 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7952] ppid=7945 vsize=15694084 CPUtime=1.02 cores=0,2,4,6
/proc/7947/task/7952/stat : 7952 (java) S 7945 7947 6896 0 -1 4202560 24626 0 0 0 97 5 0 0 16 0 22 0 257206843 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7953] ppid=7945 vsize=15694084 CPUtime=1.02 cores=0,2,4,6
/proc/7947/task/7953/stat : 7953 (java) S 7945 7947 6896 0 -1 4202560 25437 0 0 0 97 5 0 0 15 0 22 0 257206843 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7954] ppid=7945 vsize=15694084 CPUtime=0.99 cores=0,2,4,6
/proc/7947/task/7954/stat : 7954 (java) S 7945 7947 6896 0 -1 4202560 25209 0 0 0 94 5 0 0 15 0 22 0 257206843 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7955] ppid=7945 vsize=15694084 CPUtime=1.06 cores=0,2,4,6
/proc/7947/task/7955/stat : 7955 (java) S 7945 7947 6896 0 -1 4202560 26086 0 0 0 100 6 0 0 16 0 22 0 257206843 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7956] ppid=7945 vsize=15694084 CPUtime=1.03 cores=0,2,4,6
/proc/7947/task/7956/stat : 7956 (java) S 7945 7947 6896 0 -1 4202560 25280 0 0 0 97 6 0 0 15 0 22 0 257206843 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
[pid=7947/tid=7957] ppid=7945 vsize=15694084 CPUtime=1.01 cores=0,2,4,6
/proc/7947/task/7957/stat : 7957 (java) S 7945 7947 6896 0 -1 4202560 26708 0 0 0 94 7 0 0 16 0 22 0 257206843 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7958] ppid=7945 vsize=15694084 CPUtime=0.41 cores=0,2,4,6
/proc/7947/task/7958/stat : 7958 (java) S 7945 7947 6896 0 -1 4202560 653 0 0 0 28 13 0 0 16 0 22 0 257206844 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 0 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7959] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7959/stat : 7959 (java) S 7945 7947 6896 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 257206845 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7960] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7960/stat : 7960 (java) S 7945 7947 6896 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 257206845 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7961] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7961/stat : 7961 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672485809 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7962] ppid=7945 vsize=15694084 CPUtime=0.84 cores=0,2,4,6
/proc/7947/task/7962/stat : 7962 (java) S 7945 7947 6896 0 -1 4202560 6888 0 0 0 84 0 0 0 15 0 22 0 257206847 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7963] ppid=7945 vsize=15694084 CPUtime=0.97 cores=0,2,4,6
/proc/7947/task/7963/stat : 7963 (java) S 7945 7947 6896 0 -1 4202560 8971 0 0 0 96 1 0 0 15 0 22 0 257206847 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7964] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7964/stat : 7964 (java) S 7945 7947 6896 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 257206847 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478105 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7965] ppid=7945 vsize=15694084 CPUtime=0 cores=0,2,4,6
/proc/7947/task/7965/stat : 7965 (java) S 7945 7947 6896 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 257206847 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7966] ppid=7945 vsize=15694084 CPUtime=321.45 cores=0,2,4,6
/proc/7947/task/7966/stat : 7966 (java) S 7945 7947 6896 0 -1 4202560 39810 0 0 0 32138 7 0 0 24 0 22 0 257206874 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 2 0 0 0
[pid=7947/tid=7967] ppid=7945 vsize=15694084 CPUtime=321.68 cores=0,2,4,6
/proc/7947/task/7967/stat : 7967 (java) S 7945 7947 6896 0 -1 4202560 43824 0 0 0 32159 9 0 0 23 0 22 0 257206874 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 4 0 0 0
[pid=7947/tid=7968] ppid=7945 vsize=15694084 CPUtime=322.01 cores=0,2,4,6
/proc/7947/task/7968/stat : 7968 (java) S 7945 7947 6896 0 -1 4202560 42685 0 0 0 32193 8 0 0 24 0 22 0 257206874 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 6 0 0 0
[pid=7947/tid=7969] ppid=7945 vsize=15694084 CPUtime=321.8 cores=0,2,4,6
/proc/7947/task/7969/stat : 7969 (java) S 7945 7947 6896 0 -1 4202560 44212 0 0 0 32174 6 0 0 24 0 22 0 257206874 16070742016 150906 33554432000 1073741824 1073778376 140734537500560 18446744073709551615 268672478720 0 4 0 16800975 18446604453966736256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1297.87
Current children cumulated vsize (KiB) 15694084

Child status: 20
Real time (s): 327.275
CPU time (s): 1297.91
CPU user time (s): 1296.91
CPU system time (s): 0.997848
CPU usage (%): 396.582
Max. virtual memory (cumulated for all children) (KiB): 15700044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1296.91
system time used= 0.997848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401913
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= 64726
involuntary context switches= 36027

runsolver used 0.561914 second user time and 1.23781 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 04:22:36
IDJOB=3312707
IDBENCH=82892
IDSOLVER=1699
FILE ID=node107/3312707-1304130156
RUNJOBID= node107-1304128899-7255
PBS_JOBID= 13170764
Free space on /tmp= 72624 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S2039518547-066.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312707-1304130156/watcher-3312707-1304130156 -o /tmp/evaluation-result-3312707-1304130156/solver-3312707-1304130156 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312707-1304130156.cnf

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

MD5SUM BENCH= 80aa82e62b454f2871f6471d9559597d
RANDOM SEED=1474036192

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.829
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	: 5359.47
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.829
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.829
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:      30791436 kB
Buffers:        368244 kB
Cached:        1130304 kB
SwapCached:          4 kB
Active:         358660 kB
Inactive:      1451472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30791436 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2016 kB
Writeback:           0 kB
AnonPages:      311064 kB
Mapped:          23452 kB
Slab:           285740 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   790832 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= 72624 MiB
End job on node107 at 2011-04-30 04:28:03