Trace number 1094646

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 2008-06-13? 164.268 163.225

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-14.xml
MD5SUM92e7bec746635480f5800308fc5016ce
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 benchmark40.1379
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 (download as text)

0.23/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.38	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.38	c See www.sat4j.org for details.
0.23/0.38	c That software uses the Rhino library from the Mozilla project.
0.32/0.43	c version 9.9.9.token
0.32/0.43	c sun.arch.data.model	32
0.32/0.43	c java.version	1.6.0_06
0.32/0.43	c os.name	Linux
0.32/0.43	c os.version	2.6.9-22.EL.rootsmp
0.32/0.43	c os.arch	i386
0.32/0.43	c Free memory 669864272
0.32/0.43	c Max memory 672137216
0.32/0.43	c Total memory 672137216
0.32/0.43	c Number of processors 2
0.32/0.47	c c --- Begin Solver configuration ---
0.32/0.47	c Stops conflict analysis at the first Unique Implication Point
0.32/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.32/0.47	c Learn all clauses as in MiniSAT
0.32/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.32/0.47	c Expensive reason simplification
0.32/0.47	c MiniSAT restarts strategy
0.32/0.47	c timeout=2147483s
0.32/0.47	c DB Simplification allowed=false
0.32/0.47	c --- End Solver configuration ---
0.32/0.47	c solving HOME/instance-1094646-1215252396.xml
0.32/0.47	c reading problem ... 
0.62/0.74	c reading problem named null
0.62/0.74	c reading domains done.
0.62/0.74	c reading variables done.
0.62/0.77	c reading relations done.
38.61/38.94	c reading constraints
164.05/163.09	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
164.05/163.09		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
164.05/163.09		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
164.05/163.09		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
164.05/163.09		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
164.05/163.09		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
164.05/163.09		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
164.05/163.09		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
164.05/163.10		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
164.05/163.10		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
164.05/163.10		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
164.05/163.10		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
164.05/163.10		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
164.05/163.10		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
164.05/163.10		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
164.05/163.10		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
164.05/163.10		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
164.05/163.10	c starts		: 0
164.05/163.10	c conflicts		: 0
164.05/163.10	c decisions		: 0
164.05/163.10	c propagations		: 0
164.05/163.10	c inspects		: 0
164.05/163.10	c learnt literals	: 0
164.05/163.10	c learnt binary clauses	: 0
164.05/163.10	c learnt ternary clauses	: 0
164.05/163.10	c learnt clauses	: 0
164.05/163.10	c ignored clauses	: 0
164.05/163.10	c root simplifications	: 0
164.05/163.10	c removed literals (reason simplification)	: 0
164.05/163.10	c reason swapping (by a shorter reason)	: 0
164.05/163.10	c Calls to reduceDB	: 0
164.16/163.10	c speed (assignments/second)	: 0.0
164.16/163.10	c non guided choices	0
164.16/163.10	s UNKNOWN
164.16/163.10	c Total wall clock time (in seconds) : 162.623

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094646-1215252396/watcher-1094646-1215252396 -o /tmp/evaluation-result-1094646-1215252396/solver-1094646-1215252396 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094646-1215252396.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.39 2.22 2.07 3/84 22063
/proc/meminfo: memFree=1569372/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=18572 CPUtime=0
/proc/22063/stat : 22063 (runsolver) R 22061 22063 20465 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2004212615 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22063/statm: 4643 292 257 25 0 2626 0

[startup+0.101855 s]
/proc/loadavg: 2.39 2.22 2.07 3/84 22063
/proc/meminfo: memFree=1569372/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=800592 CPUtime=0.03
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 1905 0 30 0 0 3 0 0 18 0 4 0 2004212615 819806208 1672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 200148 1680 594 9 0 197531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800592

[startup+0.201869 s]
/proc/loadavg: 2.39 2.22 2.07 3/84 22063
/proc/meminfo: memFree=1569372/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=805528 CPUtime=0.13
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 3452 0 30 0 9 4 0 0 18 0 12 0 2004212615 824860672 3212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 201382 3214 1276 9 0 198751 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 805528

[startup+0.301887 s]
/proc/loadavg: 2.39 2.22 2.07 3/84 22063
/proc/meminfo: memFree=1569372/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=808308 CPUtime=0.23
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 4608 0 30 0 18 5 0 0 18 0 12 0 2004212615 827707392 3966 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 202077 3966 1296 9 0 199446 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808308

[startup+0.701962 s]
/proc/loadavg: 2.39 2.22 2.07 3/84 22063
/proc/meminfo: memFree=1569372/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=808336 CPUtime=0.62
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 6274 0 30 0 55 7 0 0 18 0 12 0 2004212615 827736064 5433 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 202084 5433 1335 9 0 199446 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808336

[startup+1.50211 s]
/proc/loadavg: 2.39 2.22 2.07 3/96 22075
/proc/meminfo: memFree=1488188/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=808336 CPUtime=1.42
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 20804 0 30 0 126 16 0 0 18 0 12 0 2004212615 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 202084 19962 1346 9 0 199446 0
[pid=22063/tid=22065] ppid=22061 vsize=808336 CPUtime=0.96
/proc/22063/task/22065/stat : 22065 (java) R 22061 22063 20465 0 -1 64 13922 0 1 0 86 10 0 0 25 0 12 0 2004212624 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4109591098 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22066] ppid=22061 vsize=808336 CPUtime=0
/proc/22063/task/22066/stat : 22066 (java) S 22061 22063 20465 0 -1 64 2014 0 0 0 0 0 0 0 17 0 12 0 2004212625 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22067] ppid=22061 vsize=808336 CPUtime=0.01
/proc/22063/task/22067/stat : 22067 (java) S 22061 22063 20465 0 -1 64 2284 0 0 0 0 1 0 0 17 0 12 0 2004212625 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22068] ppid=22061 vsize=808336 CPUtime=0
/proc/22063/task/22068/stat : 22068 (java) S 22061 22063 20465 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2004212627 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22069] ppid=22061 vsize=808336 CPUtime=0
/proc/22063/task/22069/stat : 22069 (java) S 22061 22063 20465 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2004212627 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22070] ppid=22061 vsize=808336 CPUtime=0
/proc/22063/task/22070/stat : 22070 (java) S 22061 22063 20465 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2004212627 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22071] ppid=22061 vsize=808336 CPUtime=0
/proc/22063/task/22071/stat : 22071 (java) S 22061 22063 20465 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2004212632 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22072] ppid=22061 vsize=808336 CPUtime=0.14
/proc/22063/task/22072/stat : 22072 (java) S 22061 22063 20465 0 -1 64 406 0 0 0 14 0 0 0 16 0 12 0 2004212632 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22073] ppid=22061 vsize=808336 CPUtime=0.23
/proc/22063/task/22073/stat : 22073 (java) S 22061 22063 20465 0 -1 64 1415 0 0 0 23 0 0 0 16 0 12 0 2004212632 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22074] ppid=22061 vsize=808336 CPUtime=0
/proc/22063/task/22074/stat : 22074 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2004212632 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22075] ppid=22061 vsize=808336 CPUtime=0
/proc/22063/task/22075/stat : 22075 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2004212632 827736064 19962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 808336

[startup+3.10151 s]
/proc/loadavg: 2.39 2.22 2.07 3/96 22075
/proc/meminfo: memFree=1487036/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=809948 CPUtime=3.01
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 38893 0 30 0 277 24 0 0 18 0 12 0 2004212615 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 202487 36846 1354 9 0 199849 0
[pid=22063/tid=22065] ppid=22061 vsize=809948 CPUtime=2.01
/proc/22063/task/22065/stat : 22065 (java) R 22061 22063 20465 0 -1 64 16798 0 1 0 190 11 0 0 25 0 12 0 2004212624 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4109640200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22066] ppid=22061 vsize=809948 CPUtime=0.1
/proc/22063/task/22066/stat : 22066 (java) S 22061 22063 20465 0 -1 64 13305 0 0 0 5 5 0 0 17 0 12 0 2004212625 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22067] ppid=22061 vsize=809948 CPUtime=0.03
/proc/22063/task/22067/stat : 22067 (java) S 22061 22063 20465 0 -1 64 4833 0 0 0 1 2 0 0 17 0 12 0 2004212625 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22068] ppid=22061 vsize=809948 CPUtime=0
/proc/22063/task/22068/stat : 22068 (java) S 22061 22063 20465 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2004212627 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22069] ppid=22061 vsize=809948 CPUtime=0
/proc/22063/task/22069/stat : 22069 (java) S 22061 22063 20465 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2004212627 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22070] ppid=22061 vsize=809948 CPUtime=0
/proc/22063/task/22070/stat : 22070 (java) S 22061 22063 20465 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2004212627 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22071] ppid=22061 vsize=809948 CPUtime=0
/proc/22063/task/22071/stat : 22071 (java) S 22061 22063 20465 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2004212632 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22072] ppid=22061 vsize=809948 CPUtime=0.27
/proc/22063/task/22072/stat : 22072 (java) S 22061 22063 20465 0 -1 64 414 0 0 0 27 0 0 0 16 0 12 0 2004212632 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22073] ppid=22061 vsize=809948 CPUtime=0.53
/proc/22063/task/22073/stat : 22073 (java) S 22061 22063 20465 0 -1 64 2780 0 0 0 52 1 0 0 16 0 12 0 2004212632 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22074] ppid=22061 vsize=809948 CPUtime=0
/proc/22063/task/22074/stat : 22074 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2004212632 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22075] ppid=22061 vsize=809948 CPUtime=0
/proc/22063/task/22075/stat : 22075 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2004212632 829386752 36846 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 809948

[startup+6.30298 s]
/proc/loadavg: 2.36 2.22 2.07 3/96 22075
/proc/meminfo: memFree=1376508/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=810464 CPUtime=6.23
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 57538 0 30 0 588 35 0 0 18 0 12 0 2004212615 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 202616 55231 1356 9 0 199978 0
[pid=22063/tid=22065] ppid=22061 vsize=810464 CPUtime=4.45
/proc/22063/task/22065/stat : 22065 (java) R 22061 22063 20465 0 -1 64 16987 0 1 0 433 12 0 0 17 0 12 0 2004212624 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4109580005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22066] ppid=22061 vsize=810464 CPUtime=0.4
/proc/22063/task/22066/stat : 22066 (java) S 22061 22063 20465 0 -1 64 25094 0 0 0 29 11 0 0 16 0 12 0 2004212625 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22067] ppid=22061 vsize=810464 CPUtime=0.32
/proc/22063/task/22067/stat : 22067 (java) S 22061 22063 20465 0 -1 64 11470 0 0 0 26 6 0 0 16 0 12 0 2004212625 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22068] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22068/stat : 22068 (java) S 22061 22063 20465 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 2004212627 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22069] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22069/stat : 22069 (java) S 22061 22063 20465 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2004212627 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22070] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22070/stat : 22070 (java) S 22061 22063 20465 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2004212627 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22071] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22071/stat : 22071 (java) S 22061 22063 20465 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2004212632 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22072] ppid=22061 vsize=810464 CPUtime=0.35
/proc/22063/task/22072/stat : 22072 (java) S 22061 22063 20465 0 -1 64 427 0 0 0 35 0 0 0 16 0 12 0 2004212632 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22073] ppid=22061 vsize=810464 CPUtime=0.63
/proc/22063/task/22073/stat : 22073 (java) S 22061 22063 20465 0 -1 64 2797 0 0 0 62 1 0 0 17 0 12 0 2004212632 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22074] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22074/stat : 22074 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2004212632 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22075] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22075/stat : 22075 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2004212632 829915136 55231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 810464

[startup+12.7091 s]
/proc/loadavg: 2.33 2.21 2.07 3/96 22075
/proc/meminfo: memFree=1242108/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=810464 CPUtime=12.56
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 93511 0 30 0 1202 54 0 0 18 0 12 0 2004212615 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 202616 91180 1356 9 0 199978 0
[pid=22063/tid=22065] ppid=22061 vsize=810464 CPUtime=9.9
/proc/22063/task/22065/stat : 22065 (java) R 22061 22063 20465 0 -1 64 20993 0 1 0 974 16 0 0 25 0 12 0 2004212624 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22066] ppid=22061 vsize=810464 CPUtime=0.82
/proc/22063/task/22066/stat : 22066 (java) R 22061 22063 20465 0 -1 64 43023 0 0 0 61 21 0 0 16 0 12 0 2004212625 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 106158547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22067] ppid=22061 vsize=810464 CPUtime=0.79
/proc/22063/task/22067/stat : 22067 (java) R 22061 22063 20465 0 -1 64 25508 0 0 0 67 12 0 0 15 0 12 0 2004212625 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22068] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22068/stat : 22068 (java) S 22061 22063 20465 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 2004212627 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22069] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22069/stat : 22069 (java) S 22061 22063 20465 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2004212627 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22070] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22070/stat : 22070 (java) S 22061 22063 20465 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2004212627 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22071] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22071/stat : 22071 (java) S 22061 22063 20465 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2004212632 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22072] ppid=22061 vsize=810464 CPUtime=0.35
/proc/22063/task/22072/stat : 22072 (java) S 22061 22063 20465 0 -1 64 427 0 0 0 35 0 0 0 16 0 12 0 2004212632 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22073] ppid=22061 vsize=810464 CPUtime=0.63
/proc/22063/task/22073/stat : 22073 (java) S 22061 22063 20465 0 -1 64 2797 0 0 0 62 1 0 0 17 0 12 0 2004212632 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22074] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22074/stat : 22074 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2004212632 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22075] ppid=22061 vsize=810464 CPUtime=0
/proc/22063/task/22075/stat : 22075 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2004212632 829915136 91180 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 810464

[startup+25.5025 s]
/proc/loadavg: 2.41 2.23 2.08 3/96 22075
/proc/meminfo: memFree=923388/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=809784 CPUtime=25.33
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 163488 0 30 0 2440 93 0 0 18 0 12 0 2004212615 829218816 160953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 202446 160953 1356 9 0 199808 0
[pid=22063/tid=22065] ppid=22061 vsize=809784 CPUtime=20.65
/proc/22063/task/22065/stat : 22065 (java) R 22061 22063 20465 0 -1 64 21033 0 1 0 2046 19 0 0 25 0 12 0 2004212624 829218816 160953 996147200 134512640 134550740 4294956016 18446744073709551615 4109740486 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22066] ppid=22061 vsize=809784 CPUtime=1.8
/proc/22063/task/22066/stat : 22066 (java) S 22061 22063 20465 0 -1 64 77878 0 0 0 141 39 0 0 16 0 12 0 2004212625 829218816 160953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22067] ppid=22061 vsize=809784 CPUtime=1.77
/proc/22063/task/22067/stat : 22067 (java) S 22061 22063 20465 0 -1 64 60588 0 0 0 148 29 0 0 16 0 12 0 2004212625 829218816 160953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22068] ppid=22061 vsize=809784 CPUtime=0.01
/proc/22063/task/22068/stat : 22068 (java) S 22061 22063 20465 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 2004212627 829218816 160953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22069] ppid=22061 vsize=809784 CPUtime=0
/proc/22063/task/22069/stat : 22069 (java) S 22061 22063 20465 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2004212627 829218816 160953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22070] ppid=22061 vsize=809784 CPUtime=0
/proc/22063/task/22070/stat : 22070 (java) S 22061 22063 20465 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2004212627 829218816 160953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22071] ppid=22061 vsize=809784 CPUtime=0
/proc/22063/task/22071/stat : 22071 (java) S 22061 22063 20465 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2004212632 829218816 160953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=22063/tid=22075] ppid=22061 vsize=809784 CPUtime=0
/proc/22063/task/22075/stat : 22075 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2004212632 829218816 160953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 809784

[startup+51.1021 s]
/proc/loadavg: 2.45 2.26 2.09 3/96 22075
/proc/meminfo: memFree=894332/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=813624 CPUtime=51.77
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 174762 0 30 0 5073 104 0 0 18 0 12 0 2004212615 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 203406 168147 1364 9 0 200768 0
[pid=22063/tid=22065] ppid=22061 vsize=813624 CPUtime=37.56
/proc/22063/task/22065/stat : 22065 (java) R 22061 22063 20465 0 -1 64 21099 0 1 0 3733 23 0 0 19 0 12 0 2004212624 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4109784508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22066] ppid=22061 vsize=813624 CPUtime=5.72
/proc/22063/task/22066/stat : 22066 (java) S 22061 22063 20465 0 -1 64 82840 0 0 0 530 42 0 0 16 0 12 0 2004212625 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22067] ppid=22061 vsize=813624 CPUtime=5.18
/proc/22063/task/22067/stat : 22067 (java) S 22061 22063 20465 0 -1 64 63748 0 0 0 487 31 0 0 16 0 12 0 2004212625 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22068] ppid=22061 vsize=813624 CPUtime=1.85
/proc/22063/task/22068/stat : 22068 (java) S 22061 22063 20465 0 -1 64 1786 0 0 0 184 1 0 0 15 0 12 0 2004212627 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22069] ppid=22061 vsize=813624 CPUtime=0
/proc/22063/task/22069/stat : 22069 (java) S 22061 22063 20465 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2004212627 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22070] ppid=22061 vsize=813624 CPUtime=0
/proc/22063/task/22070/stat : 22070 (java) S 22061 22063 20465 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2004212627 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22071] ppid=22061 vsize=813624 CPUtime=0
/proc/22063/task/22071/stat : 22071 (java) S 22061 22063 20465 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2004212632 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22072] ppid=22061 vsize=813624 CPUtime=0.6
/proc/22063/task/22072/stat : 22072 (java) S 22061 22063 20465 0 -1 64 1745 0 0 0 60 0 0 0 16 0 12 0 2004212632 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22073] ppid=22061 vsize=813624 CPUtime=0.77
/proc/22063/task/22073/stat : 22073 (java) S 22061 22063 20465 0 -1 64 2810 0 0 0 76 1 0 0 16 0 12 0 2004212632 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22074] ppid=22061 vsize=813624 CPUtime=0
/proc/22063/task/22074/stat : 22074 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2004212632 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22075] ppid=22061 vsize=813624 CPUtime=0
/proc/22063/task/22075/stat : 22075 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2004212632 833150976 168147 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.77
Current children cumulated vsize (KiB) 813624

[startup+102.302 s]
/proc/loadavg: 2.27 2.23 2.09 3/96 22075
/proc/meminfo: memFree=867836/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=821628 CPUtime=103.39
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 294427 0 30 0 10178 161 0 0 18 0 12 0 2004212615 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 205407 174706 1364 9 0 202769 0
[pid=22063/tid=22065] ppid=22061 vsize=821628 CPUtime=40.16
/proc/22063/task/22065/stat : 22065 (java) S 22061 22063 20465 0 -1 64 21116 0 1 0 3993 23 0 0 17 0 12 0 2004212624 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22066] ppid=22061 vsize=821628 CPUtime=6.55
/proc/22063/task/22066/stat : 22066 (java) S 22061 22063 20465 0 -1 64 84343 0 0 0 613 42 0 0 17 0 12 0 2004212625 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22067] ppid=22061 vsize=821628 CPUtime=5.98
/proc/22063/task/22067/stat : 22067 (java) S 22061 22063 20465 0 -1 64 63748 0 0 0 567 31 0 0 17 0 12 0 2004212625 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22068] ppid=22061 vsize=821628 CPUtime=49.24
/proc/22063/task/22068/stat : 22068 (java) R 22061 22063 20465 0 -1 64 119931 0 0 0 4866 58 0 0 25 0 12 0 2004212627 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 106122524 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22069] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22069/stat : 22069 (java) S 22061 22063 20465 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2004212627 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22070] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22070/stat : 22070 (java) S 22061 22063 20465 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2004212627 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22071] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22071/stat : 22071 (java) S 22061 22063 20465 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2004212632 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22072] ppid=22061 vsize=821628 CPUtime=0.6
/proc/22063/task/22072/stat : 22072 (java) S 22061 22063 20465 0 -1 64 1745 0 0 0 60 0 0 0 16 0 12 0 2004212632 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22073] ppid=22061 vsize=821628 CPUtime=0.77
/proc/22063/task/22073/stat : 22073 (java) S 22061 22063 20465 0 -1 64 2810 0 0 0 76 1 0 0 16 0 12 0 2004212632 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22074] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22074/stat : 22074 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2004212632 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22075] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22075/stat : 22075 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2004212632 841347072 174706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.39
Current children cumulated vsize (KiB) 821628

[startup+162.302 s]
/proc/loadavg: 2.16 2.21 2.09 3/96 22075
/proc/meminfo: memFree=867708/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=821628 CPUtime=163.35
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 408301 0 30 0 16118 217 0 0 18 0 12 0 2004212615 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 205407 174707 1365 9 0 202769 0
[pid=22063/tid=22065] ppid=22061 vsize=821628 CPUtime=40.16
/proc/22063/task/22065/stat : 22065 (java) S 22061 22063 20465 0 -1 64 21135 0 1 0 3993 23 0 0 17 0 12 0 2004212624 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22066] ppid=22061 vsize=821628 CPUtime=6.55
/proc/22063/task/22066/stat : 22066 (java) S 22061 22063 20465 0 -1 64 84343 0 0 0 613 42 0 0 17 0 12 0 2004212625 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22067] ppid=22061 vsize=821628 CPUtime=5.98
/proc/22063/task/22067/stat : 22067 (java) S 22061 22063 20465 0 -1 64 63748 0 0 0 567 31 0 0 17 0 12 0 2004212625 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22068] ppid=22061 vsize=821628 CPUtime=109.2
/proc/22063/task/22068/stat : 22068 (java) R 22061 22063 20465 0 -1 64 233786 0 0 0 10806 114 0 0 25 0 12 0 2004212627 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22069] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22069/stat : 22069 (java) S 22061 22063 20465 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2004212627 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22070] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22070/stat : 22070 (java) S 22061 22063 20465 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2004212627 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22071] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22071/stat : 22071 (java) S 22061 22063 20465 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22072] ppid=22061 vsize=821628 CPUtime=0.6
/proc/22063/task/22072/stat : 22072 (java) S 22061 22063 20465 0 -1 64 1745 0 0 0 60 0 0 0 16 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22073] ppid=22061 vsize=821628 CPUtime=0.77
/proc/22063/task/22073/stat : 22073 (java) S 22061 22063 20465 0 -1 64 2810 0 0 0 76 1 0 0 16 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22074] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22074/stat : 22074 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22075] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22075/stat : 22075 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.35
Current children cumulated vsize (KiB) 821628

Solver just ended. Dumping a history of the last processes samples

[startup+162.402 s]
/proc/loadavg: 2.16 2.21 2.09 3/96 22075
/proc/meminfo: memFree=867708/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=821628 CPUtime=163.45
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 408301 0 30 0 16128 217 0 0 18 0 12 0 2004212615 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 205407 174707 1365 9 0 202769 0
[pid=22063/tid=22065] ppid=22061 vsize=821628 CPUtime=40.16
/proc/22063/task/22065/stat : 22065 (java) S 22061 22063 20465 0 -1 64 21135 0 1 0 3993 23 0 0 17 0 12 0 2004212624 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22066] ppid=22061 vsize=821628 CPUtime=6.55
/proc/22063/task/22066/stat : 22066 (java) S 22061 22063 20465 0 -1 64 84343 0 0 0 613 42 0 0 17 0 12 0 2004212625 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22067] ppid=22061 vsize=821628 CPUtime=5.98
/proc/22063/task/22067/stat : 22067 (java) S 22061 22063 20465 0 -1 64 63748 0 0 0 567 31 0 0 17 0 12 0 2004212625 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22068] ppid=22061 vsize=821628 CPUtime=109.3
/proc/22063/task/22068/stat : 22068 (java) R 22061 22063 20465 0 -1 64 233786 0 0 0 10816 114 0 0 25 0 12 0 2004212627 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 105852559 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22069] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22069/stat : 22069 (java) S 22061 22063 20465 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2004212627 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22070] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22070/stat : 22070 (java) S 22061 22063 20465 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2004212627 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22071] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22071/stat : 22071 (java) S 22061 22063 20465 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22072] ppid=22061 vsize=821628 CPUtime=0.6
/proc/22063/task/22072/stat : 22072 (java) S 22061 22063 20465 0 -1 64 1745 0 0 0 60 0 0 0 16 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22073] ppid=22061 vsize=821628 CPUtime=0.77
/proc/22063/task/22073/stat : 22073 (java) S 22061 22063 20465 0 -1 64 2810 0 0 0 76 1 0 0 16 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22074] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22074/stat : 22074 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22075] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22075/stat : 22075 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.45
Current children cumulated vsize (KiB) 821628

[startup+162.802 s]
/proc/loadavg: 2.16 2.21 2.09 3/96 22075
/proc/meminfo: memFree=867708/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=821628 CPUtime=163.86
/proc/22063/stat : 22063 (java) S 22061 22063 20465 0 -1 0 408301 0 30 0 16169 217 0 0 18 0 12 0 2004212615 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 205407 174707 1365 9 0 202769 0
[pid=22063/tid=22065] ppid=22061 vsize=821628 CPUtime=40.16
/proc/22063/task/22065/stat : 22065 (java) S 22061 22063 20465 0 -1 64 21135 0 1 0 3993 23 0 0 17 0 12 0 2004212624 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22066] ppid=22061 vsize=821628 CPUtime=6.55
/proc/22063/task/22066/stat : 22066 (java) S 22061 22063 20465 0 -1 64 84343 0 0 0 613 42 0 0 17 0 12 0 2004212625 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22067] ppid=22061 vsize=821628 CPUtime=5.98
/proc/22063/task/22067/stat : 22067 (java) S 22061 22063 20465 0 -1 64 63748 0 0 0 567 31 0 0 17 0 12 0 2004212625 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22068] ppid=22061 vsize=821628 CPUtime=109.7
/proc/22063/task/22068/stat : 22068 (java) R 22061 22063 20465 0 -1 64 233786 0 0 0 10856 114 0 0 25 0 12 0 2004212627 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 106123786 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22069] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22069/stat : 22069 (java) S 22061 22063 20465 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2004212627 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22070] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22070/stat : 22070 (java) S 22061 22063 20465 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2004212627 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22071] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22071/stat : 22071 (java) S 22061 22063 20465 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22072] ppid=22061 vsize=821628 CPUtime=0.6
/proc/22063/task/22072/stat : 22072 (java) S 22061 22063 20465 0 -1 64 1745 0 0 0 60 0 0 0 16 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22073] ppid=22061 vsize=821628 CPUtime=0.77
/proc/22063/task/22073/stat : 22073 (java) S 22061 22063 20465 0 -1 64 2810 0 0 0 76 1 0 0 16 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22063/tid=22074] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22074/stat : 22074 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22063/tid=22075] ppid=22061 vsize=821628 CPUtime=0
/proc/22063/task/22075/stat : 22075 (java) S 22061 22063 20465 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2004212632 841347072 174707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.86
Current children cumulated vsize (KiB) 821628

[startup+163.203 s]
/proc/loadavg: 2.16 2.21 2.09 3/96 22075
/proc/meminfo: memFree=867708/2055920 swapFree=4179816/4192956
[pid=22063] ppid=22061 vsize=0 CPUtime=164.23
/proc/22063/stat : 22063 (java) Z 22061 22063 20465 0 -1 12 408314 0 30 0 16198 225 0 0 16 0 2 0 2004212615 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22063/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 164.23
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 163.225
CPU time (s): 164.268
CPU user time (s): 161.986
CPU system time (s): 2.28165
CPU usage (%): 100.639
Max. virtual memory (cumulated for all children) (KiB): 837632

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

runsolver used 0.245962 second user time and 0.579911 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 12:06:42
IDJOB=1094646
IDBENCH=58817
IDSOLVER=344
FILE ID=node45/1094646-1215252396
PBS_JOBID= 7881976
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-14.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094646-1215252396/watcher-1094646-1215252396 -o /tmp/evaluation-result-1094646-1215252396/solver-1094646-1215252396 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094646-1215252396.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 92e7bec746635480f5800308fc5016ce
RANDOM SEED=484807740

node45.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.268
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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1569852 kB
Buffers:         43268 kB
Cached:         292600 kB
SwapCached:       6920 kB
Active:         318176 kB
Inactive:       104764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569852 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:           71652 kB
Writeback:           0 kB
Mapped:         104268 kB
Slab:            48112 kB
Committed_AS:  3940028 kB
PageTables:       2004 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= 66392 MiB
End job on node45 at 2008-07-05 12:09:26