Trace number 1093849

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? 536.207 538.909

General information on the benchmark

Namecsp/queens/
normalized-queens-180.xml
MD5SUMc14abf4d20a38dc3ddd30b1ce4c8122e
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 benchmark10.4924
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints16110
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16110
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1093849-1215278288/watcher-1093849-1215278288 -o /tmp/evaluation-result-1093849-1215278288/solver-1093849-1215278288 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1093849-1215278288.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.93 1.98 1.99 3/85 2446
/proc/meminfo: memFree=1376320/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=152 CPUtime=0
/proc/2446/stat : 2446 (java) R 2444 2446 1367 0 -1 0 211 0 0 0 0 0 0 0 20 0 1 0 260816744 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 5566763 0 0 4096 0 0 0 0 17 0 0 0
/proc/2446/statm: 38 26 19 9 0 4 0

[startup+0.039237 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 2446
/proc/meminfo: memFree=1376320/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=800744 CPUtime=0.02
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 2443 0 1 0 1 1 0 0 18 0 4 0 260816744 819961856 2181 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 200186 2181 925 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.102245 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 2446
/proc/meminfo: memFree=1376320/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=804612 CPUtime=0.09
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 3014 0 1 0 7 2 0 0 18 0 12 0 260816744 823922688 2747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 201153 2747 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302262 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 2446
/proc/meminfo: memFree=1376320/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=808276 CPUtime=0.29
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 5052 0 1 0 25 4 0 0 18 0 12 0 260816744 827674624 4379 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 202069 4379 1307 9 0 199438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.701309 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 2446
/proc/meminfo: memFree=1376320/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=808304 CPUtime=0.68
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 6560 0 1 0 62 6 0 0 18 0 12 0 260816744 827703296 5688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 202076 5688 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.5014 s]
/proc/loadavg: 1.93 1.98 1.99 3/97 2458
/proc/meminfo: memFree=1352224/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=815088 CPUtime=1.48
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 12257 0 1 0 139 9 0 0 18 0 12 0 260816744 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 203772 9598 1351 9 0 201134 0
[pid=2446/tid=2448] ppid=2444 vsize=815088 CPUtime=0.75
/proc/2446/task/2448/stat : 2448 (java) R 2444 2446 1367 0 -1 64 6353 0 1 0 69 6 0 0 22 0 12 0 260816745 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2449] ppid=2444 vsize=815088 CPUtime=0
/proc/2446/task/2449/stat : 2449 (java) S 2444 2446 1367 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 260816746 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2450] ppid=2444 vsize=815088 CPUtime=0
/proc/2446/task/2450/stat : 2450 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 260816746 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2451] ppid=2444 vsize=815088 CPUtime=0
/proc/2446/task/2451/stat : 2451 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 260816748 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2452] ppid=2444 vsize=815088 CPUtime=0
/proc/2446/task/2452/stat : 2452 (java) S 2444 2446 1367 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 260816748 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2453] ppid=2444 vsize=815088 CPUtime=0
/proc/2446/task/2453/stat : 2453 (java) S 2444 2446 1367 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 260816748 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2454] ppid=2444 vsize=815088 CPUtime=0
/proc/2446/task/2454/stat : 2454 (java) S 2444 2446 1367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 260816752 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2455] ppid=2444 vsize=815088 CPUtime=0.48
/proc/2446/task/2455/stat : 2455 (java) R 2444 2446 1367 0 -1 64 3963 0 0 0 47 1 0 0 17 0 12 0 260816752 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 106214601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2456] ppid=2444 vsize=815088 CPUtime=0.22
/proc/2446/task/2456/stat : 2456 (java) S 2444 2446 1367 0 -1 64 1175 0 0 0 22 0 0 0 16 0 12 0 260816752 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2457] ppid=2444 vsize=815088 CPUtime=0
/proc/2446/task/2457/stat : 2457 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 260816752 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2458] ppid=2444 vsize=815088 CPUtime=0
/proc/2446/task/2458/stat : 2458 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 260816752 834650112 9598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 815088

[startup+3.10157 s]
/proc/loadavg: 1.94 1.98 1.99 4/97 2458
/proc/meminfo: memFree=1332448/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=815428 CPUtime=3.05
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 26555 0 1 0 289 16 0 0 18 0 12 0 260816744 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 203857 22899 1380 9 0 201219 0
[pid=2446/tid=2448] ppid=2444 vsize=815428 CPUtime=1.87
/proc/2446/task/2448/stat : 2448 (java) R 2444 2446 1367 0 -1 64 17261 0 1 0 175 12 0 0 25 0 12 0 260816745 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4109646217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2449] ppid=2444 vsize=815428 CPUtime=0.03
/proc/2446/task/2449/stat : 2449 (java) S 2444 2446 1367 0 -1 64 1415 0 0 0 3 0 0 0 17 0 12 0 260816746 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2450] ppid=2444 vsize=815428 CPUtime=0.01
/proc/2446/task/2450/stat : 2450 (java) S 2444 2446 1367 0 -1 64 725 0 0 0 1 0 0 0 17 0 12 0 260816746 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2451] ppid=2444 vsize=815428 CPUtime=0
/proc/2446/task/2451/stat : 2451 (java) S 2444 2446 1367 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 260816748 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2452] ppid=2444 vsize=815428 CPUtime=0
/proc/2446/task/2452/stat : 2452 (java) S 2444 2446 1367 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 260816748 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2453] ppid=2444 vsize=815428 CPUtime=0
/proc/2446/task/2453/stat : 2453 (java) S 2444 2446 1367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 260816748 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2454] ppid=2444 vsize=815428 CPUtime=0
/proc/2446/task/2454/stat : 2454 (java) S 2444 2446 1367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 260816752 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2455] ppid=2444 vsize=815428 CPUtime=0.78
/proc/2446/task/2455/stat : 2455 (java) S 2444 2446 1367 0 -1 64 5133 0 0 0 76 2 0 0 16 0 12 0 260816752 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2456] ppid=2444 vsize=815428 CPUtime=0.32
/proc/2446/task/2456/stat : 2456 (java) S 2444 2446 1367 0 -1 64 1228 0 0 0 32 0 0 0 16 0 12 0 260816752 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2457] ppid=2444 vsize=815428 CPUtime=0
/proc/2446/task/2457/stat : 2457 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 260816752 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2458] ppid=2444 vsize=815428 CPUtime=0
/proc/2446/task/2458/stat : 2458 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 260816752 834998272 22899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 815428

[startup+6.30291 s]
/proc/loadavg: 1.94 1.98 1.99 3/97 2458
/proc/meminfo: memFree=1274016/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=813004 CPUtime=6.23
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 31551 0 1 0 604 19 0 0 18 0 12 0 260816744 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 203251 27324 1381 9 0 200613 0
[pid=2446/tid=2448] ppid=2444 vsize=813004 CPUtime=4.75
/proc/2446/task/2448/stat : 2448 (java) R 2444 2446 1367 0 -1 64 17266 0 1 0 463 12 0 0 25 0 12 0 260816745 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4109752776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2449] ppid=2444 vsize=813004 CPUtime=0.1
/proc/2446/task/2449/stat : 2449 (java) S 2444 2446 1367 0 -1 64 3410 0 0 0 9 1 0 0 16 0 12 0 260816746 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2450] ppid=2444 vsize=813004 CPUtime=0.12
/proc/2446/task/2450/stat : 2450 (java) S 2444 2446 1367 0 -1 64 3684 0 0 0 11 1 0 0 16 0 12 0 260816746 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2451] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2451/stat : 2451 (java) S 2444 2446 1367 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 260816748 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2452] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2452/stat : 2452 (java) S 2444 2446 1367 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 260816748 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2453] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2453/stat : 2453 (java) S 2444 2446 1367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 260816748 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2454] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2454/stat : 2454 (java) S 2444 2446 1367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 260816752 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2455] ppid=2444 vsize=813004 CPUtime=0.84
/proc/2446/task/2455/stat : 2455 (java) S 2444 2446 1367 0 -1 64 5138 0 0 0 82 2 0 0 16 0 12 0 260816752 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2456] ppid=2444 vsize=813004 CPUtime=0.37
/proc/2446/task/2456/stat : 2456 (java) S 2444 2446 1367 0 -1 64 1232 0 0 0 37 0 0 0 16 0 12 0 260816752 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2457] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2457/stat : 2457 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 260816752 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2458] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2458/stat : 2458 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 260816752 832516096 27324 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 813004

[startup+12.7026 s]
/proc/loadavg: 1.95 1.98 1.99 3/97 2458
/proc/meminfo: memFree=1241120/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=813004 CPUtime=12.59
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 39646 0 1 0 1236 23 0 0 18 0 12 0 260816744 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 203251 35408 1381 9 0 200613 0
[pid=2446/tid=2448] ppid=2444 vsize=813004 CPUtime=10.86
/proc/2446/task/2448/stat : 2448 (java) R 2444 2446 1367 0 -1 64 17278 0 1 0 1074 12 0 0 25 0 12 0 260816745 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4109577108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2449] ppid=2444 vsize=813004 CPUtime=0.21
/proc/2446/task/2449/stat : 2449 (java) S 2444 2446 1367 0 -1 64 7283 0 0 0 18 3 0 0 16 0 12 0 260816746 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2450] ppid=2444 vsize=813004 CPUtime=0.23
/proc/2446/task/2450/stat : 2450 (java) S 2444 2446 1367 0 -1 64 7892 0 0 0 20 3 0 0 16 0 12 0 260816746 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2451] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2451/stat : 2451 (java) S 2444 2446 1367 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 260816748 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2452] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2452/stat : 2452 (java) S 2444 2446 1367 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 260816748 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2453] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2453/stat : 2453 (java) S 2444 2446 1367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 260816748 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2454] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2454/stat : 2454 (java) S 2444 2446 1367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 260816752 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2455] ppid=2444 vsize=813004 CPUtime=0.85
/proc/2446/task/2455/stat : 2455 (java) S 2444 2446 1367 0 -1 64 5139 0 0 0 83 2 0 0 17 0 12 0 260816752 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2456] ppid=2444 vsize=813004 CPUtime=0.38
/proc/2446/task/2456/stat : 2456 (java) S 2444 2446 1367 0 -1 64 1233 0 0 0 38 0 0 0 17 0 12 0 260816752 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2457] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2457/stat : 2457 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 260816752 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2458] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2458/stat : 2458 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 260816752 832516096 35408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 813004

[startup+25.503 s]
/proc/loadavg: 1.95 1.98 1.99 3/97 2458
/proc/meminfo: memFree=1190816/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=813004 CPUtime=25.33
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 52058 0 1 0 2504 29 0 0 18 0 12 0 260816744 832516096 47512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 203251 47512 1383 9 0 200613 0
[pid=2446/tid=2448] ppid=2444 vsize=813004 CPUtime=23.24
/proc/2446/task/2448/stat : 2448 (java) R 2444 2446 1367 0 -1 64 17301 0 1 0 2312 12 0 0 25 0 12 0 260816745 832516096 47512 996147200 134512640 134550740 4294956016 18446744073709551615 4109646895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2449] ppid=2444 vsize=813004 CPUtime=0.35
/proc/2446/task/2449/stat : 2449 (java) S 2444 2446 1367 0 -1 64 13586 0 0 0 29 6 0 0 16 0 12 0 260816746 832516096 47512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2450] ppid=2444 vsize=813004 CPUtime=0.37
/proc/2446/task/2450/stat : 2450 (java) S 2444 2446 1367 0 -1 64 13951 0 0 0 32 5 0 0 16 0 12 0 260816746 832516096 47512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2451] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2451/stat : 2451 (java) S 2444 2446 1367 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 260816748 832516096 47512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2452] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2452/stat : 2452 (java) S 2444 2446 1367 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 260816748 832516096 47512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2453] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2453/stat : 2453 (java) S 2444 2446 1367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 260816748 832516096 47512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2454] ppid=2444 vsize=813004 CPUtime=0
/proc/2446/task/2454/stat : 2454 (java) S 2444 2446 1367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 260816752 832516096 47512 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) 522.13
Current children cumulated vsize (KiB) 818044

[startup+531.101 s]
/proc/loadavg: 2.01 2.10 2.06 3/97 2458
/proc/meminfo: memFree=660832/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=814040 CPUtime=528.47
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 209516 0 1 0 52747 100 0 0 18 0 12 0 260816744 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 203510 173130 1394 9 0 200872 0
[pid=2446/tid=2448] ppid=2444 vsize=814040 CPUtime=177.32
/proc/2446/task/2448/stat : 2448 (java) S 2444 2446 1367 0 -1 64 17803 0 1 0 17718 14 0 0 16 0 12 0 260816745 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2449] ppid=2444 vsize=814040 CPUtime=2.66
/proc/2446/task/2449/stat : 2449 (java) S 2444 2446 1367 0 -1 64 74191 0 0 0 236 30 0 0 15 0 12 0 260816746 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2450] ppid=2444 vsize=814040 CPUtime=2.7
/proc/2446/task/2450/stat : 2450 (java) S 2444 2446 1367 0 -1 64 79019 0 0 0 238 32 0 0 16 0 12 0 260816746 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2451] ppid=2444 vsize=814040 CPUtime=343.64
/proc/2446/task/2451/stat : 2451 (java) R 2444 2446 1367 0 -1 64 30727 0 0 0 34346 18 0 0 25 0 12 0 260816748 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2452] ppid=2444 vsize=814040 CPUtime=0
/proc/2446/task/2452/stat : 2452 (java) S 2444 2446 1367 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 260816748 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2453] ppid=2444 vsize=814040 CPUtime=0
/proc/2446/task/2453/stat : 2453 (java) S 2444 2446 1367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 260816748 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2454] ppid=2444 vsize=814040 CPUtime=0
/proc/2446/task/2454/stat : 2454 (java) S 2444 2446 1367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 260816752 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2455] ppid=2444 vsize=814040 CPUtime=1.25
/proc/2446/task/2455/stat : 2455 (java) S 2444 2446 1367 0 -1 64 5745 0 0 0 123 2 0 0 17 0 12 0 260816752 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2456] ppid=2444 vsize=814040 CPUtime=0.84
/proc/2446/task/2456/stat : 2456 (java) S 2444 2446 1367 0 -1 64 1268 0 0 0 84 0 0 0 17 0 12 0 260816752 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2457] ppid=2444 vsize=814040 CPUtime=0
/proc/2446/task/2457/stat : 2457 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 260816752 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2458] ppid=2444 vsize=814040 CPUtime=0
/proc/2446/task/2458/stat : 2458 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 260816752 833576960 173130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 528.47
Current children cumulated vsize (KiB) 814040

[startup+534.303 s]
/proc/loadavg: 2.01 2.09 2.05 3/97 2458
/proc/meminfo: memFree=664864/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=814364 CPUtime=531.67
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 209526 0 1 0 53066 101 0 0 18 0 13 0 260816744 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 203591 173138 1394 9 0 200953 0
[pid=2446/tid=2448] ppid=2444 vsize=814364 CPUtime=177.33
/proc/2446/task/2448/stat : 2448 (java) S 2444 2446 1367 0 -1 64 17809 0 1 0 17718 15 0 0 16 0 13 0 260816745 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2449] ppid=2444 vsize=814364 CPUtime=2.66
/proc/2446/task/2449/stat : 2449 (java) S 2444 2446 1367 0 -1 64 74191 0 0 0 236 30 0 0 15 0 13 0 260816746 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2450] ppid=2444 vsize=814364 CPUtime=2.7
/proc/2446/task/2450/stat : 2450 (java) S 2444 2446 1367 0 -1 64 79019 0 0 0 238 32 0 0 16 0 13 0 260816746 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2451] ppid=2444 vsize=814364 CPUtime=346.83
/proc/2446/task/2451/stat : 2451 (java) R 2444 2446 1367 0 -1 64 30727 0 0 0 34665 18 0 0 25 0 13 0 260816748 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2452] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2452/stat : 2452 (java) S 2444 2446 1367 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 260816748 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2453] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2453/stat : 2453 (java) S 2444 2446 1367 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 260816748 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2454] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2454/stat : 2454 (java) S 2444 2446 1367 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2455] ppid=2444 vsize=814364 CPUtime=1.25
/proc/2446/task/2455/stat : 2455 (java) S 2444 2446 1367 0 -1 64 5745 0 0 0 123 2 0 0 17 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2456] ppid=2444 vsize=814364 CPUtime=0.84
/proc/2446/task/2456/stat : 2456 (java) S 2444 2446 1367 0 -1 64 1268 0 0 0 84 0 0 0 17 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2457] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2457/stat : 2457 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2458] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2458/stat : 2458 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 531.67
Current children cumulated vsize (KiB) 814364

[startup+537.502 s]
/proc/loadavg: 2.01 2.09 2.05 3/98 2459
/proc/meminfo: memFree=664856/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=814364 CPUtime=534.85
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 209529 0 1 0 53384 101 0 0 18 0 13 0 260816744 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 203591 173138 1394 9 0 200953 0
[pid=2446/tid=2448] ppid=2444 vsize=814364 CPUtime=177.33
/proc/2446/task/2448/stat : 2448 (java) S 2444 2446 1367 0 -1 64 17809 0 1 0 17718 15 0 0 16 0 13 0 260816745 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2449] ppid=2444 vsize=814364 CPUtime=2.66
/proc/2446/task/2449/stat : 2449 (java) S 2444 2446 1367 0 -1 64 74191 0 0 0 236 30 0 0 15 0 13 0 260816746 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2450] ppid=2444 vsize=814364 CPUtime=2.7
/proc/2446/task/2450/stat : 2450 (java) S 2444 2446 1367 0 -1 64 79019 0 0 0 238 32 0 0 16 0 13 0 260816746 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2451] ppid=2444 vsize=814364 CPUtime=350.01
/proc/2446/task/2451/stat : 2451 (java) R 2444 2446 1367 0 -1 64 30727 0 0 0 34983 18 0 0 25 0 13 0 260816748 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2452] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2452/stat : 2452 (java) S 2444 2446 1367 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 260816748 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2453] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2453/stat : 2453 (java) S 2444 2446 1367 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 260816748 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2454] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2454/stat : 2454 (java) S 2444 2446 1367 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2455] ppid=2444 vsize=814364 CPUtime=1.25
/proc/2446/task/2455/stat : 2455 (java) S 2444 2446 1367 0 -1 64 5745 0 0 0 123 2 0 0 17 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2456] ppid=2444 vsize=814364 CPUtime=0.84
/proc/2446/task/2456/stat : 2456 (java) S 2444 2446 1367 0 -1 64 1268 0 0 0 84 0 0 0 17 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2457] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2457/stat : 2457 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2458] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2458/stat : 2458 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2459] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2459/stat : 2459 (java) S 2444 2446 1367 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 260870110 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 534.85
Current children cumulated vsize (KiB) 814364

[startup+538.302 s]
/proc/loadavg: 2.01 2.09 2.05 3/98 2459
/proc/meminfo: memFree=664856/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=814364 CPUtime=535.64
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 209529 0 1 0 53463 101 0 0 18 0 13 0 260816744 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 203591 173138 1394 9 0 200953 0
[pid=2446/tid=2448] ppid=2444 vsize=814364 CPUtime=177.33
/proc/2446/task/2448/stat : 2448 (java) S 2444 2446 1367 0 -1 64 17809 0 1 0 17718 15 0 0 16 0 13 0 260816745 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2449] ppid=2444 vsize=814364 CPUtime=2.66
/proc/2446/task/2449/stat : 2449 (java) S 2444 2446 1367 0 -1 64 74191 0 0 0 236 30 0 0 15 0 13 0 260816746 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2450] ppid=2444 vsize=814364 CPUtime=2.7
/proc/2446/task/2450/stat : 2450 (java) S 2444 2446 1367 0 -1 64 79019 0 0 0 238 32 0 0 16 0 13 0 260816746 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2451] ppid=2444 vsize=814364 CPUtime=350.8
/proc/2446/task/2451/stat : 2451 (java) R 2444 2446 1367 0 -1 64 30727 0 0 0 35062 18 0 0 25 0 13 0 260816748 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2452] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2452/stat : 2452 (java) S 2444 2446 1367 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 260816748 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2453] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2453/stat : 2453 (java) S 2444 2446 1367 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 260816748 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2454] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2454/stat : 2454 (java) S 2444 2446 1367 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2455] ppid=2444 vsize=814364 CPUtime=1.25
/proc/2446/task/2455/stat : 2455 (java) S 2444 2446 1367 0 -1 64 5745 0 0 0 123 2 0 0 17 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2456] ppid=2444 vsize=814364 CPUtime=0.84
/proc/2446/task/2456/stat : 2456 (java) S 2444 2446 1367 0 -1 64 1268 0 0 0 84 0 0 0 17 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2457] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2457/stat : 2457 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2458] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2458/stat : 2458 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 260816752 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2459] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2459/stat : 2459 (java) S 2444 2446 1367 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 260870110 833908736 173138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 535.64
Current children cumulated vsize (KiB) 814364

[startup+538.702 s]
/proc/loadavg: 2.01 2.09 2.05 3/98 2459
/proc/meminfo: memFree=664856/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=814364 CPUtime=536.04
/proc/2446/stat : 2446 (java) S 2444 2446 1367 0 -1 0 209531 0 1 0 53503 101 0 0 18 0 12 0 260816744 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2446/statm: 203591 173139 1395 9 0 200953 0
[pid=2446/tid=2448] ppid=2444 vsize=814364 CPUtime=177.33
/proc/2446/task/2448/stat : 2448 (java) S 2444 2446 1367 0 -1 64 17809 0 1 0 17718 15 0 0 16 0 12 0 260816745 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2449] ppid=2444 vsize=814364 CPUtime=2.66
/proc/2446/task/2449/stat : 2449 (java) S 2444 2446 1367 0 -1 64 74191 0 0 0 236 30 0 0 15 0 12 0 260816746 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2450] ppid=2444 vsize=814364 CPUtime=2.7
/proc/2446/task/2450/stat : 2450 (java) S 2444 2446 1367 0 -1 64 79019 0 0 0 238 32 0 0 16 0 12 0 260816746 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2451] ppid=2444 vsize=814364 CPUtime=351.2
/proc/2446/task/2451/stat : 2451 (java) R 2444 2446 1367 0 -1 64 30727 0 0 0 35102 18 0 0 25 0 12 0 260816748 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2452] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2452/stat : 2452 (java) S 2444 2446 1367 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 260816748 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2453] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2453/stat : 2453 (java) S 2444 2446 1367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 260816748 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2454] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2454/stat : 2454 (java) S 2444 2446 1367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 260816752 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2455] ppid=2444 vsize=814364 CPUtime=1.25
/proc/2446/task/2455/stat : 2455 (java) S 2444 2446 1367 0 -1 64 5745 0 0 0 123 2 0 0 17 0 12 0 260816752 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2456] ppid=2444 vsize=814364 CPUtime=0.84
/proc/2446/task/2456/stat : 2456 (java) S 2444 2446 1367 0 -1 64 1268 0 0 0 84 0 0 0 17 0 12 0 260816752 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2446/tid=2457] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2457/stat : 2457 (java) S 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 260816752 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2446/tid=2458] ppid=2444 vsize=814364 CPUtime=0
/proc/2446/task/2458/stat : 2458 (java) R 2444 2446 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 260816752 833908736 173139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 536.04
Current children cumulated vsize (KiB) 814364

[startup+538.902 s]
/proc/loadavg: 2.01 2.09 2.05 3/87 2459
/proc/meminfo: memFree=1313880/2055920 swapFree=4180000/4192956
[pid=2446] ppid=2444 vsize=0 CPUtime=536.19
/proc/2446/stat : 2446 (java) Z 2444 2446 1367 0 -1 12 209535 0 1 0 53509 110 0 0 16 0 2 0 260816744 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2446/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 536.19
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 538.909
CPU time (s): 536.207
CPU user time (s): 535.095
CPU system time (s): 1.11183
CPU usage (%): 99.4986
Max. virtual memory (cumulated for all children) (KiB): 820048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 535.095
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= 209535
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= 14787
involuntary context switches= 20154

runsolver used 0.670898 second user time and 1.80972 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 19:18:08
IDJOB=1093849
IDBENCH=58731
IDSOLVER=344
FILE ID=node81/1093849-1215278288
PBS_JOBID= 7882235
Free space on /tmp= 126816 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c14abf4d20a38dc3ddd30b1ce4c8122e
RANDOM SEED=85872485

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:       1376800 kB
Buffers:         46152 kB
Cached:         194052 kB
SwapCached:       6228 kB
Active:         525072 kB
Inactive:        98092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1376800 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            3824 kB
Writeback:           0 kB
Mapped:         395064 kB
Slab:            40644 kB
Committed_AS:  1325096 kB
PageTables:       2348 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= 126816 MiB
End job on node81 at 2008-07-05 19:27:07