Trace number 2068193

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? 489.685 491.643

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-blend2.xml
MD5SUM1d23f1d8623d8cc03184af2bf1baf47d
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 variables2944
Number of constraints294
Maximum constraint arity2659
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
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.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.17/0.25	c c --- Begin Solver configuration ---
0.17/0.25	c Stops conflict analysis at the first Unique Implication Point
0.17/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.25	c Learn all clauses as in MiniSAT
0.17/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.25	c Expensive reason simplification
0.17/0.25	c MiniSAT restarts strategy
0.17/0.25	c Memory based learned constraints deletion strategy
0.17/0.25	c timeout=2147483s
0.17/0.25	c DB Simplification allowed=false
0.17/0.25	c --- End Solver configuration ---
0.17/0.25	c solving HOME/instance-2068193-1247346487.xml
0.17/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.51	c reading variables done.
1.27/1.35	c reading predicates  done.
2.58/2.64	c reading constraints
489.49/491.46	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
489.49/491.46		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:274)
489.49/491.46		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2545)
489.49/491.46		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
489.49/491.46		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
489.49/491.46		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
489.49/491.46		at org.mozilla.javascript.gen.c5._c0(rhino.log:1)
489.49/491.46		at org.mozilla.javascript.gen.c5.call(rhino.log)
489.49/491.46		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
489.49/491.46		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
489.49/491.46		at org.mozilla.javascript.gen.c5.call(rhino.log)
489.49/491.46		at org.mozilla.javascript.gen.c5.exec(rhino.log)
489.49/491.46		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.46		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.47		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.47		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.47		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.47		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.47		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.47		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.47		at org.sat4j.csp.Predicate.find(Unknown Source)
489.49/491.47	c starts		: 0
489.49/491.47	c conflicts		: 0
489.49/491.47	c decisions		: 0
489.49/491.47	c propagations		: 0
489.49/491.47	c inspects		: 0
489.49/491.47	c learnt literals	: 0
489.49/491.47	c learnt binary clauses	: 0
489.49/491.47	c learnt ternary clauses	: 0
489.49/491.47	c learnt clauses	: 0
489.49/491.47	c ignored clauses	: 0
489.49/491.47	c root simplifications	: 0
489.49/491.47	c removed literals (reason simplification)	: 0
489.49/491.47	c reason swapping (by a shorter reason)	: 0
489.49/491.47	c Calls to reduceDB	: 0
489.49/491.47	c speed (assignments/second)	: 0.0
489.49/491.47	c non guided choices	0
489.49/491.47	c learnt constraints type 
489.49/491.47	c constraints type 
489.49/491.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4516749
489.49/491.47	c org.sat4j.minisat.constraints.cnf.UnitClauses => 792
489.49/491.47	c org.sat4j.minisat.constraints.card.AtLeast => 2152
489.49/491.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2180
489.49/491.47	s UNKNOWN
489.49/491.47	c Total wall clock time (in seconds) : 491.217

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-2068193-1247346487/watcher-2068193-1247346487 -o /tmp/evaluation-result-2068193-1247346487/solver-2068193-1247346487 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068193-1247346487.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.02 2.35 2.20 4/83 15405
/proc/meminfo: memFree=1170120/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=18576 CPUtime=0
/proc/15405/stat : 15405 (runsolver) R 15403 15405 14078 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21711888 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15405/statm: 4644 284 249 26 0 2626 0

[startup+0.0944479 s]
/proc/loadavg: 2.02 2.35 2.20 4/83 15405
/proc/meminfo: memFree=1170120/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=802164 CPUtime=0.07
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 2884 0 1 0 5 2 0 0 18 0 7 0 21711888 821415936 2629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 200541 2629 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102445 s]
/proc/loadavg: 2.02 2.35 2.20 4/83 15405
/proc/meminfo: memFree=1170120/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=804428 CPUtime=0.08
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 2974 0 1 0 6 2 0 0 18 0 12 0 21711888 823734272 2717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 201107 2717 1077 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.301486 s]
/proc/loadavg: 2.02 2.35 2.20 4/83 15405
/proc/meminfo: memFree=1170120/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=805896 CPUtime=0.27
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 4366 0 1 0 23 4 0 0 18 0 12 0 21711888 825237504 4103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 201474 4103 1358 9 0 198801 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805896

[startup+0.70156 s]
/proc/loadavg: 2.02 2.35 2.20 4/83 15405
/proc/meminfo: memFree=1170120/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=807172 CPUtime=0.67
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 5438 0 1 0 62 5 0 0 18 0 12 0 21711888 826544128 4933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 201793 4933 1389 9 0 199120 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807172

[startup+1.50272 s]
/proc/loadavg: 2.02 2.35 2.20 3/95 15417
/proc/meminfo: memFree=1155112/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=807360 CPUtime=1.46
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 7156 0 1 0 139 7 0 0 18 0 12 0 21711888 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 201840 6275 1419 9 0 199167 0
[pid=15405/tid=15407] ppid=15403 vsize=807360 CPUtime=0.92
/proc/15405/task/15407/stat : 15407 (java) R 15403 15405 14078 0 -1 64 4923 0 1 0 87 5 0 0 25 0 12 0 21711890 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 9719217 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15408] ppid=15403 vsize=807360 CPUtime=0
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 14078 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21711891 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=807360 CPUtime=0
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21711891 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=807360 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 14078 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21711893 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=807360 CPUtime=0
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 14078 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21711893 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15412] ppid=15403 vsize=807360 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 14078 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21711893 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=807360 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 14078 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21711898 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15414] ppid=15403 vsize=807360 CPUtime=0.04
/proc/15405/task/15414/stat : 15414 (java) S 15403 15405 14078 0 -1 64 270 0 0 0 4 0 0 0 17 0 12 0 21711898 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15415] ppid=15403 vsize=807360 CPUtime=0.47
/proc/15405/task/15415/stat : 15415 (java) S 15403 15405 14078 0 -1 64 1219 0 0 0 47 0 0 0 16 0 12 0 21711898 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15416] ppid=15403 vsize=807360 CPUtime=0
/proc/15405/task/15416/stat : 15416 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21711898 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15417] ppid=15403 vsize=807360 CPUtime=0
/proc/15405/task/15417/stat : 15417 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21711898 826736640 6275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 807360

[startup+3.10302 s]
/proc/loadavg: 2.02 2.35 2.20 4/95 15417
/proc/meminfo: memFree=1146024/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=810056 CPUtime=3.08
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 14648 0 1 0 296 12 0 0 18 0 12 0 21711888 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 202514 11369 1432 9 0 199841 0
[pid=15405/tid=15407] ppid=15403 vsize=810056 CPUtime=1.44
/proc/15405/task/15407/stat : 15407 (java) R 15403 15405 14078 0 -1 64 9309 0 1 0 136 8 0 0 25 0 12 0 21711890 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15408] ppid=15403 vsize=810056 CPUtime=0
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 14078 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21711891 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=810056 CPUtime=0
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21711891 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=810056 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 14078 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21711893 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=810056 CPUtime=0
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 14078 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21711893 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15412] ppid=15403 vsize=810056 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 14078 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21711893 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=810056 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 14078 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21711898 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15414] ppid=15403 vsize=810056 CPUtime=0.2
/proc/15405/task/15414/stat : 15414 (java) S 15403 15405 14078 0 -1 64 853 0 0 0 20 0 0 0 17 0 12 0 21711898 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15415] ppid=15403 vsize=810056 CPUtime=1.4
/proc/15405/task/15415/stat : 15415 (java) R 15403 15405 14078 0 -1 64 3742 0 0 0 138 2 0 0 18 0 12 0 21711898 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 103614691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15416] ppid=15403 vsize=810056 CPUtime=0
/proc/15405/task/15416/stat : 15416 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21711898 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15417] ppid=15403 vsize=810056 CPUtime=0
/proc/15405/task/15417/stat : 15417 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21711898 829497344 11369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810056

[startup+6.30262 s]
/proc/loadavg: 2.09 2.36 2.20 3/95 15417
/proc/meminfo: memFree=1081448/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=820668 CPUtime=6.25
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 30652 0 1 0 603 22 0 0 18 0 12 0 21711888 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 205167 24725 1449 9 0 202494 0
[pid=15405/tid=15407] ppid=15403 vsize=820668 CPUtime=3.49
/proc/15405/task/15407/stat : 15407 (java) R 15403 15405 14078 0 -1 64 17412 0 1 0 336 13 0 0 25 0 12 0 21711890 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4109781228 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15408] ppid=15403 vsize=820668 CPUtime=0.03
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 14078 0 -1 64 755 0 0 0 3 0 0 0 16 0 12 0 21711891 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=820668 CPUtime=0.04
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 14078 0 -1 64 1795 0 0 0 3 1 0 0 16 0 12 0 21711891 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 14078 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 21711893 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 14078 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21711893 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15412] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 14078 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21711893 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 14078 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21711898 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15414] ppid=15403 vsize=820668 CPUtime=0.2
/proc/15405/task/15414/stat : 15414 (java) S 15403 15405 14078 0 -1 64 853 0 0 0 20 0 0 0 17 0 12 0 21711898 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15415] ppid=15403 vsize=820668 CPUtime=2.43
/proc/15405/task/15415/stat : 15415 (java) S 15403 15405 14078 0 -1 64 9069 0 0 0 238 5 0 0 16 0 12 0 21711898 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15416] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15416/stat : 15416 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21711898 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15417] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15417/stat : 15417 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21711898 840364032 24725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 820668

[startup+12.7018 s]
/proc/loadavg: 2.09 2.35 2.20 3/95 15417
/proc/meminfo: memFree=1063400/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=820668 CPUtime=12.59
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 33878 0 1 0 1234 25 0 0 18 0 12 0 21711888 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 205167 27939 1449 9 0 202494 0
[pid=15405/tid=15407] ppid=15403 vsize=820668 CPUtime=9.64
/proc/15405/task/15407/stat : 15407 (java) R 15403 15405 14078 0 -1 64 17921 0 1 0 950 14 0 0 25 0 12 0 21711890 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4109798064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15408] ppid=15403 vsize=820668 CPUtime=0.1
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 14078 0 -1 64 2535 0 0 0 9 1 0 0 16 0 12 0 21711891 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=820668 CPUtime=0.11
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 14078 0 -1 64 2711 0 0 0 10 1 0 0 16 0 12 0 21711891 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 14078 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 21711893 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 14078 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21711893 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15412] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 14078 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21711893 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 14078 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21711898 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15414] ppid=15403 vsize=820668 CPUtime=0.2
/proc/15405/task/15414/stat : 15414 (java) S 15403 15405 14078 0 -1 64 853 0 0 0 20 0 0 0 17 0 12 0 21711898 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15415] ppid=15403 vsize=820668 CPUtime=2.46
/proc/15405/task/15415/stat : 15415 (java) S 15403 15405 14078 0 -1 64 9069 0 0 0 241 5 0 0 17 0 12 0 21711898 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15416] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15416/stat : 15416 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21711898 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15417] ppid=15403 vsize=820668 CPUtime=0
/proc/15405/task/15417/stat : 15417 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21711898 840364032 27939 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 820668

[startup+25.5023 s]
/proc/loadavg: 2.13 2.35 2.20 3/95 15417
/proc/meminfo: memFree=1055656/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=826028 CPUtime=25.27
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 37523 0 1 0 2499 28 0 0 18 0 12 0 21711888 845852672 29854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 206507 29854 1449 9 0 203834 0
[pid=15405/tid=15407] ppid=15403 vsize=826028 CPUtime=20.19
/proc/15405/task/15407/stat : 15407 (java) R 15403 15405 14078 0 -1 64 18308 0 1 0 2005 14 0 0 25 0 12 0 21711890 845852672 29854 996147200 134512640 134550932 4294956016 18446744073709551615 4109930631 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15408] ppid=15403 vsize=826028 CPUtime=0.11
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 14078 0 -1 64 2611 0 0 0 10 1 0 0 16 0 12 0 21711891 845852672 29854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15409] ppid=15403 vsize=826028 CPUtime=0.11
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 14078 0 -1 64 2757 0 0 0 10 1 0 0 16 0 12 0 21711891 845852672 29854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15410] ppid=15403 vsize=826028 CPUtime=0
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 14078 0 -1 64 50 0 0 0 0 0 0 0 15 0 12 0 21711893 845852672 29854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15411] ppid=15403 vsize=826028 CPUtime=0
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 14078 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21711893 845852672 29854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15412] ppid=15403 vsize=826028 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 14078 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21711893 845852672 29854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=826028 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 14078 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21711898 845852672 29854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15414] ppid=15403 vsize=826028 CPUtime=0.2

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

[pid=15405/tid=15416] ppid=15403 vsize=825152 CPUtime=0
/proc/15405/task/15416/stat : 15416 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21711898 844955648 176006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15417] ppid=15403 vsize=825152 CPUtime=0
/proc/15405/task/15417/stat : 15417 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21711898 844955648 176006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 478.05
Current children cumulated vsize (KiB) 825152

[startup+486.303 s]
/proc/loadavg: 2.00 2.11 2.14 3/95 15417
/proc/meminfo: memFree=460456/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=833156 CPUtime=484.42
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 284637 0 1 0 48270 172 0 0 18 0 12 0 21711888 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 208289 178007 1451 9 0 205616 0
[pid=15405/tid=15407] ppid=15403 vsize=833156 CPUtime=350.02
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 14078 0 -1 64 18803 0 1 0 34985 17 0 0 17 0 12 0 21711890 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=833156 CPUtime=16.39
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 14078 0 -1 64 80629 0 0 0 1598 41 0 0 16 0 12 0 21711891 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15409] ppid=15403 vsize=833156 CPUtime=16.98
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 14078 0 -1 64 75312 0 0 0 1656 42 0 0 15 0 12 0 21711891 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15410] ppid=15403 vsize=833156 CPUtime=94.73
/proc/15405/task/15410/stat : 15410 (java) R 15403 15405 14078 0 -1 64 93729 0 0 0 9413 60 0 0 25 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 105886157 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15411] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 14078 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15412] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 14078 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 14078 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15414] ppid=15403 vsize=833156 CPUtime=0.2
/proc/15405/task/15414/stat : 15414 (java) S 15403 15405 14078 0 -1 64 853 0 0 0 20 0 0 0 17 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15415] ppid=15403 vsize=833156 CPUtime=6.04
/proc/15405/task/15415/stat : 15415 (java) S 15403 15405 14078 0 -1 64 14570 0 0 0 595 9 0 0 17 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15416] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15416/stat : 15416 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15417] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15417/stat : 15417 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 484.42
Current children cumulated vsize (KiB) 833156

[startup+489.507 s]
/proc/loadavg: 2.00 2.11 2.14 3/95 15417
/proc/meminfo: memFree=460448/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=833156 CPUtime=487.61
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 287642 0 1 0 48587 174 0 0 18 0 12 0 21711888 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 208289 178007 1450 9 0 205616 0
[pid=15405/tid=15407] ppid=15403 vsize=833156 CPUtime=350.08
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 14078 0 -1 64 18806 0 1 0 34991 17 0 0 17 0 12 0 21711890 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=833156 CPUtime=16.39
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 14078 0 -1 64 80629 0 0 0 1598 41 0 0 16 0 12 0 21711891 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15409] ppid=15403 vsize=833156 CPUtime=16.98
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 14078 0 -1 64 75312 0 0 0 1656 42 0 0 15 0 12 0 21711891 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15410] ppid=15403 vsize=833156 CPUtime=97.86
/proc/15405/task/15410/stat : 15410 (java) R 15403 15405 14078 0 -1 64 96731 0 0 0 9724 62 0 0 25 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15411] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 14078 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15412] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 14078 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 14078 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15414] ppid=15403 vsize=833156 CPUtime=0.2
/proc/15405/task/15414/stat : 15414 (java) S 15403 15405 14078 0 -1 64 853 0 0 0 20 0 0 0 17 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15415] ppid=15403 vsize=833156 CPUtime=6.04
/proc/15405/task/15415/stat : 15415 (java) S 15403 15405 14078 0 -1 64 14570 0 0 0 595 9 0 0 17 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15416] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15416/stat : 15416 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15417] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15417/stat : 15417 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 487.61
Current children cumulated vsize (KiB) 833156

[startup+490.301 s]
/proc/loadavg: 2.00 2.11 2.14 3/95 15417
/proc/meminfo: memFree=460448/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=833156 CPUtime=488.39
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 287642 0 1 0 48665 174 0 0 18 0 12 0 21711888 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 208289 178007 1450 9 0 205616 0
[pid=15405/tid=15407] ppid=15403 vsize=833156 CPUtime=350.08
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 14078 0 -1 64 18806 0 1 0 34991 17 0 0 17 0 12 0 21711890 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=833156 CPUtime=16.39
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 14078 0 -1 64 80629 0 0 0 1598 41 0 0 16 0 12 0 21711891 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15409] ppid=15403 vsize=833156 CPUtime=16.98
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 14078 0 -1 64 75312 0 0 0 1656 42 0 0 15 0 12 0 21711891 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15410] ppid=15403 vsize=833156 CPUtime=98.65
/proc/15405/task/15410/stat : 15410 (java) R 15403 15405 14078 0 -1 64 96731 0 0 0 9803 62 0 0 25 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15411] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 14078 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15412] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 14078 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 14078 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15414] ppid=15403 vsize=833156 CPUtime=0.2
/proc/15405/task/15414/stat : 15414 (java) S 15403 15405 14078 0 -1 64 853 0 0 0 20 0 0 0 17 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15415] ppid=15403 vsize=833156 CPUtime=6.04
/proc/15405/task/15415/stat : 15415 (java) S 15403 15405 14078 0 -1 64 14570 0 0 0 595 9 0 0 17 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15416] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15416/stat : 15416 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15417] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15417/stat : 15417 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 488.39
Current children cumulated vsize (KiB) 833156

[startup+491.102 s]
/proc/loadavg: 2.00 2.11 2.13 3/95 15417
/proc/meminfo: memFree=460448/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=833156 CPUtime=489.19
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 287642 0 1 0 48745 174 0 0 18 0 12 0 21711888 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 208289 178007 1450 9 0 205616 0
[pid=15405/tid=15407] ppid=15403 vsize=833156 CPUtime=350.08
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 14078 0 -1 64 18806 0 1 0 34991 17 0 0 17 0 12 0 21711890 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=833156 CPUtime=16.39
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 14078 0 -1 64 80629 0 0 0 1598 41 0 0 16 0 12 0 21711891 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15409] ppid=15403 vsize=833156 CPUtime=16.98
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 14078 0 -1 64 75312 0 0 0 1656 42 0 0 15 0 12 0 21711891 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15410] ppid=15403 vsize=833156 CPUtime=99.45
/proc/15405/task/15410/stat : 15410 (java) R 15403 15405 14078 0 -1 64 96731 0 0 0 9883 62 0 0 25 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 106159136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15411] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 14078 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15412] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 14078 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21711893 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15413] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 14078 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15414] ppid=15403 vsize=833156 CPUtime=0.2
/proc/15405/task/15414/stat : 15414 (java) S 15403 15405 14078 0 -1 64 853 0 0 0 20 0 0 0 17 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15415] ppid=15403 vsize=833156 CPUtime=6.04
/proc/15405/task/15415/stat : 15415 (java) S 15403 15405 14078 0 -1 64 14570 0 0 0 595 9 0 0 17 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15416] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15416/stat : 15416 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15417] ppid=15403 vsize=833156 CPUtime=0
/proc/15405/task/15417/stat : 15417 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21711898 853151744 178007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 489.19
Current children cumulated vsize (KiB) 833156

[startup+491.503 s]
/proc/loadavg: 2.00 2.11 2.13 3/95 15417
/proc/meminfo: memFree=460448/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=825476 CPUtime=489.56
/proc/15405/stat : 15405 (java) S 15403 15405 14078 0 -1 0 287654 0 1 0 48782 174 0 0 18 0 12 0 21711888 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15405/statm: 206369 176017 1451 9 0 203696 0
[pid=15405/tid=15407] ppid=15403 vsize=825476 CPUtime=350.08
/proc/15405/task/15407/stat : 15407 (java) S 15403 15405 14078 0 -1 64 18810 0 1 0 34991 17 0 0 17 0 12 0 21711890 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15408] ppid=15403 vsize=825476 CPUtime=16.39
/proc/15405/task/15408/stat : 15408 (java) S 15403 15405 14078 0 -1 64 80629 0 0 0 1598 41 0 0 16 0 12 0 21711891 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15409] ppid=15403 vsize=825476 CPUtime=16.98
/proc/15405/task/15409/stat : 15409 (java) S 15403 15405 14078 0 -1 64 75312 0 0 0 1656 42 0 0 15 0 12 0 21711891 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15410] ppid=15403 vsize=825476 CPUtime=99.81
/proc/15405/task/15410/stat : 15410 (java) S 15403 15405 14078 0 -1 64 96731 0 0 0 9919 62 0 0 25 0 12 0 21711893 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15411] ppid=15403 vsize=825476 CPUtime=0
/proc/15405/task/15411/stat : 15411 (java) S 15403 15405 14078 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21711893 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15412] ppid=15403 vsize=825476 CPUtime=0
/proc/15405/task/15412/stat : 15412 (java) S 15403 15405 14078 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21711893 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15413] ppid=15403 vsize=825476 CPUtime=0
/proc/15405/task/15413/stat : 15413 (java) S 15403 15405 14078 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21711898 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15414] ppid=15403 vsize=825476 CPUtime=0.2
/proc/15405/task/15414/stat : 15414 (java) S 15403 15405 14078 0 -1 64 853 0 0 0 20 0 0 0 17 0 12 0 21711898 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15405/tid=15415] ppid=15403 vsize=825476 CPUtime=6.04
/proc/15405/task/15415/stat : 15415 (java) S 15403 15405 14078 0 -1 64 14570 0 0 0 595 9 0 0 17 0 12 0 21711898 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15416] ppid=15403 vsize=825476 CPUtime=0
/proc/15405/task/15416/stat : 15416 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21711898 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15405/tid=15417] ppid=15403 vsize=825476 CPUtime=0
/proc/15405/task/15417/stat : 15417 (java) S 15403 15405 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21711898 845287424 176017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 489.56
Current children cumulated vsize (KiB) 825476

[startup+491.603 s]
/proc/loadavg: 2.00 2.11 2.13 3/85 15418
/proc/meminfo: memFree=921148/2055920 swapFree=4192812/4192956
[pid=15405] ppid=15403 vsize=0 CPUtime=489.64
/proc/15405/stat : 15405 (java) Z 15403 15405 14078 0 -1 12 287657 0 1 0 48782 182 0 0 16 0 2 0 21711888 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15405/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 489.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 491.643
CPU time (s): 489.685
CPU user time (s): 487.823
CPU system time (s): 1.86172
CPU usage (%): 99.6016
Max. virtual memory (cumulated for all children) (KiB): 873160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 487.823
system time used= 1.86172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287657
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= 18697
involuntary context switches= 22046

runsolver used 0.604908 second user time and 1.65675 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-11 23:08:08
IDJOB=2068193
IDBENCH=54835
IDSOLVER=731
FILE ID=node59/2068193-1247346487
PBS_JOBID= 9506701
Free space on /tmp= 66368 MiB

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

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

MD5SUM BENCH= 1d23f1d8623d8cc03184af2bf1baf47d
RANDOM SEED=704215426

node59.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.263
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.263
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:       1170600 kB
Buffers:         32040 kB
Cached:          94712 kB
SwapCached:          0 kB
Active:         788256 kB
Inactive:        45536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1170600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2664 kB
Writeback:           0 kB
Mapped:         722824 kB
Slab:            35004 kB
Committed_AS:   866968 kB
PageTables:       3488 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= 66368 MiB
End job on node59 at 2009-07-11 23:16:19