Trace number 3194803

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
SAT_Intersec_01 2011-03-01? (exit code) 54.6427 51.42

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S874492400-019-UNKNOWN.cnf
MD5SUMec4818cc72441ba3110ddbe772c6ebb9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark909.267
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

54.32/51.15	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
54.32/51.15		at SAT_Intersec_01.Clausa.<init>(Clausa.java:41)
54.32/51.15		at SAT_Intersec_01.Main.main(Main.java:72)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 931)

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-3194803-1302713350/watcher-3194803-1302713350 -o /tmp/evaluation-result-3194803-1302713350/solver-3194803-1302713350 -C 2400 -W 1300 -M 7680 java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194803-1302713350.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.02 3.98 3.54 4/198 3187
/proc/meminfo: memFree=14051340/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=2464 CPUtime=0 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4194304 92 0 0 0 0 0 0 0 25 0 1 0 461565454 2523136 44 33554432000 1073741824 1073778376 140734040289792 18446744073709551615 252453142151 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/3187/statm: 616 44 35 9 0 27 0

[startup+0.0330781 s]
/proc/loadavg: 4.02 3.98 3.54 4/198 3187
/proc/meminfo: memFree=14051340/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=7362316 CPUtime=0 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4202496 4021 0 1 0 0 0 0 0 18 0 2 0 461565454 7539011584 3736 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 1840579 3755 914 9 0 1831735 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7362316

[startup+0.101022 s]
/proc/loadavg: 4.02 3.98 3.54 4/198 3187
/proc/meminfo: memFree=14051340/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=7392136 CPUtime=0.06 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4202496 9750 0 1 0 5 1 0 0 18 0 18 0 461565454 7569547264 9459 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 1848034 9459 1745 9 0 1838518 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7392136

[startup+0.301001 s]
/proc/loadavg: 4.02 3.98 3.54 4/198 3187
/proc/meminfo: memFree=14051340/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=7394244 CPUtime=0.29 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4202496 78667 0 1 0 19 10 0 0 18 0 18 0 461565454 7571705856 78376 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 1848561 78376 2125 9 0 1839045 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7394244

[startup+0.70093 s]
/proc/loadavg: 4.02 3.98 3.54 4/198 3187
/proc/meminfo: memFree=14051340/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=7394244 CPUtime=0.71 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4202496 235208 0 1 0 42 29 0 0 18 0 18 0 461565454 7571705856 234918 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 1848561 234946 2163 9 0 1839045 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 7394244

[startup+1.50082 s]
/proc/loadavg: 4.02 3.98 3.55 6/258 3264
/proc/meminfo: memFree=10190756/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=7396028 CPUtime=1.58 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4202496 487949 0 1 0 99 59 0 0 18 0 18 0 461565454 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 1849007 487474 2182 9 0 1839491 0
[pid=3187/tid=3193] ppid=3185 vsize=7396028 CPUtime=1.4 cores=4,6
/proc/3187/task/3193/stat : 3193 (java) R 3185 3187 1734 0 -1 4202560 455194 0 1 0 85 55 0 0 19 0 18 0 461565457 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469892555 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=7396028 CPUtime=0.04 cores=4,6
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 1734 0 -1 4202560 25691 0 0 0 2 2 0 0 18 0 18 0 461565458 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 1734 0 -1 4202560 4397 0 0 0 0 0 0 0 18 0 18 0 461565458 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565458 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565458 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565458 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565458 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3200] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3200/stat : 3200 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565458 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3201] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3201/stat : 3201 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565458 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3202] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3202/stat : 3202 (java) S 3185 3187 1734 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 461565459 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469882368 0 0 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3203] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3203/stat : 3203 (java) S 3185 3187 1734 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 461565459 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3204] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3204/stat : 3204 (java) S 3185 3187 1734 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 461565459 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3214] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3214/stat : 3214 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565462 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469889457 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3215] ppid=3185 vsize=7396028 CPUtime=0.02 cores=4,6
/proc/3187/task/3215/stat : 3215 (java) S 3185 3187 1734 0 -1 4202560 41 0 0 0 2 0 0 0 15 0 18 0 461565462 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3216] ppid=3185 vsize=7396028 CPUtime=0.07 cores=4,6
/proc/3187/task/3216/stat : 3216 (java) S 3185 3187 1734 0 -1 4202560 1496 0 0 0 7 0 0 0 15 0 18 0 461565462 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3217] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3217/stat : 3217 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 461565462 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3218] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3218/stat : 3218 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 461565462 7573532672 487474 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469882368 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 7396028

[startup+3.10151 s]
/proc/loadavg: 4.02 3.98 3.55 10/258 3264
/proc/meminfo: memFree=7526220/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=7396028 CPUtime=3.35 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4202496 608737 0 1 0 258 77 0 0 18 0 18 0 461565454 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 1849007 607923 2184 9 0 1839491 0
[pid=3187/tid=3193] ppid=3185 vsize=7396028 CPUtime=2.85 cores=4,6
/proc/3187/task/3193/stat : 3193 (java) R 3185 3187 1734 0 -1 4202560 456167 0 1 0 226 59 0 0 21 0 18 0 461565457 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469892555 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=7396028 CPUtime=0.04 cores=4,6
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 1734 0 -1 4202560 25691 0 0 0 2 2 0 0 15 0 18 0 461565458 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 1734 0 -1 4202560 4397 0 0 0 0 0 0 0 15 0 18 0 461565458 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 1734 0 -1 4202560 4049 0 0 0 0 0 0 0 15 0 18 0 461565458 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 461565458 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 1734 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 18 0 461565458 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=7396028 CPUtime=0.06 cores=4,6
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 1734 0 -1 4202560 30094 0 0 0 2 4 0 0 15 0 18 0 461565458 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3200] ppid=3185 vsize=7396028 CPUtime=0.08 cores=4,6
/proc/3187/task/3200/stat : 3200 (java) S 3185 3187 1734 0 -1 4202560 29884 0 0 0 5 3 0 0 16 0 18 0 461565458 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3201] ppid=3185 vsize=7396028 CPUtime=0.13 cores=4,6
/proc/3187/task/3201/stat : 3201 (java) S 3185 3187 1734 0 -1 4202560 55716 0 0 0 7 6 0 0 16 0 18 0 461565458 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3202] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3202/stat : 3202 (java) S 3185 3187 1734 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 461565459 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469882368 0 0 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3203] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3203/stat : 3203 (java) S 3185 3187 1734 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 461565459 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3204] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3204/stat : 3204 (java) S 3185 3187 1734 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 461565459 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3214] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3214/stat : 3214 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565462 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469889457 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3215] ppid=3185 vsize=7396028 CPUtime=0.04 cores=4,6
/proc/3187/task/3215/stat : 3215 (java) S 3185 3187 1734 0 -1 4202560 116 0 0 0 4 0 0 0 15 0 18 0 461565462 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3216] ppid=3185 vsize=7396028 CPUtime=0.07 cores=4,6
/proc/3187/task/3216/stat : 3216 (java) S 3185 3187 1734 0 -1 4202560 1496 0 0 0 7 0 0 0 15 0 18 0 461565462 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3217] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3217/stat : 3217 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 461565462 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3218] ppid=3185 vsize=7396028 CPUtime=0 cores=4,6
/proc/3187/task/3218/stat : 3218 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 461565462 7573532672 607923 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469882368 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 7396028

[startup+6.30086 s]
/proc/loadavg: 4.02 3.98 3.55 8/258 3264
/proc/meminfo: memFree=5393544/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=7394776 CPUtime=6.98 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4202496 728317 0 1 0 590 108 0 0 18 0 18 0 461565454 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 1848694 726838 2184 9 0 1839178 0
[pid=3187/tid=3193] ppid=3185 vsize=7394776 CPUtime=5.59 cores=4,6
/proc/3187/task/3193/stat : 3193 (java) R 3185 3187 1734 0 -1 4202560 456173 0 1 0 486 73 0 0 25 0 18 0 461565457 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 46912505494086 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=7394776 CPUtime=0.04 cores=4,6
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 1734 0 -1 4202560 25691 0 0 0 2 2 0 0 15 0 18 0 461565458 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=7394776 CPUtime=0.19 cores=4,6
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 1734 0 -1 4202560 41704 0 0 0 13 6 0 0 15 0 18 0 461565458 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=7394776 CPUtime=0.09 cores=4,6
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 1734 0 -1 4202560 18988 0 0 0 7 2 0 0 16 0 18 0 461565458 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=7394776 CPUtime=0.05 cores=4,6
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 1734 0 -1 4202560 22 0 0 0 5 0 0 0 15 0 18 0 461565458 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=7394776 CPUtime=0.21 cores=4,6
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 1734 0 -1 4202560 29891 0 0 0 18 3 0 0 16 0 18 0 461565458 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=7394776 CPUtime=0.19 cores=4,6
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 1734 0 -1 4202560 35244 0 0 0 15 4 0 0 16 0 18 0 461565458 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3200] ppid=3185 vsize=7394776 CPUtime=0.26 cores=4,6
/proc/3187/task/3200/stat : 3200 (java) S 3185 3187 1734 0 -1 4202560 62152 0 0 0 19 7 0 0 16 0 18 0 461565458 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3201] ppid=3185 vsize=7394776 CPUtime=0.14 cores=4,6
/proc/3187/task/3201/stat : 3201 (java) S 3185 3187 1734 0 -1 4202560 55716 0 0 0 8 6 0 0 16 0 18 0 461565458 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3202] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3202/stat : 3202 (java) S 3185 3187 1734 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 461565459 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469882368 0 0 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3203] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3203/stat : 3203 (java) S 3185 3187 1734 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 461565459 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3204] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3204/stat : 3204 (java) S 3185 3187 1734 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 461565459 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3214] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3214/stat : 3214 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565462 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469889457 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3215] ppid=3185 vsize=7394776 CPUtime=0.04 cores=4,6
/proc/3187/task/3215/stat : 3215 (java) S 3185 3187 1734 0 -1 4202560 116 0 0 0 4 0 0 0 15 0 18 0 461565462 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3216] ppid=3185 vsize=7394776 CPUtime=0.07 cores=4,6
/proc/3187/task/3216/stat : 3216 (java) S 3185 3187 1734 0 -1 4202560 1496 0 0 0 7 0 0 0 15 0 18 0 461565462 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3217] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3217/stat : 3217 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 461565462 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3218] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3218/stat : 3218 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 461565462 7572250624 726838 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469882368 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 7394776

[startup+12.7044 s]
/proc/loadavg: 4.47 4.08 3.58 7/258 3264
/proc/meminfo: memFree=2512244/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=7394776 CPUtime=14.06 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4202496 1080371 0 1 0 1238 168 0 0 18 0 18 0 461565454 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 1848694 1078100 2184 9 0 1839178 0
[pid=3187/tid=3193] ppid=3185 vsize=7394776 CPUtime=11.18 cores=4,6
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 1734 0 -1 4202560 456186 0 1 0 1028 90 0 0 25 0 18 0 461565457 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=7394776 CPUtime=0.18 cores=4,6
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 1734 0 -1 4202560 41114 0 0 0 14 4 0 0 15 0 18 0 461565458 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=7394776 CPUtime=0.46 cores=4,6
/proc/3187/task/3195/stat : 3195 (java) R 3185 3187 1734 0 -1 4202560 112401 0 0 0 32 14 0 0 15 0 18 0 461565458 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=7394776 CPUtime=0.29 cores=4,6
/proc/3187/task/3196/stat : 3196 (java) R 3185 3187 1734 0 -1 4202560 78668 0 0 0 20 9 0 0 15 0 18 0 461565458 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252458019127 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=7394776 CPUtime=0.2 cores=4,6
/proc/3187/task/3197/stat : 3197 (java) R 3185 3187 1734 0 -1 4202560 21395 0 0 0 18 2 0 0 15 0 18 0 461565458 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252458019127 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=7394776 CPUtime=0.29 cores=4,6
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 1734 0 -1 4202560 57625 0 0 0 22 7 0 0 16 0 18 0 461565458 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=7394776 CPUtime=0.35 cores=4,6
/proc/3187/task/3199/stat : 3199 (java) R 3185 3187 1734 0 -1 4202560 87593 0 0 0 25 10 0 0 15 0 18 0 461565458 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252458019127 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3187/tid=3200] ppid=3185 vsize=7394776 CPUtime=0.44 cores=4,6
/proc/3187/task/3200/stat : 3200 (java) S 3185 3187 1734 0 -1 4202560 111744 0 0 0 31 13 0 0 15 0 18 0 461565458 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3201] ppid=3185 vsize=7394776 CPUtime=0.43 cores=4,6
/proc/3187/task/3201/stat : 3201 (java) S 3185 3187 1734 0 -1 4202560 110909 0 0 0 30 13 0 0 15 0 18 0 461565458 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3202] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3202/stat : 3202 (java) S 3185 3187 1734 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 461565459 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 0 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3203] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3203/stat : 3203 (java) S 3185 3187 1734 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 461565459 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3204] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3204/stat : 3204 (java) S 3185 3187 1734 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 461565459 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3214] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3214/stat : 3214 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565462 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469889457 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3215] ppid=3185 vsize=7394776 CPUtime=0.04 cores=4,6
/proc/3187/task/3215/stat : 3215 (java) S 3185 3187 1734 0 -1 4202560 116 0 0 0 4 0 0 0 15 0 18 0 461565462 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3216] ppid=3185 vsize=7394776 CPUtime=0.07 cores=4,6
/proc/3187/task/3216/stat : 3216 (java) S 3185 3187 1734 0 -1 4202560 1496 0 0 0 7 0 0 0 15 0 18 0 461565462 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3217] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3217/stat : 3217 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 461565462 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3218] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3218/stat : 3218 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 461565462 7572250624 1078100 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469882368 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 7394776

[startup+25.5013 s]
/proc/loadavg: 4.64 4.12 3.60 10/258 3264
/proc/meminfo: memFree=94220/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=7394776 CPUtime=28.16 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4202496 1589504 0 1 0 2537 279 0 0 18 0 18 0 461565454 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 1848694 1585793 2184 9 0 1839178 0
[pid=3187/tid=3193] ppid=3185 vsize=7394776 CPUtime=22.53 cores=4,6
/proc/3187/task/3193/stat : 3193 (java) R 3185 3187 1734 0 -1 4202560 456204 0 1 0 2125 128 0 0 25 0 18 0 461565457 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469892555 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=7394776 CPUtime=0.63 cores=4,6
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 1734 0 -1 4202560 105819 0 0 0 49 14 0 0 15 0 18 0 461565458 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=7394776 CPUtime=0.88 cores=4,6
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 1734 0 -1 4202560 197640 0 0 0 63 25 0 0 16 0 18 0 461565458 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=7394776 CPUtime=0.4 cores=4,6
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 1734 0 -1 4202560 103325 0 0 0 27 13 0 0 15 0 18 0 461565458 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=7394776 CPUtime=0.69 cores=4,6
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 1734 0 -1 4202560 94031 0 0 0 57 12 0 0 16 0 18 0 461565458 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=7394776 CPUtime=0.55 cores=4,6
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 1734 0 -1 4202560 112634 0 0 0 39 16 0 0 15 0 18 0 461565458 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=7394776 CPUtime=0.68 cores=4,6
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 1734 0 -1 4202560 143496 0 0 0 49 19 0 0 15 0 18 0 461565458 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3200] ppid=3185 vsize=7394776 CPUtime=0.68 cores=4,6
/proc/3187/task/3200/stat : 3200 (java) S 3185 3187 1734 0 -1 4202560 171186 0 0 0 45 23 0 0 15 0 18 0 461565458 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3201] ppid=3185 vsize=7394776 CPUtime=0.9 cores=4,6
/proc/3187/task/3201/stat : 3201 (java) S 3185 3187 1734 0 -1 4202560 202433 0 0 0 66 24 0 0 15 0 18 0 461565458 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3202] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3202/stat : 3202 (java) S 3185 3187 1734 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 461565459 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469882368 0 0 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3203] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3203/stat : 3203 (java) S 3185 3187 1734 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 461565459 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3204] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3204/stat : 3204 (java) S 3185 3187 1734 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 461565459 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3214] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3214/stat : 3214 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565462 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469889457 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3215] ppid=3185 vsize=7394776 CPUtime=0.04 cores=4,6
/proc/3187/task/3215/stat : 3215 (java) S 3185 3187 1734 0 -1 4202560 116 0 0 0 4 0 0 0 15 0 18 0 461565462 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3216] ppid=3185 vsize=7394776 CPUtime=0.07 cores=4,6
/proc/3187/task/3216/stat : 3216 (java) S 3185 3187 1734 0 -1 4202560 1496 0 0 0 7 0 0 0 15 0 18 0 461565462 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3217] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3217/stat : 3217 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 461565462 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3218] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3218/stat : 3218 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 461565462 7572250624 1585793 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469882368 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 28.16
Current children cumulated vsize (KiB) 7394776

[startup+51.1015 s]
/proc/loadavg: 4.42 4.11 3.61 6/258 3265
/proc/meminfo: memFree=2199196/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=7394776 CPUtime=54.32 cores=4,6
/proc/3187/stat : 3187 (java) S 3185 3187 1734 0 -1 4202496 1806550 0 1 0 5064 368 0 0 18 0 18 0 461565454 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 1848694 1802372 2196 9 0 1839178 0
[pid=3187/tid=3193] ppid=3185 vsize=7394776 CPUtime=37.2 cores=4,6
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 1734 0 -1 4202560 456290 0 1 0 3538 182 0 0 15 0 18 0 461565457 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=7394776 CPUtime=0.84 cores=4,6
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 1734 0 -1 4202560 158083 0 0 0 62 22 0 0 16 0 18 0 461565458 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=7394776 CPUtime=1.04 cores=4,6
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 1734 0 -1 4202560 215685 0 0 0 76 28 0 0 16 0 18 0 461565458 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=7394776 CPUtime=0.41 cores=4,6
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 1734 0 -1 4202560 103325 0 0 0 28 13 0 0 15 0 18 0 461565458 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=7394776 CPUtime=0.8 cores=4,6
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 1734 0 -1 4202560 112678 0 0 0 64 16 0 0 15 0 18 0 461565458 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=7394776 CPUtime=0.78 cores=4,6
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 1734 0 -1 4202560 158773 0 0 0 56 22 0 0 15 0 18 0 461565458 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=7394776 CPUtime=0.8 cores=4,6
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 1734 0 -1 4202560 157594 0 0 0 59 21 0 0 15 0 18 0 461565458 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3200] ppid=3185 vsize=7394776 CPUtime=1 cores=4,6
/proc/3187/task/3200/stat : 3200 (java) S 3185 3187 1734 0 -1 4202560 205531 0 0 0 72 28 0 0 16 0 18 0 461565458 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3201] ppid=3185 vsize=7394776 CPUtime=0.98 cores=4,6
/proc/3187/task/3201/stat : 3201 (java) S 3185 3187 1734 0 -1 4202560 218317 0 0 0 72 26 0 0 15 0 18 0 461565458 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3202] ppid=3185 vsize=7394776 CPUtime=10.24 cores=4,6
/proc/3187/task/3202/stat : 3202 (java) R 3185 3187 1734 0 -1 4202560 17541 0 0 0 1021 3 0 0 16 0 18 0 461565459 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252457759817 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=3187/tid=3203] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3203/stat : 3203 (java) S 3185 3187 1734 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 461565459 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3204] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3204/stat : 3204 (java) S 3185 3187 1734 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 461565459 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3214] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3214/stat : 3214 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 461565462 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469889457 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3215] ppid=3185 vsize=7394776 CPUtime=0.04 cores=4,6
/proc/3187/task/3215/stat : 3215 (java) S 3185 3187 1734 0 -1 4202560 116 0 0 0 4 0 0 0 15 0 18 0 461565462 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3216] ppid=3185 vsize=7394776 CPUtime=0.07 cores=4,6
/proc/3187/task/3216/stat : 3216 (java) S 3185 3187 1734 0 -1 4202560 1496 0 0 0 7 0 0 0 15 0 18 0 461565462 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
[pid=3187/tid=3217] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3217/stat : 3217 (java) S 3185 3187 1734 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 461565462 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469881753 0 4 0 16800975 18446604445281672000 0 0 -1 4 0 0 0
[pid=3187/tid=3218] ppid=3185 vsize=7394776 CPUtime=0 cores=4,6
/proc/3187/task/3218/stat : 3218 (java) S 3185 3187 1734 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 461565462 7572250624 1802372 33554432000 1073741824 1073778376 140733344794864 18446744073709551615 252469882368 0 4 0 16800975 18446604445281672000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 54.32
Current children cumulated vsize (KiB) 7394776

Solver just ended. Dumping a history of the last processes samples

[startup+51.3005 s]
/proc/loadavg: 4.42 4.11 3.61 6/258 3265
/proc/meminfo: memFree=2199196/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=0 CPUtime=54.51 cores=4,6
/proc/3187/stat : 3187 (java) Z 3185 3187 1734 0 -1 4202524 1806565 0 1 0 5069 382 0 0 18 0 2 0 461565454 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 0 0 0 0 0 0 0
[pid=3187/tid=3203] ppid=3185 vsize=0 CPUtime=0.14 cores=4,6
/proc/3187/task/3203/stat : 3203 (java) R 3185 3187 1734 0 -1 4203588 17 0 0 0 0 14 0 0 18 0 2 0 461565459 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 54.51
Current children cumulated vsize (KiB) 0

[startup+51.4005 s]
/proc/loadavg: 4.42 4.11 3.61 6/258 3265
/proc/meminfo: memFree=2199196/32951124 swapFree=67111480/67111528
[pid=3187] ppid=3185 vsize=0 CPUtime=54.61 cores=4,6
/proc/3187/stat : 3187 (java) Z 3185 3187 1734 0 -1 4202524 1806565 0 1 0 5069 392 0 0 18 0 2 0 461565454 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3187/statm: 0 0 0 0 0 0 0
[pid=3187/tid=3203] ppid=3185 vsize=0 CPUtime=0.24 cores=4,6
/proc/3187/task/3203/stat : 3203 (java) R 3185 3187 1734 0 -1 4203588 17 0 0 0 0 24 0 0 18 0 2 0 461565459 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 54.61
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 51.42
CPU time (s): 54.6427
CPU user time (s): 50.6973
CPU system time (s): 3.9454
CPU usage (%): 106.267
Max. virtual memory (cumulated for all children) (KiB): 7396028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.6973
system time used= 3.9454
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1806565
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= 2765
involuntary context switches= 2657

runsolver used 0.084987 second user time and 0.213967 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-13 18:49:10
IDJOB=3194803
IDBENCH=82583
IDSOLVER=1615
FILE ID=node111/3194803-1302713350
RUNJOBID= node111-1302712047-2905
PBS_JOBID= 12981435
Free space on /tmp= 71640 MiB

SOLVER NAME= SAT_Intersec_01 2011-03-01
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S874492400-019-UNKNOWN.cnf
COMMAND LINE= java -Xms7000m -Xmx7000m -jar DIR/SAT_Intersec_01.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3194803-1302713350/watcher-3194803-1302713350 -o /tmp/evaluation-result-3194803-1302713350/solver-3194803-1302713350 -C 2400 -W 1300 -M 7680  java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194803-1302713350.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ec4818cc72441ba3110ddbe772c6ebb9
RANDOM SEED=1448914157

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:      14053108 kB
Buffers:        705660 kB
Cached:       17654612 kB
SwapCached:         44 kB
Active:        8829700 kB
Inactive:      9632468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14053108 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:            5516 kB
Writeback:           0 kB
AnonPages:      102400 kB
Mapped:          22844 kB
Slab:           368168 kB
PageTables:       5540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7456584 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= 71636 MiB
End job on node111 at 2011-04-13 18:50:01