Trace number 2067984

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? 281.059 280.131

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-est.xml
MD5SUM303eed3f2207cd3202111ec7cda8219a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables146
Number of constraints7
Maximum constraint arity74
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7
Global constraints used (with number of constraints)

Solver Data

0.12/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.22	c See www.sat4j.org for details.
0.12/0.22	c That software uses the Rhino library from the Mozilla project.
0.12/0.24	c version 2.1.1.v20090622
0.12/0.24	c sun.arch.data.model	32
0.12/0.24	c java.version	1.6.0_12
0.12/0.24	c os.name	Linux
0.12/0.24	c os.version	2.6.9-22.EL.rootsmp
0.12/0.24	c os.arch	i386
0.12/0.24	c Free memory 671000808
0.12/0.25	c Max memory 672137216
0.12/0.25	c Total memory 672137216
0.12/0.25	c Number of processors 2
0.21/0.34	c c --- Begin Solver configuration ---
0.21/0.34	c Stops conflict analysis at the first Unique Implication Point
0.21/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.21/0.34	c Learn all clauses as in MiniSAT
0.21/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.21/0.34	c Expensive reason simplification
0.21/0.34	c MiniSAT restarts strategy
0.21/0.34	c Memory based learned constraints deletion strategy
0.21/0.34	c timeout=2147483s
0.21/0.34	c DB Simplification allowed=false
0.21/0.34	c --- End Solver configuration ---
0.21/0.34	c solving HOME/instance-2067984-1247345544.xml
0.21/0.34	c reading problem ... 
0.47/0.64	c reading problem named null
0.47/0.64	c reading domains done.
0.47/0.65	c reading variables done.
0.47/0.69	c reading predicates  done.
0.85/1.04	c reading constraints
280.85/279.97	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
280.85/279.97		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:274)
280.85/279.97		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2545)
280.85/279.97		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
280.85/279.97		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
280.85/279.97		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
280.85/279.97		at org.mozilla.javascript.gen.c4._c0(rhino.log:1)
280.85/279.97		at org.mozilla.javascript.gen.c4.call(rhino.log)
280.85/279.97		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
280.85/279.97		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
280.85/279.97		at org.mozilla.javascript.gen.c4.call(rhino.log)
280.85/279.97		at org.mozilla.javascript.gen.c4.exec(rhino.log)
280.85/279.97		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97		at org.sat4j.csp.Predicate.find(Unknown Source)
280.85/279.97	c starts		: 0
280.85/279.97	c conflicts		: 0
280.85/279.97	c decisions		: 0
280.85/279.97	c propagations		: 0
280.85/279.98	c inspects		: 0
280.85/279.98	c learnt literals	: 0
280.85/279.98	c learnt binary clauses	: 0
280.85/279.98	c learnt ternary clauses	: 0
280.85/279.98	c learnt clauses	: 0
280.85/279.98	c ignored clauses	: 0
280.85/279.98	c root simplifications	: 0
280.85/279.98	c removed literals (reason simplification)	: 0
280.85/279.98	c reason swapping (by a shorter reason)	: 0
280.85/279.98	c Calls to reduceDB	: 0
280.85/279.98	c speed (assignments/second)	: 0.0
280.85/279.98	c non guided choices	0
280.85/279.98	c learnt constraints type 
280.85/279.98	c constraints type 
280.85/279.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2229392
280.85/279.98	c org.sat4j.minisat.constraints.card.AtLeast => 146
280.85/279.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146
280.85/279.98	s UNKNOWN
280.85/279.98	c Total wall clock time (in seconds) : 279.639

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-2067984-1247345544/watcher-2067984-1247345544 -o /tmp/evaluation-result-2067984-1247345544/solver-2067984-1247345544 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067984-1247345544.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: 1.99 2.02 2.03 4/83 15008
/proc/meminfo: memFree=1828744/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=18576 CPUtime=0
/proc/15008/stat : 15008 (runsolver) R 15006 15008 12939 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 21620526 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15008/statm: 4644 284 249 26 0 2626 0

[startup+0.043971 s]
/proc/loadavg: 1.99 2.02 2.03 4/83 15008
/proc/meminfo: memFree=1828744/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=13300 CPUtime=0.01
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 763 0 28 0 0 1 0 0 18 0 2 0 21620526 13619200 573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 3325 573 255 9 0 1199 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13300

[startup+0.102377 s]
/proc/loadavg: 1.99 2.02 2.03 4/83 15008
/proc/meminfo: memFree=1828744/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=802032 CPUtime=0.04
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 2606 0 29 0 2 2 0 0 18 0 7 0 21620526 821280768 2379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 200508 2379 1019 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.30201 s]
/proc/loadavg: 1.99 2.02 2.03 4/83 15008
/proc/meminfo: memFree=1828744/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=805504 CPUtime=0.21
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 3817 0 30 0 17 4 0 0 18 0 12 0 21620526 824836096 3584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 201376 3584 1336 9 0 198710 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 805504

[startup+0.701065 s]
/proc/loadavg: 1.99 2.02 2.03 4/83 15008
/proc/meminfo: memFree=1828744/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=807180 CPUtime=0.56
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 5350 0 30 0 50 6 0 0 18 0 12 0 21620526 826552320 4903 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 201795 4903 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 807180

[startup+1.50219 s]
/proc/loadavg: 1.99 2.02 2.03 3/95 15020
/proc/meminfo: memFree=1804904/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=809308 CPUtime=1.35
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 8126 0 30 0 126 9 0 0 18 0 12 0 21620526 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 202327 6654 1418 9 0 199654 0
[pid=15008/tid=15010] ppid=15006 vsize=809308 CPUtime=0.74
/proc/15008/task/15010/stat : 15010 (java) R 15006 15008 12939 0 -1 64 4867 0 1 0 68 6 0 0 19 0 12 0 21620530 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15006 vsize=809308 CPUtime=0
/proc/15008/task/15011/stat : 15011 (java) S 15006 15008 12939 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21620531 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15006 vsize=809308 CPUtime=0
/proc/15008/task/15012/stat : 15012 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21620531 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15006 vsize=809308 CPUtime=0
/proc/15008/task/15013/stat : 15013 (java) S 15006 15008 12939 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21620534 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15006 vsize=809308 CPUtime=0
/proc/15008/task/15014/stat : 15014 (java) S 15006 15008 12939 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 21620535 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15006 vsize=809308 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15006 15008 12939 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 21620535 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15006 vsize=809308 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21620542 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15017] ppid=15006 vsize=809308 CPUtime=0
/proc/15008/task/15017/stat : 15017 (java) S 15006 15008 12939 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21620542 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15018] ppid=15006 vsize=809308 CPUtime=0.59
/proc/15008/task/15018/stat : 15018 (java) R 15006 15008 12939 0 -1 64 2533 0 1 0 58 1 0 0 17 0 12 0 21620542 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 106262378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15019] ppid=15006 vsize=809308 CPUtime=0
/proc/15008/task/15019/stat : 15019 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21620542 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15020] ppid=15006 vsize=809308 CPUtime=0
/proc/15008/task/15020/stat : 15020 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21620542 828731392 6654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 809308

[startup+3.10242 s]
/proc/loadavg: 1.99 2.02 2.03 3/95 15020
/proc/meminfo: memFree=1789800/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=820744 CPUtime=2.94
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 19161 0 30 0 280 14 0 0 18 0 12 0 21620526 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 205186 16111 1428 9 0 202513 0
[pid=15008/tid=15010] ppid=15006 vsize=820744 CPUtime=1.5
/proc/15008/task/15010/stat : 15010 (java) R 15006 15008 12939 0 -1 64 11725 0 1 0 140 10 0 0 25 0 12 0 21620530 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15006 vsize=820744 CPUtime=0
/proc/15008/task/15011/stat : 15011 (java) S 15006 15008 12939 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21620531 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15006 vsize=820744 CPUtime=0
/proc/15008/task/15012/stat : 15012 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21620531 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15006 vsize=820744 CPUtime=0
/proc/15008/task/15013/stat : 15013 (java) S 15006 15008 12939 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21620534 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15006 vsize=820744 CPUtime=0
/proc/15008/task/15014/stat : 15014 (java) S 15006 15008 12939 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 21620535 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15006 vsize=820744 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15006 15008 12939 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 21620535 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15006 vsize=820744 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21620542 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15017] ppid=15006 vsize=820744 CPUtime=0.01
/proc/15008/task/15017/stat : 15017 (java) S 15006 15008 12939 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 21620542 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15018] ppid=15006 vsize=820744 CPUtime=1.42
/proc/15008/task/15018/stat : 15018 (java) R 15006 15008 12939 0 -1 64 6693 0 1 0 139 3 0 0 21 0 12 0 21620542 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 104164043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15019] ppid=15006 vsize=820744 CPUtime=0
/proc/15008/task/15019/stat : 15019 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21620542 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15020] ppid=15006 vsize=820744 CPUtime=0
/proc/15008/task/15020/stat : 15020 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21620542 840441856 16111 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 820744

[startup+6.30188 s]
/proc/loadavg: 2.07 2.04 2.04 4/95 15020
/proc/meminfo: memFree=1737960/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=821344 CPUtime=6.14
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 28160 0 30 0 594 20 0 0 18 0 12 0 21620526 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 205336 23873 1438 9 0 202663 0
[pid=15008/tid=15010] ppid=15006 vsize=821344 CPUtime=3.31
/proc/15008/task/15010/stat : 15010 (java) R 15006 15008 12939 0 -1 64 17400 0 1 0 318 13 0 0 25 0 12 0 21620530 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4109133192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15006 vsize=821344 CPUtime=0.01
/proc/15008/task/15011/stat : 15011 (java) S 15006 15008 12939 0 -1 64 651 0 0 0 1 0 0 0 16 0 12 0 21620531 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15006 vsize=821344 CPUtime=0.01
/proc/15008/task/15012/stat : 15012 (java) S 15006 15008 12939 0 -1 64 1347 0 0 0 1 0 0 0 17 0 12 0 21620531 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15006 vsize=821344 CPUtime=0
/proc/15008/task/15013/stat : 15013 (java) S 15006 15008 12939 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 21620534 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15006 vsize=821344 CPUtime=0
/proc/15008/task/15014/stat : 15014 (java) S 15006 15008 12939 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21620535 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15006 vsize=821344 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15006 15008 12939 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21620535 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15006 vsize=821344 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21620542 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15017] ppid=15006 vsize=821344 CPUtime=0.04
/proc/15008/task/15017/stat : 15017 (java) S 15006 15008 12939 0 -1 64 36 0 0 0 4 0 0 0 16 0 12 0 21620542 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15018] ppid=15006 vsize=821344 CPUtime=2.69
/proc/15008/task/15018/stat : 15018 (java) R 15006 15008 12939 0 -1 64 7996 0 1 0 266 3 0 0 25 0 12 0 21620542 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 103979298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15019] ppid=15006 vsize=821344 CPUtime=0
/proc/15008/task/15019/stat : 15019 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21620542 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15020] ppid=15006 vsize=821344 CPUtime=0
/proc/15008/task/15020/stat : 15020 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21620542 841056256 23873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 821344

[startup+12.7028 s]
/proc/loadavg: 2.14 2.06 2.04 4/95 15020
/proc/meminfo: memFree=1697192/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=835188 CPUtime=14.63
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 40116 0 30 0 1438 25 0 0 18 0 12 0 21620526 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 208797 33350 1438 9 0 206124 0
[pid=15008/tid=15010] ppid=15006 vsize=835188 CPUtime=8.61
/proc/15008/task/15010/stat : 15010 (java) R 15006 15008 12939 0 -1 64 17406 0 1 0 848 13 0 0 25 0 12 0 21620530 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15006 vsize=835188 CPUtime=0.13
/proc/15008/task/15011/stat : 15011 (java) R 15006 15008 12939 0 -1 64 2096 0 0 0 12 1 0 0 16 0 12 0 21620531 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 106197466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15006 vsize=835188 CPUtime=0.15
/proc/15008/task/15012/stat : 15012 (java) R 15006 15008 12939 0 -1 64 5444 0 0 0 13 2 0 0 16 0 12 0 21620531 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15006 vsize=835188 CPUtime=0
/proc/15008/task/15013/stat : 15013 (java) S 15006 15008 12939 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 21620534 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15006 vsize=835188 CPUtime=0
/proc/15008/task/15014/stat : 15014 (java) S 15006 15008 12939 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21620535 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15006 vsize=835188 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15006 15008 12939 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21620535 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15006 vsize=835188 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21620542 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15017] ppid=15006 vsize=835188 CPUtime=0.04
/proc/15008/task/15017/stat : 15017 (java) S 15006 15008 12939 0 -1 64 36 0 0 0 4 0 0 0 16 0 12 0 21620542 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15018] ppid=15006 vsize=835188 CPUtime=5.63
/proc/15008/task/15018/stat : 15018 (java) S 15006 15008 12939 0 -1 64 14391 0 1 0 557 6 0 0 25 0 12 0 21620542 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15008/tid=15019] ppid=15006 vsize=835188 CPUtime=0
/proc/15008/task/15019/stat : 15019 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21620542 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15020] ppid=15006 vsize=835188 CPUtime=0
/proc/15008/task/15020/stat : 15020 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21620542 855232512 33350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.63
Current children cumulated vsize (KiB) 835188

[startup+25.5017 s]
/proc/loadavg: 2.11 2.05 2.04 3/95 15020
/proc/meminfo: memFree=1626920/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=835188 CPUtime=27.36
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 56939 0 30 0 2704 32 0 0 18 0 12 0 21620526 855232512 50150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 208797 50150 1438 9 0 206124 0
[pid=15008/tid=15010] ppid=15006 vsize=835188 CPUtime=20.72
/proc/15008/task/15010/stat : 15010 (java) R 15006 15008 12939 0 -1 64 17429 0 1 0 2059 13 0 0 25 0 12 0 21620530 855232512 50150 996147200 134512640 134550932 4294956016 18446744073709551615 4109570468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15006 vsize=835188 CPUtime=0.42
/proc/15008/task/15011/stat : 15011 (java) S 15006 15008 12939 0 -1 64 9837 0 0 0 38 4 0 0 16 0 12 0 21620531 855232512 50150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15006 vsize=835188 CPUtime=0.47
/proc/15008/task/15012/stat : 15012 (java) S 15006 15008 12939 0 -1 64 14503 0 0 0 41 6 0 0 16 0 12 0 21620531 855232512 50150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15006 vsize=835188 CPUtime=0.01
/proc/15008/task/15013/stat : 15013 (java) S 15006 15008 12939 0 -1 64 32 0 0 0 1 0 0 0 15 0 12 0 21620534 855232512 50150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15006 vsize=835188 CPUtime=0
/proc/15008/task/15014/stat : 15014 (java) S 15006 15008 12939 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21620535 855232512 50150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15006 vsize=835188 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15006 15008 12939 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21620535 855232512 50150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15006 vsize=835188 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21620542 855232512 50150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15017] ppid=15006 vsize=835188 CPUtime=0.04

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

[pid=15008/tid=15019] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15019/stat : 15019 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15020] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15020/stat : 15020 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 256.97
Current children cumulated vsize (KiB) 852216

[startup+268.703 s]
/proc/loadavg: 2.22 2.23 2.12 3/95 15020
/proc/meminfo: memFree=1111208/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=852216 CPUtime=269.7
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 362827 0 30 0 26803 167 0 0 18 0 12 0 21620526 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 213054 182373 1440 9 0 210381 0
[pid=15008/tid=15010] ppid=15006 vsize=852216 CPUtime=139.89
/proc/15008/task/15010/stat : 15010 (java) S 15006 15008 12939 0 -1 64 17630 0 1 0 13975 14 0 0 17 0 12 0 21620530 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15006 vsize=852216 CPUtime=5.3
/proc/15008/task/15011/stat : 15011 (java) S 15006 15008 12939 0 -1 64 69469 0 0 0 502 28 0 0 15 0 12 0 21620531 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15006 vsize=852216 CPUtime=5.7
/proc/15008/task/15012/stat : 15012 (java) S 15006 15008 12939 0 -1 64 83468 0 0 0 537 33 0 0 16 0 12 0 21620531 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15006 vsize=852216 CPUtime=113.08
/proc/15008/task/15013/stat : 15013 (java) R 15006 15008 12939 0 -1 64 177121 0 0 0 11225 83 0 0 25 0 12 0 21620534 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 103586096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15014/stat : 15014 (java) S 15006 15008 12939 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21620535 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15006 15008 12939 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21620535 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15017] ppid=15006 vsize=852216 CPUtime=0.04
/proc/15008/task/15017/stat : 15017 (java) S 15006 15008 12939 0 -1 64 36 0 0 0 4 0 0 0 16 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15018] ppid=15006 vsize=852216 CPUtime=5.63
/proc/15008/task/15018/stat : 15018 (java) S 15006 15008 12939 0 -1 64 14391 0 1 0 557 6 0 0 25 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15008/tid=15019] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15019/stat : 15019 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15020] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15020/stat : 15020 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 269.7
Current children cumulated vsize (KiB) 852216

[startup+275.102 s]
/proc/loadavg: 2.18 2.22 2.12 3/95 15020
/proc/meminfo: memFree=1095336/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=852216 CPUtime=276.07
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 370831 0 30 0 27436 171 0 0 18 0 12 0 21620526 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 213054 182373 1440 9 0 210381 0
[pid=15008/tid=15010] ppid=15006 vsize=852216 CPUtime=140.04
/proc/15008/task/15010/stat : 15010 (java) S 15006 15008 12939 0 -1 64 17632 0 1 0 13990 14 0 0 17 0 12 0 21620530 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15006 vsize=852216 CPUtime=5.3
/proc/15008/task/15011/stat : 15011 (java) S 15006 15008 12939 0 -1 64 69469 0 0 0 502 28 0 0 15 0 12 0 21620531 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15006 vsize=852216 CPUtime=5.7
/proc/15008/task/15012/stat : 15012 (java) S 15006 15008 12939 0 -1 64 83468 0 0 0 537 33 0 0 16 0 12 0 21620531 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15006 vsize=852216 CPUtime=119.29
/proc/15008/task/15013/stat : 15013 (java) R 15006 15008 12939 0 -1 64 185123 0 0 0 11843 86 0 0 25 0 12 0 21620534 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15014/stat : 15014 (java) S 15006 15008 12939 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21620535 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15006 15008 12939 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21620535 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15017] ppid=15006 vsize=852216 CPUtime=0.04
/proc/15008/task/15017/stat : 15017 (java) S 15006 15008 12939 0 -1 64 36 0 0 0 4 0 0 0 16 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15018] ppid=15006 vsize=852216 CPUtime=5.63
/proc/15008/task/15018/stat : 15018 (java) S 15006 15008 12939 0 -1 64 14391 0 1 0 557 6 0 0 25 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15008/tid=15019] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15019/stat : 15019 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15020] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15020/stat : 15020 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 276.07
Current children cumulated vsize (KiB) 852216

[startup+278.306 s]
/proc/loadavg: 2.18 2.22 2.12 3/95 15020
/proc/meminfo: memFree=1095272/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=852216 CPUtime=279.26
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 378837 0 30 0 27751 175 0 0 18 0 12 0 21620526 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 213054 182373 1439 9 0 210381 0
[pid=15008/tid=15010] ppid=15006 vsize=852216 CPUtime=140.14
/proc/15008/task/15010/stat : 15010 (java) S 15006 15008 12939 0 -1 64 17636 0 1 0 14000 14 0 0 17 0 12 0 21620530 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15006 vsize=852216 CPUtime=5.3
/proc/15008/task/15011/stat : 15011 (java) S 15006 15008 12939 0 -1 64 69469 0 0 0 502 28 0 0 15 0 12 0 21620531 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15006 vsize=852216 CPUtime=5.7
/proc/15008/task/15012/stat : 15012 (java) S 15006 15008 12939 0 -1 64 83468 0 0 0 537 33 0 0 16 0 12 0 21620531 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15006 vsize=852216 CPUtime=122.38
/proc/15008/task/15013/stat : 15013 (java) R 15006 15008 12939 0 -1 64 193125 0 0 0 12147 91 0 0 25 0 12 0 21620534 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 105697110 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15014/stat : 15014 (java) S 15006 15008 12939 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21620535 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15006 15008 12939 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21620535 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15017] ppid=15006 vsize=852216 CPUtime=0.04
/proc/15008/task/15017/stat : 15017 (java) S 15006 15008 12939 0 -1 64 36 0 0 0 4 0 0 0 16 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15018] ppid=15006 vsize=852216 CPUtime=5.63
/proc/15008/task/15018/stat : 15018 (java) S 15006 15008 12939 0 -1 64 14391 0 1 0 557 6 0 0 25 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15008/tid=15019] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15019/stat : 15019 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15020] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15020/stat : 15020 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.26
Current children cumulated vsize (KiB) 852216

[startup+279.102 s]
/proc/loadavg: 2.18 2.22 2.12 3/95 15020
/proc/meminfo: memFree=1095272/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=852216 CPUtime=280.05
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 378837 0 30 0 27830 175 0 0 18 0 12 0 21620526 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 213054 182373 1439 9 0 210381 0
[pid=15008/tid=15010] ppid=15006 vsize=852216 CPUtime=140.14
/proc/15008/task/15010/stat : 15010 (java) S 15006 15008 12939 0 -1 64 17636 0 1 0 14000 14 0 0 17 0 12 0 21620530 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15006 vsize=852216 CPUtime=5.3
/proc/15008/task/15011/stat : 15011 (java) S 15006 15008 12939 0 -1 64 69469 0 0 0 502 28 0 0 15 0 12 0 21620531 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15006 vsize=852216 CPUtime=5.7
/proc/15008/task/15012/stat : 15012 (java) S 15006 15008 12939 0 -1 64 83468 0 0 0 537 33 0 0 16 0 12 0 21620531 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15006 vsize=852216 CPUtime=123.17
/proc/15008/task/15013/stat : 15013 (java) R 15006 15008 12939 0 -1 64 193125 0 0 0 12226 91 0 0 25 0 12 0 21620534 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15014/stat : 15014 (java) S 15006 15008 12939 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21620535 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15006 15008 12939 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21620535 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15017] ppid=15006 vsize=852216 CPUtime=0.04
/proc/15008/task/15017/stat : 15017 (java) S 15006 15008 12939 0 -1 64 36 0 0 0 4 0 0 0 16 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15018] ppid=15006 vsize=852216 CPUtime=5.63
/proc/15008/task/15018/stat : 15018 (java) S 15006 15008 12939 0 -1 64 14391 0 1 0 557 6 0 0 25 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15008/tid=15019] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15019/stat : 15019 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15020] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15020/stat : 15020 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.05
Current children cumulated vsize (KiB) 852216

[startup+279.903 s]
/proc/loadavg: 2.17 2.22 2.11 3/95 15020
/proc/meminfo: memFree=1095272/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=852216 CPUtime=280.85
/proc/15008/stat : 15008 (java) S 15006 15008 12939 0 -1 0 378837 0 30 0 27910 175 0 0 18 0 12 0 21620526 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 213054 182373 1439 9 0 210381 0
[pid=15008/tid=15010] ppid=15006 vsize=852216 CPUtime=140.14
/proc/15008/task/15010/stat : 15010 (java) S 15006 15008 12939 0 -1 64 17636 0 1 0 14000 14 0 0 17 0 12 0 21620530 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15011] ppid=15006 vsize=852216 CPUtime=5.3
/proc/15008/task/15011/stat : 15011 (java) S 15006 15008 12939 0 -1 64 69469 0 0 0 502 28 0 0 15 0 12 0 21620531 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15012] ppid=15006 vsize=852216 CPUtime=5.7
/proc/15008/task/15012/stat : 15012 (java) S 15006 15008 12939 0 -1 64 83468 0 0 0 537 33 0 0 16 0 12 0 21620531 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15013] ppid=15006 vsize=852216 CPUtime=123.97
/proc/15008/task/15013/stat : 15013 (java) R 15006 15008 12939 0 -1 64 193125 0 0 0 12306 91 0 0 25 0 12 0 21620534 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15014] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15014/stat : 15014 (java) S 15006 15008 12939 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21620535 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15015] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15015/stat : 15015 (java) S 15006 15008 12939 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 21620535 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15016] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15016/stat : 15016 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15017] ppid=15006 vsize=852216 CPUtime=0.04
/proc/15008/task/15017/stat : 15017 (java) S 15006 15008 12939 0 -1 64 36 0 0 0 4 0 0 0 16 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15018] ppid=15006 vsize=852216 CPUtime=5.63
/proc/15008/task/15018/stat : 15018 (java) S 15006 15008 12939 0 -1 64 14391 0 1 0 557 6 0 0 25 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15008/tid=15019] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15019/stat : 15019 (java) S 15006 15008 12939 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15008/tid=15020] ppid=15006 vsize=852216 CPUtime=0
/proc/15008/task/15020/stat : 15020 (java) S 15006 15008 12939 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21620542 872669184 182373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.85
Current children cumulated vsize (KiB) 852216

[startup+280.103 s]
/proc/loadavg: 2.17 2.22 2.11 3/95 15020
/proc/meminfo: memFree=1095272/2055920 swapFree=4192812/4192956
[pid=15008] ppid=15006 vsize=0 CPUtime=281.03
/proc/15008/stat : 15008 (java) Z 15006 15008 12939 0 -1 12 378854 0 30 0 27918 185 0 0 16 0 2 0 21620526 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15008/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 281.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 280.131
CPU time (s): 281.059
CPU user time (s): 279.182
CPU system time (s): 1.87771
CPU usage (%): 100.331
Max. virtual memory (cumulated for all children) (KiB): 852216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 279.182
system time used= 1.87771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378854
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9897
involuntary context switches= 12464

runsolver used 0.376942 second user time and 0.92086 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-11 22:52:24
IDJOB=2067984
IDBENCH=54768
IDSOLVER=731
FILE ID=node30/2067984-1247345544
PBS_JOBID= 9506667
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-est.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2067984-1247345544/watcher-2067984-1247345544 -o /tmp/evaluation-result-2067984-1247345544/solver-2067984-1247345544 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067984-1247345544.xml

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

MD5SUM BENCH= 303eed3f2207cd3202111ec7cda8219a
RANDOM SEED=2084236929

node30.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.277
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.277
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:       1829224 kB
Buffers:          4460 kB
Cached:          53540 kB
SwapCached:        140 kB
Active:         164888 kB
Inactive:        15692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:         138148 kB
Slab:            31308 kB
Committed_AS:   865616 kB
PageTables:       1928 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= 66376 MiB
End job on node30 at 2009-07-11 22:57:04