Trace number 2065190

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 42.0196 42.3651

General information on the benchmark

Namecsp/fischer/
normalized-fischer-1-3-fair.xml
MD5SUMf5fa2b1ab1e1b760100093009122d806
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.051991
Satisfiable
(Un)Satisfiability was proved
Number of variables883
Number of constraints828
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension828
Global constraints used (with number of constraints)

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2065190-1247338039.xml
0.18/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.52	c reading variables done.
29.80/30.00	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
29.80/30.00		at org.sat4j.core.Vec.<init>(Unknown Source)
29.80/30.00		at org.sat4j.core.Vec.<init>(Unknown Source)
29.80/30.00		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
29.80/30.00		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
29.80/30.00		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
29.80/30.00		at org.sat4j.csp.Var.toClause(Unknown Source)
29.80/30.00		at org.sat4j.reader.CSPReader.endVariablesSection(Unknown Source)
29.80/30.00		at org.sat4j.csp.xml.Variables.endElement(Unknown Source)
29.80/30.00		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
29.80/30.00		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
29.80/30.00		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
29.80/30.00		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
29.80/30.00		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
29.80/30.00		at org.sat4j.AbstractLauncher.run(Unknown Source)
29.80/30.00		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
35.74/36.09	c starts		: 0
35.74/36.09	c conflicts		: 0
35.74/36.09	c decisions		: 0
35.74/36.09	c propagations		: 0
35.74/36.09	c inspects		: 0
35.74/36.09	c learnt literals	: 0
35.74/36.09	c learnt binary clauses	: 0
35.74/36.09	c learnt ternary clauses	: 0
35.74/36.09	c learnt clauses	: 0
35.74/36.09	c ignored clauses	: 0
35.74/36.09	c root simplifications	: 0
35.74/36.09	c removed literals (reason simplification)	: 0
35.74/36.09	c reason swapping (by a shorter reason)	: 0
35.74/36.09	c Calls to reduceDB	: 0
35.74/36.09	c speed (assignments/second)	: 0.0
35.74/36.09	c non guided choices	0
41.87/42.23	c learnt constraints type 
41.87/42.23	c constraints type 
41.87/42.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 103
41.87/42.23	c org.sat4j.minisat.constraints.card.AtLeast => 103
41.87/42.23	s UNKNOWN
41.87/42.23	c Total wall clock time (in seconds) : 29.749

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065190-1247338039/watcher-2065190-1247338039 -o /tmp/evaluation-result-2065190-1247338039/solver-2065190-1247338039 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065190-1247338039.xml 

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


[startup+0 s]
/proc/loadavg: 2.66 2.20 2.07 4/82 15464
/proc/meminfo: memFree=1152784/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=18576 CPUtime=0
/proc/15464/stat : 15464 (runsolver) R 15462 15464 14888 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 20866590 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 237947645223 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15464/statm: 4644 284 249 26 0 2626 0

[startup+0.0825251 s]
/proc/loadavg: 2.66 2.20 2.07 4/82 15464
/proc/meminfo: memFree=1152784/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=802164 CPUtime=0.07
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 2792 0 1 0 5 2 0 0 18 0 7 0 20866590 821415936 2537 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 200541 2537 1034 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102517 s]
/proc/loadavg: 2.66 2.20 2.07 4/82 15464
/proc/meminfo: memFree=1152784/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=804360 CPUtime=0.08
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 2935 0 1 0 6 2 0 0 18 0 12 0 20866590 823664640 2678 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 201090 2678 1056 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.301542 s]
/proc/loadavg: 2.66 2.20 2.07 4/82 15464
/proc/meminfo: memFree=1152784/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=805628 CPUtime=0.28
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 4269 0 1 0 24 4 0 0 18 0 12 0 20866590 824963072 4006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 201407 4006 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701569 s]
/proc/loadavg: 2.66 2.20 2.07 4/82 15464
/proc/meminfo: memFree=1152784/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=807184 CPUtime=0.68
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 5413 0 1 0 63 5 0 0 18 0 12 0 20866590 826556416 4904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 201796 4904 1386 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50264 s]
/proc/loadavg: 2.61 2.20 2.07 3/94 15476
/proc/meminfo: memFree=975344/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=807184 CPUtime=1.46
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 89392 0 1 0 98 48 0 0 18 0 12 0 20866590 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 201796 88869 1398 9 0 199123 0
[pid=15464/tid=15466] ppid=15462 vsize=807184 CPUtime=1.08
/proc/15464/task/15466/stat : 15466 (java) R 15462 15464 14888 0 -1 64 87476 0 1 0 61 47 0 0 25 0 12 0 20866592 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4109150370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=807184 CPUtime=0
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14888 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 20866593 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=807184 CPUtime=0
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20866593 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=807184 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14888 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20866595 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=807184 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14888 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20866595 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=807184 CPUtime=0
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14888 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20866595 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=807184 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20866600 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=807184 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14888 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20866600 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15474] ppid=15462 vsize=807184 CPUtime=0.36
/proc/15464/task/15474/stat : 15474 (java) S 15462 15464 14888 0 -1 64 1162 0 0 0 36 0 0 0 16 0 12 0 20866600 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15475] ppid=15462 vsize=807184 CPUtime=0
/proc/15464/task/15475/stat : 15475 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20866600 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15476] ppid=15462 vsize=807184 CPUtime=0
/proc/15464/task/15476/stat : 15476 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20866600 826556416 88869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 807184

[startup+3.10278 s]
/proc/loadavg: 2.61 2.20 2.07 3/94 15476
/proc/meminfo: memFree=741936/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=814872 CPUtime=3.07
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 121695 0 1 0 241 66 0 0 18 0 12 0 20866590 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 203718 119265 1407 9 0 201045 0
[pid=15464/tid=15466] ppid=15462 vsize=814872 CPUtime=1.43
/proc/15464/task/15466/stat : 15466 (java) R 15462 15464 14888 0 -1 64 89073 0 1 0 96 47 0 0 25 0 12 0 20866592 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=814872 CPUtime=0.38
/proc/15464/task/15467/stat : 15467 (java) R 15462 15464 14888 0 -1 64 11804 0 0 0 32 6 0 0 16 0 12 0 20866593 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 105886576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=814872 CPUtime=0.72
/proc/15464/task/15468/stat : 15468 (java) R 15462 15464 14888 0 -1 64 18834 0 0 0 62 10 0 0 16 0 12 0 20866593 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=814872 CPUtime=0
/proc/15464/task/15469/stat : 15469 (java) S 15462 15464 14888 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 20866595 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=814872 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14888 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 20866595 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=814872 CPUtime=0
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20866595 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=814872 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20866600 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=814872 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14888 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20866600 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15474] ppid=15462 vsize=814872 CPUtime=0.48
/proc/15464/task/15474/stat : 15474 (java) S 15462 15464 14888 0 -1 64 1216 0 0 0 48 0 0 0 17 0 12 0 20866600 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15475] ppid=15462 vsize=814872 CPUtime=0
/proc/15464/task/15475/stat : 15475 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20866600 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15476] ppid=15462 vsize=814872 CPUtime=0
/proc/15464/task/15476/stat : 15476 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20866600 834428928 119265 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 814872

[startup+6.30205 s]
/proc/loadavg: 2.61 2.20 2.07 4/94 15476
/proc/meminfo: memFree=539952/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=853732 CPUtime=6.33
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 175570 0 1 0 537 96 0 0 18 0 12 0 20866590 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 213433 163563 1409 9 0 210760 0
[pid=15464/tid=15466] ppid=15462 vsize=853732 CPUtime=1.75
/proc/15464/task/15466/stat : 15466 (java) S 15462 15464 14888 0 -1 64 89075 0 1 0 128 47 0 0 25 0 12 0 20866592 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=853732 CPUtime=1.7
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14888 0 -1 64 36379 0 0 0 151 19 0 0 21 0 12 0 20866593 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=853732 CPUtime=1.49
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14888 0 -1 64 30102 0 0 0 132 17 0 0 17 0 12 0 20866593 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=853732 CPUtime=0.85
/proc/15464/task/15469/stat : 15469 (java) R 15462 15464 14888 0 -1 64 18045 0 0 0 75 10 0 0 23 0 12 0 20866595 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 106157866 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=853732 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14888 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 20866595 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=853732 CPUtime=0
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20866595 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=853732 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20866600 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=853732 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14888 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20866600 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15474] ppid=15462 vsize=853732 CPUtime=0.48
/proc/15464/task/15474/stat : 15474 (java) S 15462 15464 14888 0 -1 64 1216 0 0 0 48 0 0 0 17 0 12 0 20866600 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15475] ppid=15462 vsize=853732 CPUtime=0
/proc/15464/task/15475/stat : 15475 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20866600 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15476] ppid=15462 vsize=853732 CPUtime=0
/proc/15464/task/15476/stat : 15476 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20866600 874221568 163563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 853732

[startup+12.7016 s]
/proc/loadavg: 2.51 2.19 2.07 4/94 15476
/proc/meminfo: memFree=446320/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=833244 CPUtime=12.66
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 217797 0 1 0 1149 117 0 0 18 0 12 0 20866590 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 208311 177401 1409 9 0 205638 0
[pid=15464/tid=15466] ppid=15462 vsize=833244 CPUtime=2.06
/proc/15464/task/15466/stat : 15466 (java) S 15462 15464 14888 0 -1 64 89077 0 1 0 159 47 0 0 17 0 12 0 20866592 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=833244 CPUtime=1.72
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14888 0 -1 64 36761 0 0 0 153 19 0 0 16 0 12 0 20866593 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=833244 CPUtime=1.99
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14888 0 -1 64 39040 0 0 0 177 22 0 0 21 0 12 0 20866593 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=833244 CPUtime=6.35
/proc/15464/task/15469/stat : 15469 (java) R 15462 15464 14888 0 -1 64 50950 0 0 0 609 26 0 0 25 0 12 0 20866595 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 105697570 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=833244 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14888 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 20866595 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=833244 CPUtime=0
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20866595 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=833244 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20866600 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=833244 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14888 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20866600 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15474] ppid=15462 vsize=833244 CPUtime=0.48
/proc/15464/task/15474/stat : 15474 (java) S 15462 15464 14888 0 -1 64 1216 0 0 0 48 0 0 0 17 0 12 0 20866600 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15475] ppid=15462 vsize=833244 CPUtime=0
/proc/15464/task/15475/stat : 15475 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20866600 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15476] ppid=15462 vsize=833244 CPUtime=0
/proc/15464/task/15476/stat : 15476 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20866600 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 833244

[startup+25.5027 s]
/proc/loadavg: 2.43 2.18 2.06 4/94 15476
/proc/meminfo: memFree=446192/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=833244 CPUtime=25.34
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 264330 0 1 0 2391 143 0 0 18 0 12 0 20866590 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 208311 177401 1409 9 0 205638 0
[pid=15464/tid=15466] ppid=15462 vsize=833244 CPUtime=2.08
/proc/15464/task/15466/stat : 15466 (java) S 15462 15464 14888 0 -1 64 89080 0 1 0 161 47 0 0 17 0 12 0 20866592 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=833244 CPUtime=1.72
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14888 0 -1 64 36761 0 0 0 153 19 0 0 16 0 12 0 20866593 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=833244 CPUtime=1.99
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14888 0 -1 64 39040 0 0 0 177 22 0 0 21 0 12 0 20866593 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=833244 CPUtime=19
/proc/15464/task/15469/stat : 15469 (java) R 15462 15464 14888 0 -1 64 97480 0 0 0 1848 52 0 0 25 0 12 0 20866595 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 105886155 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=833244 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14888 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20866595 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=833244 CPUtime=0
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20866595 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=833244 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20866600 853241856 177401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=833244 CPUtime=0

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

[pid=15464] ppid=15462 vsize=833568 CPUtime=31.68
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 287606 0 1 0 3012 156 0 0 18 0 13 0 20866590 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 208392 177408 1408 9 0 205719 0
[pid=15464/tid=15466] ppid=15462 vsize=833568 CPUtime=2.08
/proc/15464/task/15466/stat : 15466 (java) S 15462 15464 14888 0 -1 64 89087 0 1 0 161 47 0 0 18 0 13 0 20866592 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=833568 CPUtime=1.72
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14888 0 -1 64 36761 0 0 0 153 19 0 0 16 0 13 0 20866593 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=833568 CPUtime=1.99
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14888 0 -1 64 39040 0 0 0 177 22 0 0 21 0 13 0 20866593 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=833568 CPUtime=25.34
/proc/15464/task/15469/stat : 15469 (java) R 15462 15464 14888 0 -1 64 120745 0 0 0 2469 65 0 0 25 0 13 0 20866595 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14888 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20866595 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20866595 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20866600 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14888 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20866600 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15474] ppid=15462 vsize=833568 CPUtime=0.48
/proc/15464/task/15474/stat : 15474 (java) S 15462 15464 14888 0 -1 64 1216 0 0 0 48 0 0 0 17 0 13 0 20866600 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15475] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15475/stat : 15475 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20866600 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15476] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15476/stat : 15476 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20866600 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15477] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15477/stat : 15477 (java) S 15462 15464 14888 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 20869591 853573632 177408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.68
Current children cumulated vsize (KiB) 833568

[startup+38.3018 s]
/proc/loadavg: 2.34 2.17 2.06 3/95 15477
/proc/meminfo: memFree=445928/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=821568 CPUtime=38
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 312628 0 1 0 3629 171 0 0 18 0 13 0 20866590 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 205392 174409 1408 9 0 202719 0
[pid=15464/tid=15466] ppid=15462 vsize=821568 CPUtime=2.08
/proc/15464/task/15466/stat : 15466 (java) S 15462 15464 14888 0 -1 64 89087 0 1 0 161 47 0 0 18 0 13 0 20866592 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=821568 CPUtime=1.72
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14888 0 -1 64 36761 0 0 0 153 19 0 0 16 0 13 0 20866593 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=821568 CPUtime=1.99
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14888 0 -1 64 39040 0 0 0 177 22 0 0 21 0 13 0 20866593 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=821568 CPUtime=31.66
/proc/15464/task/15469/stat : 15469 (java) R 15462 15464 14888 0 -1 64 145763 0 0 0 3086 80 0 0 25 0 13 0 20866595 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 105696731 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=821568 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14888 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20866595 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=821568 CPUtime=0
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14888 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20866595 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=821568 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20866600 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=821568 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14888 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20866600 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15474] ppid=15462 vsize=821568 CPUtime=0.48
/proc/15464/task/15474/stat : 15474 (java) S 15462 15464 14888 0 -1 64 1216 0 0 0 48 0 0 0 17 0 13 0 20866600 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15475] ppid=15462 vsize=821568 CPUtime=0
/proc/15464/task/15475/stat : 15475 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20866600 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15476] ppid=15462 vsize=821568 CPUtime=0
/proc/15464/task/15476/stat : 15476 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20866600 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15477] ppid=15462 vsize=821568 CPUtime=0
/proc/15464/task/15477/stat : 15477 (java) S 15462 15464 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20869591 841285632 174409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38
Current children cumulated vsize (KiB) 821568

[startup+39.9029 s]
/proc/loadavg: 2.34 2.17 2.06 3/95 15477
/proc/meminfo: memFree=445928/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=833568 CPUtime=39.6
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 318630 0 1 0 3785 175 0 0 18 0 13 0 20866590 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 208392 177409 1408 9 0 205719 0
[pid=15464/tid=15466] ppid=15462 vsize=833568 CPUtime=2.08
/proc/15464/task/15466/stat : 15466 (java) S 15462 15464 14888 0 -1 64 89087 0 1 0 161 47 0 0 18 0 13 0 20866592 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=833568 CPUtime=1.72
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14888 0 -1 64 36761 0 0 0 153 19 0 0 16 0 13 0 20866593 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=833568 CPUtime=1.99
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14888 0 -1 64 39040 0 0 0 177 22 0 0 21 0 13 0 20866593 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=833568 CPUtime=33.25
/proc/15464/task/15469/stat : 15469 (java) R 15462 15464 14888 0 -1 64 151765 0 0 0 3241 84 0 0 25 0 13 0 20866595 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 105886090 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14888 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20866595 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14888 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20866595 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14888 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15474] ppid=15462 vsize=833568 CPUtime=0.48
/proc/15464/task/15474/stat : 15474 (java) S 15462 15464 14888 0 -1 64 1216 0 0 0 48 0 0 0 17 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15475] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15475/stat : 15475 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15476] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15476/stat : 15476 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15477] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15477/stat : 15477 (java) S 15462 15464 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20869591 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.6
Current children cumulated vsize (KiB) 833568

[startup+41.502 s]
/proc/loadavg: 2.34 2.17 2.06 4/95 15477
/proc/meminfo: memFree=453992/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=833568 CPUtime=41.18
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 326385 0 1 0 3939 179 0 0 18 0 13 0 20866590 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 208392 177409 1408 9 0 205719 0
[pid=15464/tid=15466] ppid=15462 vsize=833568 CPUtime=2.08
/proc/15464/task/15466/stat : 15466 (java) S 15462 15464 14888 0 -1 64 89087 0 1 0 161 47 0 0 18 0 13 0 20866592 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=833568 CPUtime=1.72
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14888 0 -1 64 36761 0 0 0 153 19 0 0 16 0 13 0 20866593 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=833568 CPUtime=1.99
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14888 0 -1 64 39040 0 0 0 177 22 0 0 21 0 13 0 20866593 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=833568 CPUtime=34.83
/proc/15464/task/15469/stat : 15469 (java) R 15462 15464 14888 0 -1 64 159520 0 0 0 3395 88 0 0 25 0 13 0 20866595 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 105886152 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14888 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20866595 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14888 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20866595 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14888 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15474] ppid=15462 vsize=833568 CPUtime=0.48
/proc/15464/task/15474/stat : 15474 (java) S 15462 15464 14888 0 -1 64 1216 0 0 0 48 0 0 0 17 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15475] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15475/stat : 15475 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15476] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15476/stat : 15476 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15477] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15477/stat : 15477 (java) S 15462 15464 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20869591 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.18
Current children cumulated vsize (KiB) 833568

[startup+41.9021 s]
/proc/loadavg: 2.31 2.17 2.06 3/95 15477
/proc/meminfo: memFree=445992/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=833568 CPUtime=41.57
/proc/15464/stat : 15464 (java) S 15462 15464 14888 0 -1 0 326385 0 1 0 3978 179 0 0 18 0 13 0 20866590 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 208392 177409 1408 9 0 205719 0
[pid=15464/tid=15466] ppid=15462 vsize=833568 CPUtime=2.08
/proc/15464/task/15466/stat : 15466 (java) S 15462 15464 14888 0 -1 64 89087 0 1 0 161 47 0 0 18 0 13 0 20866592 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15467] ppid=15462 vsize=833568 CPUtime=1.72
/proc/15464/task/15467/stat : 15467 (java) S 15462 15464 14888 0 -1 64 36761 0 0 0 153 19 0 0 16 0 13 0 20866593 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15468] ppid=15462 vsize=833568 CPUtime=1.99
/proc/15464/task/15468/stat : 15468 (java) S 15462 15464 14888 0 -1 64 39040 0 0 0 177 22 0 0 21 0 13 0 20866593 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15469] ppid=15462 vsize=833568 CPUtime=35.23
/proc/15464/task/15469/stat : 15469 (java) R 15462 15464 14888 0 -1 64 159520 0 0 0 3435 88 0 0 25 0 13 0 20866595 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 106158792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15470] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15470/stat : 15470 (java) S 15462 15464 14888 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20866595 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15471] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15471/stat : 15471 (java) S 15462 15464 14888 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20866595 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15472] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15472/stat : 15472 (java) S 15462 15464 14888 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15473] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15473/stat : 15473 (java) S 15462 15464 14888 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15474] ppid=15462 vsize=833568 CPUtime=0.48
/proc/15464/task/15474/stat : 15474 (java) S 15462 15464 14888 0 -1 64 1216 0 0 0 48 0 0 0 17 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15475] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15475/stat : 15475 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15476] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15476/stat : 15476 (java) S 15462 15464 14888 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20866600 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15464/tid=15477] ppid=15462 vsize=833568 CPUtime=0
/proc/15464/task/15477/stat : 15477 (java) S 15462 15464 14888 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20869591 853573632 177409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.57
Current children cumulated vsize (KiB) 833568

[startup+42.3026 s]
/proc/loadavg: 2.31 2.17 2.06 3/95 15477
/proc/meminfo: memFree=445992/2055920 swapFree=4192956/4192956
[pid=15464] ppid=15462 vsize=0 CPUtime=41.95
/proc/15464/stat : 15464 (java) Z 15462 15464 14888 0 -1 12 326394 0 1 0 4011 184 0 0 16 0 2 0 20866590 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15464/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.95
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 42.3651
CPU time (s): 42.0196
CPU user time (s): 40.1129
CPU system time (s): 1.90671
CPU usage (%): 99.1845
Max. virtual memory (cumulated for all children) (KiB): 853732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.1129
system time used= 1.90671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326394
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= 1252
involuntary context switches= 2230

runsolver used 0.06399 second user time and 0.158975 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-11 20:47:19
IDJOB=2065190
IDBENCH=54330
IDSOLVER=731
FILE ID=node69/2065190-1247338039
PBS_JOBID= 9506725
Free space on /tmp= 66500 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-1-3-fair.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065190-1247338039/watcher-2065190-1247338039 -o /tmp/evaluation-result-2065190-1247338039/solver-2065190-1247338039 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065190-1247338039.xml

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

MD5SUM BENCH= f5fa2b1ab1e1b760100093009122d806
RANDOM SEED=408397388

node69.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.211
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.211
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:       1153264 kB
Buffers:         55300 kB
Cached:         734112 kB
SwapCached:          0 kB
Active:         122728 kB
Inactive:       726984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1153264 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          80688 kB
Slab:            37884 kB
Committed_AS:   214784 kB
PageTables:       2044 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= 66500 MiB
End job on node69 at 2009-07-11 20:48:01