Trace number 2087872

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? 123.95 116.657

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-23.xml
MD5SUM54c50e62a2a63d603d03a30992cbb3d6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.566
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.08/0.19	c c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.19	c Expensive reason simplification
0.08/0.19	c MiniSAT restarts strategy
0.08/0.19	c Memory based learned constraints deletion strategy
0.08/0.19	c timeout=2147483s
0.08/0.19	c DB Simplification allowed=false
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving HOME/instance-2087872-1247387003.xml
0.08/0.19	c reading problem ... 
0.36/0.36	c reading problem named null
0.36/0.36	c reading domains done.
0.36/0.36	c reading variables done.
0.36/0.37	c reading relations done.
38.92/35.19	c reading constraints
123.81/116.53	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
123.81/116.53		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
123.81/116.53		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
123.81/116.53		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
123.81/116.53		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
123.81/116.53		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
123.81/116.53		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
123.81/116.53		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
123.81/116.53		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
123.81/116.53		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
123.81/116.53		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
123.81/116.53		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
123.81/116.53		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
123.81/116.53		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
123.81/116.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
123.81/116.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
123.81/116.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
123.81/116.53	c starts		: 0
123.81/116.53	c conflicts		: 0
123.81/116.53	c decisions		: 0
123.81/116.53	c propagations		: 0
123.81/116.53	c inspects		: 0
123.81/116.53	c learnt literals	: 0
123.81/116.53	c learnt binary clauses	: 0
123.81/116.53	c learnt ternary clauses	: 0
123.81/116.53	c learnt clauses	: 0
123.81/116.53	c ignored clauses	: 0
123.81/116.53	c root simplifications	: 0
123.81/116.53	c removed literals (reason simplification)	: 0
123.81/116.53	c reason swapping (by a shorter reason)	: 0
123.81/116.53	c Calls to reduceDB	: 0
123.81/116.53	c speed (assignments/second)	: 0.0
123.81/116.53	c non guided choices	0
123.81/116.53	c learnt constraints type 
123.81/116.53	c constraints type 
123.81/116.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3766413
123.81/116.53	c org.sat4j.minisat.constraints.card.AtLeast => 23
123.81/116.53	s UNKNOWN
123.81/116.53	c Total wall clock time (in seconds) : 116.335

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-2087872-1247387003/watcher-2087872-1247387003 -o /tmp/evaluation-result-2087872-1247387003/solver-2087872-1247387003 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087872-1247387003.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.02 1.48 1.79 3/83 25998
/proc/meminfo: memFree=1266032/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=18576 CPUtime=0
/proc/25998/stat : 25998 (runsolver) R 25996 25998 25169 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 25768149 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25998/statm: 4644 284 249 26 0 2626 0

[startup+0.00896291 s]
/proc/loadavg: 1.02 1.48 1.79 3/83 25998
/proc/meminfo: memFree=1266032/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=272 CPUtime=0
/proc/25998/stat : 25998 (java6) D 25996 25998 25169 0 -1 0 53 0 0 0 0 0 0 0 20 0 1 0 25768149 278528 37 996147200 134512640 134550932 4294956176 18446744073709551615 3306276 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/25998/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.103692 s]
/proc/loadavg: 1.02 1.48 1.79 3/83 25998
/proc/meminfo: memFree=1266032/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=804560 CPUtime=0.08
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 3041 0 1 0 6 2 0 0 20 0 12 0 25768149 823869440 2784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 201140 2784 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301709 s]
/proc/loadavg: 1.02 1.48 1.79 3/83 25998
/proc/meminfo: memFree=1266032/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=808272 CPUtime=0.36
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 5061 0 1 0 31 5 0 0 20 0 12 0 25768149 827670528 4621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 202068 4621 1383 9 0 199395 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 808272

[startup+0.701743 s]
/proc/loadavg: 1.02 1.48 1.79 3/83 25998
/proc/meminfo: memFree=1266032/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=808512 CPUtime=0.87
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 20032 0 1 0 76 11 0 0 20 0 12 0 25768149 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 202128 19433 1401 9 0 199455 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 808512

[startup+1.50281 s]
/proc/loadavg: 1.02 1.48 1.79 2/95 26010
/proc/meminfo: memFree=1194960/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=808512 CPUtime=1.67
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 20032 0 1 0 156 11 0 0 20 0 12 0 25768149 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 202128 19433 1401 9 0 199455 0
[pid=25998/tid=26000] ppid=25996 vsize=808512 CPUtime=1.36
/proc/25998/task/26000/stat : 26000 (java) R 25996 25998 25169 0 -1 64 13651 0 1 0 128 8 0 0 24 0 12 0 25768151 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4109511318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26001] ppid=25996 vsize=808512 CPUtime=0
/proc/25998/task/26001/stat : 26001 (java) S 25996 25998 25169 0 -1 64 268 0 0 0 0 0 0 0 16 0 12 0 25768152 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26002] ppid=25996 vsize=808512 CPUtime=0.01
/proc/25998/task/26002/stat : 26002 (java) S 25996 25998 25169 0 -1 64 3978 0 0 0 0 1 0 0 16 0 12 0 25768152 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26003] ppid=25996 vsize=808512 CPUtime=0
/proc/25998/task/26003/stat : 26003 (java) S 25996 25998 25169 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 25768154 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26004] ppid=25996 vsize=808512 CPUtime=0
/proc/25998/task/26004/stat : 26004 (java) S 25996 25998 25169 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 25768154 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26005] ppid=25996 vsize=808512 CPUtime=0
/proc/25998/task/26005/stat : 26005 (java) S 25996 25998 25169 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25768154 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26006] ppid=25996 vsize=808512 CPUtime=0
/proc/25998/task/26006/stat : 26006 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26007] ppid=25996 vsize=808512 CPUtime=0.11
/proc/25998/task/26007/stat : 26007 (java) S 25996 25998 25169 0 -1 64 290 0 0 0 11 0 0 0 16 0 12 0 25768158 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26008] ppid=25996 vsize=808512 CPUtime=0.13
/proc/25998/task/26008/stat : 26008 (java) S 25996 25998 25169 0 -1 64 1093 0 0 0 13 0 0 0 16 0 12 0 25768158 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26009] ppid=25996 vsize=808512 CPUtime=0
/proc/25998/task/26009/stat : 26009 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26010] ppid=25996 vsize=808512 CPUtime=0
/proc/25998/task/26010/stat : 26010 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25768158 827916288 19433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 808512

[startup+3.10197 s]
/proc/loadavg: 1.02 1.48 1.79 3/95 26010
/proc/meminfo: memFree=1126096/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=810632 CPUtime=3.83
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 41142 0 1 0 361 22 0 0 20 0 12 0 25768149 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 202658 39219 1422 9 0 199985 0
[pid=25998/tid=26000] ppid=25996 vsize=810632 CPUtime=2.6
/proc/25998/task/26000/stat : 26000 (java) R 25996 25998 25169 0 -1 64 16959 0 1 0 251 9 0 0 25 0 12 0 25768151 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 3773404 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26001] ppid=25996 vsize=810632 CPUtime=0.14
/proc/25998/task/26001/stat : 26001 (java) S 25996 25998 25169 0 -1 64 4532 0 0 0 11 3 0 0 16 0 12 0 25768152 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26002] ppid=25996 vsize=810632 CPUtime=0.18
/proc/25998/task/26002/stat : 26002 (java) S 25996 25998 25169 0 -1 64 16070 0 0 0 11 7 0 0 16 0 12 0 25768152 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26003] ppid=25996 vsize=810632 CPUtime=0
/proc/25998/task/26003/stat : 26003 (java) S 25996 25998 25169 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 25768154 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26004] ppid=25996 vsize=810632 CPUtime=0
/proc/25998/task/26004/stat : 26004 (java) S 25996 25998 25169 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 25768154 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26005] ppid=25996 vsize=810632 CPUtime=0
/proc/25998/task/26005/stat : 26005 (java) S 25996 25998 25169 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25768154 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26006] ppid=25996 vsize=810632 CPUtime=0
/proc/25998/task/26006/stat : 26006 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26007] ppid=25996 vsize=810632 CPUtime=0.41
/proc/25998/task/26007/stat : 26007 (java) R 25996 25998 25169 0 -1 64 642 0 0 0 41 0 0 0 17 0 12 0 25768158 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 103148828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26008] ppid=25996 vsize=810632 CPUtime=0.44
/proc/25998/task/26008/stat : 26008 (java) S 25996 25998 25169 0 -1 64 2180 0 0 0 44 0 0 0 17 0 12 0 25768158 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26009] ppid=25996 vsize=810632 CPUtime=0
/proc/25998/task/26009/stat : 26009 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26010] ppid=25996 vsize=810632 CPUtime=0
/proc/25998/task/26010/stat : 26010 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25768158 830087168 39219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 810632

[startup+6.30127 s]
/proc/loadavg: 1.10 1.49 1.79 2/95 26010
/proc/meminfo: memFree=1059856/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=810384 CPUtime=7.29
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 55655 0 1 0 697 32 0 0 20 0 12 0 25768149 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 202596 53130 1422 9 0 199923 0
[pid=25998/tid=26000] ppid=25996 vsize=810384 CPUtime=5.5
/proc/25998/task/26000/stat : 26000 (java) R 25996 25998 25169 0 -1 64 16970 0 1 0 539 11 0 0 25 0 12 0 25768151 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4109678208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26001] ppid=25996 vsize=810384 CPUtime=0.4
/proc/25998/task/26001/stat : 26001 (java) S 25996 25998 25169 0 -1 64 9557 0 0 0 34 6 0 0 16 0 12 0 25768152 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26002] ppid=25996 vsize=810384 CPUtime=0.45
/proc/25998/task/26002/stat : 26002 (java) S 25996 25998 25169 0 -1 64 25544 0 0 0 33 12 0 0 16 0 12 0 25768152 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26003] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26003/stat : 26003 (java) S 25996 25998 25169 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 25768154 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26004] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26004/stat : 26004 (java) S 25996 25998 25169 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 25768154 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26005] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26005/stat : 26005 (java) S 25996 25998 25169 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25768154 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26006] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26006/stat : 26006 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26007] ppid=25996 vsize=810384 CPUtime=0.43
/proc/25998/task/26007/stat : 26007 (java) S 25996 25998 25169 0 -1 64 645 0 0 0 43 0 0 0 16 0 12 0 25768158 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26008] ppid=25996 vsize=810384 CPUtime=0.44
/proc/25998/task/26008/stat : 26008 (java) S 25996 25998 25169 0 -1 64 2180 0 0 0 44 0 0 0 17 0 12 0 25768158 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26009] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26009/stat : 26009 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26010] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26010/stat : 26010 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25768158 829833216 53130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 810384

[startup+12.7019 s]
/proc/loadavg: 1.25 1.52 1.79 2/95 26010
/proc/meminfo: memFree=910352/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=810384 CPUtime=14.34
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 93895 0 1 0 1382 52 0 0 20 0 12 0 25768149 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 202596 90447 1422 9 0 199923 0
[pid=25998/tid=26000] ppid=25996 vsize=810384 CPUtime=11.14
/proc/25998/task/26000/stat : 26000 (java) R 25996 25998 25169 0 -1 64 16998 0 1 0 1101 13 0 0 25 0 12 0 25768151 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4109676731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26001] ppid=25996 vsize=810384 CPUtime=1.11
/proc/25998/task/26001/stat : 26001 (java) S 25996 25998 25169 0 -1 64 28814 0 0 0 96 15 0 0 17 0 12 0 25768152 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26002] ppid=25996 vsize=810384 CPUtime=1.14
/proc/25998/task/26002/stat : 26002 (java) S 25996 25998 25169 0 -1 64 44499 0 0 0 94 20 0 0 16 0 12 0 25768152 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26003] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26003/stat : 26003 (java) S 25996 25998 25169 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 25768154 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26004] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26004/stat : 26004 (java) S 25996 25998 25169 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 25768154 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26005] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26005/stat : 26005 (java) S 25996 25998 25169 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25768154 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26006] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26006/stat : 26006 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26007] ppid=25996 vsize=810384 CPUtime=0.43
/proc/25998/task/26007/stat : 26007 (java) S 25996 25998 25169 0 -1 64 645 0 0 0 43 0 0 0 16 0 12 0 25768158 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26008] ppid=25996 vsize=810384 CPUtime=0.44
/proc/25998/task/26008/stat : 26008 (java) S 25996 25998 25169 0 -1 64 2180 0 0 0 44 0 0 0 17 0 12 0 25768158 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26009] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26009/stat : 26009 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26010] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26010/stat : 26010 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25768158 829833216 90447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.34
Current children cumulated vsize (KiB) 810384

[startup+25.5022 s]
/proc/loadavg: 1.20 1.49 1.78 2/95 26010
/proc/meminfo: memFree=614160/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=810384 CPUtime=28.41
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 169259 0 1 0 2750 91 0 0 20 0 12 0 25768149 829833216 164396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 202596 164396 1422 9 0 199923 0
[pid=25998/tid=26000] ppid=25996 vsize=810384 CPUtime=22.39
/proc/25998/task/26000/stat : 26000 (java) R 25996 25998 25169 0 -1 64 17039 0 1 0 2223 16 0 0 25 0 12 0 25768151 829833216 164396 996147200 134512640 134550932 4294956016 18446744073709551615 4109554513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26001] ppid=25996 vsize=810384 CPUtime=2.53
/proc/25998/task/26001/stat : 26001 (java) S 25996 25998 25169 0 -1 64 65627 0 0 0 221 32 0 0 15 0 12 0 25768152 829833216 164396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26002] ppid=25996 vsize=810384 CPUtime=2.5
/proc/25998/task/26002/stat : 26002 (java) S 25996 25998 25169 0 -1 64 83007 0 0 0 211 39 0 0 16 0 12 0 25768152 829833216 164396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26003] ppid=25996 vsize=810384 CPUtime=0.01
/proc/25998/task/26003/stat : 26003 (java) S 25996 25998 25169 0 -1 64 17 0 0 0 1 0 0 0 16 0 12 0 25768154 829833216 164396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26004] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26004/stat : 26004 (java) S 25996 25998 25169 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 25768154 829833216 164396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26005] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26005/stat : 26005 (java) S 25996 25998 25169 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25768154 829833216 164396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26006] ppid=25996 vsize=810384 CPUtime=0
/proc/25998/task/26006/stat : 26006 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 829833216 164396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26007] ppid=25996 vsize=810384 CPUtime=0.46

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

[pid=25998/tid=26009] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26009/stat : 26009 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26010] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26010/stat : 26010 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 116.07
Current children cumulated vsize (KiB) 821396

[startup+111.902 s]
/proc/loadavg: 1.07 1.38 1.71 2/95 26010
/proc/meminfo: memFree=565712/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=829396 CPUtime=119.24
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 361714 0 1 0 11748 176 0 0 20 0 12 0 25768149 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 207349 176311 1426 9 0 204676 0
[pid=25998/tid=26000] ppid=25996 vsize=829396 CPUtime=38.83
/proc/25998/task/26000/stat : 26000 (java) S 25996 25998 25169 0 -1 64 17121 0 1 0 3865 18 0 0 17 0 12 0 25768151 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26001] ppid=25996 vsize=829396 CPUtime=7.56
/proc/25998/task/26001/stat : 26001 (java) S 25996 25998 25169 0 -1 64 71873 0 0 0 719 37 0 0 15 0 12 0 25768152 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26002] ppid=25996 vsize=829396 CPUtime=7.29
/proc/25998/task/26002/stat : 26002 (java) S 25996 25998 25169 0 -1 64 83007 0 0 0 688 41 0 0 16 0 12 0 25768152 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26003] ppid=25996 vsize=829396 CPUtime=64.26
/proc/25998/task/26003/stat : 26003 (java) R 25996 25998 25169 0 -1 64 184353 0 0 0 6351 75 0 0 25 0 12 0 25768154 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 106836608 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26004] ppid=25996 vsize=829396 CPUtime=0
/proc/25998/task/26004/stat : 26004 (java) S 25996 25998 25169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25768154 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26005] ppid=25996 vsize=829396 CPUtime=0
/proc/25998/task/26005/stat : 26005 (java) S 25996 25998 25169 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25768154 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26006] ppid=25996 vsize=829396 CPUtime=0
/proc/25998/task/26006/stat : 26006 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26007] ppid=25996 vsize=829396 CPUtime=0.54
/proc/25998/task/26007/stat : 26007 (java) S 25996 25998 25169 0 -1 64 676 0 0 0 54 0 0 0 16 0 12 0 25768158 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26008] ppid=25996 vsize=829396 CPUtime=0.69
/proc/25998/task/26008/stat : 26008 (java) S 25996 25998 25169 0 -1 64 3942 0 0 0 68 1 0 0 17 0 12 0 25768158 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26009] ppid=25996 vsize=829396 CPUtime=0
/proc/25998/task/26009/stat : 26009 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26010] ppid=25996 vsize=829396 CPUtime=0
/proc/25998/task/26010/stat : 26010 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25768158 849301504 176311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 119.24
Current children cumulated vsize (KiB) 829396

[startup+115.102 s]
/proc/loadavg: 1.06 1.37 1.71 2/95 26010
/proc/meminfo: memFree=573584/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=821396 CPUtime=122.42
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 373227 0 1 0 12061 181 0 0 20 0 12 0 25768149 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 205349 174311 1425 9 0 202676 0
[pid=25998/tid=26000] ppid=25996 vsize=821396 CPUtime=38.83
/proc/25998/task/26000/stat : 26000 (java) S 25996 25998 25169 0 -1 64 17125 0 1 0 3865 18 0 0 17 0 12 0 25768151 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26001] ppid=25996 vsize=821396 CPUtime=7.56
/proc/25998/task/26001/stat : 26001 (java) S 25996 25998 25169 0 -1 64 71873 0 0 0 719 37 0 0 15 0 12 0 25768152 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26002] ppid=25996 vsize=821396 CPUtime=7.29
/proc/25998/task/26002/stat : 26002 (java) S 25996 25998 25169 0 -1 64 83007 0 0 0 688 41 0 0 16 0 12 0 25768152 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26003] ppid=25996 vsize=821396 CPUtime=67.43
/proc/25998/task/26003/stat : 26003 (java) R 25996 25998 25169 0 -1 64 195862 0 0 0 6663 80 0 0 18 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 106157743 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26004] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26004/stat : 26004 (java) S 25996 25998 25169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26005] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26005/stat : 26005 (java) S 25996 25998 25169 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26006] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26006/stat : 26006 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26007] ppid=25996 vsize=821396 CPUtime=0.54
/proc/25998/task/26007/stat : 26007 (java) S 25996 25998 25169 0 -1 64 676 0 0 0 54 0 0 0 16 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26008] ppid=25996 vsize=821396 CPUtime=0.69
/proc/25998/task/26008/stat : 26008 (java) S 25996 25998 25169 0 -1 64 3942 0 0 0 68 1 0 0 17 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26009] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26009/stat : 26009 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26010] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26010/stat : 26010 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 122.42
Current children cumulated vsize (KiB) 821396

[startup+115.902 s]
/proc/loadavg: 1.06 1.37 1.71 2/95 26010
/proc/meminfo: memFree=573584/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=821396 CPUtime=123.21
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 373227 0 1 0 12140 181 0 0 20 0 12 0 25768149 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 205349 174311 1425 9 0 202676 0
[pid=25998/tid=26000] ppid=25996 vsize=821396 CPUtime=38.83
/proc/25998/task/26000/stat : 26000 (java) S 25996 25998 25169 0 -1 64 17125 0 1 0 3865 18 0 0 17 0 12 0 25768151 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26001] ppid=25996 vsize=821396 CPUtime=7.56
/proc/25998/task/26001/stat : 26001 (java) S 25996 25998 25169 0 -1 64 71873 0 0 0 719 37 0 0 15 0 12 0 25768152 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26002] ppid=25996 vsize=821396 CPUtime=7.29
/proc/25998/task/26002/stat : 26002 (java) S 25996 25998 25169 0 -1 64 83007 0 0 0 688 41 0 0 16 0 12 0 25768152 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26003] ppid=25996 vsize=821396 CPUtime=68.23
/proc/25998/task/26003/stat : 26003 (java) R 25996 25998 25169 0 -1 64 195862 0 0 0 6743 80 0 0 19 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26004] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26004/stat : 26004 (java) S 25996 25998 25169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26005] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26005/stat : 26005 (java) S 25996 25998 25169 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26006] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26006/stat : 26006 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26007] ppid=25996 vsize=821396 CPUtime=0.54
/proc/25998/task/26007/stat : 26007 (java) S 25996 25998 25169 0 -1 64 676 0 0 0 54 0 0 0 16 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26008] ppid=25996 vsize=821396 CPUtime=0.69
/proc/25998/task/26008/stat : 26008 (java) S 25996 25998 25169 0 -1 64 3942 0 0 0 68 1 0 0 17 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26009] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26009/stat : 26009 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26010] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26010/stat : 26010 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 123.21
Current children cumulated vsize (KiB) 821396

[startup+116.302 s]
/proc/loadavg: 1.06 1.37 1.71 2/95 26010
/proc/meminfo: memFree=573584/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=821396 CPUtime=123.61
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 373227 0 1 0 12180 181 0 0 20 0 12 0 25768149 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 205349 174311 1425 9 0 202676 0
[pid=25998/tid=26000] ppid=25996 vsize=821396 CPUtime=38.83
/proc/25998/task/26000/stat : 26000 (java) S 25996 25998 25169 0 -1 64 17125 0 1 0 3865 18 0 0 17 0 12 0 25768151 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26001] ppid=25996 vsize=821396 CPUtime=7.56
/proc/25998/task/26001/stat : 26001 (java) S 25996 25998 25169 0 -1 64 71873 0 0 0 719 37 0 0 15 0 12 0 25768152 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26002] ppid=25996 vsize=821396 CPUtime=7.29
/proc/25998/task/26002/stat : 26002 (java) S 25996 25998 25169 0 -1 64 83007 0 0 0 688 41 0 0 16 0 12 0 25768152 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26003] ppid=25996 vsize=821396 CPUtime=68.63
/proc/25998/task/26003/stat : 26003 (java) R 25996 25998 25169 0 -1 64 195862 0 0 0 6783 80 0 0 20 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 106159010 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26004] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26004/stat : 26004 (java) S 25996 25998 25169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26005] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26005/stat : 26005 (java) S 25996 25998 25169 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26006] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26006/stat : 26006 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26007] ppid=25996 vsize=821396 CPUtime=0.54
/proc/25998/task/26007/stat : 26007 (java) S 25996 25998 25169 0 -1 64 676 0 0 0 54 0 0 0 16 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26008] ppid=25996 vsize=821396 CPUtime=0.69
/proc/25998/task/26008/stat : 26008 (java) S 25996 25998 25169 0 -1 64 3942 0 0 0 68 1 0 0 17 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26009] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26009/stat : 26009 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26010] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26010/stat : 26010 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 123.61
Current children cumulated vsize (KiB) 821396

[startup+116.502 s]
/proc/loadavg: 1.06 1.37 1.71 2/95 26010
/proc/meminfo: memFree=573584/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=821396 CPUtime=123.81
/proc/25998/stat : 25998 (java) S 25996 25998 25169 0 -1 0 373227 0 1 0 12200 181 0 0 20 0 12 0 25768149 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 205349 174311 1425 9 0 202676 0
[pid=25998/tid=26000] ppid=25996 vsize=821396 CPUtime=38.83
/proc/25998/task/26000/stat : 26000 (java) S 25996 25998 25169 0 -1 64 17125 0 1 0 3865 18 0 0 17 0 12 0 25768151 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26001] ppid=25996 vsize=821396 CPUtime=7.56
/proc/25998/task/26001/stat : 26001 (java) S 25996 25998 25169 0 -1 64 71873 0 0 0 719 37 0 0 15 0 12 0 25768152 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26002] ppid=25996 vsize=821396 CPUtime=7.29
/proc/25998/task/26002/stat : 26002 (java) S 25996 25998 25169 0 -1 64 83007 0 0 0 688 41 0 0 16 0 12 0 25768152 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26003] ppid=25996 vsize=821396 CPUtime=68.83
/proc/25998/task/26003/stat : 26003 (java) R 25996 25998 25169 0 -1 64 195862 0 0 0 6803 80 0 0 20 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26004] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26004/stat : 26004 (java) S 25996 25998 25169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26005] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26005/stat : 26005 (java) S 25996 25998 25169 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25768154 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26006] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26006/stat : 26006 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26007] ppid=25996 vsize=821396 CPUtime=0.54
/proc/25998/task/26007/stat : 26007 (java) S 25996 25998 25169 0 -1 64 676 0 0 0 54 0 0 0 16 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25998/tid=26008] ppid=25996 vsize=821396 CPUtime=0.69
/proc/25998/task/26008/stat : 26008 (java) S 25996 25998 25169 0 -1 64 3942 0 0 0 68 1 0 0 17 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26009] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26009/stat : 26009 (java) S 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25998/tid=26010] ppid=25996 vsize=821396 CPUtime=0
/proc/25998/task/26010/stat : 26010 (java) R 25996 25998 25169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25768158 841109504 174311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 123.81
Current children cumulated vsize (KiB) 821396

[startup+116.607 s]
/proc/loadavg: 1.06 1.37 1.71 2/95 26010
/proc/meminfo: memFree=573584/2055920 swapFree=4192812/4192956
[pid=25998] ppid=25996 vsize=0 CPUtime=123.89
/proc/25998/stat : 25998 (java) Z 25996 25998 25169 0 -1 12 373245 0 1 0 12203 186 0 0 16 0 2 0 25768149 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25998/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 123.89
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 116.657
CPU time (s): 123.95
CPU user time (s): 122.036
CPU system time (s): 1.91371
CPU usage (%): 106.252
Max. virtual memory (cumulated for all children) (KiB): 837400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.036
system time used= 1.91371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373245
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= 4765
involuntary context switches= 4437

runsolver used 0.168974 second user time and 0.382941 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 10:23:29
IDJOB=2087872
IDBENCH=58815
IDSOLVER=731
FILE ID=node8/2087872-1247387003
PBS_JOBID= 9507298
Free space on /tmp= 66152 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-23.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087872-1247387003/watcher-2087872-1247387003 -o /tmp/evaluation-result-2087872-1247387003/solver-2087872-1247387003 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087872-1247387003.xml

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

MD5SUM BENCH= 54c50e62a2a63d603d03a30992cbb3d6
RANDOM SEED=770000465

node8.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1266512 kB
Buffers:         17848 kB
Cached:         258300 kB
SwapCached:          0 kB
Active:         650964 kB
Inactive:        82616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           71608 kB
Writeback:           0 kB
Mapped:         477772 kB
Slab:            39972 kB
Committed_AS:   639440 kB
PageTables:       2656 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= 66148 MiB
End job on node8 at 2009-07-12 10:25:26