Trace number 1086967

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? 555.881 558.581

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-6.xml
MD5SUMc69528fd65a2520fb81be713348cca16
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.9351
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.42	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.42	c See www.sat4j.org for details.
0.28/0.42	c That software uses the Rhino library from the Mozilla project.
0.28/0.47	c version 9.9.9.token
0.28/0.47	c sun.arch.data.model	32
0.28/0.47	c java.version	1.6.0_06
0.28/0.47	c os.name	Linux
0.28/0.47	c os.version	2.6.9-22.EL.rootsmp
0.28/0.47	c os.arch	i386
0.28/0.47	c Free memory 669864272
0.28/0.47	c Max memory 672137216
0.28/0.47	c Total memory 672137216
0.28/0.47	c Number of processors 2
0.38/0.52	c c --- Begin Solver configuration ---
0.38/0.52	c Stops conflict analysis at the first Unique Implication Point
0.38/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.52	c Learn all clauses as in MiniSAT
0.38/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.52	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.52	c Expensive reason simplification
0.38/0.52	c MiniSAT restarts strategy
0.38/0.52	c timeout=2147483s
0.38/0.52	c DB Simplification allowed=false
0.38/0.52	c --- End Solver configuration ---
0.38/0.52	c solving HOME/instance-1086967-1215242161.xml
0.38/0.52	c reading problem ... 
0.63/0.83	c reading problem named null
0.63/0.83	c reading domains done.
0.84/1.02	c reading variables done.
1.23/1.42	c reading predicates  done.
1.44/1.60	c reading constraints
550.54/553.23	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
551.82/554.54		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
551.82/554.54		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
551.82/554.54		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
551.82/554.54		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
551.82/554.54		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
551.82/554.54		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
551.82/554.54		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
551.82/554.54		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
551.82/554.54		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
551.82/554.54		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
551.82/554.54		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
551.82/554.54		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
551.82/554.54		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
551.82/554.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
551.82/554.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
551.82/554.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
551.82/554.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
551.82/554.54		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
551.82/554.54		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
551.82/554.54		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
551.82/554.54		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
551.82/554.54		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
551.82/554.54		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
551.82/554.54		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
551.82/554.54		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
551.82/554.54		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
551.82/554.54		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
555.50/558.26	c starts		: 0
555.50/558.26	c conflicts		: 0
555.50/558.26	c decisions		: 0
555.50/558.26	c propagations		: 0
555.50/558.26	c inspects		: 0
555.50/558.26	c learnt literals	: 0
555.50/558.26	c learnt binary clauses	: 0
555.50/558.26	c learnt ternary clauses	: 0
555.50/558.26	c learnt clauses	: 0
555.50/558.26	c ignored clauses	: 0
555.50/558.26	c root simplifications	: 0
555.50/558.26	c removed literals (reason simplification)	: 0
555.50/558.26	c reason swapping (by a shorter reason)	: 0
555.50/558.26	c Calls to reduceDB	: 0
555.50/558.26	c speed (assignments/second)	: 0.0
555.50/558.26	c non guided choices	0
555.50/558.26	s UNKNOWN
555.50/558.26	c Total wall clock time (in seconds) : 554.019

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-1086967-1215242161/watcher-1086967-1215242161 -o /tmp/evaluation-result-1086967-1215242161/solver-1086967-1215242161 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086967-1215242161.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.07 2.06 2.01 3/75 31826
/proc/meminfo: memFree=1389328/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=152 CPUtime=0
/proc/31826/stat : 31826 (java) R 31824 31826 30539 0 -1 0 211 0 0 0 0 0 0 0 19 0 1 0 257204038 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 5567268 0 0 4096 0 0 0 0 17 0 0 0
/proc/31826/statm: 38 26 19 9 0 4 0

[startup+0.0862229 s]
/proc/loadavg: 2.07 2.06 2.01 3/75 31826
/proc/meminfo: memFree=1389328/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=800744 CPUtime=0.04
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 2291 0 26 0 1 3 0 0 18 0 4 0 257204038 819961856 2054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 200186 2055 910 9 0 197569 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.101226 s]
/proc/loadavg: 2.07 2.06 2.01 3/75 31826
/proc/meminfo: memFree=1389328/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=800744 CPUtime=0.05
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 2395 0 26 0 1 4 0 0 18 0 4 0 257204038 819961856 2158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 200186 2158 912 9 0 197569 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800744

[startup+0.301244 s]
/proc/loadavg: 2.07 2.06 2.01 3/75 31826
/proc/meminfo: memFree=1389328/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=808308 CPUtime=0.21
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 4549 0 26 0 16 5 0 0 18 0 12 0 257204038 827707392 3903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 202077 3903 1295 9 0 199446 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 808308

[startup+0.701289 s]
/proc/loadavg: 2.07 2.06 2.01 3/75 31826
/proc/meminfo: memFree=1389328/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=808336 CPUtime=0.55
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 6044 0 26 0 47 8 0 0 18 0 12 0 257204038 827736064 5199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 202084 5199 1331 9 0 199446 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 808336

[startup+1.50237 s]
/proc/loadavg: 2.07 2.06 2.01 5/87 31838
/proc/meminfo: memFree=1361904/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=808336 CPUtime=1.33
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 11300 0 26 0 122 11 0 0 18 0 12 0 257204038 827736064 9191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 202084 9191 1351 9 0 199446 0
[pid=31826/tid=31828] ppid=31824 vsize=808336 CPUtime=0.64
/proc/31826/task/31828/stat : 31828 (java) R 31824 31826 30539 0 -1 64 7467 0 1 0 57 7 0 0 24 0 12 0 257204045 827736064 9191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31829] ppid=31824 vsize=808336 CPUtime=0
/proc/31826/task/31829/stat : 31829 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 257204046 827736064 9191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31830] ppid=31824 vsize=808336 CPUtime=0
/proc/31826/task/31830/stat : 31830 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 257204046 827736064 9191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31831] ppid=31824 vsize=808336 CPUtime=0
/proc/31826/task/31831/stat : 31831 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 257204049 827736064 9191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31832] ppid=31824 vsize=808336 CPUtime=0
/proc/31826/task/31832/stat : 31832 (java) S 31824 31826 30539 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 257204049 827736064 9191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31833] ppid=31824 vsize=808336 CPUtime=0
/proc/31826/task/31833/stat : 31833 (java) S 31824 31826 30539 0 -1 64 5 0 0 0 0 0 0 0 23 0 12 0 257204049 827736064 9192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31834] ppid=31824 vsize=808336 CPUtime=0
/proc/31826/task/31834/stat : 31834 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 257204055 827736064 9192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31835] ppid=31824 vsize=808336 CPUtime=0.15
/proc/31826/task/31835/stat : 31835 (java) S 31824 31826 30539 0 -1 64 403 0 0 0 15 0 0 0 16 0 12 0 257204055 827736064 9192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31836] ppid=31824 vsize=808336 CPUtime=0.49
/proc/31826/task/31836/stat : 31836 (java) S 31824 31826 30539 0 -1 64 2692 0 0 0 49 0 0 0 16 0 12 0 257204055 827736064 9192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31837] ppid=31824 vsize=808336 CPUtime=0
/proc/31826/task/31837/stat : 31837 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 257204055 827736064 9192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31838] ppid=31824 vsize=808336 CPUtime=0
/proc/31826/task/31838/stat : 31838 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 257204056 827736064 9193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 808336

[startup+3.10255 s]
/proc/loadavg: 2.07 2.06 2.01 4/87 31838
/proc/meminfo: memFree=1337200/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=815708 CPUtime=2.93
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 21101 0 26 0 276 17 0 0 18 0 12 0 257204038 835284992 16728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 203927 16729 1383 9 0 201289 0
[pid=31826/tid=31828] ppid=31824 vsize=815708 CPUtime=1.23
/proc/31826/task/31828/stat : 31828 (java) R 31824 31826 30539 0 -1 64 13062 0 1 0 113 10 0 0 25 0 12 0 257204045 835284992 16730 996147200 134512640 134550740 4294956016 18446744073709551615 4109693393 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31829] ppid=31824 vsize=815708 CPUtime=0
/proc/31826/task/31829/stat : 31829 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 257204046 835284992 16730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31830] ppid=31824 vsize=815708 CPUtime=0
/proc/31826/task/31830/stat : 31830 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 257204046 835284992 16731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31831] ppid=31824 vsize=815708 CPUtime=0
/proc/31826/task/31831/stat : 31831 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 257204049 835284992 16732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31832] ppid=31824 vsize=815708 CPUtime=0
/proc/31826/task/31832/stat : 31832 (java) S 31824 31826 30539 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 257204049 835284992 16733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31833] ppid=31824 vsize=815708 CPUtime=0
/proc/31826/task/31833/stat : 31833 (java) S 31824 31826 30539 0 -1 64 5 0 0 0 0 0 0 0 23 0 12 0 257204049 835284992 16734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31834] ppid=31824 vsize=815708 CPUtime=0
/proc/31826/task/31834/stat : 31834 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 257204055 835284992 16735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31835] ppid=31824 vsize=815708 CPUtime=0.47
/proc/31826/task/31835/stat : 31835 (java) S 31824 31826 30539 0 -1 64 607 0 0 0 47 0 0 0 16 0 12 0 257204055 835284992 16736 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31836] ppid=31824 vsize=815708 CPUtime=1.17
/proc/31826/task/31836/stat : 31836 (java) S 31824 31826 30539 0 -1 64 6696 0 0 0 114 3 0 0 16 0 12 0 257204055 835284992 16736 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31837] ppid=31824 vsize=815708 CPUtime=0
/proc/31826/task/31837/stat : 31837 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 257204055 835284992 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31838] ppid=31824 vsize=815708 CPUtime=0
/proc/31826/task/31838/stat : 31838 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 257204056 835284992 16738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 815708

[startup+6.30189 s]
/proc/loadavg: 2.07 2.05 2.01 3/87 31838
/proc/meminfo: memFree=1274160/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=815712 CPUtime=6.12
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 32482 0 26 0 590 22 0 0 18 0 12 0 257204038 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 203928 27943 1388 9 0 201290 0
[pid=31826/tid=31828] ppid=31824 vsize=815712 CPUtime=4.05
/proc/31826/task/31828/stat : 31828 (java) R 31824 31826 30539 0 -1 64 17314 0 1 0 393 12 0 0 25 0 12 0 257204045 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4109175790 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31829] ppid=31824 vsize=815712 CPUtime=0.12
/proc/31826/task/31829/stat : 31829 (java) S 31824 31826 30539 0 -1 64 2137 0 0 0 11 1 0 0 16 0 12 0 257204046 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31830] ppid=31824 vsize=815712 CPUtime=0.18
/proc/31826/task/31830/stat : 31830 (java) S 31824 31826 30539 0 -1 64 4955 0 0 0 17 1 0 0 16 0 12 0 257204046 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31831] ppid=31824 vsize=815712 CPUtime=0
/proc/31826/task/31831/stat : 31831 (java) S 31824 31826 30539 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 257204049 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31832] ppid=31824 vsize=815712 CPUtime=0
/proc/31826/task/31832/stat : 31832 (java) S 31824 31826 30539 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 257204049 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31833] ppid=31824 vsize=815712 CPUtime=0
/proc/31826/task/31833/stat : 31833 (java) S 31824 31826 30539 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 257204049 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31834] ppid=31824 vsize=815712 CPUtime=0
/proc/31826/task/31834/stat : 31834 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 257204055 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31835] ppid=31824 vsize=815712 CPUtime=0.52
/proc/31826/task/31835/stat : 31835 (java) S 31824 31826 30539 0 -1 64 612 0 0 0 52 0 0 0 17 0 12 0 257204055 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31836] ppid=31824 vsize=815712 CPUtime=1.18
/proc/31826/task/31836/stat : 31836 (java) S 31824 31826 30539 0 -1 64 6696 0 0 0 115 3 0 0 16 0 12 0 257204055 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31837] ppid=31824 vsize=815712 CPUtime=0
/proc/31826/task/31837/stat : 31837 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 257204055 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31838] ppid=31824 vsize=815712 CPUtime=0
/proc/31826/task/31838/stat : 31838 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 257204056 835289088 27943 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 815712

[startup+12.7016 s]
/proc/loadavg: 2.06 2.05 2.01 3/87 31838
/proc/meminfo: memFree=1249720/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=814460 CPUtime=12.52
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 38358 0 26 0 1227 25 0 0 18 0 12 0 257204038 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 203615 33501 1388 9 0 200977 0
[pid=31826/tid=31828] ppid=31824 vsize=814460 CPUtime=10.11
/proc/31826/task/31828/stat : 31828 (java) R 31824 31826 30539 0 -1 64 17325 0 1 0 999 12 0 0 25 0 12 0 257204045 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4109690101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31829] ppid=31824 vsize=814460 CPUtime=0.21
/proc/31826/task/31829/stat : 31829 (java) S 31824 31826 30539 0 -1 64 5799 0 0 0 19 2 0 0 16 0 12 0 257204046 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31830] ppid=31824 vsize=814460 CPUtime=0.28
/proc/31826/task/31830/stat : 31830 (java) S 31824 31826 30539 0 -1 64 7145 0 0 0 25 3 0 0 16 0 12 0 257204046 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31831] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31831/stat : 31831 (java) S 31824 31826 30539 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 257204049 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31832] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31832/stat : 31832 (java) S 31824 31826 30539 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 257204049 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31833] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31833/stat : 31833 (java) S 31824 31826 30539 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 257204049 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31834] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31834/stat : 31834 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 257204055 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31835] ppid=31824 vsize=814460 CPUtime=0.61
/proc/31826/task/31835/stat : 31835 (java) S 31824 31826 30539 0 -1 64 623 0 0 0 61 0 0 0 16 0 12 0 257204055 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31836] ppid=31824 vsize=814460 CPUtime=1.23
/proc/31826/task/31836/stat : 31836 (java) S 31824 31826 30539 0 -1 64 6698 0 0 0 120 3 0 0 16 0 12 0 257204055 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31837] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31837/stat : 31837 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 257204055 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31838] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31838/stat : 31838 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 257204056 834007040 33501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 814460

[startup+25.503 s]
/proc/loadavg: 2.05 2.05 2.01 3/87 31838
/proc/meminfo: memFree=1219064/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=814460 CPUtime=25.32
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 45798 0 26 0 2503 29 0 0 18 0 12 0 257204038 834007040 40920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 203615 40920 1389 9 0 200977 0
[pid=31826/tid=31828] ppid=31824 vsize=814460 CPUtime=22.65
/proc/31826/task/31828/stat : 31828 (java) R 31824 31826 30539 0 -1 64 17350 0 1 0 2252 13 0 0 25 0 12 0 257204045 834007040 40920 996147200 134512640 134550740 4294956016 18446744073709551615 4109952782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31829] ppid=31824 vsize=814460 CPUtime=0.3
/proc/31826/task/31829/stat : 31829 (java) S 31824 31826 30539 0 -1 64 9615 0 0 0 26 4 0 0 16 0 12 0 257204046 834007040 40920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31830] ppid=31824 vsize=814460 CPUtime=0.36
/proc/31826/task/31830/stat : 31830 (java) S 31824 31826 30539 0 -1 64 10740 0 0 0 32 4 0 0 16 0 12 0 257204046 834007040 40920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31831] ppid=31824 vsize=814460 CPUtime=0.01
/proc/31826/task/31831/stat : 31831 (java) S 31824 31826 30539 0 -1 64 30 0 0 0 1 0 0 0 17 0 12 0 257204049 834007040 40920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31832] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31832/stat : 31832 (java) S 31824 31826 30539 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 257204049 834007040 40920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31833] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31833/stat : 31833 (java) S 31824 31826 30539 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 257204049 834007040 40920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31834] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31834/stat : 31834 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 257204055 834007040 40920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 534.91
Current children cumulated vsize (KiB) 814460

[startup+550.302 s]
/proc/loadavg: 2.07 2.22 2.10 3/93 31910
/proc/meminfo: memFree=610240/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=818464 CPUtime=547.64
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 194316 0 26 0 54667 97 0 0 18 0 12 0 257204038 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 204616 174301 1395 9 0 201978 0
[pid=31826/tid=31828] ppid=31824 vsize=818464 CPUtime=299.89
/proc/31826/task/31828/stat : 31828 (java) S 31824 31826 30539 0 -1 64 17986 0 1 0 29972 17 0 0 16 0 12 0 257204045 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31829] ppid=31824 vsize=818464 CPUtime=3.45
/proc/31826/task/31829/stat : 31829 (java) S 31824 31826 30539 0 -1 64 77131 0 0 0 314 31 0 0 16 0 12 0 257204046 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31830] ppid=31824 vsize=818464 CPUtime=3.45
/proc/31826/task/31830/stat : 31830 (java) S 31824 31826 30539 0 -1 64 75813 0 0 0 315 30 0 0 15 0 12 0 257204046 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31831] ppid=31824 vsize=818464 CPUtime=238.23
/proc/31826/task/31831/stat : 31831 (java) R 31824 31826 30539 0 -1 64 15188 0 0 0 23813 10 0 0 25 0 12 0 257204049 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31832] ppid=31824 vsize=818464 CPUtime=0
/proc/31826/task/31832/stat : 31832 (java) S 31824 31826 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 257204049 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31833] ppid=31824 vsize=818464 CPUtime=0
/proc/31826/task/31833/stat : 31833 (java) S 31824 31826 30539 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 257204049 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31834] ppid=31824 vsize=818464 CPUtime=0
/proc/31826/task/31834/stat : 31834 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 257204055 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31835] ppid=31824 vsize=818464 CPUtime=0.92
/proc/31826/task/31835/stat : 31835 (java) S 31824 31826 30539 0 -1 64 635 0 0 0 92 0 0 0 16 0 12 0 257204055 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31836] ppid=31824 vsize=818464 CPUtime=1.61
/proc/31826/task/31836/stat : 31836 (java) S 31824 31826 30539 0 -1 64 6825 0 0 0 158 3 0 0 17 0 12 0 257204055 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31837] ppid=31824 vsize=818464 CPUtime=0
/proc/31826/task/31837/stat : 31837 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 257204055 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31838] ppid=31824 vsize=818464 CPUtime=0
/proc/31826/task/31838/stat : 31838 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 257204056 838107136 174301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 547.64
Current children cumulated vsize (KiB) 818464

[startup+553.502 s]
/proc/loadavg: 2.07 2.22 2.10 3/93 31910
/proc/meminfo: memFree=608064/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=814460 CPUtime=550.83
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 198826 0 26 0 54984 99 0 0 18 0 12 0 257204038 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 203615 173300 1395 9 0 200977 0
[pid=31826/tid=31828] ppid=31824 vsize=814460 CPUtime=299.89
/proc/31826/task/31828/stat : 31828 (java) S 31824 31826 30539 0 -1 64 17990 0 1 0 29972 17 0 0 16 0 12 0 257204045 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31829] ppid=31824 vsize=814460 CPUtime=3.45
/proc/31826/task/31829/stat : 31829 (java) S 31824 31826 30539 0 -1 64 77131 0 0 0 314 31 0 0 16 0 12 0 257204046 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31830] ppid=31824 vsize=814460 CPUtime=3.45
/proc/31826/task/31830/stat : 31830 (java) S 31824 31826 30539 0 -1 64 75813 0 0 0 315 30 0 0 15 0 12 0 257204046 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31831] ppid=31824 vsize=814460 CPUtime=241.42
/proc/31826/task/31831/stat : 31831 (java) R 31824 31826 30539 0 -1 64 19694 0 0 0 24130 12 0 0 25 0 12 0 257204049 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31832] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31832/stat : 31832 (java) S 31824 31826 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 257204049 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31833] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31833/stat : 31833 (java) S 31824 31826 30539 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 257204049 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31834] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31834/stat : 31834 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 257204055 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31835] ppid=31824 vsize=814460 CPUtime=0.92
/proc/31826/task/31835/stat : 31835 (java) S 31824 31826 30539 0 -1 64 635 0 0 0 92 0 0 0 16 0 12 0 257204055 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31836] ppid=31824 vsize=814460 CPUtime=1.61
/proc/31826/task/31836/stat : 31836 (java) S 31824 31826 30539 0 -1 64 6825 0 0 0 158 3 0 0 17 0 12 0 257204055 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31837] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31837/stat : 31837 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 257204055 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31838] ppid=31824 vsize=814460 CPUtime=0
/proc/31826/task/31838/stat : 31838 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 257204056 834007040 173300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 550.83
Current children cumulated vsize (KiB) 814460

[startup+556.703 s]
/proc/loadavg: 2.07 2.22 2.10 3/94 31911
/proc/meminfo: memFree=612016/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=814784 CPUtime=554.01
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 198836 0 26 0 55302 99 0 0 18 0 13 0 257204038 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 203696 173307 1395 9 0 201058 0
[pid=31826/tid=31828] ppid=31824 vsize=814784 CPUtime=299.89
/proc/31826/task/31828/stat : 31828 (java) S 31824 31826 30539 0 -1 64 17994 0 1 0 29972 17 0 0 17 0 13 0 257204045 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31829] ppid=31824 vsize=814784 CPUtime=3.45
/proc/31826/task/31829/stat : 31829 (java) S 31824 31826 30539 0 -1 64 77131 0 0 0 314 31 0 0 16 0 13 0 257204046 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31830] ppid=31824 vsize=814784 CPUtime=3.45
/proc/31826/task/31830/stat : 31830 (java) S 31824 31826 30539 0 -1 64 75813 0 0 0 315 30 0 0 15 0 13 0 257204046 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31831] ppid=31824 vsize=814784 CPUtime=244.6
/proc/31826/task/31831/stat : 31831 (java) R 31824 31826 30539 0 -1 64 19694 0 0 0 24448 12 0 0 25 0 13 0 257204049 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31832] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31832/stat : 31832 (java) S 31824 31826 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 257204049 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31833] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31833/stat : 31833 (java) S 31824 31826 30539 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 257204049 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31834] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31834/stat : 31834 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 257204055 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31835] ppid=31824 vsize=814784 CPUtime=0.92
/proc/31826/task/31835/stat : 31835 (java) S 31824 31826 30539 0 -1 64 635 0 0 0 92 0 0 0 16 0 13 0 257204055 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31836] ppid=31824 vsize=814784 CPUtime=1.61
/proc/31826/task/31836/stat : 31836 (java) S 31824 31826 30539 0 -1 64 6825 0 0 0 158 3 0 0 17 0 13 0 257204055 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31837] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31837/stat : 31837 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 257204055 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31838] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31838/stat : 31838 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 257204056 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31911] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31911/stat : 31911 (java) S 31824 31826 30539 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 257259492 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 554.01
Current children cumulated vsize (KiB) 814784

[startup+557.502 s]
/proc/loadavg: 2.07 2.22 2.10 3/94 31911
/proc/meminfo: memFree=612016/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=814784 CPUtime=554.81
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 198837 0 26 0 55382 99 0 0 18 0 13 0 257204038 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 203696 173307 1395 9 0 201058 0
[pid=31826/tid=31828] ppid=31824 vsize=814784 CPUtime=299.89
/proc/31826/task/31828/stat : 31828 (java) S 31824 31826 30539 0 -1 64 17994 0 1 0 29972 17 0 0 17 0 13 0 257204045 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31829] ppid=31824 vsize=814784 CPUtime=3.45
/proc/31826/task/31829/stat : 31829 (java) S 31824 31826 30539 0 -1 64 77131 0 0 0 314 31 0 0 16 0 13 0 257204046 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31830] ppid=31824 vsize=814784 CPUtime=3.45
/proc/31826/task/31830/stat : 31830 (java) S 31824 31826 30539 0 -1 64 75813 0 0 0 315 30 0 0 15 0 13 0 257204046 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31831] ppid=31824 vsize=814784 CPUtime=245.39
/proc/31826/task/31831/stat : 31831 (java) R 31824 31826 30539 0 -1 64 19694 0 0 0 24527 12 0 0 25 0 13 0 257204049 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31832] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31832/stat : 31832 (java) S 31824 31826 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 257204049 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31833] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31833/stat : 31833 (java) S 31824 31826 30539 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 257204049 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31834] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31834/stat : 31834 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 257204055 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31835] ppid=31824 vsize=814784 CPUtime=0.92
/proc/31826/task/31835/stat : 31835 (java) S 31824 31826 30539 0 -1 64 635 0 0 0 92 0 0 0 16 0 13 0 257204055 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31836] ppid=31824 vsize=814784 CPUtime=1.61
/proc/31826/task/31836/stat : 31836 (java) S 31824 31826 30539 0 -1 64 6825 0 0 0 158 3 0 0 17 0 13 0 257204055 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31837] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31837/stat : 31837 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 257204055 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31838] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31838/stat : 31838 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 257204056 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31911] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31911/stat : 31911 (java) S 31824 31826 30539 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 257259492 834338816 173307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 554.81
Current children cumulated vsize (KiB) 814784

[startup+558.302 s]
/proc/loadavg: 2.07 2.22 2.10 3/94 31911
/proc/meminfo: memFree=612016/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=814784 CPUtime=555.6
/proc/31826/stat : 31826 (java) S 31824 31826 30539 0 -1 0 198839 0 26 0 55461 99 0 0 18 0 12 0 257204038 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31826/statm: 203696 173308 1396 9 0 201058 0
[pid=31826/tid=31828] ppid=31824 vsize=814784 CPUtime=299.89
/proc/31826/task/31828/stat : 31828 (java) S 31824 31826 30539 0 -1 64 17994 0 1 0 29972 17 0 0 16 0 12 0 257204045 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31829] ppid=31824 vsize=814784 CPUtime=3.45
/proc/31826/task/31829/stat : 31829 (java) S 31824 31826 30539 0 -1 64 77131 0 0 0 314 31 0 0 16 0 12 0 257204046 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31830] ppid=31824 vsize=814784 CPUtime=3.45
/proc/31826/task/31830/stat : 31830 (java) S 31824 31826 30539 0 -1 64 75813 0 0 0 315 30 0 0 15 0 12 0 257204046 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31831] ppid=31824 vsize=814784 CPUtime=246.19
/proc/31826/task/31831/stat : 31831 (java) R 31824 31826 30539 0 -1 64 19694 0 0 0 24607 12 0 0 25 0 12 0 257204049 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31832] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31832/stat : 31832 (java) S 31824 31826 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 257204049 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31833] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31833/stat : 31833 (java) S 31824 31826 30539 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 257204049 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31826/tid=31834] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31834/stat : 31834 (java) S 31824 31826 30539 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 257204055 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31835] ppid=31824 vsize=814784 CPUtime=0.92
/proc/31826/task/31835/stat : 31835 (java) S 31824 31826 30539 0 -1 64 635 0 0 0 92 0 0 0 16 0 12 0 257204055 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31836] ppid=31824 vsize=814784 CPUtime=1.61
/proc/31826/task/31836/stat : 31836 (java) S 31824 31826 30539 0 -1 64 6825 0 0 0 158 3 0 0 17 0 12 0 257204055 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31837] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31837/stat : 31837 (java) S 31824 31826 30539 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 257204055 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31826/tid=31838] ppid=31824 vsize=814784 CPUtime=0
/proc/31826/task/31838/stat : 31838 (java) S 31824 31826 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 257204056 834338816 173308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 555.6
Current children cumulated vsize (KiB) 814784

[startup+558.502 s]
/proc/loadavg: 2.07 2.22 2.10 3/94 31911
/proc/meminfo: memFree=612016/2055920 swapFree=4180000/4192956
[pid=31826] ppid=31824 vsize=0 CPUtime=555.79
/proc/31826/stat : 31826 (java) Z 31824 31826 30539 0 -1 12 198844 0 26 0 55476 103 0 0 16 0 2 0 257204038 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31826/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 555.79
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 558.581
CPU time (s): 555.881
CPU user time (s): 554.77
CPU system time (s): 1.11183
CPU usage (%): 99.5168
Max. virtual memory (cumulated for all children) (KiB): 818464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 554.77
system time used= 1.11183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198844
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18681
involuntary context switches= 17197

runsolver used 0.696894 second user time and 1.86871 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 09:16:01
IDJOB=1086967
IDBENCH=57908
IDSOLVER=344
FILE ID=node81/1086967-1215242161
PBS_JOBID= 7881922
Free space on /tmp= 126616 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-6.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-1086967-1215242161/watcher-1086967-1215242161 -o /tmp/evaluation-result-1086967-1215242161/solver-1086967-1215242161 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086967-1215242161.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c69528fd65a2520fb81be713348cca16
RANDOM SEED=2030207646

node81.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.236
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.236
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:       1389808 kB
Buffers:          5648 kB
Cached:         253920 kB
SwapCached:       4680 kB
Active:         582592 kB
Inactive:        18396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389808 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:           43172 kB
Writeback:           0 kB
Mapped:         350700 kB
Slab:            49744 kB
Committed_AS:   949012 kB
PageTables:       2416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126808 MiB
End job on node81 at 2008-07-05 09:25:20