Trace number 2080348

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
SAT4J CSP 2.1.1? (exit code) 318.964 319.115

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-105-8.xml
MD5SUM29d9042e3e0cc0348db4eadf5baca638
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.72613
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1353
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2080348-1247369752.xml
0.18/0.26	c reading problem ... 
0.48/0.53	c reading problem named null
0.48/0.53	c reading domains done.
0.68/0.72	c reading variables done.
1.56/1.59	c reading predicates  done.
1.88/1.81	c reading constraints
314.80/314.95	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
314.80/314.95		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
314.80/314.95		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
314.80/314.95		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
318.69/318.87	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
318.69/318.87		at java.util.Arrays.copyOfRange(Unknown Source)
318.69/318.87		at java.lang.String.<init>(Unknown Source)
318.69/318.87		at java.lang.StringBuffer.toString(Unknown Source)
318.69/318.87		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
318.69/318.87		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
318.69/318.87		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
318.69/318.87		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line 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-2080348-1247369752/watcher-2080348-1247369752 -o /tmp/evaluation-result-2080348-1247369752/solver-2080348-1247369752 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080348-1247369752.xml 

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): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.04 2.03 3/83 24533
/proc/meminfo: memFree=1080816/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=18576 CPUtime=0
/proc/24533/stat : 24533 (runsolver) R 24531 24533 20102 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24042041 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 240472616231 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24533/statm: 4644 284 249 26 0 2626 0

[startup+0.030881 s]
/proc/loadavg: 2.06 2.04 2.03 3/83 24533
/proc/meminfo: memFree=1080816/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=798736 CPUtime=0.01
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 1821 0 1 0 0 1 0 0 18 0 4 0 24042041 817905664 1568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 199684 1568 512 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.10291 s]
/proc/loadavg: 2.06 2.04 2.03 3/83 24533
/proc/meminfo: memFree=1080816/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=804428 CPUtime=0.08
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 2970 0 1 0 6 2 0 0 18 0 12 0 24042041 823734272 2713 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 201107 2713 1077 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.30193 s]
/proc/loadavg: 2.06 2.04 2.03 3/83 24533
/proc/meminfo: memFree=1080816/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=805628 CPUtime=0.28
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 4238 0 1 0 24 4 0 0 18 0 12 0 24042041 824963072 3975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 201407 3975 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702968 s]
/proc/loadavg: 2.06 2.04 2.03 3/83 24533
/proc/meminfo: memFree=1080816/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=808408 CPUtime=0.68
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 6231 0 1 0 63 5 0 0 18 0 12 0 24042041 827809792 5196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 202102 5196 1387 9 0 199429 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808408

[startup+1.50203 s]
/proc/loadavg: 2.06 2.04 2.03 4/95 24545
/proc/meminfo: memFree=1056464/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=808408 CPUtime=1.56
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 29261 0 1 0 139 17 0 0 18 0 12 0 24042041 827809792 28224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 202102 28226 1397 9 0 199429 0
[pid=24533/tid=24535] ppid=24531 vsize=808408 CPUtime=0.67
/proc/24533/task/24535/stat : 24535 (java) R 24531 24533 20102 0 -1 64 16880 0 1 0 57 10 0 0 21 0 12 0 24042042 827809792 28227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24536] ppid=24531 vsize=808408 CPUtime=0.17
/proc/24533/task/24536/stat : 24536 (java) R 24531 24533 20102 0 -1 64 4830 0 0 0 15 2 0 0 18 0 12 0 24042043 827809792 28228 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24537] ppid=24531 vsize=808408 CPUtime=0.16
/proc/24533/task/24537/stat : 24537 (java) R 24531 24533 20102 0 -1 64 4807 0 0 0 14 2 0 0 18 0 12 0 24042043 827809792 28229 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24538] ppid=24531 vsize=808408 CPUtime=0
/proc/24533/task/24538/stat : 24538 (java) S 24531 24533 20102 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 24042045 827809792 28231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24539] ppid=24531 vsize=808408 CPUtime=0
/proc/24533/task/24539/stat : 24539 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24042046 827809792 28232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24540] ppid=24531 vsize=808408 CPUtime=0
/proc/24533/task/24540/stat : 24540 (java) S 24531 24533 20102 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24042046 827809792 28233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24541] ppid=24531 vsize=808408 CPUtime=0
/proc/24533/task/24541/stat : 24541 (java) S 24531 24533 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24042051 827809792 28234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24542] ppid=24531 vsize=808408 CPUtime=0
/proc/24533/task/24542/stat : 24542 (java) S 24531 24533 20102 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24042051 827809792 28235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24543] ppid=24531 vsize=808408 CPUtime=0.51
/proc/24533/task/24543/stat : 24543 (java) S 24531 24533 20102 0 -1 64 1994 0 0 0 50 1 0 0 17 0 12 0 24042051 827809792 28237 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24544] ppid=24531 vsize=808408 CPUtime=0
/proc/24533/task/24544/stat : 24544 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24042051 827809792 28238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24545] ppid=24531 vsize=808408 CPUtime=0
/proc/24533/task/24545/stat : 24545 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24042051 827809792 28239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 808408

[startup+3.10118 s]
/proc/loadavg: 2.06 2.04 2.03 4/95 24545
/proc/meminfo: memFree=961360/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=810484 CPUtime=3.17
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 35368 0 1 0 297 20 0 0 18 0 12 0 24042041 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 202621 33221 1432 9 0 199948 0
[pid=24533/tid=24535] ppid=24531 vsize=810484 CPUtime=1.61
/proc/24533/task/24535/stat : 24535 (java) R 24531 24533 20102 0 -1 64 17203 0 1 0 151 10 0 0 25 0 12 0 24042042 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24536] ppid=24531 vsize=810484 CPUtime=0.25
/proc/24533/task/24536/stat : 24536 (java) R 24531 24533 20102 0 -1 64 7116 0 0 0 22 3 0 0 17 0 12 0 24042043 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 106195387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24537] ppid=24531 vsize=810484 CPUtime=0.27
/proc/24533/task/24537/stat : 24537 (java) R 24531 24533 20102 0 -1 64 6728 0 0 0 24 3 0 0 17 0 12 0 24042043 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 106197558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24538] ppid=24531 vsize=810484 CPUtime=0
/proc/24533/task/24538/stat : 24538 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24042045 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24539] ppid=24531 vsize=810484 CPUtime=0
/proc/24533/task/24539/stat : 24539 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24042046 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24540] ppid=24531 vsize=810484 CPUtime=0
/proc/24533/task/24540/stat : 24540 (java) S 24531 24533 20102 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24042046 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24541] ppid=24531 vsize=810484 CPUtime=0
/proc/24533/task/24541/stat : 24541 (java) S 24531 24533 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24042051 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24542] ppid=24531 vsize=810484 CPUtime=0
/proc/24533/task/24542/stat : 24542 (java) S 24531 24533 20102 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24042051 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24543] ppid=24531 vsize=810484 CPUtime=1
/proc/24533/task/24543/stat : 24543 (java) S 24531 24533 20102 0 -1 64 3558 0 0 0 98 2 0 0 17 0 12 0 24042051 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24544] ppid=24531 vsize=810484 CPUtime=0
/proc/24533/task/24544/stat : 24544 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24042051 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24545] ppid=24531 vsize=810484 CPUtime=0
/proc/24533/task/24545/stat : 24545 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24042051 829935616 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 810484

[startup+6.30245 s]
/proc/loadavg: 2.22 2.07 2.04 3/95 24545
/proc/meminfo: memFree=936848/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=808900 CPUtime=6.37
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 39828 0 1 0 616 21 0 0 18 0 12 0 24042041 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 202225 37217 1433 9 0 199552 0
[pid=24533/tid=24535] ppid=24531 vsize=808900 CPUtime=4.19
/proc/24533/task/24535/stat : 24535 (java) R 24531 24533 20102 0 -1 64 17211 0 1 0 409 10 0 0 25 0 12 0 24042042 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4109704115 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24536] ppid=24531 vsize=808900 CPUtime=0.48
/proc/24533/task/24536/stat : 24536 (java) S 24531 24533 20102 0 -1 64 8828 0 0 0 44 4 0 0 16 0 12 0 24042043 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24537] ppid=24531 vsize=808900 CPUtime=0.42
/proc/24533/task/24537/stat : 24537 (java) S 24531 24533 20102 0 -1 64 9442 0 0 0 39 3 0 0 16 0 12 0 24042043 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24538] ppid=24531 vsize=808900 CPUtime=0
/proc/24533/task/24538/stat : 24538 (java) R 24531 24533 20102 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 24042045 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24539] ppid=24531 vsize=808900 CPUtime=0
/proc/24533/task/24539/stat : 24539 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24042046 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24540] ppid=24531 vsize=808900 CPUtime=0
/proc/24533/task/24540/stat : 24540 (java) S 24531 24533 20102 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24042046 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24541] ppid=24531 vsize=808900 CPUtime=0
/proc/24533/task/24541/stat : 24541 (java) S 24531 24533 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24042051 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24542] ppid=24531 vsize=808900 CPUtime=0
/proc/24533/task/24542/stat : 24542 (java) S 24531 24533 20102 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24042051 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24543] ppid=24531 vsize=808900 CPUtime=1.24
/proc/24533/task/24543/stat : 24543 (java) S 24531 24533 20102 0 -1 64 3582 0 0 0 122 2 0 0 16 0 12 0 24042051 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24544] ppid=24531 vsize=808900 CPUtime=0
/proc/24533/task/24544/stat : 24544 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24042051 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24545] ppid=24531 vsize=808900 CPUtime=0
/proc/24533/task/24545/stat : 24545 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24042051 828313600 37217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 808900

[startup+12.702 s]
/proc/loadavg: 2.20 2.07 2.04 3/95 24545
/proc/meminfo: memFree=888528/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=808632 CPUtime=12.79
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 53393 0 1 0 1250 29 0 0 18 0 12 0 24042041 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 202158 49951 1433 9 0 199485 0
[pid=24533/tid=24535] ppid=24531 vsize=808632 CPUtime=10.15
/proc/24533/task/24535/stat : 24535 (java) R 24531 24533 20102 0 -1 64 17234 0 1 0 1005 10 0 0 25 0 12 0 24042042 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4109799120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24536] ppid=24531 vsize=808632 CPUtime=0.66
/proc/24533/task/24536/stat : 24536 (java) S 24531 24533 20102 0 -1 64 14177 0 0 0 59 7 0 0 16 0 12 0 24042043 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24537] ppid=24531 vsize=808632 CPUtime=0.68
/proc/24533/task/24537/stat : 24537 (java) S 24531 24533 20102 0 -1 64 17635 0 0 0 60 8 0 0 16 0 12 0 24042043 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24538] ppid=24531 vsize=808632 CPUtime=0
/proc/24533/task/24538/stat : 24538 (java) S 24531 24533 20102 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 24042045 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24539] ppid=24531 vsize=808632 CPUtime=0
/proc/24533/task/24539/stat : 24539 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24042046 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24540] ppid=24531 vsize=808632 CPUtime=0
/proc/24533/task/24540/stat : 24540 (java) S 24531 24533 20102 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24042046 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24541] ppid=24531 vsize=808632 CPUtime=0
/proc/24533/task/24541/stat : 24541 (java) S 24531 24533 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24042051 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24542] ppid=24531 vsize=808632 CPUtime=0
/proc/24533/task/24542/stat : 24542 (java) S 24531 24533 20102 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24042051 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24543] ppid=24531 vsize=808632 CPUtime=1.25
/proc/24533/task/24543/stat : 24543 (java) S 24531 24533 20102 0 -1 64 3582 0 0 0 123 2 0 0 16 0 12 0 24042051 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24544] ppid=24531 vsize=808632 CPUtime=0
/proc/24533/task/24544/stat : 24544 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24042051 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24545] ppid=24531 vsize=808632 CPUtime=0
/proc/24533/task/24545/stat : 24545 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24042051 828039168 49951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 808632

[startup+25.5021 s]
/proc/loadavg: 2.15 2.07 2.04 3/95 24545
/proc/meminfo: memFree=817040/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=808632 CPUtime=25.55
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 70839 0 1 0 2517 38 0 0 18 0 12 0 24042041 828039168 67085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 202158 67085 1433 9 0 199485 0
[pid=24533/tid=24535] ppid=24531 vsize=808632 CPUtime=22.49
/proc/24533/task/24535/stat : 24535 (java) R 24531 24533 20102 0 -1 64 17259 0 1 0 2239 10 0 0 25 0 12 0 24042042 828039168 67085 996147200 134512640 134550932 4294956016 18446744073709551615 4109626348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24536] ppid=24531 vsize=808632 CPUtime=0.84
/proc/24533/task/24536/stat : 24536 (java) S 24531 24533 20102 0 -1 64 22002 0 0 0 73 11 0 0 16 0 12 0 24042043 828039168 67085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24537] ppid=24531 vsize=808632 CPUtime=0.89
/proc/24533/task/24537/stat : 24537 (java) S 24531 24533 20102 0 -1 64 27230 0 0 0 77 12 0 0 16 0 12 0 24042043 828039168 67085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24538] ppid=24531 vsize=808632 CPUtime=0.01
/proc/24533/task/24538/stat : 24538 (java) S 24531 24533 20102 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 24042045 828039168 67085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24539] ppid=24531 vsize=808632 CPUtime=0
/proc/24533/task/24539/stat : 24539 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24042046 828039168 67085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24540] ppid=24531 vsize=808632 CPUtime=0
/proc/24533/task/24540/stat : 24540 (java) S 24531 24533 20102 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24042046 828039168 67085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24541] ppid=24531 vsize=808632 CPUtime=0
/proc/24533/task/24541/stat : 24541 (java) S 24531 24533 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24042051 828039168 67085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24542] ppid=24531 vsize=808632 CPUtime=0

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

Current children cumulated CPU time (s) 294.2
Current children cumulated vsize (KiB) 812636

[startup+307.103 s]
/proc/loadavg: 2.54 2.19 2.08 4/85 24574
/proc/meminfo: memFree=1072864/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=812636 CPUtime=307
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 313623 0 1 0 30551 149 0 0 18 0 12 0 24042041 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 203159 172655 1437 9 0 200486 0
[pid=24533/tid=24535] ppid=24531 vsize=812636 CPUtime=257.63
/proc/24533/task/24535/stat : 24535 (java) R 24531 24533 20102 0 -1 64 17788 0 1 0 25750 13 0 0 25 0 12 0 24042042 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24536] ppid=24531 vsize=812636 CPUtime=4.24
/proc/24533/task/24536/stat : 24536 (java) S 24531 24533 20102 0 -1 64 72507 0 0 0 391 33 0 0 16 0 12 0 24042043 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24537] ppid=24531 vsize=812636 CPUtime=4.55
/proc/24533/task/24537/stat : 24537 (java) S 24531 24533 20102 0 -1 64 82067 0 0 0 420 35 0 0 15 0 12 0 24042043 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24538] ppid=24531 vsize=812636 CPUtime=39.22
/proc/24533/task/24538/stat : 24538 (java) R 24531 24533 20102 0 -1 64 136924 0 0 0 3859 63 0 0 16 0 12 0 24042045 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24539] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24539/stat : 24539 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24042046 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24540] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24540/stat : 24540 (java) S 24531 24533 20102 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24042046 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24541] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24541/stat : 24541 (java) S 24531 24533 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24542] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24542/stat : 24542 (java) S 24531 24533 20102 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24543] ppid=24531 vsize=812636 CPUtime=1.31
/proc/24533/task/24543/stat : 24543 (java) S 24531 24533 20102 0 -1 64 3584 0 0 0 129 2 0 0 17 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24544] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24544/stat : 24544 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24545] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24545/stat : 24545 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 307
Current children cumulated vsize (KiB) 812636

[startup+313.506 s]
/proc/loadavg: 2.61 2.21 2.09 4/85 24574
/proc/meminfo: memFree=1074592/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=812636 CPUtime=313.4
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 334665 0 1 0 31182 158 0 0 18 0 12 0 24042041 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 203159 172655 1437 9 0 200486 0
[pid=24533/tid=24535] ppid=24531 vsize=812636 CPUtime=258.2
/proc/24533/task/24535/stat : 24535 (java) R 24531 24533 20102 0 -1 64 17802 0 1 0 25807 13 0 0 25 0 12 0 24042042 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24536] ppid=24531 vsize=812636 CPUtime=4.24
/proc/24533/task/24536/stat : 24536 (java) S 24531 24533 20102 0 -1 64 72507 0 0 0 391 33 0 0 16 0 12 0 24042043 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24537] ppid=24531 vsize=812636 CPUtime=4.55
/proc/24533/task/24537/stat : 24537 (java) S 24531 24533 20102 0 -1 64 82067 0 0 0 420 35 0 0 15 0 12 0 24042043 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24538] ppid=24531 vsize=812636 CPUtime=45.05
/proc/24533/task/24538/stat : 24538 (java) R 24531 24533 20102 0 -1 64 157952 0 0 0 4433 72 0 0 16 0 12 0 24042045 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 105880857 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24539] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24539/stat : 24539 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24042046 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24540] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24540/stat : 24540 (java) S 24531 24533 20102 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24042046 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24541] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24541/stat : 24541 (java) S 24531 24533 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24542] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24542/stat : 24542 (java) S 24531 24533 20102 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24543] ppid=24531 vsize=812636 CPUtime=1.31
/proc/24533/task/24543/stat : 24543 (java) S 24531 24533 20102 0 -1 64 3584 0 0 0 129 2 0 0 17 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24544] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24544/stat : 24544 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24545] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24545/stat : 24545 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 313.4
Current children cumulated vsize (KiB) 812636

[startup+316.703 s]
/proc/loadavg: 2.61 2.21 2.09 3/85 24574
/proc/meminfo: memFree=1070560/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=812636 CPUtime=316.59
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 345185 0 1 0 31497 162 0 0 18 0 12 0 24042041 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 203159 172655 1436 9 0 200486 0
[pid=24533/tid=24535] ppid=24531 vsize=812636 CPUtime=258.2
/proc/24533/task/24535/stat : 24535 (java) S 24531 24533 20102 0 -1 64 17808 0 1 0 25807 13 0 0 21 0 12 0 24042042 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24536] ppid=24531 vsize=812636 CPUtime=4.24
/proc/24533/task/24536/stat : 24536 (java) S 24531 24533 20102 0 -1 64 72507 0 0 0 391 33 0 0 16 0 12 0 24042043 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24537] ppid=24531 vsize=812636 CPUtime=4.55
/proc/24533/task/24537/stat : 24537 (java) S 24531 24533 20102 0 -1 64 82067 0 0 0 420 35 0 0 15 0 12 0 24042043 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24538] ppid=24531 vsize=812636 CPUtime=48.25
/proc/24533/task/24538/stat : 24538 (java) R 24531 24533 20102 0 -1 64 168466 0 0 0 4748 77 0 0 22 0 12 0 24042045 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24539] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24539/stat : 24539 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 24042046 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24540] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24540/stat : 24540 (java) S 24531 24533 20102 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24042046 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24541] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24541/stat : 24541 (java) S 24531 24533 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24542] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24542/stat : 24542 (java) S 24531 24533 20102 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24543] ppid=24531 vsize=812636 CPUtime=1.31
/proc/24533/task/24543/stat : 24543 (java) S 24531 24533 20102 0 -1 64 3584 0 0 0 129 2 0 0 17 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24544] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24544/stat : 24544 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24545] ppid=24531 vsize=812636 CPUtime=0
/proc/24533/task/24545/stat : 24545 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24042051 832139264 172655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 316.59
Current children cumulated vsize (KiB) 812636

[startup+318.303 s]
/proc/loadavg: 2.61 2.21 2.09 3/86 24575
/proc/meminfo: memFree=1072728/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=812960 CPUtime=318.19
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 351202 0 1 0 31654 165 0 0 18 0 13 0 24042041 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 203240 172660 1436 9 0 200567 0
[pid=24533/tid=24535] ppid=24531 vsize=812960 CPUtime=258.21
/proc/24533/task/24535/stat : 24535 (java) S 24531 24533 20102 0 -1 64 17809 0 1 0 25808 13 0 0 21 0 13 0 24042042 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24536] ppid=24531 vsize=812960 CPUtime=4.24
/proc/24533/task/24536/stat : 24536 (java) S 24531 24533 20102 0 -1 64 72507 0 0 0 391 33 0 0 16 0 13 0 24042043 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24537] ppid=24531 vsize=812960 CPUtime=4.55
/proc/24533/task/24537/stat : 24537 (java) S 24531 24533 20102 0 -1 64 82067 0 0 0 420 35 0 0 15 0 13 0 24042043 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24538] ppid=24531 vsize=812960 CPUtime=49.83
/proc/24533/task/24538/stat : 24538 (java) R 24531 24533 20102 0 -1 64 174474 0 0 0 4904 79 0 0 25 0 13 0 24042045 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24539] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24539/stat : 24539 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24042046 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24540] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24540/stat : 24540 (java) S 24531 24533 20102 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24042046 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24541] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24541/stat : 24541 (java) S 24531 24533 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24042051 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24542] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24542/stat : 24542 (java) S 24531 24533 20102 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24042051 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24543] ppid=24531 vsize=812960 CPUtime=1.31
/proc/24533/task/24543/stat : 24543 (java) S 24531 24533 20102 0 -1 64 3584 0 0 0 129 2 0 0 17 0 13 0 24042051 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24544] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24544/stat : 24544 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24042051 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24545] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24545/stat : 24545 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24042051 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24575] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24575/stat : 24575 (java) S 24531 24533 20102 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24073734 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.19
Current children cumulated vsize (KiB) 812960

[startup+318.703 s]
/proc/loadavg: 2.61 2.21 2.09 3/86 24575
/proc/meminfo: memFree=1072728/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=812960 CPUtime=318.59
/proc/24533/stat : 24533 (java) S 24531 24533 20102 0 -1 0 351202 0 1 0 31694 165 0 0 18 0 13 0 24042041 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24533/statm: 203240 172660 1436 9 0 200567 0
[pid=24533/tid=24535] ppid=24531 vsize=812960 CPUtime=258.21
/proc/24533/task/24535/stat : 24535 (java) S 24531 24533 20102 0 -1 64 17809 0 1 0 25808 13 0 0 21 0 13 0 24042042 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24536] ppid=24531 vsize=812960 CPUtime=4.24
/proc/24533/task/24536/stat : 24536 (java) S 24531 24533 20102 0 -1 64 72507 0 0 0 391 33 0 0 16 0 13 0 24042043 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24537] ppid=24531 vsize=812960 CPUtime=4.55
/proc/24533/task/24537/stat : 24537 (java) S 24531 24533 20102 0 -1 64 82067 0 0 0 420 35 0 0 15 0 13 0 24042043 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24538] ppid=24531 vsize=812960 CPUtime=50.23
/proc/24533/task/24538/stat : 24538 (java) R 24531 24533 20102 0 -1 64 174474 0 0 0 4944 79 0 0 25 0 13 0 24042045 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24539] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24539/stat : 24539 (java) S 24531 24533 20102 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24042046 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24540] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24540/stat : 24540 (java) S 24531 24533 20102 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24042046 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24541] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24541/stat : 24541 (java) S 24531 24533 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24042051 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24542] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24542/stat : 24542 (java) S 24531 24533 20102 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24042051 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24543] ppid=24531 vsize=812960 CPUtime=1.31
/proc/24533/task/24543/stat : 24543 (java) S 24531 24533 20102 0 -1 64 3584 0 0 0 129 2 0 0 17 0 13 0 24042051 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24533/tid=24544] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24544/stat : 24544 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24042051 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24545] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24545/stat : 24545 (java) S 24531 24533 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24042051 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24533/tid=24575] ppid=24531 vsize=812960 CPUtime=0
/proc/24533/task/24575/stat : 24575 (java) S 24531 24533 20102 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24073734 832471040 172660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.59
Current children cumulated vsize (KiB) 812960

[startup+319.103 s]
/proc/loadavg: 2.56 2.21 2.09 3/85 24575
/proc/meminfo: memFree=1074520/2055920 swapFree=4191900/4192956
[pid=24533] ppid=24531 vsize=0 CPUtime=318.94
/proc/24533/stat : 24533 (java) Z 24531 24533 20102 0 -1 12 351210 0 1 0 31720 174 0 0 16 0 2 0 24042041 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24533/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 318.94
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 319.115
CPU time (s): 318.964
CPU user time (s): 317.206
CPU system time (s): 1.75773
CPU usage (%): 99.9525
Max. virtual memory (cumulated for all children) (KiB): 814964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 317.206
system time used= 1.75773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351210
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= 16274
involuntary context switches= 10958

runsolver used 0.480926 second user time and 1.00085 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 05:35:52
IDJOB=2080348
IDBENCH=57067
IDSOLVER=731
FILE ID=node15/2080348-1247369752
PBS_JOBID= 9506998
Free space on /tmp= 66376 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-105-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080348-1247369752/watcher-2080348-1247369752 -o /tmp/evaluation-result-2080348-1247369752/solver-2080348-1247369752 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080348-1247369752.xml

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

MD5SUM BENCH= 29d9042e3e0cc0348db4eadf5baca638
RANDOM SEED=13468459

node15.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.220
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.220
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:       1081296 kB
Buffers:         48536 kB
Cached:         165204 kB
SwapCached:        392 kB
Active:         830356 kB
Inactive:        80148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1081296 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:         711664 kB
Slab:            47720 kB
Committed_AS:   871984 kB
PageTables:       3440 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node15 at 2009-07-12 05:41:11