Trace number 2080513

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? 519.676 522.611

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-50-5-mul.xml
MD5SUM16fcc8b8bde2aa10417fc00ae864011c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.18836
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1485
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1485
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2080513-1247370023.xml
0.18/0.24	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.51	c reading variables done.
0.68/0.79	c reading predicates  done.
0.98/1.03	c reading constraints
511.25/514.17	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
511.25/514.17		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
511.25/514.17		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
511.25/514.17		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
511.25/514.17		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
511.25/514.17		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
513.04/515.99		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
513.04/515.99		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
513.04/515.99		at org.sat4j.csp.Predicate.toClause(Unknown Source)
513.04/515.99		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
513.04/515.99		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
513.04/515.99		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
513.04/515.99		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
513.04/515.99		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
513.04/515.99		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
513.04/515.99		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
513.04/515.99		at org.sat4j.AbstractLauncher.run(Unknown Source)
513.04/515.99		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
516.33/519.21	c starts		: 0
516.33/519.21	c conflicts		: 0
516.33/519.21	c decisions		: 0
516.33/519.21	c propagations		: 0
516.33/519.21	c inspects		: 0
516.33/519.21	c learnt literals	: 0
516.33/519.21	c learnt binary clauses	: 0
516.33/519.21	c learnt ternary clauses	: 0
516.33/519.21	c learnt clauses	: 0
516.33/519.21	c ignored clauses	: 0
516.33/519.21	c root simplifications	: 0
516.33/519.21	c removed literals (reason simplification)	: 0
516.33/519.21	c reason swapping (by a shorter reason)	: 0
516.33/519.21	c Calls to reduceDB	: 0
516.33/519.21	c speed (assignments/second)	: 0.0
516.33/519.21	c non guided choices	0
516.33/519.21	c learnt constraints type 
516.33/519.21	c constraints type 
516.33/519.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 804324
516.33/519.21	c org.sat4j.minisat.constraints.card.AtLeast => 55
516.33/519.21	s UNKNOWN
519.51/522.45	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
519.51/522.45		at java.util.Arrays.copyOfRange(Unknown Source)
519.51/522.45		at java.lang.String.<init>(Unknown Source)
519.51/522.45		at java.lang.StringBuffer.toString(Unknown Source)
519.51/522.45		at org.sat4j.AbstractLauncher.log(Unknown Source)
519.51/522.45		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
519.51/522.45		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-2080513-1247370023/watcher-2080513-1247370023 -o /tmp/evaluation-result-2080513-1247370023/solver-2080513-1247370023 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080513-1247370023.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: 1.99 2.05 2.00 4/73 22760
/proc/meminfo: memFree=1738312/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=18576 CPUtime=0
/proc/22760/stat : 22760 (runsolver) R 22758 22760 19277 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 24065581 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 251255123239 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22760/statm: 4644 284 249 26 0 2626 0

[startup+0.016967 s]
/proc/loadavg: 1.99 2.05 2.00 4/73 22760
/proc/meminfo: memFree=1738312/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=13296 CPUtime=0
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 794 0 0 0 0 0 0 0 18 0 2 0 24065581 13615104 575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13296

[startup+0.10372 s]
/proc/loadavg: 1.99 2.05 2.00 4/73 22760
/proc/meminfo: memFree=1738312/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=804560 CPUtime=0.08
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 3018 0 1 0 7 1 0 0 18 0 12 0 24065581 823869440 2761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 201140 2761 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.30174 s]
/proc/loadavg: 1.99 2.05 2.00 4/73 22760
/proc/meminfo: memFree=1738312/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=805628 CPUtime=0.28
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 4307 0 1 0 26 2 0 0 18 0 12 0 24065581 824963072 4044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 201407 4044 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701784 s]
/proc/loadavg: 1.99 2.05 2.00 4/73 22760
/proc/meminfo: memFree=1738312/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=807184 CPUtime=0.68
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 6268 0 1 0 64 4 0 0 18 0 12 0 24065581 826556416 5294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 201796 5294 1385 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50287 s]
/proc/loadavg: 1.99 2.05 2.00 3/85 22772
/proc/meminfo: memFree=1717416/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=810840 CPUtime=1.47
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 9924 0 1 0 141 6 0 0 18 0 12 0 24065581 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 202710 7653 1406 9 0 200037 0
[pid=22760/tid=22762] ppid=22758 vsize=810840 CPUtime=0.72
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 19277 0 -1 64 5472 0 1 0 68 4 0 0 23 0 12 0 24065582 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22763] ppid=22758 vsize=810840 CPUtime=0
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 19277 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24065583 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22764] ppid=22758 vsize=810840 CPUtime=0
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24065583 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22765] ppid=22758 vsize=810840 CPUtime=0
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 19277 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24065585 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22766] ppid=22758 vsize=810840 CPUtime=0
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 19277 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24065586 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22767] ppid=22758 vsize=810840 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 19277 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24065586 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22758 vsize=810840 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 19277 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24065590 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22769] ppid=22758 vsize=810840 CPUtime=0
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 19277 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24065590 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22770] ppid=22758 vsize=810840 CPUtime=0.74
/proc/22760/task/22770/stat : 22770 (java) R 22758 22760 19277 0 -1 64 3698 0 0 0 73 1 0 0 18 0 12 0 24065590 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 102093024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22771] ppid=22758 vsize=810840 CPUtime=0
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24065590 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22772] ppid=22758 vsize=810840 CPUtime=0
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24065590 830300160 7653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810840

[startup+3.10204 s]
/proc/loadavg: 1.99 2.05 2.00 3/85 22772
/proc/meminfo: memFree=1692072/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=810560 CPUtime=3.05
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 23171 0 1 0 293 12 0 0 18 0 12 0 24065581 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 202640 20828 1452 9 0 199967 0
[pid=22760/tid=22762] ppid=22758 vsize=810560 CPUtime=1.77
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 19277 0 -1 64 17366 0 1 0 168 9 0 0 25 0 12 0 24065582 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4109782514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22763] ppid=22758 vsize=810560 CPUtime=0.01
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 19277 0 -1 64 734 0 0 0 1 0 0 0 17 0 12 0 24065583 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22764] ppid=22758 vsize=810560 CPUtime=0.01
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 19277 0 -1 64 511 0 0 0 1 0 0 0 17 0 12 0 24065583 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22765] ppid=22758 vsize=810560 CPUtime=0
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 19277 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 24065585 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22766] ppid=22758 vsize=810560 CPUtime=0
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 19277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24065586 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22767] ppid=22758 vsize=810560 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 19277 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24065586 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22758 vsize=810560 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 19277 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24065590 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22769] ppid=22758 vsize=810560 CPUtime=0
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 19277 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24065590 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22770] ppid=22758 vsize=810560 CPUtime=1.23
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 19277 0 -1 64 3795 0 0 0 122 1 0 0 17 0 12 0 24065590 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22771] ppid=22758 vsize=810560 CPUtime=0
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24065590 830013440 20828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22772] ppid=22758 vsize=810560 CPUtime=0
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24065590 830013440 20828 996147200 134512640 134550932 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) 810560

[startup+6.30139 s]
/proc/loadavg: 1.99 2.05 2.00 3/85 22772
/proc/meminfo: memFree=1647464/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=809640 CPUtime=6.22
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 27009 0 1 0 608 14 0 0 18 0 12 0 24065581 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 202410 24442 1455 9 0 199737 0
[pid=22760/tid=22762] ppid=22758 vsize=809640 CPUtime=4.69
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 19277 0 -1 64 17372 0 1 0 459 10 0 0 25 0 12 0 24065582 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4109760711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22763] ppid=22758 vsize=809640 CPUtime=0.09
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 19277 0 -1 64 2398 0 0 0 8 1 0 0 16 0 12 0 24065583 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22764] ppid=22758 vsize=809640 CPUtime=0.08
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 19277 0 -1 64 2652 0 0 0 7 1 0 0 16 0 12 0 24065583 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22765] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 19277 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 24065585 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22766] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 19277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24065586 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22767] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 19277 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24065586 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 19277 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24065590 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22769] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 19277 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24065590 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22770] ppid=22758 vsize=809640 CPUtime=1.34
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 19277 0 -1 64 3803 0 0 0 133 1 0 0 16 0 12 0 24065590 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22771] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24065590 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22772] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24065590 829071360 24442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 809640

[startup+12.7021 s]
/proc/loadavg: 1.99 2.04 2.00 3/85 22772
/proc/meminfo: memFree=1622440/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=809640 CPUtime=12.56
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 33311 0 1 0 1239 17 0 0 18 0 12 0 24065581 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 202410 30733 1455 9 0 199737 0
[pid=22760/tid=22762] ppid=22758 vsize=809640 CPUtime=10.74
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 19277 0 -1 64 17384 0 1 0 1064 10 0 0 25 0 12 0 24065582 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4109842388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22763] ppid=22758 vsize=809640 CPUtime=0.19
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 19277 0 -1 64 5445 0 0 0 17 2 0 0 16 0 12 0 24065583 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22764] ppid=22758 vsize=809640 CPUtime=0.19
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 19277 0 -1 64 5895 0 0 0 17 2 0 0 16 0 12 0 24065583 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22765] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 19277 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 24065585 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22766] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 19277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24065586 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22767] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 19277 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24065586 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 19277 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24065590 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22769] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 19277 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24065590 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22770] ppid=22758 vsize=809640 CPUtime=1.39
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 19277 0 -1 64 3803 0 0 0 138 1 0 0 16 0 12 0 24065590 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22771] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24065590 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22772] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24065590 829071360 30733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 809640

[startup+25.5025 s]
/proc/loadavg: 1.99 2.04 2.00 3/85 22772
/proc/meminfo: memFree=1591272/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=809640 CPUtime=25.25
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 40551 0 1 0 2504 21 0 0 18 0 12 0 24065581 829071360 37954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 202410 37954 1455 9 0 199737 0
[pid=22760/tid=22762] ppid=22758 vsize=809640 CPUtime=23.12
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 19277 0 -1 64 17405 0 1 0 2302 10 0 0 25 0 12 0 24065582 829071360 37954 996147200 134512640 134550932 4294956016 18446744073709551615 4109729862 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22763] ppid=22758 vsize=809640 CPUtime=0.35
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 19277 0 -1 64 9934 0 0 0 31 4 0 0 16 0 12 0 24065583 829071360 37954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22764] ppid=22758 vsize=809640 CPUtime=0.28
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 19277 0 -1 64 8625 0 0 0 25 3 0 0 16 0 12 0 24065583 829071360 37954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22765] ppid=22758 vsize=809640 CPUtime=0.01
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 19277 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 24065585 829071360 37954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22766] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 19277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24065586 829071360 37954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22767] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 19277 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24065586 829071360 37954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22758 vsize=809640 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 19277 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24065590 829071360 37954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22769] ppid=22758 vsize=809640 CPUtime=0

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

[pid=22760/tid=22762] ppid=22758 vsize=813956 CPUtime=270.15
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 19277 0 -1 64 17772 0 1 0 27002 13 0 0 25 0 12 0 24065582 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4109782870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22763] ppid=22758 vsize=813956 CPUtime=3.47
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 19277 0 -1 64 73954 0 0 0 316 31 0 0 16 0 12 0 24065583 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22764] ppid=22758 vsize=813956 CPUtime=3.52
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 19277 0 -1 64 74370 0 0 0 321 31 0 0 16 0 12 0 24065583 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22765] ppid=22758 vsize=813956 CPUtime=0.92
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 19277 0 -1 64 33 0 0 0 89 3 0 0 15 0 12 0 24065585 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22766] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 19277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24065586 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22767] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 19277 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24065586 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 19277 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24065590 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22769] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 19277 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24065590 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22770] ppid=22758 vsize=813956 CPUtime=2.38
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 19277 0 -1 64 6270 0 0 0 235 3 0 0 17 0 12 0 24065590 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22771] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24065590 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22772] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24065590 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.51
Current children cumulated vsize (KiB) 813956

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 22772
/proc/meminfo: memFree=1066672/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=813956 CPUtime=340.24
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 173228 0 1 0 33939 85 0 0 18 0 12 0 24065581 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 203489 168815 1461 9 0 200816 0
[pid=22760/tid=22762] ppid=22758 vsize=813956 CPUtime=329.28
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 19277 0 -1 64 17848 0 1 0 32915 13 0 0 25 0 12 0 24065582 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4109761747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22763] ppid=22758 vsize=813956 CPUtime=3.76
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 19277 0 -1 64 73954 0 0 0 345 31 0 0 15 0 12 0 24065583 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22764] ppid=22758 vsize=813956 CPUtime=3.81
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 19277 0 -1 64 74370 0 0 0 350 31 0 0 16 0 12 0 24065583 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22765] ppid=22758 vsize=813956 CPUtime=0.95
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 19277 0 -1 64 33 0 0 0 91 4 0 0 15 0 12 0 24065585 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22766] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 19277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24065586 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22767] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 19277 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24065586 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 19277 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24065590 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22769] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 19277 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24065590 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22770] ppid=22758 vsize=813956 CPUtime=2.38
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 19277 0 -1 64 6270 0 0 0 235 3 0 0 17 0 12 0 24065590 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22771] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24065590 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22772] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24065590 833490944 168815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.24
Current children cumulated vsize (KiB) 813956

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 22772
/proc/meminfo: memFree=1052592/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=813956 CPUtime=399.99
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 176820 0 1 0 39911 88 0 0 18 0 12 0 24065581 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 203489 172329 1461 9 0 200816 0
[pid=22760/tid=22762] ppid=22758 vsize=813956 CPUtime=387.36
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 19277 0 -1 64 17926 0 1 0 38722 14 0 0 24 0 12 0 24065582 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4109670852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22763] ppid=22758 vsize=813956 CPUtime=4.19
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 19277 0 -1 64 76920 0 0 0 386 33 0 0 17 0 12 0 24065583 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22764] ppid=22758 vsize=813956 CPUtime=4.22
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 19277 0 -1 64 74918 0 0 0 391 31 0 0 17 0 12 0 24065583 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22765] ppid=22758 vsize=813956 CPUtime=1.78
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 19277 0 -1 64 33 0 0 0 174 4 0 0 15 0 12 0 24065585 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22766] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 19277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24065586 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22767] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 19277 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24065586 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 19277 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24065590 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22769] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 19277 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24065590 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22770] ppid=22758 vsize=813956 CPUtime=2.38
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 19277 0 -1 64 6270 0 0 0 235 3 0 0 17 0 12 0 24065590 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22771] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24065590 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22772] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24065590 833490944 172329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.99
Current children cumulated vsize (KiB) 813956

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 22772
/proc/meminfo: memFree=1052272/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=813956 CPUtime=459.7
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 177949 0 1 0 45880 90 0 0 18 0 12 0 24065581 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 203489 172352 1461 9 0 200816 0
[pid=22760/tid=22762] ppid=22758 vsize=813956 CPUtime=443.58
/proc/22760/task/22762/stat : 22762 (java) R 22758 22760 19277 0 -1 64 18031 0 1 0 44343 15 0 0 25 0 12 0 24065582 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4159598470 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22763] ppid=22758 vsize=813956 CPUtime=4.86
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 19277 0 -1 64 76920 0 0 0 453 33 0 0 15 0 12 0 24065583 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22764] ppid=22758 vsize=813956 CPUtime=4.97
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 19277 0 -1 64 74918 0 0 0 466 31 0 0 16 0 12 0 24065583 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22765] ppid=22758 vsize=813956 CPUtime=3.85
/proc/22760/task/22765/stat : 22765 (java) S 22758 22760 19277 0 -1 64 1057 0 0 0 380 5 0 0 15 0 12 0 24065585 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22766] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 19277 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24065586 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22767] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 19277 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24065586 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 19277 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24065590 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22769] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 19277 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24065590 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22770] ppid=22758 vsize=813956 CPUtime=2.38
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 19277 0 -1 64 6270 0 0 0 235 3 0 0 17 0 12 0 24065590 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22771] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24065590 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22772] ppid=22758 vsize=813956 CPUtime=0
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24065590 833490944 172352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.7
Current children cumulated vsize (KiB) 813956

[startup+522.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/86 22773
/proc/meminfo: memFree=1049128/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=814280 CPUtime=519.4
/proc/22760/stat : 22760 (java) S 22758 22760 19277 0 -1 0 185755 0 1 0 51846 94 0 0 18 0 13 0 24065581 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 203570 173074 1460 9 0 200897 0
[pid=22760/tid=22762] ppid=22758 vsize=814280 CPUtime=475.45
/proc/22760/task/22762/stat : 22762 (java) S 22758 22760 19277 0 -1 64 18102 0 1 0 47530 15 0 0 18 0 13 0 24065582 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22763] ppid=22758 vsize=814280 CPUtime=5.21
/proc/22760/task/22763/stat : 22763 (java) S 22758 22760 19277 0 -1 64 76920 0 0 0 488 33 0 0 15 0 13 0 24065583 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22764] ppid=22758 vsize=814280 CPUtime=5.33
/proc/22760/task/22764/stat : 22764 (java) S 22758 22760 19277 0 -1 64 74918 0 0 0 502 31 0 0 16 0 13 0 24065583 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22765] ppid=22758 vsize=814280 CPUtime=30.98
/proc/22760/task/22765/stat : 22765 (java) R 22758 22760 19277 0 -1 64 8777 0 0 0 3089 9 0 0 25 0 13 0 24065585 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22766] ppid=22758 vsize=814280 CPUtime=0
/proc/22760/task/22766/stat : 22766 (java) S 22758 22760 19277 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 24065586 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22767] ppid=22758 vsize=814280 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22758 22760 19277 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24065586 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22758 vsize=814280 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22758 22760 19277 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24065590 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22769] ppid=22758 vsize=814280 CPUtime=0
/proc/22760/task/22769/stat : 22769 (java) S 22758 22760 19277 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24065590 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22770] ppid=22758 vsize=814280 CPUtime=2.38
/proc/22760/task/22770/stat : 22770 (java) S 22758 22760 19277 0 -1 64 6270 0 0 0 235 3 0 0 17 0 13 0 24065590 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22771] ppid=22758 vsize=814280 CPUtime=0
/proc/22760/task/22771/stat : 22771 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24065590 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22772] ppid=22758 vsize=814280 CPUtime=0
/proc/22760/task/22772/stat : 22772 (java) S 22758 22760 19277 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24065590 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22760/tid=22773] ppid=22758 vsize=814280 CPUtime=0
/proc/22760/task/22773/stat : 22773 (java) S 22758 22760 19277 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 24117180 833822720 173074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.4
Current children cumulated vsize (KiB) 814280

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

[startup+522.506 s]
/proc/loadavg: 2.11 2.03 2.01 3/86 22773
/proc/meminfo: memFree=1049128/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=0 CPUtime=519.56
/proc/22760/stat : 22760 (java) Z 22758 22760 19277 0 -1 12 185762 0 1 0 51862 94 0 0 16 0 2 0 24065581 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 519.56
Current children cumulated vsize (KiB) 0

[startup+522.602 s]
/proc/loadavg: 2.11 2.03 2.01 3/86 22773
/proc/meminfo: memFree=1049128/2055920 swapFree=4192812/4192956
[pid=22760] ppid=22758 vsize=0 CPUtime=519.66
/proc/22760/stat : 22760 (java) Z 22758 22760 19277 0 -1 12 185762 0 1 0 51862 104 0 0 16 0 2 0 24065581 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 519.66
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 522.611
CPU time (s): 519.676
CPU user time (s): 518.623
CPU system time (s): 1.05284
CPU usage (%): 99.4384
Max. virtual memory (cumulated for all children) (KiB): 817960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 518.623
system time used= 1.05284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185762
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= 22898
involuntary context switches= 20294

runsolver used 0.760884 second user time and 1.65575 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-12 05:40:23
IDJOB=2080513
IDBENCH=57101
IDSOLVER=731
FILE ID=node64/2080513-1247370023
PBS_JOBID= 9507078
Free space on /tmp= 66348 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-50-5-mul.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080513-1247370023/watcher-2080513-1247370023 -o /tmp/evaluation-result-2080513-1247370023/solver-2080513-1247370023 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080513-1247370023.xml

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

MD5SUM BENCH= 16fcc8b8bde2aa10417fc00ae864011c
RANDOM SEED=1718892913

node64.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.220
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.220
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:       1738792 kB
Buffers:         40132 kB
Cached:         180596 kB
SwapCached:          0 kB
Active:         128680 kB
Inactive:       114480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:          33100 kB
Slab:            59048 kB
Committed_AS:   254576 kB
PageTables:       1756 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= 66348 MiB
End job on node64 at 2009-07-12 05:49:06