Trace number 2087795

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? 159.546 158.54

General information on the benchmark

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

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-2087795-1247386729/watcher-2087795-1247386729 -o /tmp/evaluation-result-2087795-1247386729/solver-2087795-1247386729 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087795-1247386729.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.75 2.19 2.06 3/81 25903
/proc/meminfo: memFree=1032464/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=152 CPUtime=0
/proc/25903/stat : 25903 (java) R 25901 25903 25630 0 -1 0 204 0 0 0 0 0 0 0 23 0 1 0 25739505 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 10424619 0 0 4096 0 0 0 0 17 0 0 0
/proc/25903/statm: 38 26 19 9 0 4 0

[startup+0.035276 s]
/proc/loadavg: 2.75 2.19 2.06 3/81 25903
/proc/meminfo: memFree=1032464/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=800696 CPUtime=0.02
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 2426 0 1 0 1 1 0 0 23 0 4 0 25739505 819912704 2174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 200174 2175 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.10129 s]
/proc/loadavg: 2.75 2.19 2.06 3/81 25903
/proc/meminfo: memFree=1032464/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=804560 CPUtime=0.09
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 3066 0 1 0 7 2 0 0 23 0 12 0 25739505 823869440 2809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 201140 2809 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301328 s]
/proc/loadavg: 2.75 2.19 2.06 3/81 25903
/proc/meminfo: memFree=1032464/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=805776 CPUtime=0.28
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 4367 0 1 0 25 3 0 0 23 0 12 0 25739505 825114624 4104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 201444 4104 1362 9 0 198771 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805776

[startup+0.701416 s]
/proc/loadavg: 2.75 2.19 2.06 3/81 25903
/proc/meminfo: memFree=1032464/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=807168 CPUtime=0.69
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 12543 0 1 0 60 9 0 0 23 0 12 0 25739505 826540032 11998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 201792 11998 1384 9 0 199119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807168

[startup+1.50257 s]
/proc/loadavg: 2.75 2.19 2.06 3/93 25915
/proc/meminfo: memFree=960752/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=807208 CPUtime=1.48
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 19806 0 1 0 135 13 0 0 23 0 12 0 25739505 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 201802 19260 1398 9 0 199129 0
[pid=25903/tid=25905] ppid=25901 vsize=807208 CPUtime=1.15
/proc/25903/task/25905/stat : 25905 (java) R 25901 25903 25630 0 -1 64 13587 0 1 0 106 9 0 0 25 0 12 0 25739506 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4109515543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25901 vsize=807208 CPUtime=0.03
/proc/25903/task/25906/stat : 25906 (java) S 25901 25903 25630 0 -1 64 4229 0 0 0 1 2 0 0 16 0 12 0 25739507 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25901 vsize=807208 CPUtime=0
/proc/25903/task/25907/stat : 25907 (java) S 25901 25903 25630 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 25739507 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25901 vsize=807208 CPUtime=0
/proc/25903/task/25908/stat : 25908 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25901 vsize=807208 CPUtime=0
/proc/25903/task/25909/stat : 25909 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25901 vsize=807208 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25901 25903 25630 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25739509 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25901 vsize=807208 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739513 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25912] ppid=25901 vsize=807208 CPUtime=0.03
/proc/25903/task/25912/stat : 25912 (java) S 25901 25903 25630 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 25739513 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25913] ppid=25901 vsize=807208 CPUtime=0.24
/proc/25903/task/25913/stat : 25913 (java) S 25901 25903 25630 0 -1 64 989 0 0 0 24 0 0 0 16 0 12 0 25739513 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25914] ppid=25901 vsize=807208 CPUtime=0
/proc/25903/task/25914/stat : 25914 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739514 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25915] ppid=25901 vsize=807208 CPUtime=0
/proc/25903/task/25915/stat : 25915 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25739514 826580992 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807208

[startup+3.10189 s]
/proc/loadavg: 2.75 2.19 2.06 3/93 25915
/proc/meminfo: memFree=951280/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=809348 CPUtime=3.09
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 38171 0 1 0 286 23 0 0 23 0 12 0 25739505 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 202337 36473 1421 9 0 199664 0
[pid=25903/tid=25905] ppid=25901 vsize=809348 CPUtime=2.05
/proc/25903/task/25905/stat : 25905 (java) R 25901 25903 25630 0 -1 64 16719 0 1 0 193 12 0 0 25 0 12 0 25739506 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4109549693 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25901 vsize=809348 CPUtime=0.08
/proc/25903/task/25906/stat : 25906 (java) S 25901 25903 25630 0 -1 64 7424 0 0 0 5 3 0 0 17 0 12 0 25739507 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25901 vsize=809348 CPUtime=0.07
/proc/25903/task/25907/stat : 25907 (java) S 25901 25903 25630 0 -1 64 10320 0 0 0 2 5 0 0 17 0 12 0 25739507 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25901 vsize=809348 CPUtime=0
/proc/25903/task/25908/stat : 25908 (java) S 25901 25903 25630 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 25739509 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25901 vsize=809348 CPUtime=0
/proc/25903/task/25909/stat : 25909 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25901 vsize=809348 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25901 25903 25630 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25739509 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25901 vsize=809348 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739513 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25912] ppid=25901 vsize=809348 CPUtime=0.03
/proc/25903/task/25912/stat : 25912 (java) S 25901 25903 25630 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 25739513 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25913] ppid=25901 vsize=809348 CPUtime=0.83
/proc/25903/task/25913/stat : 25913 (java) S 25901 25903 25630 0 -1 64 2719 0 0 0 82 1 0 0 16 0 12 0 25739513 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25914] ppid=25901 vsize=809348 CPUtime=0
/proc/25903/task/25914/stat : 25914 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739514 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25915] ppid=25901 vsize=809348 CPUtime=0
/proc/25903/task/25915/stat : 25915 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25739514 828772352 36473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 809348

[startup+6.30252 s]
/proc/loadavg: 2.77 2.20 2.07 3/93 25915
/proc/meminfo: memFree=834992/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=808512 CPUtime=6.28
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 61652 0 1 0 593 35 0 0 23 0 12 0 25739505 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 202128 59734 1421 9 0 199455 0
[pid=25903/tid=25905] ppid=25901 vsize=808512 CPUtime=4.61
/proc/25903/task/25905/stat : 25905 (java) R 25901 25903 25630 0 -1 64 20197 0 1 0 447 14 0 0 25 0 12 0 25739506 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4109669510 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25901 vsize=808512 CPUtime=0.33
/proc/25903/task/25906/stat : 25906 (java) S 25901 25903 25630 0 -1 64 16468 0 0 0 26 7 0 0 16 0 12 0 25739507 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25901 vsize=808512 CPUtime=0.39
/proc/25903/task/25907/stat : 25907 (java) S 25901 25903 25630 0 -1 64 21275 0 0 0 29 10 0 0 16 0 12 0 25739507 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25908/stat : 25908 (java) S 25901 25903 25630 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 25739509 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25909/stat : 25909 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25901 25903 25630 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25739509 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739513 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25912] ppid=25901 vsize=808512 CPUtime=0.03
/proc/25903/task/25912/stat : 25912 (java) S 25901 25903 25630 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 25739513 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25913] ppid=25901 vsize=808512 CPUtime=0.87
/proc/25903/task/25913/stat : 25913 (java) S 25901 25903 25630 0 -1 64 2722 0 0 0 86 1 0 0 17 0 12 0 25739513 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25914] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25914/stat : 25914 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739514 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25915] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25915/stat : 25915 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25739514 827916288 59734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 808512

[startup+12.7028 s]
/proc/loadavg: 2.87 2.23 2.08 5/93 25915
/proc/meminfo: memFree=666480/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=808512 CPUtime=12.67
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 103545 0 1 0 1208 59 0 0 23 0 12 0 25739505 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 202128 101598 1421 9 0 199455 0
[pid=25903/tid=25905] ppid=25901 vsize=808512 CPUtime=9.93
/proc/25903/task/25905/stat : 25905 (java) R 25901 25903 25630 0 -1 64 24204 0 1 0 974 19 0 0 25 0 12 0 25739506 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4109564918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25901 vsize=808512 CPUtime=0.78
/proc/25903/task/25906/stat : 25906 (java) S 25901 25903 25630 0 -1 64 34123 0 0 0 62 16 0 0 16 0 12 0 25739507 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25901 vsize=808512 CPUtime=1.02
/proc/25903/task/25907/stat : 25907 (java) S 25901 25903 25630 0 -1 64 41506 0 0 0 81 21 0 0 16 0 12 0 25739507 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25908/stat : 25908 (java) S 25901 25903 25630 0 -1 64 17 0 0 0 0 0 0 0 15 0 12 0 25739509 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25909/stat : 25909 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25901 25903 25630 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25739509 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739513 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25912] ppid=25901 vsize=808512 CPUtime=0.03
/proc/25903/task/25912/stat : 25912 (java) S 25901 25903 25630 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 25739513 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25913] ppid=25901 vsize=808512 CPUtime=0.87
/proc/25903/task/25913/stat : 25913 (java) S 25901 25903 25630 0 -1 64 2722 0 0 0 86 1 0 0 17 0 12 0 25739513 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25914] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25914/stat : 25914 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739514 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25915] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25915/stat : 25915 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25739514 827916288 101598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 808512

[startup+25.5023 s]
/proc/loadavg: 3.42 2.38 2.13 3/93 25915
/proc/meminfo: memFree=370096/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=808512 CPUtime=25.47
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 168565 0 1 0 2453 94 0 0 23 0 12 0 25739505 827916288 166574 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 202128 166574 1423 9 0 199455 0
[pid=25903/tid=25905] ppid=25901 vsize=808512 CPUtime=20.06
/proc/25903/task/25905/stat : 25905 (java) R 25901 25903 25630 0 -1 64 24251 0 1 0 1984 22 0 0 25 0 12 0 25739506 827916288 166574 996147200 134512640 134550932 4294956016 18446744073709551615 4109670136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25901 vsize=808512 CPUtime=1.81
/proc/25903/task/25906/stat : 25906 (java) S 25901 25903 25630 0 -1 64 61494 0 0 0 151 30 0 0 16 0 12 0 25739507 827916288 166574 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25901 vsize=808512 CPUtime=2.04
/proc/25903/task/25907/stat : 25907 (java) S 25901 25903 25630 0 -1 64 79103 0 0 0 166 38 0 0 16 0 12 0 25739507 827916288 166574 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25901 vsize=808512 CPUtime=0.57
/proc/25903/task/25908/stat : 25908 (java) S 25901 25903 25630 0 -1 64 19 0 0 0 57 0 0 0 15 0 12 0 25739509 827916288 166574 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25909/stat : 25909 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 827916288 166574 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25901 25903 25630 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25739509 827916288 166574 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25901 vsize=808512 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739513 827916288 166574 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25912] ppid=25901 vsize=808512 CPUtime=0.03

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

[pid=25903/tid=25914] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25914/stat : 25914 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739514 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25915] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25915/stat : 25915 (java) S 25901 25903 25630 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 25739514 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 141.73
Current children cumulated vsize (KiB) 821012

[startup+147.103 s]
/proc/loadavg: 3.41 2.75 2.29 3/93 25915
/proc/meminfo: memFree=319152/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=821012 CPUtime=148.12
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 356066 0 1 0 14615 197 0 0 23 0 12 0 25739505 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 205253 174163 1425 9 0 202580 0
[pid=25903/tid=25905] ppid=25901 vsize=821012 CPUtime=38.8
/proc/25903/task/25905/stat : 25905 (java) S 25901 25903 25630 0 -1 64 24358 0 1 0 3855 25 0 0 17 0 12 0 25739506 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25901 vsize=821012 CPUtime=6.14
/proc/25903/task/25906/stat : 25906 (java) S 25901 25903 25630 0 -1 64 63074 0 0 0 583 31 0 0 17 0 12 0 25739507 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25901 vsize=821012 CPUtime=6.28
/proc/25903/task/25907/stat : 25907 (java) S 25901 25903 25630 0 -1 64 80203 0 0 0 589 39 0 0 17 0 12 0 25739507 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25901 vsize=821012 CPUtime=95.63
/proc/25903/task/25908/stat : 25908 (java) R 25901 25903 25630 0 -1 64 183514 0 0 0 9465 98 0 0 25 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25909/stat : 25909 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25901 25903 25630 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25912] ppid=25901 vsize=821012 CPUtime=0.03
/proc/25903/task/25912/stat : 25912 (java) S 25901 25903 25630 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25913] ppid=25901 vsize=821012 CPUtime=1.18
/proc/25903/task/25913/stat : 25913 (java) S 25901 25903 25630 0 -1 64 3943 0 0 0 117 1 0 0 17 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25914] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25914/stat : 25914 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739514 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25915] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25915/stat : 25915 (java) S 25901 25903 25630 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 25739514 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 148.12
Current children cumulated vsize (KiB) 821012

[startup+153.503 s]
/proc/loadavg: 3.38 2.76 2.30 3/93 25915
/proc/meminfo: memFree=319152/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=829012 CPUtime=154.52
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 367577 0 1 0 15248 204 0 0 23 0 12 0 25739505 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 207253 176163 1425 9 0 204580 0
[pid=25903/tid=25905] ppid=25901 vsize=829012 CPUtime=38.8
/proc/25903/task/25905/stat : 25905 (java) S 25901 25903 25630 0 -1 64 24360 0 1 0 3855 25 0 0 17 0 12 0 25739506 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25901 vsize=829012 CPUtime=6.14
/proc/25903/task/25906/stat : 25906 (java) S 25901 25903 25630 0 -1 64 63074 0 0 0 583 31 0 0 17 0 12 0 25739507 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25901 vsize=829012 CPUtime=6.28
/proc/25903/task/25907/stat : 25907 (java) S 25901 25903 25630 0 -1 64 80203 0 0 0 589 39 0 0 17 0 12 0 25739507 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25901 vsize=829012 CPUtime=102.02
/proc/25903/task/25908/stat : 25908 (java) R 25901 25903 25630 0 -1 64 195023 0 0 0 10098 104 0 0 25 0 12 0 25739509 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25901 vsize=829012 CPUtime=0
/proc/25903/task/25909/stat : 25909 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25901 vsize=829012 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25901 25903 25630 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25739509 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25901 vsize=829012 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739513 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25912] ppid=25901 vsize=829012 CPUtime=0.03
/proc/25903/task/25912/stat : 25912 (java) S 25901 25903 25630 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 25739513 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25913] ppid=25901 vsize=829012 CPUtime=1.18
/proc/25903/task/25913/stat : 25913 (java) S 25901 25903 25630 0 -1 64 3943 0 0 0 117 1 0 0 17 0 12 0 25739513 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25914] ppid=25901 vsize=829012 CPUtime=0
/proc/25903/task/25914/stat : 25914 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739514 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25915] ppid=25901 vsize=829012 CPUtime=0
/proc/25903/task/25915/stat : 25915 (java) S 25901 25903 25630 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 25739514 848908288 176163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154.52
Current children cumulated vsize (KiB) 829012

[startup+156.702 s]
/proc/loadavg: 3.43 2.78 2.31 3/93 25915
/proc/meminfo: memFree=327280/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=821012 CPUtime=157.71
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 371334 0 1 0 15565 206 0 0 23 0 12 0 25739505 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 205253 174163 1424 9 0 202580 0
[pid=25903/tid=25905] ppid=25901 vsize=821012 CPUtime=38.81
/proc/25903/task/25905/stat : 25905 (java) S 25901 25903 25630 0 -1 64 24363 0 1 0 3855 26 0 0 17 0 12 0 25739506 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25901 vsize=821012 CPUtime=6.14
/proc/25903/task/25906/stat : 25906 (java) S 25901 25903 25630 0 -1 64 63074 0 0 0 583 31 0 0 17 0 12 0 25739507 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25901 vsize=821012 CPUtime=6.28
/proc/25903/task/25907/stat : 25907 (java) S 25901 25903 25630 0 -1 64 80203 0 0 0 589 39 0 0 17 0 12 0 25739507 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25901 vsize=821012 CPUtime=105.23
/proc/25903/task/25908/stat : 25908 (java) R 25901 25903 25630 0 -1 64 198777 0 0 0 10416 107 0 0 25 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25909/stat : 25909 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25901 25903 25630 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25912] ppid=25901 vsize=821012 CPUtime=0.03
/proc/25903/task/25912/stat : 25912 (java) S 25901 25903 25630 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25913] ppid=25901 vsize=821012 CPUtime=1.18
/proc/25903/task/25913/stat : 25913 (java) S 25901 25903 25630 0 -1 64 3943 0 0 0 117 1 0 0 17 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25914] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25914/stat : 25914 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739514 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25915] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25915/stat : 25915 (java) S 25901 25903 25630 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 25739514 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.71
Current children cumulated vsize (KiB) 821012

[startup+157.502 s]
/proc/loadavg: 3.43 2.78 2.31 3/93 25915
/proc/meminfo: memFree=327280/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=821012 CPUtime=158.51
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 371334 0 1 0 15645 206 0 0 23 0 12 0 25739505 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 205253 174163 1424 9 0 202580 0
[pid=25903/tid=25905] ppid=25901 vsize=821012 CPUtime=38.81
/proc/25903/task/25905/stat : 25905 (java) S 25901 25903 25630 0 -1 64 24363 0 1 0 3855 26 0 0 17 0 12 0 25739506 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25901 vsize=821012 CPUtime=6.14
/proc/25903/task/25906/stat : 25906 (java) S 25901 25903 25630 0 -1 64 63074 0 0 0 583 31 0 0 17 0 12 0 25739507 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25901 vsize=821012 CPUtime=6.28
/proc/25903/task/25907/stat : 25907 (java) S 25901 25903 25630 0 -1 64 80203 0 0 0 589 39 0 0 17 0 12 0 25739507 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25901 vsize=821012 CPUtime=106.03
/proc/25903/task/25908/stat : 25908 (java) R 25901 25903 25630 0 -1 64 198777 0 0 0 10496 107 0 0 25 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 105886141 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25909/stat : 25909 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25901 25903 25630 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25912] ppid=25901 vsize=821012 CPUtime=0.03
/proc/25903/task/25912/stat : 25912 (java) S 25901 25903 25630 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25913] ppid=25901 vsize=821012 CPUtime=1.18
/proc/25903/task/25913/stat : 25913 (java) S 25901 25903 25630 0 -1 64 3943 0 0 0 117 1 0 0 17 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25914] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25914/stat : 25914 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739514 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25915] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25915/stat : 25915 (java) S 25901 25903 25630 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 25739514 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.51
Current children cumulated vsize (KiB) 821012

[startup+158.303 s]
/proc/loadavg: 3.43 2.78 2.31 3/93 25915
/proc/meminfo: memFree=327280/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=821012 CPUtime=159.32
/proc/25903/stat : 25903 (java) S 25901 25903 25630 0 -1 0 371334 0 1 0 15726 206 0 0 23 0 12 0 25739505 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 205253 174163 1424 9 0 202580 0
[pid=25903/tid=25905] ppid=25901 vsize=821012 CPUtime=38.81
/proc/25903/task/25905/stat : 25905 (java) S 25901 25903 25630 0 -1 64 24363 0 1 0 3855 26 0 0 17 0 12 0 25739506 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25906] ppid=25901 vsize=821012 CPUtime=6.14
/proc/25903/task/25906/stat : 25906 (java) S 25901 25903 25630 0 -1 64 63074 0 0 0 583 31 0 0 17 0 12 0 25739507 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25907] ppid=25901 vsize=821012 CPUtime=6.28
/proc/25903/task/25907/stat : 25907 (java) S 25901 25903 25630 0 -1 64 80203 0 0 0 589 39 0 0 17 0 12 0 25739507 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25908] ppid=25901 vsize=821012 CPUtime=106.83
/proc/25903/task/25908/stat : 25908 (java) R 25901 25903 25630 0 -1 64 198777 0 0 0 10576 107 0 0 25 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25909] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25909/stat : 25909 (java) S 25901 25903 25630 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25910] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25910/stat : 25910 (java) S 25901 25903 25630 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25739509 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25911] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25911/stat : 25911 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25912] ppid=25901 vsize=821012 CPUtime=0.03
/proc/25903/task/25912/stat : 25912 (java) S 25901 25903 25630 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25913] ppid=25901 vsize=821012 CPUtime=1.18
/proc/25903/task/25913/stat : 25913 (java) S 25901 25903 25630 0 -1 64 3943 0 0 0 117 1 0 0 17 0 12 0 25739513 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25914] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25914/stat : 25914 (java) S 25901 25903 25630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25739514 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25903/tid=25915] ppid=25901 vsize=821012 CPUtime=0
/proc/25903/task/25915/stat : 25915 (java) S 25901 25903 25630 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 25739514 840716288 174163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.32
Current children cumulated vsize (KiB) 821012

[startup+158.503 s]
/proc/loadavg: 3.43 2.78 2.31 3/93 25915
/proc/meminfo: memFree=327280/2055920 swapFree=4192812/4192956
[pid=25903] ppid=25901 vsize=0 CPUtime=159.5
/proc/25903/stat : 25903 (java) Z 25901 25903 25630 0 -1 12 371351 0 1 0 15738 212 0 0 16 0 2 0 25739505 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25903/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 159.5
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 158.54
CPU time (s): 159.546
CPU user time (s): 157.38
CPU system time (s): 2.16567
CPU usage (%): 100.634
Max. virtual memory (cumulated for all children) (KiB): 837016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.38
system time used= 2.16567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371351
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= 6563
involuntary context switches= 6437

runsolver used 0.235964 second user time and 0.657899 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 10:19:03
IDJOB=2087795
IDBENCH=58802
IDSOLVER=731
FILE ID=node77/2087795-1247386729
PBS_JOBID= 9507326
Free space on /tmp= 66116 MiB

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

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

MD5SUM BENCH= d69420449403c15dce93504730da03ea
RANDOM SEED=671065948

node77.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.256
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.256
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:       1032944 kB
Buffers:         13976 kB
Cached:         220760 kB
SwapCached:          0 kB
Active:         930724 kB
Inactive:        37240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1032944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          140240 kB
Writeback:           0 kB
Mapped:         751008 kB
Slab:            38848 kB
Committed_AS:   947704 kB
PageTables:       3164 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66116 MiB
End job on node77 at 2009-07-12 10:21:42