Trace number 2067555

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? 375.644 376.077

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-3-13-25-26.xml
MD5SUM7672cbc92c95110a92bce4d4d3f0bc43
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.0635
Satisfiable
(Un)Satisfiability was proved
Number of variables4644
Number of constraints31428
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31428
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.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.08/0.19	c c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@913fe2
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.19	c Expensive reason simplification
0.08/0.19	c MiniSAT restarts strategy
0.08/0.19	c Memory based learned constraints deletion strategy
0.08/0.19	c timeout=2147483s
0.08/0.19	c DB Simplification allowed=false
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving HOME/instance-2067555-1247344991.xml
0.08/0.19	c reading problem ... 
0.44/0.45	c reading problem named null
0.44/0.45	c reading domains done.
0.44/0.45	c reading variables done.
1.83/1.86	c reading predicates  done.
2.22/2.26	c reading constraints
375.47/375.94	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
375.47/375.94		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:191)
375.47/375.94		at org.mozilla.javascript.gen.c1._c5(predefinedfunctions.js:12)
375.47/375.94		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
375.47/375.94		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
375.47/375.94		at org.mozilla.javascript.gen.c10._c0(rhino.log:1)
375.47/375.94		at org.mozilla.javascript.gen.c10.call(rhino.log)
375.47/375.94		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
375.47/375.94		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
375.47/375.94		at org.mozilla.javascript.gen.c10.call(rhino.log)
375.47/375.94		at org.mozilla.javascript.gen.c10.exec(rhino.log)
375.47/375.94		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
375.47/375.94		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95		at org.sat4j.csp.Predicate.find(Unknown Source)
375.47/375.95	c starts		: 0
375.47/375.95	c conflicts		: 0
375.47/375.95	c decisions		: 0
375.47/375.95	c propagations		: 0
375.47/375.95	c inspects		: 0
375.47/375.95	c learnt literals	: 0
375.47/375.95	c learnt binary clauses	: 0
375.47/375.95	c learnt ternary clauses	: 0
375.47/375.95	c learnt clauses	: 0
375.47/375.95	c ignored clauses	: 0
375.47/375.95	c root simplifications	: 0
375.47/375.95	c removed literals (reason simplification)	: 0
375.47/375.95	c reason swapping (by a shorter reason)	: 0
375.47/375.95	c Calls to reduceDB	: 0
375.47/375.95	c speed (assignments/second)	: 0.0
375.47/375.95	c non guided choices	0
375.47/375.95	c learnt constraints type 
375.47/375.95	c constraints type 
375.47/375.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4621833
375.47/375.95	c org.sat4j.minisat.constraints.card.AtLeast => 4644
375.47/375.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4644
375.47/375.95	s UNKNOWN
375.47/375.95	c Total wall clock time (in seconds) : 375.758

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067555-1247344991/watcher-2067555-1247344991 -o /tmp/evaluation-result-2067555-1247344991/solver-2067555-1247344991 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067555-1247344991.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.54 2.33 2.16 4/83 15972
/proc/meminfo: memFree=1223792/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=18576 CPUtime=0
/proc/15972/stat : 15972 (runsolver) R 15970 15972 14623 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 21566136 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15972/statm: 4644 284 249 26 0 2626 0

[startup+0.0437871 s]
/proc/loadavg: 2.54 2.33 2.16 4/83 15972
/proc/meminfo: memFree=1223792/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=800696 CPUtime=0.03
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 2436 0 1 0 2 1 0 0 18 0 4 0 21566136 819912704 2183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 200174 2183 943 9 0 197525 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800696

[startup+0.101798 s]
/proc/loadavg: 2.54 2.33 2.16 4/83 15972
/proc/meminfo: memFree=1223792/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=804560 CPUtime=0.08
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 3000 0 1 0 6 2 0 0 18 0 12 0 21566136 823869440 2743 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 201140 2743 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301839 s]
/proc/loadavg: 2.54 2.33 2.16 4/83 15972
/proc/meminfo: memFree=1223792/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=807680 CPUtime=0.33
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 4846 0 1 0 30 3 0 0 18 0 12 0 21566136 827064320 4481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 201920 4481 1375 9 0 199247 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 807680

[startup+0.701918 s]
/proc/loadavg: 2.54 2.33 2.16 4/83 15972
/proc/meminfo: memFree=1223792/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=808656 CPUtime=0.73
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 5689 0 1 0 69 4 0 0 18 0 12 0 21566136 828063744 5118 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 202164 5118 1392 9 0 199491 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 808656

[startup+1.50207 s]
/proc/loadavg: 2.54 2.33 2.16 4/95 15984
/proc/meminfo: memFree=1204816/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=810792 CPUtime=1.53
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 7466 0 1 0 148 5 0 0 18 0 12 0 21566136 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 202698 5970 1406 9 0 200025 0
[pid=15972/tid=15974] ppid=15970 vsize=810792 CPUtime=0.8
/proc/15972/task/15974/stat : 15974 (java) R 15970 15972 14623 0 -1 64 3892 0 1 0 77 3 0 0 22 0 12 0 21566137 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4109134472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15975] ppid=15970 vsize=810792 CPUtime=0
/proc/15972/task/15975/stat : 15975 (java) S 15970 15972 14623 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21566138 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15976] ppid=15970 vsize=810792 CPUtime=0
/proc/15972/task/15976/stat : 15976 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21566138 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15977] ppid=15970 vsize=810792 CPUtime=0
/proc/15972/task/15977/stat : 15977 (java) S 15970 15972 14623 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21566140 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15978] ppid=15970 vsize=810792 CPUtime=0
/proc/15972/task/15978/stat : 15978 (java) S 15970 15972 14623 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21566141 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15979] ppid=15970 vsize=810792 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15970 15972 14623 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21566141 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15980] ppid=15970 vsize=810792 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15970 15972 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21566145 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15981] ppid=15970 vsize=810792 CPUtime=0.63
/proc/15972/task/15981/stat : 15981 (java) S 15970 15972 14623 0 -1 64 2458 0 0 0 62 1 0 0 17 0 12 0 21566145 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15982] ppid=15970 vsize=810792 CPUtime=0.07
/proc/15972/task/15982/stat : 15982 (java) S 15970 15972 14623 0 -1 64 374 0 0 0 7 0 0 0 16 0 12 0 21566145 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15983] ppid=15970 vsize=810792 CPUtime=0
/proc/15972/task/15983/stat : 15983 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21566145 830251008 5970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15984] ppid=15970 vsize=810792 CPUtime=0
/proc/15972/task/15984/stat : 15984 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21566145 830251008 5970 996147200 134512640 134550932 4294956016 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) 810792

[startup+3.10239 s]
/proc/loadavg: 2.54 2.33 2.16 4/95 15984
/proc/meminfo: memFree=1191824/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=813756 CPUtime=3.12
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 11787 0 1 0 305 7 0 0 18 0 12 0 21566136 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 203439 8774 1422 9 0 200766 0
[pid=15972/tid=15974] ppid=15970 vsize=813756 CPUtime=1.42
/proc/15972/task/15974/stat : 15974 (java) R 15970 15972 14623 0 -1 64 6131 0 1 0 137 5 0 0 20 0 12 0 21566137 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15975] ppid=15970 vsize=813756 CPUtime=0
/proc/15972/task/15975/stat : 15975 (java) S 15970 15972 14623 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21566138 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15976] ppid=15970 vsize=813756 CPUtime=0
/proc/15972/task/15976/stat : 15976 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21566138 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15977] ppid=15970 vsize=813756 CPUtime=0
/proc/15972/task/15977/stat : 15977 (java) S 15970 15972 14623 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21566140 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15978] ppid=15970 vsize=813756 CPUtime=0
/proc/15972/task/15978/stat : 15978 (java) S 15970 15972 14623 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21566141 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15979] ppid=15970 vsize=813756 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15970 15972 14623 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21566141 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15980] ppid=15970 vsize=813756 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15970 15972 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21566145 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15981] ppid=15970 vsize=813756 CPUtime=1.5
/proc/15972/task/15981/stat : 15981 (java) R 15970 15972 14623 0 -1 64 4068 0 0 0 149 1 0 0 19 0 12 0 21566145 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 104163888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15982] ppid=15970 vsize=813756 CPUtime=0.17
/proc/15972/task/15982/stat : 15982 (java) R 15970 15972 14623 0 -1 64 846 0 0 0 17 0 0 0 17 0 12 0 21566145 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 104163931 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15983] ppid=15970 vsize=813756 CPUtime=0
/proc/15972/task/15983/stat : 15983 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21566145 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15984] ppid=15970 vsize=813756 CPUtime=0
/proc/15972/task/15984/stat : 15984 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21566145 833286144 8774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 813756

[startup+6.30302 s]
/proc/loadavg: 2.50 2.32 2.16 7/95 15984
/proc/meminfo: memFree=1152528/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=813972 CPUtime=6.31
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 23721 0 1 0 618 13 0 0 18 0 12 0 21566136 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 203493 19229 1442 9 0 200820 0
[pid=15972/tid=15974] ppid=15970 vsize=813972 CPUtime=2.84
/proc/15972/task/15974/stat : 15974 (java) R 15970 15972 14623 0 -1 64 16271 0 1 0 274 10 0 0 25 0 12 0 21566137 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4109969122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15975] ppid=15970 vsize=813972 CPUtime=0
/proc/15972/task/15975/stat : 15975 (java) S 15970 15972 14623 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21566138 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15976] ppid=15970 vsize=813972 CPUtime=0
/proc/15972/task/15976/stat : 15976 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21566138 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15977] ppid=15970 vsize=813972 CPUtime=0
/proc/15972/task/15977/stat : 15977 (java) S 15970 15972 14623 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21566140 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15978] ppid=15970 vsize=813972 CPUtime=0
/proc/15972/task/15978/stat : 15978 (java) S 15970 15972 14623 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21566141 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15979] ppid=15970 vsize=813972 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15970 15972 14623 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21566141 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15980] ppid=15970 vsize=813972 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15970 15972 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21566145 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15981] ppid=15970 vsize=813972 CPUtime=3.07
/proc/15972/task/15981/stat : 15981 (java) S 15970 15972 14623 0 -1 64 5788 0 0 0 305 2 0 0 16 0 12 0 21566145 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15982] ppid=15970 vsize=813972 CPUtime=0.38
/proc/15972/task/15982/stat : 15982 (java) S 15970 15972 14623 0 -1 64 920 0 0 0 38 0 0 0 16 0 12 0 21566145 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15983] ppid=15970 vsize=813972 CPUtime=0
/proc/15972/task/15983/stat : 15983 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21566145 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15984] ppid=15970 vsize=813972 CPUtime=0
/proc/15972/task/15984/stat : 15984 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21566145 833507328 19229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 813972

[startup+12.7013 s]
/proc/loadavg: 2.46 2.32 2.16 4/95 15984
/proc/meminfo: memFree=1078360/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=818964 CPUtime=12.74
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 35107 0 1 0 1254 20 0 0 18 0 12 0 21566136 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 204741 28319 1451 9 0 202068 0
[pid=15972/tid=15974] ppid=15970 vsize=818964 CPUtime=7.14
/proc/15972/task/15974/stat : 15974 (java) R 15970 15972 14623 0 -1 64 17551 0 1 0 703 11 0 0 25 0 12 0 21566137 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4110595999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=818964 CPUtime=0.22
/proc/15972/task/15975/stat : 15975 (java) S 15970 15972 14623 0 -1 64 2840 0 0 0 21 1 0 0 16 0 12 0 21566138 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=818964 CPUtime=0.24
/proc/15972/task/15976/stat : 15976 (java) S 15970 15972 14623 0 -1 64 3639 0 0 0 23 1 0 0 16 0 12 0 21566138 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=818964 CPUtime=0
/proc/15972/task/15977/stat : 15977 (java) S 15970 15972 14623 0 -1 64 34 0 0 0 0 0 0 0 16 0 12 0 21566140 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15978] ppid=15970 vsize=818964 CPUtime=0
/proc/15972/task/15978/stat : 15978 (java) S 15970 15972 14623 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 21566141 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15979] ppid=15970 vsize=818964 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15970 15972 14623 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21566141 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15980] ppid=15970 vsize=818964 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15970 15972 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21566145 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15981] ppid=15970 vsize=818964 CPUtime=4.7
/proc/15972/task/15981/stat : 15981 (java) S 15970 15972 14623 0 -1 64 9382 0 0 0 466 4 0 0 20 0 12 0 21566145 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15982] ppid=15970 vsize=818964 CPUtime=0.38
/proc/15972/task/15982/stat : 15982 (java) S 15970 15972 14623 0 -1 64 920 0 0 0 38 0 0 0 17 0 12 0 21566145 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15983] ppid=15970 vsize=818964 CPUtime=0
/proc/15972/task/15983/stat : 15983 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21566145 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15984] ppid=15970 vsize=818964 CPUtime=0
/proc/15972/task/15984/stat : 15984 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21566145 838619136 28319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 818964

[startup+25.5028 s]
/proc/loadavg: 2.50 2.33 2.17 3/95 15984
/proc/meminfo: memFree=1013464/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=816020 CPUtime=25.49
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 51569 0 1 0 2522 27 0 0 18 0 12 0 21566136 835604480 41927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 204005 41927 1451 9 0 201332 0
[pid=15972/tid=15974] ppid=15970 vsize=816020 CPUtime=18.17
/proc/15972/task/15974/stat : 15974 (java) R 15970 15972 14623 0 -1 64 17577 0 1 0 1806 11 0 0 25 0 12 0 21566137 835604480 41927 996147200 134512640 134550932 4294956016 18446744073709551615 4109900258 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=816020 CPUtime=0.7
/proc/15972/task/15975/stat : 15975 (java) S 15970 15972 14623 0 -1 64 11262 0 0 0 66 4 0 0 16 0 12 0 21566138 835604480 41927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=816020 CPUtime=0.7
/proc/15972/task/15976/stat : 15976 (java) S 15970 15972 14623 0 -1 64 9570 0 0 0 66 4 0 0 16 0 12 0 21566138 835604480 41927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=816020 CPUtime=0.02
/proc/15972/task/15977/stat : 15977 (java) S 15970 15972 14623 0 -1 64 34 0 0 0 2 0 0 0 15 0 12 0 21566140 835604480 41927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15978] ppid=15970 vsize=816020 CPUtime=0
/proc/15972/task/15978/stat : 15978 (java) S 15970 15972 14623 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 21566141 835604480 41927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15979] ppid=15970 vsize=816020 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15970 15972 14623 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21566141 835604480 41927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15980] ppid=15970 vsize=816020 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15970 15972 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21566145 835604480 41927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15981] ppid=15970 vsize=816020 CPUtime=5.47

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

[pid=15972/tid=15983] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15983/stat : 15983 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15984] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15984/stat : 15984 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 364.81
Current children cumulated vsize (KiB) 838884

[startup+371.103 s]
/proc/loadavg: 2.43 2.49 2.28 3/95 16023
/proc/meminfo: memFree=442712/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=838884 CPUtime=370.85
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 640950 0 1 0 36748 337 0 0 18 0 12 0 21566136 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 209721 179529 1453 9 0 207048 0
[pid=15972/tid=15974] ppid=15970 vsize=838884 CPUtime=140.52
/proc/15972/task/15974/stat : 15974 (java) S 15970 15972 14623 0 -1 64 17809 0 1 0 14040 12 0 0 17 0 12 0 21566137 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=838884 CPUtime=18.69
/proc/15972/task/15975/stat : 15975 (java) S 15970 15972 14623 0 -1 64 82615 0 0 0 1827 42 0 0 16 0 12 0 21566138 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=838884 CPUtime=18.25
/proc/15972/task/15976/stat : 15976 (java) S 15970 15972 14623 0 -1 64 71206 0 0 0 1789 36 0 0 17 0 12 0 21566138 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=838884 CPUtime=186.39
/proc/15972/task/15977/stat : 15977 (java) R 15970 15972 14623 0 -1 64 452515 0 0 0 18402 237 0 0 25 0 12 0 21566140 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15978] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15978/stat : 15978 (java) S 15970 15972 14623 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21566141 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15979] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15970 15972 14623 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21566141 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15980] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15970 15972 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15981] ppid=15970 vsize=838884 CPUtime=6.57
/proc/15972/task/15981/stat : 15981 (java) S 15970 15972 14623 0 -1 64 15144 0 0 0 650 7 0 0 25 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15982] ppid=15970 vsize=838884 CPUtime=0.38
/proc/15972/task/15982/stat : 15982 (java) S 15970 15972 14623 0 -1 64 920 0 0 0 38 0 0 0 17 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15983] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15983/stat : 15983 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15984] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15984/stat : 15984 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 370.85
Current children cumulated vsize (KiB) 838884

[startup+374.301 s]
/proc/loadavg: 2.40 2.48 2.28 3/95 16023
/proc/meminfo: memFree=442712/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=838884 CPUtime=373.87
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 646955 0 1 0 37046 341 0 0 18 0 12 0 21566136 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 209721 179529 1452 9 0 207048 0
[pid=15972/tid=15974] ppid=15970 vsize=838884 CPUtime=140.55
/proc/15972/task/15974/stat : 15974 (java) S 15970 15972 14623 0 -1 64 17812 0 1 0 14043 12 0 0 17 0 12 0 21566137 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=838884 CPUtime=18.69
/proc/15972/task/15975/stat : 15975 (java) S 15970 15972 14623 0 -1 64 82615 0 0 0 1827 42 0 0 16 0 12 0 21566138 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=838884 CPUtime=18.25
/proc/15972/task/15976/stat : 15976 (java) S 15970 15972 14623 0 -1 64 71206 0 0 0 1789 36 0 0 17 0 12 0 21566138 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=838884 CPUtime=189.38
/proc/15972/task/15977/stat : 15977 (java) R 15970 15972 14623 0 -1 64 458517 0 0 0 18697 241 0 0 25 0 12 0 21566140 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15978] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15978/stat : 15978 (java) S 15970 15972 14623 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21566141 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15979] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15970 15972 14623 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21566141 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15980] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15970 15972 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15981] ppid=15970 vsize=838884 CPUtime=6.57
/proc/15972/task/15981/stat : 15981 (java) S 15970 15972 14623 0 -1 64 15144 0 0 0 650 7 0 0 25 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15982] ppid=15970 vsize=838884 CPUtime=0.38
/proc/15972/task/15982/stat : 15982 (java) S 15970 15972 14623 0 -1 64 920 0 0 0 38 0 0 0 17 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15983] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15983/stat : 15983 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15984] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15984/stat : 15984 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 373.87
Current children cumulated vsize (KiB) 838884

[startup+375.106 s]
/proc/loadavg: 2.40 2.48 2.28 3/95 16023
/proc/meminfo: memFree=442712/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=838884 CPUtime=374.67
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 646955 0 1 0 37126 341 0 0 18 0 12 0 21566136 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 209721 179529 1452 9 0 207048 0
[pid=15972/tid=15974] ppid=15970 vsize=838884 CPUtime=140.55
/proc/15972/task/15974/stat : 15974 (java) S 15970 15972 14623 0 -1 64 17812 0 1 0 14043 12 0 0 17 0 12 0 21566137 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=838884 CPUtime=18.69
/proc/15972/task/15975/stat : 15975 (java) S 15970 15972 14623 0 -1 64 82615 0 0 0 1827 42 0 0 16 0 12 0 21566138 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=838884 CPUtime=18.25
/proc/15972/task/15976/stat : 15976 (java) S 15970 15972 14623 0 -1 64 71206 0 0 0 1789 36 0 0 17 0 12 0 21566138 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=838884 CPUtime=190.19
/proc/15972/task/15977/stat : 15977 (java) R 15970 15972 14623 0 -1 64 458517 0 0 0 18778 241 0 0 25 0 12 0 21566140 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15978] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15978/stat : 15978 (java) S 15970 15972 14623 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21566141 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15979] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15970 15972 14623 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21566141 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15980] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15970 15972 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15981] ppid=15970 vsize=838884 CPUtime=6.57
/proc/15972/task/15981/stat : 15981 (java) S 15970 15972 14623 0 -1 64 15144 0 0 0 650 7 0 0 25 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15982] ppid=15970 vsize=838884 CPUtime=0.38
/proc/15972/task/15982/stat : 15982 (java) S 15970 15972 14623 0 -1 64 920 0 0 0 38 0 0 0 17 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15983] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15983/stat : 15983 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15984] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15984/stat : 15984 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 374.67
Current children cumulated vsize (KiB) 838884

[startup+375.503 s]
/proc/loadavg: 2.40 2.48 2.28 3/95 16023
/proc/meminfo: memFree=442712/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=838884 CPUtime=375.07
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 646955 0 1 0 37166 341 0 0 18 0 12 0 21566136 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 209721 179529 1452 9 0 207048 0
[pid=15972/tid=15974] ppid=15970 vsize=838884 CPUtime=140.55
/proc/15972/task/15974/stat : 15974 (java) S 15970 15972 14623 0 -1 64 17812 0 1 0 14043 12 0 0 17 0 12 0 21566137 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=838884 CPUtime=18.69
/proc/15972/task/15975/stat : 15975 (java) S 15970 15972 14623 0 -1 64 82615 0 0 0 1827 42 0 0 16 0 12 0 21566138 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=838884 CPUtime=18.25
/proc/15972/task/15976/stat : 15976 (java) S 15970 15972 14623 0 -1 64 71206 0 0 0 1789 36 0 0 17 0 12 0 21566138 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=838884 CPUtime=190.58
/proc/15972/task/15977/stat : 15977 (java) R 15970 15972 14623 0 -1 64 458517 0 0 0 18817 241 0 0 25 0 12 0 21566140 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 104187893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15978] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15978/stat : 15978 (java) S 15970 15972 14623 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21566141 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15979] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15970 15972 14623 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21566141 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15980] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15970 15972 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15981] ppid=15970 vsize=838884 CPUtime=6.57
/proc/15972/task/15981/stat : 15981 (java) S 15970 15972 14623 0 -1 64 15144 0 0 0 650 7 0 0 25 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15982] ppid=15970 vsize=838884 CPUtime=0.38
/proc/15972/task/15982/stat : 15982 (java) S 15970 15972 14623 0 -1 64 920 0 0 0 38 0 0 0 17 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15983] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15983/stat : 15983 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15984] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15984/stat : 15984 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 375.07
Current children cumulated vsize (KiB) 838884

[startup+375.903 s]
/proc/loadavg: 2.40 2.48 2.28 3/95 16023
/proc/meminfo: memFree=442712/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=838884 CPUtime=375.47
/proc/15972/stat : 15972 (java) S 15970 15972 14623 0 -1 0 646955 0 1 0 37206 341 0 0 18 0 12 0 21566136 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 209721 179529 1452 9 0 207048 0
[pid=15972/tid=15974] ppid=15970 vsize=838884 CPUtime=140.55
/proc/15972/task/15974/stat : 15974 (java) S 15970 15972 14623 0 -1 64 17812 0 1 0 14043 12 0 0 17 0 12 0 21566137 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15975] ppid=15970 vsize=838884 CPUtime=18.69
/proc/15972/task/15975/stat : 15975 (java) S 15970 15972 14623 0 -1 64 82615 0 0 0 1827 42 0 0 16 0 12 0 21566138 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15976] ppid=15970 vsize=838884 CPUtime=18.25
/proc/15972/task/15976/stat : 15976 (java) S 15970 15972 14623 0 -1 64 71206 0 0 0 1789 36 0 0 17 0 12 0 21566138 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15972/tid=15977] ppid=15970 vsize=838884 CPUtime=190.98
/proc/15972/task/15977/stat : 15977 (java) R 15970 15972 14623 0 -1 64 458517 0 0 0 18857 241 0 0 25 0 12 0 21566140 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 104187738 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15978] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15978/stat : 15978 (java) S 15970 15972 14623 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21566141 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15979] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15979/stat : 15979 (java) S 15970 15972 14623 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21566141 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15980] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15980/stat : 15980 (java) S 15970 15972 14623 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15981] ppid=15970 vsize=838884 CPUtime=6.57
/proc/15972/task/15981/stat : 15981 (java) S 15970 15972 14623 0 -1 64 15144 0 0 0 650 7 0 0 25 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15982] ppid=15970 vsize=838884 CPUtime=0.38
/proc/15972/task/15982/stat : 15982 (java) S 15970 15972 14623 0 -1 64 920 0 0 0 38 0 0 0 17 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15983] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15983/stat : 15983 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15972/tid=15984] ppid=15970 vsize=838884 CPUtime=0
/proc/15972/task/15984/stat : 15984 (java) S 15970 15972 14623 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21566145 859017216 179529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 375.47
Current children cumulated vsize (KiB) 838884

[startup+376.003 s]
/proc/loadavg: 2.40 2.48 2.28 3/95 16023
/proc/meminfo: memFree=442712/2055920 swapFree=4192812/4192956
[pid=15972] ppid=15970 vsize=0 CPUtime=375.56
/proc/15972/stat : 15972 (java) Z 15970 15972 14623 0 -1 12 646973 0 1 0 37211 345 0 0 16 0 2 0 21566136 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15972/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 375.56
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 376.077
CPU time (s): 375.644
CPU user time (s): 372.115
CPU system time (s): 3.52846
CPU usage (%): 99.8848
Max. virtual memory (cumulated for all children) (KiB): 870888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 372.115
system time used= 3.52846
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 646973
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= 12461
involuntary context switches= 14776

runsolver used 0.515921 second user time and 1.21681 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-11 22:43:11
IDJOB=2067555
IDBENCH=54672
IDSOLVER=731
FILE ID=node11/2067555-1247344991
PBS_JOBID= 9506800
Free space on /tmp= 66440 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-3-13-25-26.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067555-1247344991/watcher-2067555-1247344991 -o /tmp/evaluation-result-2067555-1247344991/solver-2067555-1247344991 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067555-1247344991.xml

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

MD5SUM BENCH= 7672cbc92c95110a92bce4d4d3f0bc43
RANDOM SEED=1798781333

node11.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.274
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.274
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:       1224272 kB
Buffers:         16784 kB
Cached:          95212 kB
SwapCached:          0 kB
Active:         746680 kB
Inactive:        31696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1224272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6188 kB
Writeback:           0 kB
Mapped:         682064 kB
Slab:            37332 kB
Committed_AS:   856924 kB
PageTables:       3128 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= 66436 MiB
End job on node11 at 2009-07-11 22:49:27