Trace number 1885210

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
BoolVar 2009-04-26? (exit code) 923.541 923.917

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/c32sat/
post-cbmc-aes-ele-noholes.opb
MD5SUM4fe49ec64d4ff3b1fa25df12b0ed5a3a
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables270963
Total number of constraints1601376
Number of constraints which are clauses1601376
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint257
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 258
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

898.56/898.94	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
923.26/923.66		at java.util.ArrayList.<init>(Unknown Source)
923.26/923.66		at boolvar.output.Clause.<init>(Clause.java:65)
923.26/923.66		at boolvar.model.constraints.global.PBconstraint.makeTC(PBconstraint.java:991)
923.26/923.66		at boolvar.model.constraints.global.PBconstraint.makeCascadingBargraphs(PBconstraint.java:1258)
923.26/923.66		at boolvar.model.constraints.global.PBconstraint.getGloBarCascadingCNF(PBconstraint.java:1163)
923.26/923.66		at boolvar.model.constraints.global.PBconstraint.getCNF(PBconstraint.java:259)
923.26/923.66		at boolvar.output.CnfProblem.read(CnfProblem.java:118)
923.26/923.66		at PBsolve.main(PBsolve.java:771)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1885210-1245264357/watcher-1885210-1245264357 -o /tmp/evaluation-result-1885210-1245264357/solver-1885210-1245264357 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885210-1245264357.opb minisat %dimacs %var 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 12971
/proc/meminfo: memFree=1774520/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=152 CPUtime=0
/proc/12971/stat : 12971 (java) D 12969 12971 12441 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 182957996 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 1835812 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/12971/statm: 38 26 19 9 0 4 0

[startup+0.0403259 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 12971
/proc/meminfo: memFree=1774520/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1682168 CPUtime=0.02
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 1902 0 1 0 1 1 0 0 18 0 5 0 182957996 1722540032 1494 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 420542 1494 857 9 0 415457 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1682168

[startup+0.103544 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 12971
/proc/meminfo: memFree=1774520/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1685296 CPUtime=0.09
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 4131 0 1 0 7 2 0 0 18 0 9 0 182957996 1725743104 3604 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 421324 3604 1333 9 0 416235 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1685296

[startup+0.302538 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 12971
/proc/meminfo: memFree=1774520/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1685296 CPUtime=0.33
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 6420 0 1 0 30 3 0 0 18 0 9 0 182957996 1725743104 5735 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 421324 5737 2154 9 0 416235 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685296

[startup+0.70258 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 12971
/proc/meminfo: memFree=1774520/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1685404 CPUtime=0.73
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 8357 0 1 0 69 4 0 0 18 0 9 0 182957996 1725853696 7554 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 421351 7554 2154 9 0 416262 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1685404

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 0.96 2/73 12980
/proc/meminfo: memFree=1746480/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1685404 CPUtime=1.53
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 12518 0 1 0 147 6 0 0 18 0 9 0 182957996 1725853696 11212 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 421351 11212 2154 9 0 416262 0
[pid=12971/tid=12973] ppid=12969 vsize=1685404 CPUtime=0.95
/proc/12971/task/12973/stat : 12973 (java) R 12969 12971 12441 0 -1 64 2476 0 1 0 94 1 0 0 17 0 9 0 182957997 1725853696 11212 1992294400 134512640 134550932 4294956032 18446744073709551615 4126392863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1685404 CPUtime=0.52
/proc/12971/task/12974/stat : 12974 (java) S 12969 12971 12441 0 -1 64 9031 0 0 0 49 3 0 0 16 0 9 0 182957999 1725853696 11212 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1725853696 11212 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1725853696 11212 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1725853696 11212 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1685404 CPUtime=0.04
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 277 0 0 0 4 0 0 0 16 0 9 0 182958001 1725853696 11212 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1725853696 11212 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1725853696 11212 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1685404

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 0.96 2/73 12980
/proc/meminfo: memFree=1726832/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1685404 CPUtime=3.13
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 20787 0 1 0 301 12 0 0 18 0 9 0 182957996 1725853696 18475 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 421351 18475 2154 9 0 416262 0
[pid=12971/tid=12973] ppid=12969 vsize=1685404 CPUtime=2
/proc/12971/task/12973/stat : 12973 (java) S 12969 12971 12441 0 -1 64 2786 0 1 0 197 3 0 0 17 0 9 0 182957997 1725853696 18475 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1685404 CPUtime=1.06
/proc/12971/task/12974/stat : 12974 (java) R 12969 12971 12441 0 -1 64 16987 0 0 0 99 7 0 0 16 0 9 0 182957999 1725853696 18475 1992294400 134512640 134550932 4294956032 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1725853696 18475 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1725853696 18475 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1725853696 18475 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1685404 CPUtime=0.04
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 280 0 0 0 4 0 0 0 16 0 9 0 182958001 1725853696 18475 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1725853696 18475 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1725853696 18475 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 1685404

[startup+6.30219 s]
/proc/loadavg: 1.00 1.00 0.96 2/73 12980
/proc/meminfo: memFree=1662464/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1685404 CPUtime=6.32
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 44328 0 1 0 608 24 0 0 18 0 9 0 182957996 1725853696 33006 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 421351 33006 2155 9 0 416262 0
[pid=12971/tid=12973] ppid=12969 vsize=1685404 CPUtime=3.6
/proc/12971/task/12973/stat : 12973 (java) R 12969 12971 12441 0 -1 64 4010 0 1 0 355 5 0 0 17 0 9 0 182957997 1725853696 33006 1992294400 134512640 134550932 4294956032 18446744073709551615 4126360665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1685404 CPUtime=2.65
/proc/12971/task/12974/stat : 12974 (java) S 12969 12971 12441 0 -1 64 39303 0 0 0 248 17 0 0 17 0 9 0 182957999 1725853696 33006 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1725853696 33006 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1725853696 33006 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1725853696 33006 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1685404 CPUtime=0.04
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 281 0 0 0 4 0 0 0 15 0 9 0 182958001 1725853696 33006 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1725853696 33006 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1725853696 33006 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 1685404

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.96 2/73 12980
/proc/meminfo: memFree=1532864/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1685404 CPUtime=12.7
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 86493 0 1 0 1228 42 0 0 18 0 9 0 182957996 1725853696 66122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 421351 66122 2155 9 0 416262 0
[pid=12971/tid=12973] ppid=12969 vsize=1685404 CPUtime=7.4
/proc/12971/task/12973/stat : 12973 (java) R 12969 12971 12441 0 -1 64 5177 0 1 0 733 7 0 0 17 0 9 0 182957997 1725853696 66122 1992294400 134512640 134550932 4294956032 18446744073709551615 4126383148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1685404 CPUtime=5.23
/proc/12971/task/12974/stat : 12974 (java) S 12969 12971 12441 0 -1 64 80299 0 0 0 489 34 0 0 16 0 9 0 182957999 1725853696 66122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1725853696 66122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1725853696 66122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1725853696 66122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1685404 CPUtime=0.05
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 283 0 0 0 5 0 0 0 16 0 9 0 182958001 1725853696 66122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1725853696 66122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1685404 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1725853696 66122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1685404

[startup+25.5023 s]
/proc/loadavg: 1.07 1.02 0.96 2/73 12980
/proc/meminfo: memFree=1223104/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1727848 CPUtime=25.54
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 183681 0 1 0 2473 81 0 0 18 0 9 0 182957996 1769316352 139772 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 431962 139772 2162 9 0 426873 0
[pid=12971/tid=12973] ppid=12969 vsize=1727848 CPUtime=14.33
/proc/12971/task/12973/stat : 12973 (java) S 12969 12971 12441 0 -1 64 7239 0 1 0 1423 10 0 0 16 0 9 0 182957997 1769316352 139772 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1727848 CPUtime=11.07
/proc/12971/task/12974/stat : 12974 (java) R 12969 12971 12441 0 -1 64 175362 0 0 0 1038 69 0 0 18 0 9 0 182957999 1769316352 139772 1992294400 134512640 134550932 4294956032 18446744073709551615 103761809 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1727848 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1769316352 139772 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1727848 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1769316352 139772 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1727848 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1769316352 139772 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1727848 CPUtime=0.11
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 346 0 0 0 11 0 0 0 15 0 9 0 182958001 1769316352 139772 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1727848 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1769316352 139772 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1727848 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1769316352 139772 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 1727848

[startup+51.1021 s]
/proc/loadavg: 1.04 1.01 0.96 2/73 12980
/proc/meminfo: memFree=789184/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1685576 CPUtime=51.1
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 323447 0 1 0 4970 140 0 0 18 0 9 0 182957996 1726029824 250493 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 421394 250493 2162 9 0 416305 0
[pid=12971/tid=12973] ppid=12969 vsize=1685576 CPUtime=28.11
/proc/12971/task/12973/stat : 12973 (java) R 12969 12971 12441 0 -1 64 15865 0 1 0 2793 18 0 0 17 0 9 0 182957997 1726029824 250493 1992294400 134512640 134550932 4294956032 18446744073709551615 4126511636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1685576 CPUtime=22.84
/proc/12971/task/12974/stat : 12974 (java) S 12969 12971 12441 0 -1 64 306501 0 0 0 2165 119 0 0 16 0 9 0 182957999 1726029824 250493 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1685576 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1726029824 250493 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1685576 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1726029824 250493 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1685576 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1726029824 250493 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1685576 CPUtime=0.11
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 347 0 0 0 11 0 0 0 16 0 9 0 182958001 1726029824 250493 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1685576 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1726029824 250493 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1717580 CPUtime=0.11
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 895.56
Current children cumulated vsize (KiB) 1717580

[startup+908.701 s]
/proc/loadavg: 1.00 1.00 0.96 2/73 12986
/proc/meminfo: memFree=177664/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1717580 CPUtime=908.36
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 2184041 0 1 0 89921 915 0 0 18 0 9 0 182957996 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 429395 396887 2163 9 0 424306 0
[pid=12971/tid=12973] ppid=12969 vsize=1717580 CPUtime=60.64
/proc/12971/task/12973/stat : 12973 (java) S 12969 12971 12441 0 -1 64 16006 0 1 0 6040 24 0 0 16 0 9 0 182957997 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1717580 CPUtime=847.58
/proc/12971/task/12974/stat : 12974 (java) R 12969 12971 12441 0 -1 64 2166953 0 0 0 83869 889 0 0 19 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 103731830 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1717580 CPUtime=0.11
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 908.36
Current children cumulated vsize (KiB) 1717580

[startup+915.103 s]
/proc/loadavg: 1.00 1.00 0.96 2/73 12986
/proc/meminfo: memFree=177664/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1717580 CPUtime=914.76
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 2199987 0 1 0 90555 921 0 0 18 0 9 0 182957996 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 429395 396887 2163 9 0 424306 0
[pid=12971/tid=12973] ppid=12969 vsize=1717580 CPUtime=60.64
/proc/12971/task/12973/stat : 12973 (java) S 12969 12971 12441 0 -1 64 16007 0 1 0 6040 24 0 0 16 0 9 0 182957997 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1717580 CPUtime=853.99
/proc/12971/task/12974/stat : 12974 (java) R 12969 12971 12441 0 -1 64 2182898 0 0 0 84504 895 0 0 18 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 102758068 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1717580 CPUtime=0.11
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 914.76
Current children cumulated vsize (KiB) 1717580

[startup+918.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/73 12986
/proc/meminfo: memFree=177664/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1717580 CPUtime=917.96
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 2199987 0 1 0 90875 921 0 0 18 0 9 0 182957996 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 429395 396887 2163 9 0 424306 0
[pid=12971/tid=12973] ppid=12969 vsize=1717580 CPUtime=60.64
/proc/12971/task/12973/stat : 12973 (java) S 12969 12971 12441 0 -1 64 16007 0 1 0 6040 24 0 0 16 0 9 0 182957997 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1717580 CPUtime=857.18
/proc/12971/task/12974/stat : 12974 (java) R 12969 12971 12441 0 -1 64 2182898 0 0 0 84823 895 0 0 25 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 104188640 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1717580 CPUtime=0.11
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 917.96
Current children cumulated vsize (KiB) 1717580

[startup+921.503 s]
/proc/loadavg: 1.00 1.00 0.96 2/73 12986
/proc/meminfo: memFree=177664/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1717580 CPUtime=921.16
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 2199987 0 1 0 91195 921 0 0 18 0 9 0 182957996 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 429395 396887 2163 9 0 424306 0
[pid=12971/tid=12973] ppid=12969 vsize=1717580 CPUtime=60.64
/proc/12971/task/12973/stat : 12973 (java) S 12969 12971 12441 0 -1 64 16007 0 1 0 6040 24 0 0 16 0 9 0 182957997 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1717580 CPUtime=860.38
/proc/12971/task/12974/stat : 12974 (java) R 12969 12971 12441 0 -1 64 2182898 0 0 0 85143 895 0 0 25 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 102768017 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1717580 CPUtime=0.11
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.16
Current children cumulated vsize (KiB) 1717580

[startup+923.103 s]
/proc/loadavg: 1.00 1.00 0.96 2/73 12986
/proc/meminfo: memFree=177664/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1717580 CPUtime=922.76
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 2199987 0 1 0 91355 921 0 0 18 0 9 0 182957996 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 429395 396887 2163 9 0 424306 0
[pid=12971/tid=12973] ppid=12969 vsize=1717580 CPUtime=60.64
/proc/12971/task/12973/stat : 12973 (java) S 12969 12971 12441 0 -1 64 16007 0 1 0 6040 24 0 0 16 0 9 0 182957997 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1717580 CPUtime=861.98
/proc/12971/task/12974/stat : 12974 (java) R 12969 12971 12441 0 -1 64 2182898 0 0 0 85303 895 0 0 25 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 104191077 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1717580 CPUtime=0.11
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.76
Current children cumulated vsize (KiB) 1717580

[startup+923.503 s]
/proc/loadavg: 1.00 1.00 0.96 2/73 12986
/proc/meminfo: memFree=177664/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=1717580 CPUtime=923.16
/proc/12971/stat : 12971 (java) S 12969 12971 12441 0 -1 0 2199987 0 1 0 91395 921 0 0 18 0 9 0 182957996 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 429395 396887 2163 9 0 424306 0
[pid=12971/tid=12973] ppid=12969 vsize=1717580 CPUtime=60.64
/proc/12971/task/12973/stat : 12973 (java) S 12969 12971 12441 0 -1 64 16007 0 1 0 6040 24 0 0 16 0 9 0 182957997 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12971/tid=12974] ppid=12969 vsize=1717580 CPUtime=862.38
/proc/12971/task/12974/stat : 12974 (java) R 12969 12971 12441 0 -1 64 2182898 0 0 0 85343 895 0 0 25 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 104190892 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12975] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12975/stat : 12975 (java) S 12969 12971 12441 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12976] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12976/stat : 12976 (java) S 12969 12971 12441 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 182957999 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12977] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12977/stat : 12977 (java) S 12969 12971 12441 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12978] ppid=12969 vsize=1717580 CPUtime=0.11
/proc/12971/task/12978/stat : 12978 (java) S 12969 12971 12441 0 -1 64 348 0 0 0 11 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12979] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12979/stat : 12979 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12971/tid=12980] ppid=12969 vsize=1717580 CPUtime=0
/proc/12971/task/12980/stat : 12980 (java) S 12969 12971 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 182958001 1758801920 396887 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 923.16
Current children cumulated vsize (KiB) 1717580

[startup+923.902 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 12986
/proc/meminfo: memFree=1664832/2055920 swapFree=4192480/4192956
[pid=12971] ppid=12969 vsize=0 CPUtime=923.52
/proc/12971/stat : 12971 (java) Z 12969 12971 12441 0 -1 12 2199998 0 1 0 91410 942 0 0 16 0 2 0 182957996 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12971/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 923.52
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 923.917
CPU time (s): 923.541
CPU user time (s): 914.106
CPU system time (s): 9.43457
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 1733584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 914.106
system time used= 9.43456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2199998
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= 19202
involuntary context switches= 2596

runsolver used 0.947855 second user time and 2.48962 second system time

The end

Launcher Data

Begin job on node64 at 2009-06-17 20:46:00
IDJOB=1885210
IDBENCH=72034
IDSOLVER=688
FILE ID=node64/1885210-1245264357
PBS_JOBID= 9372395
Free space on /tmp= 66200 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ele-noholes.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885210-1245264357/watcher-1885210-1245264357 -o /tmp/evaluation-result-1885210-1245264357/solver-1885210-1245264357 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885210-1245264357.opb minisat %dimacs %var

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4fe49ec64d4ff3b1fa25df12b0ed5a3a
RANDOM SEED=975670790

node64.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1775000 kB
Buffers:         27064 kB
Cached:         182028 kB
SwapCached:        144 kB
Active:         124900 kB
Inactive:        99020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775000 kB
SwapTotal:     4192956 kB
SwapFree:      4192480 kB
Dirty:           56464 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            42804 kB
Committed_AS:   100184 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1885210-1245264357.opb

Free space on /tmp at the end= 66188 MiB
End job on node64 at 2009-06-17 21:01:24