Trace number 2067577

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? 334.558 330.68

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-13.xml
MD5SUMad153fef2a685d1321c1c699bbb2ec48
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.5574
Satisfiable
(Un)Satisfiability was proved
Number of variables4632
Number of constraints31138
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31138
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.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2067577-1247345026.xml
0.18/0.26	c reading problem ... 
0.47/0.52	c reading problem named null
0.47/0.52	c reading domains done.
0.47/0.52	c reading variables done.
1.86/1.96	c reading predicates  done.
2.16/2.23	c reading constraints
334.42/330.51	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
334.42/330.51		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.51		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.52		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.52		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.52		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.52		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.52		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.52		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.52		at org.sat4j.csp.Predicate.find(Unknown Source)
334.42/330.52		at org.sat4j.csp.Predicate.toClause(Unknown Source)
334.42/330.52		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
334.42/330.52		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
334.42/330.52		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
334.42/330.52		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
334.42/330.52		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
334.42/330.52	c starts		: 0
334.42/330.52	c conflicts		: 0
334.42/330.52	c decisions		: 0
334.42/330.52	c propagations		: 0
334.42/330.52	c inspects		: 0
334.42/330.52	c learnt literals	: 0
334.42/330.52	c learnt binary clauses	: 0
334.42/330.52	c learnt ternary clauses	: 0
334.42/330.52	c learnt clauses	: 0
334.42/330.52	c ignored clauses	: 0
334.42/330.52	c root simplifications	: 0
334.42/330.52	c removed literals (reason simplification)	: 0
334.42/330.52	c reason swapping (by a shorter reason)	: 0
334.42/330.52	c Calls to reduceDB	: 0
334.42/330.52	c speed (assignments/second)	: 0.0
334.42/330.52	c non guided choices	0
334.42/330.52	c learnt constraints type 
334.42/330.52	c constraints type 
334.42/330.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4632671
334.42/330.52	c org.sat4j.minisat.constraints.card.AtLeast => 4632
334.42/330.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4632
334.42/330.52	s UNKNOWN
334.42/330.52	c Total wall clock time (in seconds) : 330.259

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-2067577-1247345026/watcher-2067577-1247345026 -o /tmp/evaluation-result-2067577-1247345026/solver-2067577-1247345026 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2067577-1247345026.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.94 1.98 1.99 3/84 18113
/proc/meminfo: memFree=1340792/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=13208 CPUtime=0
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 21565321 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 3302 521 219 9 0 1186 0
[pid=18113/tid=18114] ppid=18111 vsize=13208 CPUtime=0
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 21565323 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 9580504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0439259 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 18113
/proc/meminfo: memFree=1340792/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=801384 CPUtime=0.03
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 2474 0 1 0 2 1 0 0 18 0 5 0 21565321 820617216 2221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 200346 2221 965 9 0 197697 0
[pid=18113/tid=18114] ppid=18111 vsize=801384 CPUtime=0.01
/proc/18113/task/18114/stat : 18114 (java) S 18111 18113 16661 0 -1 64 1751 0 1 0 1 0 0 0 19 0 5 0 21565323 820617216 2221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.101713 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 18113
/proc/meminfo: memFree=1340792/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=804560 CPUtime=0.08
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 3000 0 1 0 7 1 0 0 18 0 12 0 21565321 823869440 2743 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 201140 2743 1080 9 0 198474 0
[pid=18113/tid=18114] ppid=18111 vsize=804560 CPUtime=0.07
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 16661 0 -1 64 2246 0 1 0 6 1 0 0 21 0 12 0 21565323 823869440 2743 996147200 134512640 134550932 4294956016 18446744073709551615 4109128352 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301754 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 18113
/proc/meminfo: memFree=1340792/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=805628 CPUtime=0.27
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 4236 0 1 0 24 3 0 0 18 0 12 0 21565321 824963072 3973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 201407 3973 1358 9 0 198734 0
[pid=18113/tid=18114] ppid=18111 vsize=805628 CPUtime=0.21
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 16661 0 -1 64 3001 0 1 0 19 2 0 0 21 0 12 0 21565323 824963072 3973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.70182 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 18113
/proc/meminfo: memFree=1340792/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=807184 CPUtime=0.67
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 5408 0 1 0 63 4 0 0 18 0 12 0 21565321 826556416 4901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 201796 4901 1386 9 0 199123 0
[pid=18113/tid=18114] ppid=18111 vsize=807184 CPUtime=0.43
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 16661 0 -1 64 3519 0 1 0 40 3 0 0 23 0 12 0 21565323 826556416 4901 996147200 134512640 134550932 4294956016 18446744073709551615 4109145251 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50296 s]
/proc/loadavg: 2.11 2.02 2.01 3/96 18125
/proc/meminfo: memFree=1325528/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=809980 CPUtime=1.46
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 7351 0 1 0 141 5 0 0 18 0 12 0 21565321 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 202495 5878 1406 9 0 199822 0
[pid=18113/tid=18114] ppid=18111 vsize=809980 CPUtime=0.76
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 16661 0 -1 64 3758 0 1 0 73 3 0 0 25 0 12 0 21565323 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18111 vsize=809980 CPUtime=0
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 16661 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21565324 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18111 vsize=809980 CPUtime=0
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21565324 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18118] ppid=18111 vsize=809980 CPUtime=0
/proc/18113/task/18118/stat : 18118 (java) S 18111 18113 16661 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21565326 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18119] ppid=18111 vsize=809980 CPUtime=0
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 16661 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21565326 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18120] ppid=18111 vsize=809980 CPUtime=0
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 16661 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21565326 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18121] ppid=18111 vsize=809980 CPUtime=0
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 16661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21565331 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18122] ppid=18111 vsize=809980 CPUtime=0
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 16661 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21565331 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18123] ppid=18111 vsize=809980 CPUtime=0.69
/proc/18113/task/18123/stat : 18123 (java) R 18111 18113 16661 0 -1 64 2839 0 0 0 68 1 0 0 18 0 12 0 21565331 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 106251283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18124] ppid=18111 vsize=809980 CPUtime=0
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21565331 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18125] ppid=18111 vsize=809980 CPUtime=0
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21565331 829419520 5878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 809980

[startup+3.10223 s]
/proc/loadavg: 2.11 2.02 2.01 3/96 18125
/proc/meminfo: memFree=1316120/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=810512 CPUtime=3.05
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 11093 0 1 0 297 8 0 0 18 0 12 0 21565321 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 202628 8189 1423 9 0 199955 0
[pid=18113/tid=18114] ppid=18111 vsize=810512 CPUtime=1.42
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 16661 0 -1 64 5834 0 1 0 137 5 0 0 25 0 12 0 21565323 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18111 vsize=810512 CPUtime=0
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 16661 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21565324 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18111 vsize=810512 CPUtime=0
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21565324 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18118] ppid=18111 vsize=810512 CPUtime=0
/proc/18113/task/18118/stat : 18118 (java) S 18111 18113 16661 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21565326 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18119] ppid=18111 vsize=810512 CPUtime=0
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 16661 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21565326 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18120] ppid=18111 vsize=810512 CPUtime=0
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 16661 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21565326 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18121] ppid=18111 vsize=810512 CPUtime=0
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 16661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21565331 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18122] ppid=18111 vsize=810512 CPUtime=0
/proc/18113/task/18122/stat : 18122 (java) R 18111 18113 16661 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 21565331 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 102706062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18123] ppid=18111 vsize=810512 CPUtime=1.59
/proc/18113/task/18123/stat : 18123 (java) R 18111 18113 16661 0 -1 64 4503 0 0 0 158 1 0 0 19 0 12 0 21565331 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 103979174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18124] ppid=18111 vsize=810512 CPUtime=0
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21565331 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18125] ppid=18111 vsize=810512 CPUtime=0
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21565331 829964288 8189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810512

[startup+6.30277 s]
/proc/loadavg: 2.11 2.02 2.01 4/96 18125
/proc/meminfo: memFree=1289816/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=813316 CPUtime=6.24
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 22361 0 1 0 609 15 0 0 18 0 12 0 21565321 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 203329 17707 1442 9 0 200656 0
[pid=18113/tid=18114] ppid=18111 vsize=813316 CPUtime=2.75
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 16661 0 -1 64 14521 0 1 0 264 11 0 0 25 0 12 0 21565323 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18111 vsize=813316 CPUtime=0
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 16661 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 21565324 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18111 vsize=813316 CPUtime=0
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 21565324 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18118] ppid=18111 vsize=813316 CPUtime=0
/proc/18113/task/18118/stat : 18118 (java) S 18111 18113 16661 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21565326 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18119] ppid=18111 vsize=813316 CPUtime=0
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 16661 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21565326 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18120] ppid=18111 vsize=813316 CPUtime=0
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 16661 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21565326 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18121] ppid=18111 vsize=813316 CPUtime=0
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 16661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21565331 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18122] ppid=18111 vsize=813316 CPUtime=1.78
/proc/18113/task/18122/stat : 18122 (java) R 18111 18113 16661 0 -1 64 2594 0 0 0 177 1 0 0 16 0 12 0 21565331 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18123] ppid=18111 vsize=813316 CPUtime=1.68
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 16661 0 -1 64 4505 0 0 0 167 1 0 0 16 0 12 0 21565331 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18124] ppid=18111 vsize=813316 CPUtime=0
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21565331 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18125] ppid=18111 vsize=813316 CPUtime=0
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21565331 832835584 17707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 813316

[startup+12.7029 s]
/proc/loadavg: 2.24 2.05 2.02 5/96 18125
/proc/meminfo: memFree=1234200/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=817112 CPUtime=12.58
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 33447 0 1 0 1238 20 0 0 18 0 12 0 21565321 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 204278 27949 1451 9 0 201605 0
[pid=18113/tid=18114] ppid=18111 vsize=817112 CPUtime=7.43
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 16661 0 -1 64 17245 0 1 0 730 13 0 0 25 0 12 0 21565323 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4109830187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18111 vsize=817112 CPUtime=0.21
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 16661 0 -1 64 2961 0 0 0 21 0 0 0 16 0 12 0 21565324 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18111 vsize=817112 CPUtime=0.26
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 16661 0 -1 64 3512 0 0 0 25 1 0 0 16 0 12 0 21565324 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18118] ppid=18111 vsize=817112 CPUtime=0
/proc/18113/task/18118/stat : 18118 (java) S 18111 18113 16661 0 -1 64 34 0 0 0 0 0 0 0 16 0 12 0 21565326 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18119] ppid=18111 vsize=817112 CPUtime=0
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21565326 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18120] ppid=18111 vsize=817112 CPUtime=0
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21565326 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18121] ppid=18111 vsize=817112 CPUtime=0
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 16661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21565331 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18122] ppid=18111 vsize=817112 CPUtime=2.93
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 16661 0 -1 64 4431 0 0 0 291 2 0 0 20 0 12 0 21565331 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18123] ppid=18111 vsize=817112 CPUtime=1.68
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 16661 0 -1 64 4524 0 0 0 167 1 0 0 17 0 12 0 21565331 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18124] ppid=18111 vsize=817112 CPUtime=0
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21565331 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18125] ppid=18111 vsize=817112 CPUtime=0
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21565331 836722688 27949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 817112

[startup+25.503 s]
/proc/loadavg: 2.21 2.05 2.01 3/96 18125
/proc/meminfo: memFree=1173144/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=817368 CPUtime=25.26
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 49580 0 1 0 2497 29 0 0 18 0 12 0 21565321 836984832 41685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 204342 41685 1451 9 0 201669 0
[pid=18113/tid=18114] ppid=18111 vsize=817368 CPUtime=18.4
/proc/18113/task/18114/stat : 18114 (java) R 18111 18113 16661 0 -1 64 17268 0 1 0 1827 13 0 0 25 0 12 0 21565323 836984832 41685 996147200 134512640 134550932 4294956016 18446744073709551615 4110824700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18111 vsize=817368 CPUtime=0.55
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 16661 0 -1 64 8659 0 0 0 52 3 0 0 16 0 12 0 21565324 836984832 41685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18111 vsize=817368 CPUtime=0.76

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

[pid=18113/tid=18124] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18125] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.92
Current children cumulated vsize (KiB) 838116

[startup+326.302 s]
/proc/loadavg: 2.10 2.12 2.04 3/97 18126
/proc/meminfo: memFree=583504/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=838116 CPUtime=330.26
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 602269 0 1 0 32765 261 0 0 18 0 12 0 21565321 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 209529 179394 1453 9 0 206856 0
[pid=18113/tid=18114] ppid=18111 vsize=838116 CPUtime=137.82
/proc/18113/task/18114/stat : 18114 (java) S 18111 18113 16661 0 -1 64 17499 0 1 0 13768 14 0 0 17 0 12 0 21565323 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18111 vsize=838116 CPUtime=17.25
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 16661 0 -1 64 57522 0 0 0 1702 23 0 0 17 0 12 0 21565324 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18111 vsize=838116 CPUtime=18.43
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 16661 0 -1 64 95742 0 0 0 1805 38 0 0 16 0 12 0 21565324 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18118] ppid=18111 vsize=838116 CPUtime=150.28
/proc/18113/task/18118/stat : 18118 (java) R 18111 18113 16661 0 -1 64 416575 0 0 0 14850 178 0 0 25 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 104177870 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18119] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18120] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18121] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 16661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18122] ppid=18111 vsize=838116 CPUtime=4.72
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 16661 0 -1 64 9667 0 0 0 469 3 0 0 24 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18123] ppid=18111 vsize=838116 CPUtime=1.68
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 16661 0 -1 64 4524 0 0 0 167 1 0 0 17 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18125] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 330.26
Current children cumulated vsize (KiB) 838116

[startup+327.902 s]
/proc/loadavg: 2.10 2.11 2.04 3/97 18126
/proc/meminfo: memFree=583504/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=838116 CPUtime=331.84
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 602269 0 1 0 32923 261 0 0 18 0 12 0 21565321 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 209529 179394 1453 9 0 206856 0
[pid=18113/tid=18114] ppid=18111 vsize=838116 CPUtime=137.82
/proc/18113/task/18114/stat : 18114 (java) S 18111 18113 16661 0 -1 64 17499 0 1 0 13768 14 0 0 17 0 12 0 21565323 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18111 vsize=838116 CPUtime=17.25
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 16661 0 -1 64 57522 0 0 0 1702 23 0 0 17 0 12 0 21565324 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18111 vsize=838116 CPUtime=18.43
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 16661 0 -1 64 95742 0 0 0 1805 38 0 0 16 0 12 0 21565324 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18118] ppid=18111 vsize=838116 CPUtime=151.86
/proc/18113/task/18118/stat : 18118 (java) R 18111 18113 16661 0 -1 64 416575 0 0 0 15008 178 0 0 25 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18119] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18120] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18121] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 16661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18122] ppid=18111 vsize=838116 CPUtime=4.72
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 16661 0 -1 64 9667 0 0 0 469 3 0 0 24 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18123] ppid=18111 vsize=838116 CPUtime=1.68
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 16661 0 -1 64 4524 0 0 0 167 1 0 0 17 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18125] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 331.84
Current children cumulated vsize (KiB) 838116

[startup+329.502 s]
/proc/loadavg: 2.10 2.11 2.04 3/97 18126
/proc/meminfo: memFree=583504/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=838116 CPUtime=333.43
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 608274 0 1 0 33079 264 0 0 18 0 12 0 21565321 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 209529 179394 1452 9 0 206856 0
[pid=18113/tid=18114] ppid=18111 vsize=838116 CPUtime=137.89
/proc/18113/task/18114/stat : 18114 (java) S 18111 18113 16661 0 -1 64 17502 0 1 0 13775 14 0 0 17 0 12 0 21565323 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18111 vsize=838116 CPUtime=17.25
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 16661 0 -1 64 57522 0 0 0 1702 23 0 0 17 0 12 0 21565324 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18111 vsize=838116 CPUtime=18.43
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 16661 0 -1 64 95742 0 0 0 1805 38 0 0 16 0 12 0 21565324 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18118] ppid=18111 vsize=838116 CPUtime=153.37
/proc/18113/task/18118/stat : 18118 (java) R 18111 18113 16661 0 -1 64 422577 0 0 0 15157 180 0 0 25 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18119] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18120] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18121] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 16661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18122] ppid=18111 vsize=838116 CPUtime=4.72
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 16661 0 -1 64 9667 0 0 0 469 3 0 0 24 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18123] ppid=18111 vsize=838116 CPUtime=1.68
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 16661 0 -1 64 4524 0 0 0 167 1 0 0 17 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18125] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 333.43
Current children cumulated vsize (KiB) 838116

[startup+330.303 s]
/proc/loadavg: 2.10 2.11 2.04 3/97 18126
/proc/meminfo: memFree=583504/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=838116 CPUtime=334.22
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 608274 0 1 0 33158 264 0 0 18 0 12 0 21565321 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 209529 179394 1452 9 0 206856 0
[pid=18113/tid=18114] ppid=18111 vsize=838116 CPUtime=137.89
/proc/18113/task/18114/stat : 18114 (java) S 18111 18113 16661 0 -1 64 17502 0 1 0 13775 14 0 0 17 0 12 0 21565323 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18111 vsize=838116 CPUtime=17.25
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 16661 0 -1 64 57522 0 0 0 1702 23 0 0 17 0 12 0 21565324 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18111 vsize=838116 CPUtime=18.43
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 16661 0 -1 64 95742 0 0 0 1805 38 0 0 16 0 12 0 21565324 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18118] ppid=18111 vsize=838116 CPUtime=154.16
/proc/18113/task/18118/stat : 18118 (java) R 18111 18113 16661 0 -1 64 422577 0 0 0 15236 180 0 0 25 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18119] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18120] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18121] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 16661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18122] ppid=18111 vsize=838116 CPUtime=4.72
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 16661 0 -1 64 9667 0 0 0 469 3 0 0 24 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18123] ppid=18111 vsize=838116 CPUtime=1.68
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 16661 0 -1 64 4524 0 0 0 167 1 0 0 17 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18125] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 334.22
Current children cumulated vsize (KiB) 838116

[startup+330.503 s]
/proc/loadavg: 2.10 2.11 2.04 3/97 18126
/proc/meminfo: memFree=583504/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=838116 CPUtime=334.42
/proc/18113/stat : 18113 (java) S 18111 18113 16661 0 -1 0 608274 0 1 0 33178 264 0 0 18 0 12 0 21565321 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 209529 179394 1452 9 0 206856 0
[pid=18113/tid=18114] ppid=18111 vsize=838116 CPUtime=137.89
/proc/18113/task/18114/stat : 18114 (java) S 18111 18113 16661 0 -1 64 17502 0 1 0 13775 14 0 0 17 0 12 0 21565323 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18116] ppid=18111 vsize=838116 CPUtime=17.25
/proc/18113/task/18116/stat : 18116 (java) S 18111 18113 16661 0 -1 64 57522 0 0 0 1702 23 0 0 17 0 12 0 21565324 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18117] ppid=18111 vsize=838116 CPUtime=18.43
/proc/18113/task/18117/stat : 18117 (java) S 18111 18113 16661 0 -1 64 95742 0 0 0 1805 38 0 0 16 0 12 0 21565324 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18118] ppid=18111 vsize=838116 CPUtime=154.36
/proc/18113/task/18118/stat : 18118 (java) R 18111 18113 16661 0 -1 64 422577 0 0 0 15256 180 0 0 25 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 103625067 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18119] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18119/stat : 18119 (java) S 18111 18113 16661 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18120] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18120/stat : 18120 (java) S 18111 18113 16661 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21565326 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18121] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18121/stat : 18121 (java) S 18111 18113 16661 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18122] ppid=18111 vsize=838116 CPUtime=4.72
/proc/18113/task/18122/stat : 18122 (java) S 18111 18113 16661 0 -1 64 9667 0 0 0 469 3 0 0 24 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18123] ppid=18111 vsize=838116 CPUtime=1.68
/proc/18113/task/18123/stat : 18123 (java) S 18111 18113 16661 0 -1 64 4524 0 0 0 167 1 0 0 17 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18113/tid=18124] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18124/stat : 18124 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18113/tid=18125] ppid=18111 vsize=838116 CPUtime=0
/proc/18113/task/18125/stat : 18125 (java) S 18111 18113 16661 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21565331 858230784 179394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 334.42
Current children cumulated vsize (KiB) 838116

[startup+330.603 s]
/proc/loadavg: 2.10 2.11 2.04 3/97 18126
/proc/meminfo: memFree=583504/2055920 swapFree=4192952/4192956
[pid=18113] ppid=18111 vsize=0 CPUtime=334.47
/proc/18113/stat : 18113 (java) Z 18111 18113 16661 0 -1 12 608290 0 1 0 33179 268 0 0 16 0 2 0 21565321 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18113/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 334.47
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 330.68
CPU time (s): 334.558
CPU user time (s): 331.799
CPU system time (s): 2.75958
CPU usage (%): 101.173
Max. virtual memory (cumulated for all children) (KiB): 854116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.799
system time used= 2.75958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 608290
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= 11476
involuntary context switches= 15636

runsolver used 0.433934 second user time and 1.12283 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-11 22:43:46
IDJOB=2067577
IDBENCH=54674
IDSOLVER=731
FILE ID=node68/2067577-1247345026
PBS_JOBID= 9506733
Free space on /tmp= 66436 MiB

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

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

MD5SUM BENCH= ad153fef2a685d1321c1c699bbb2ec48
RANDOM SEED=1564234356

node68.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.258
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.258
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:       1341272 kB
Buffers:         57172 kB
Cached:         530004 kB
SwapCached:          4 kB
Active:         137976 kB
Inactive:       502424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1341272 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           11948 kB
Writeback:           0 kB
Mapped:          73932 kB
Slab:            58912 kB
Committed_AS:   233952 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66432 MiB
End job on node68 at 2009-07-11 22:49:17