Trace number 1082408

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? 251.51 252.084

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-18.xml
MD5SUM3074edf8a49e2ed2abf95b9cd7a6a56e
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 benchmark8.36673
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size625
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1082408-1215222612/watcher-1082408-1215222612 -o /tmp/evaluation-result-1082408-1215222612/solver-1082408-1215222612 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082408-1215222612.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: 1.91 1.95 1.98 4/73 25569
/proc/meminfo: memFree=1329744/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=18572 CPUtime=0
/proc/25569/stat : 25569 (runsolver) R 25567 25569 25300 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001236821 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25569/statm: 4643 292 257 25 0 2626 0

[startup+0.071874 s]
/proc/loadavg: 1.91 1.95 1.98 4/73 25569
/proc/meminfo: memFree=1329744/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=802236 CPUtime=0.05
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 2712 0 1 0 4 1 0 0 18 0 7 0 2001236821 821489664 2447 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 200559 2447 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101875 s]
/proc/loadavg: 1.91 1.95 1.98 4/73 25569
/proc/meminfo: memFree=1329744/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=804488 CPUtime=0.08
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 2943 0 1 0 6 2 0 0 18 0 12 0 2001236821 823795712 2676 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 201122 2676 1044 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804488

[startup+0.301916 s]
/proc/loadavg: 1.91 1.95 1.98 4/73 25569
/proc/meminfo: memFree=1329744/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=808244 CPUtime=0.27
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 4870 0 1 0 24 3 0 0 18 0 12 0 2001236821 827641856 4197 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 202061 4197 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808244

[startup+0.701995 s]
/proc/loadavg: 1.91 1.95 1.98 4/73 25569
/proc/meminfo: memFree=1329744/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=808272 CPUtime=0.67
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 6357 0 1 0 61 6 0 0 18 0 12 0 2001236821 827670528 5485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 202068 5485 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50215 s]
/proc/loadavg: 1.91 1.95 1.98 3/85 25581
/proc/meminfo: memFree=1307696/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=811852 CPUtime=1.46
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 14599 0 1 0 136 10 0 0 18 0 12 0 2001236821 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 202963 12843 1352 9 0 200325 0
[pid=25569/tid=25571] ppid=25567 vsize=811852 CPUtime=0.81
/proc/25569/task/25571/stat : 25571 (java) R 25567 25569 25300 0 -1 64 10339 0 1 0 73 8 0 0 19 0 12 0 2001236823 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25572] ppid=25567 vsize=811852 CPUtime=0
/proc/25569/task/25572/stat : 25572 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001236824 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25573] ppid=25567 vsize=811852 CPUtime=0
/proc/25569/task/25573/stat : 25573 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2001236824 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25574] ppid=25567 vsize=811852 CPUtime=0
/proc/25569/task/25574/stat : 25574 (java) S 25567 25569 25300 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2001236826 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25575] ppid=25567 vsize=811852 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25567 25569 25300 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2001236826 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25576] ppid=25567 vsize=811852 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25567 25569 25300 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2001236826 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25577] ppid=25567 vsize=811852 CPUtime=0
/proc/25569/task/25577/stat : 25577 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001236831 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25578] ppid=25567 vsize=811852 CPUtime=0.35
/proc/25569/task/25578/stat : 25578 (java) R 25567 25569 25300 0 -1 64 2169 0 0 0 35 0 0 0 17 0 12 0 2001236831 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 104093575 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25579] ppid=25567 vsize=811852 CPUtime=0.27
/proc/25569/task/25579/stat : 25579 (java) S 25567 25569 25300 0 -1 64 1329 0 0 0 27 0 0 0 16 0 12 0 2001236831 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25580] ppid=25567 vsize=811852 CPUtime=0
/proc/25569/task/25580/stat : 25580 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001236831 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25581] ppid=25567 vsize=811852 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001236831 831336448 12843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 811852

[startup+3.10247 s]
/proc/loadavg: 1.91 1.95 1.98 6/85 25581
/proc/meminfo: memFree=1246256/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=826556 CPUtime=3.21
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 36380 0 1 0 299 22 0 0 18 0 12 0 2001236821 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 206639 29743 1384 9 0 204001 0
[pid=25569/tid=25571] ppid=25567 vsize=826556 CPUtime=1.43
/proc/25569/task/25571/stat : 25571 (java) R 25567 25569 25300 0 -1 64 17266 0 1 0 131 12 0 0 25 0 12 0 2001236823 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 106497698 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25572] ppid=25567 vsize=826556 CPUtime=0.08
/proc/25569/task/25572/stat : 25572 (java) S 25567 25569 25300 0 -1 64 3845 0 0 0 7 1 0 0 17 0 12 0 2001236824 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25573] ppid=25567 vsize=826556 CPUtime=0.06
/proc/25569/task/25573/stat : 25573 (java) S 25567 25569 25300 0 -1 64 2947 0 0 0 5 1 0 0 17 0 12 0 2001236824 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25574] ppid=25567 vsize=826556 CPUtime=0
/proc/25569/task/25574/stat : 25574 (java) S 25567 25569 25300 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2001236826 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25567 vsize=826556 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25567 25569 25300 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001236826 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25567 vsize=826556 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25567 25569 25300 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2001236826 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25577] ppid=25567 vsize=826556 CPUtime=0
/proc/25569/task/25577/stat : 25577 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001236831 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25578] ppid=25567 vsize=826556 CPUtime=1.06
/proc/25569/task/25578/stat : 25578 (java) R 25567 25569 25300 0 -1 64 8634 0 0 0 102 4 0 0 20 0 12 0 2001236831 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 105480008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25579] ppid=25567 vsize=826556 CPUtime=0.53
/proc/25569/task/25579/stat : 25579 (java) S 25567 25569 25300 0 -1 64 2896 0 0 0 52 1 0 0 16 0 12 0 2001236831 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25580] ppid=25567 vsize=826556 CPUtime=0
/proc/25569/task/25580/stat : 25580 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001236831 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25581] ppid=25567 vsize=826556 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001236831 846393344 29743 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 826556

[startup+6.3021 s]
/proc/loadavg: 2.00 1.97 1.99 3/85 25581
/proc/meminfo: memFree=1198064/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=823536 CPUtime=6.53
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 43258 0 1 0 628 25 0 0 18 0 12 0 2001236821 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 205884 35861 1384 9 0 203246 0
[pid=25569/tid=25571] ppid=25567 vsize=823536 CPUtime=4.32
/proc/25569/task/25571/stat : 25571 (java) R 25567 25569 25300 0 -1 64 17274 0 1 0 420 12 0 0 25 0 12 0 2001236823 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4109886581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25572] ppid=25567 vsize=823536 CPUtime=0.24
/proc/25569/task/25572/stat : 25572 (java) S 25567 25569 25300 0 -1 64 7653 0 0 0 22 2 0 0 16 0 12 0 2001236824 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25573] ppid=25567 vsize=823536 CPUtime=0.2
/proc/25569/task/25573/stat : 25573 (java) S 25567 25569 25300 0 -1 64 5973 0 0 0 17 3 0 0 16 0 12 0 2001236824 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25574] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25574/stat : 25574 (java) S 25567 25569 25300 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2001236826 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25567 25569 25300 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001236826 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25567 25569 25300 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2001236826 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25577] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25577/stat : 25577 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001236831 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25578] ppid=25567 vsize=823536 CPUtime=1.17
/proc/25569/task/25578/stat : 25578 (java) S 25567 25569 25300 0 -1 64 8669 0 0 0 113 4 0 0 21 0 12 0 2001236831 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25579] ppid=25567 vsize=823536 CPUtime=0.55
/proc/25569/task/25579/stat : 25579 (java) S 25567 25569 25300 0 -1 64 2897 0 0 0 54 1 0 0 16 0 12 0 2001236831 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25580] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25580/stat : 25580 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001236831 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25581] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001236831 843300864 35861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 823536

[startup+12.7024 s]
/proc/loadavg: 2.00 1.97 1.99 3/85 25581
/proc/meminfo: memFree=1148720/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=823536 CPUtime=12.93
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 55169 0 1 0 1262 31 0 0 18 0 12 0 2001236821 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 205884 47752 1384 9 0 203246 0
[pid=25569/tid=25571] ppid=25567 vsize=823536 CPUtime=10.37
/proc/25569/task/25571/stat : 25571 (java) R 25567 25569 25300 0 -1 64 17294 0 1 0 1025 12 0 0 25 0 12 0 2001236823 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4109659897 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25572] ppid=25567 vsize=823536 CPUtime=0.36
/proc/25569/task/25572/stat : 25572 (java) S 25567 25569 25300 0 -1 64 13816 0 0 0 31 5 0 0 16 0 12 0 2001236824 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25573] ppid=25567 vsize=823536 CPUtime=0.33
/proc/25569/task/25573/stat : 25573 (java) S 25567 25569 25300 0 -1 64 11701 0 0 0 28 5 0 0 16 0 12 0 2001236824 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25574] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25574/stat : 25574 (java) S 25567 25569 25300 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2001236826 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25567 25569 25300 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001236826 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25567 25569 25300 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2001236826 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25577] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25577/stat : 25577 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001236831 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25578] ppid=25567 vsize=823536 CPUtime=1.22
/proc/25569/task/25578/stat : 25578 (java) S 25567 25569 25300 0 -1 64 8669 0 0 0 118 4 0 0 16 0 12 0 2001236831 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25579] ppid=25567 vsize=823536 CPUtime=0.59
/proc/25569/task/25579/stat : 25579 (java) S 25567 25569 25300 0 -1 64 2897 0 0 0 58 1 0 0 16 0 12 0 2001236831 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25580] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25580/stat : 25580 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001236831 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25581] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001236831 843300864 47752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 823536

[startup+25.5029 s]
/proc/loadavg: 2.00 1.97 1.99 3/85 25581
/proc/meminfo: memFree=1088240/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=823536 CPUtime=25.73
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 69218 0 1 0 2536 37 0 0 18 0 12 0 2001236821 843300864 61777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 205884 61777 1384 9 0 203246 0
[pid=25569/tid=25571] ppid=25567 vsize=823536 CPUtime=22.84
/proc/25569/task/25571/stat : 25571 (java) R 25567 25569 25300 0 -1 64 17318 0 1 0 2271 13 0 0 25 0 12 0 2001236823 843300864 61777 996147200 134512640 134550740 4294956016 18446744073709551615 4109885113 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25572] ppid=25567 vsize=823536 CPUtime=0.54
/proc/25569/task/25572/stat : 25572 (java) S 25567 25569 25300 0 -1 64 21761 0 0 0 45 9 0 0 16 0 12 0 2001236824 843300864 61777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25573] ppid=25567 vsize=823536 CPUtime=0.47
/proc/25569/task/25573/stat : 25573 (java) S 25567 25569 25300 0 -1 64 17781 0 0 0 40 7 0 0 16 0 12 0 2001236824 843300864 61777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25574] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25574/stat : 25574 (java) S 25567 25569 25300 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 2001236826 843300864 61777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25567 25569 25300 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001236826 843300864 61777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25567 25569 25300 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2001236826 843300864 61777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25577] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25577/stat : 25577 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001236831 843300864 61777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 242.63
Current children cumulated vsize (KiB) 823536

[startup+246.302 s]
/proc/loadavg: 2.25 2.06 2.02 3/93 25621
/proc/meminfo: memFree=1063008/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=823536 CPUtime=245.81
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 183272 0 1 0 24493 88 0 0 18 0 12 0 2001236821 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 205884 175434 1388 9 0 203246 0
[pid=25569/tid=25571] ppid=25567 vsize=823536 CPUtime=182.7
/proc/25569/task/25571/stat : 25571 (java) S 25567 25569 25300 0 -1 64 17678 0 1 0 18256 14 0 0 17 0 12 0 2001236823 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25572] ppid=25567 vsize=823536 CPUtime=3.1
/proc/25569/task/25572/stat : 25572 (java) S 25567 25569 25300 0 -1 64 79462 0 0 0 278 32 0 0 16 0 12 0 2001236824 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25573] ppid=25567 vsize=823536 CPUtime=3.02
/proc/25569/task/25573/stat : 25573 (java) S 25567 25569 25300 0 -1 64 73484 0 0 0 272 30 0 0 15 0 12 0 2001236824 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25574] ppid=25567 vsize=823536 CPUtime=55.05
/proc/25569/task/25574/stat : 25574 (java) R 25567 25569 25300 0 -1 64 317 0 0 0 5502 3 0 0 25 0 12 0 2001236826 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 105847282 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25567 25569 25300 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001236826 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25576] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25567 25569 25300 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2001236826 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25577] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25577/stat : 25577 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001236831 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25578] ppid=25567 vsize=823536 CPUtime=1.23
/proc/25569/task/25578/stat : 25578 (java) S 25567 25569 25300 0 -1 64 8669 0 0 0 119 4 0 0 16 0 12 0 2001236831 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25579] ppid=25567 vsize=823536 CPUtime=0.64
/proc/25569/task/25579/stat : 25579 (java) S 25567 25569 25300 0 -1 64 2901 0 0 0 63 1 0 0 17 0 12 0 2001236831 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25580] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25580/stat : 25580 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001236831 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25581] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001236831 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 245.81
Current children cumulated vsize (KiB) 823536

[startup+249.502 s]
/proc/loadavg: 2.23 2.06 2.02 3/93 25621
/proc/meminfo: memFree=1063008/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=823536 CPUtime=248.99
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 183278 0 1 0 24811 88 0 0 18 0 12 0 2001236821 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 205884 175434 1388 9 0 203246 0
[pid=25569/tid=25571] ppid=25567 vsize=823536 CPUtime=182.7
/proc/25569/task/25571/stat : 25571 (java) S 25567 25569 25300 0 -1 64 17684 0 1 0 18256 14 0 0 16 0 12 0 2001236823 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25572] ppid=25567 vsize=823536 CPUtime=3.1
/proc/25569/task/25572/stat : 25572 (java) S 25567 25569 25300 0 -1 64 79462 0 0 0 278 32 0 0 16 0 12 0 2001236824 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25573] ppid=25567 vsize=823536 CPUtime=3.02
/proc/25569/task/25573/stat : 25573 (java) S 25567 25569 25300 0 -1 64 73484 0 0 0 272 30 0 0 15 0 12 0 2001236824 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25574] ppid=25567 vsize=823536 CPUtime=58.23
/proc/25569/task/25574/stat : 25574 (java) R 25567 25569 25300 0 -1 64 317 0 0 0 5820 3 0 0 25 0 12 0 2001236826 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25567 25569 25300 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001236826 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25576] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25567 25569 25300 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 2001236826 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25577] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25577/stat : 25577 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001236831 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25578] ppid=25567 vsize=823536 CPUtime=1.23
/proc/25569/task/25578/stat : 25578 (java) S 25567 25569 25300 0 -1 64 8669 0 0 0 119 4 0 0 16 0 12 0 2001236831 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25579] ppid=25567 vsize=823536 CPUtime=0.64
/proc/25569/task/25579/stat : 25579 (java) S 25567 25569 25300 0 -1 64 2901 0 0 0 63 1 0 0 17 0 12 0 2001236831 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25580] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25580/stat : 25580 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001236831 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25581] ppid=25567 vsize=823536 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001236831 843300864 175434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 248.99
Current children cumulated vsize (KiB) 823536

[startup+251.102 s]
/proc/loadavg: 2.23 2.06 2.02 3/94 25622
/proc/meminfo: memFree=1063000/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=823860 CPUtime=250.58
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 183289 0 1 0 24970 88 0 0 18 0 13 0 2001236821 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 205965 175441 1388 9 0 203327 0
[pid=25569/tid=25571] ppid=25567 vsize=823860 CPUtime=182.7
/proc/25569/task/25571/stat : 25571 (java) S 25567 25569 25300 0 -1 64 17688 0 1 0 18256 14 0 0 18 0 13 0 2001236823 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25572] ppid=25567 vsize=823860 CPUtime=3.1
/proc/25569/task/25572/stat : 25572 (java) S 25567 25569 25300 0 -1 64 79462 0 0 0 278 32 0 0 16 0 13 0 2001236824 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25573] ppid=25567 vsize=823860 CPUtime=3.02
/proc/25569/task/25573/stat : 25573 (java) S 25567 25569 25300 0 -1 64 73484 0 0 0 272 30 0 0 15 0 13 0 2001236824 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25574] ppid=25567 vsize=823860 CPUtime=59.81
/proc/25569/task/25574/stat : 25574 (java) R 25567 25569 25300 0 -1 64 317 0 0 0 5978 3 0 0 25 0 13 0 2001236826 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 106122394 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25567 25569 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 2001236826 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25567 25569 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001236826 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25577] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25577/stat : 25577 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001236831 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25578] ppid=25567 vsize=823860 CPUtime=1.23
/proc/25569/task/25578/stat : 25578 (java) S 25567 25569 25300 0 -1 64 8669 0 0 0 119 4 0 0 16 0 13 0 2001236831 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25579] ppid=25567 vsize=823860 CPUtime=0.64
/proc/25569/task/25579/stat : 25579 (java) S 25567 25569 25300 0 -1 64 2901 0 0 0 63 1 0 0 17 0 13 0 2001236831 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25580] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25580/stat : 25580 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2001236831 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25581] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2001236831 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25622] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25622/stat : 25622 (java) S 25567 25569 25300 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2001261785 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 250.58
Current children cumulated vsize (KiB) 823860

[startup+251.502 s]
/proc/loadavg: 2.23 2.06 2.02 3/94 25622
/proc/meminfo: memFree=1063000/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=823860 CPUtime=250.98
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 183289 0 1 0 25010 88 0 0 18 0 13 0 2001236821 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 205965 175441 1388 9 0 203327 0
[pid=25569/tid=25571] ppid=25567 vsize=823860 CPUtime=182.7
/proc/25569/task/25571/stat : 25571 (java) S 25567 25569 25300 0 -1 64 17688 0 1 0 18256 14 0 0 18 0 13 0 2001236823 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25572] ppid=25567 vsize=823860 CPUtime=3.1
/proc/25569/task/25572/stat : 25572 (java) S 25567 25569 25300 0 -1 64 79462 0 0 0 278 32 0 0 16 0 13 0 2001236824 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25573] ppid=25567 vsize=823860 CPUtime=3.02
/proc/25569/task/25573/stat : 25573 (java) S 25567 25569 25300 0 -1 64 73484 0 0 0 272 30 0 0 15 0 13 0 2001236824 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25574] ppid=25567 vsize=823860 CPUtime=60.21
/proc/25569/task/25574/stat : 25574 (java) R 25567 25569 25300 0 -1 64 317 0 0 0 6018 3 0 0 25 0 13 0 2001236826 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25567 25569 25300 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 2001236826 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25567 25569 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2001236826 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25577] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25577/stat : 25577 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001236831 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25578] ppid=25567 vsize=823860 CPUtime=1.23
/proc/25569/task/25578/stat : 25578 (java) S 25567 25569 25300 0 -1 64 8669 0 0 0 119 4 0 0 16 0 13 0 2001236831 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25579] ppid=25567 vsize=823860 CPUtime=0.64
/proc/25569/task/25579/stat : 25579 (java) S 25567 25569 25300 0 -1 64 2901 0 0 0 63 1 0 0 17 0 13 0 2001236831 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25580] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25580/stat : 25580 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2001236831 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25581] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2001236831 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25622] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25622/stat : 25622 (java) S 25567 25569 25300 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2001261785 843632640 175441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 250.98
Current children cumulated vsize (KiB) 823860

[startup+251.907 s]
/proc/loadavg: 2.23 2.06 2.02 3/94 25622
/proc/meminfo: memFree=1062936/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=823860 CPUtime=251.38
/proc/25569/stat : 25569 (java) S 25567 25569 25300 0 -1 0 183291 0 1 0 25050 88 0 0 18 0 12 0 2001236821 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25569/statm: 205965 175442 1389 9 0 203327 0
[pid=25569/tid=25571] ppid=25567 vsize=823860 CPUtime=182.7
/proc/25569/task/25571/stat : 25571 (java) S 25567 25569 25300 0 -1 64 17688 0 1 0 18256 14 0 0 16 0 12 0 2001236823 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25572] ppid=25567 vsize=823860 CPUtime=3.1
/proc/25569/task/25572/stat : 25572 (java) S 25567 25569 25300 0 -1 64 79462 0 0 0 278 32 0 0 16 0 12 0 2001236824 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25573] ppid=25567 vsize=823860 CPUtime=3.02
/proc/25569/task/25573/stat : 25573 (java) S 25567 25569 25300 0 -1 64 73484 0 0 0 272 30 0 0 15 0 12 0 2001236824 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25574] ppid=25567 vsize=823860 CPUtime=60.61
/proc/25569/task/25574/stat : 25574 (java) R 25567 25569 25300 0 -1 64 317 0 0 0 6058 3 0 0 25 0 12 0 2001236826 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25575] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25575/stat : 25575 (java) S 25567 25569 25300 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001236826 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25576] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25576/stat : 25576 (java) S 25567 25569 25300 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001236826 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25569/tid=25577] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25577/stat : 25577 (java) S 25567 25569 25300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001236831 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25578] ppid=25567 vsize=823860 CPUtime=1.23
/proc/25569/task/25578/stat : 25578 (java) S 25567 25569 25300 0 -1 64 8669 0 0 0 119 4 0 0 16 0 12 0 2001236831 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25579] ppid=25567 vsize=823860 CPUtime=0.64
/proc/25569/task/25579/stat : 25579 (java) S 25567 25569 25300 0 -1 64 2901 0 0 0 63 1 0 0 17 0 12 0 2001236831 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25580] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25580/stat : 25580 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2001236831 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25569/tid=25581] ppid=25567 vsize=823860 CPUtime=0
/proc/25569/task/25581/stat : 25581 (java) S 25567 25569 25300 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001236831 843632640 175442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 251.38
Current children cumulated vsize (KiB) 823860

[startup+252.003 s]
/proc/loadavg: 2.23 2.06 2.02 3/94 25622
/proc/meminfo: memFree=1062936/2055920 swapFree=4179472/4192956
[pid=25569] ppid=25567 vsize=0 CPUtime=251.42
/proc/25569/stat : 25569 (java) Z 25567 25569 25300 0 -1 12 183295 0 1 0 25052 90 0 0 16 0 2 0 2001236821 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25569/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 251.42
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 252.084
CPU time (s): 251.51
CPU user time (s): 250.527
CPU system time (s): 0.98285
CPU usage (%): 99.7724
Max. virtual memory (cumulated for all children) (KiB): 826556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.527
system time used= 0.98285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183295
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10237
involuntary context switches= 7462

runsolver used 0.336948 second user time and 0.833873 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 03:50:12
IDJOB=1082408
IDBENCH=57249
IDSOLVER=344
FILE ID=node1/1082408-1215222612
PBS_JOBID= 7881835
Free space on /tmp= 66492 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-10/normalized-super-os-taillard-10-18.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-1082408-1215222612/watcher-1082408-1215222612 -o /tmp/evaluation-result-1082408-1215222612/solver-1082408-1215222612 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082408-1215222612.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3074edf8a49e2ed2abf95b9cd7a6a56e
RANDOM SEED=1963005356

node1.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.265
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.265
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:       1330224 kB
Buffers:         21412 kB
Cached:         153944 kB
SwapCached:       7496 kB
Active:         572472 kB
Inactive:        96736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1330224 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:         500484 kB
Slab:            40788 kB
Committed_AS:  3665416 kB
PageTables:       2812 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= 66516 MiB
End job on node1 at 2008-07-05 03:54:24