Trace number 2083857

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? 1034.47 1040.51

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-0.xml
MD5SUM4455d4457369a89450eaa6e90b2bdf34
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 benchmark34.6327
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data

0.14/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.42	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.42	c See www.sat4j.org for details.
0.14/0.42	c That software uses the Rhino library from the Mozilla project.
0.14/0.44	c version 2.1.1.v20090622
0.14/0.44	c sun.arch.data.model	32
0.14/0.44	c java.version	1.6.0_12
0.14/0.44	c os.name	Linux
0.14/0.44	c os.version	2.6.9-22.EL.rootsmp
0.14/0.44	c os.arch	i386
0.14/0.44	c Free memory 671000808
0.14/0.44	c Max memory 672137216
0.14/0.44	c Total memory 672137216
0.14/0.44	c Number of processors 2
0.23/0.54	c c --- Begin Solver configuration ---
0.23/0.54	c Stops conflict analysis at the first Unique Implication Point
0.23/0.54	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.23/0.54	c Learn all clauses as in MiniSAT
0.23/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.54	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.23/0.54	c Expensive reason simplification
0.23/0.54	c MiniSAT restarts strategy
0.23/0.54	c Memory based learned constraints deletion strategy
0.23/0.54	c timeout=2147483s
0.23/0.54	c DB Simplification allowed=false
0.23/0.54	c --- End Solver configuration ---
0.23/0.54	c solving HOME/instance-2083857-1247378356.xml
0.23/0.54	c reading problem ... 
0.46/0.88	c reading problem named null
0.46/0.88	c reading domains done.
0.84/1.24	c reading variables done.
2.13/2.59	c reading predicates  done.
2.41/2.83	c reading constraints
1021.33/1027.26	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1024.01/1029.99		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
1024.01/1029.99		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
1024.01/1029.99		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
1024.01/1029.99		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
1024.01/1029.99		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
1024.01/1029.99		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
1024.01/1029.99		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
1024.01/1029.99		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1024.01/1029.99		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1024.01/1029.99		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1024.01/1029.99		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1024.01/1029.99		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1024.01/1029.99		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
1024.01/1029.99		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
1024.01/1029.99		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
1024.01/1029.99		at org.sat4j.AbstractLauncher.run(Unknown Source)
1024.01/1029.99		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
1029.08/1035.04	c starts		: 0
1029.08/1035.04	c conflicts		: 0
1029.08/1035.04	c decisions		: 0
1029.08/1035.04	c propagations		: 0
1029.08/1035.04	c inspects		: 0
1029.08/1035.04	c learnt literals	: 0
1029.08/1035.04	c learnt binary clauses	: 0
1029.08/1035.04	c learnt ternary clauses	: 0
1029.08/1035.04	c learnt clauses	: 0
1029.08/1035.04	c ignored clauses	: 0
1029.08/1035.04	c root simplifications	: 0
1029.08/1035.04	c removed literals (reason simplification)	: 0
1029.08/1035.04	c reason swapping (by a shorter reason)	: 0
1029.08/1035.04	c Calls to reduceDB	: 0
1029.08/1035.04	c speed (assignments/second)	: 0.0
1029.08/1035.04	c non guided choices	0
1034.14/1040.12	c learnt constraints type 
1034.14/1040.13	c constraints type 
1034.14/1040.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 726912
1034.14/1040.13	c org.sat4j.minisat.constraints.card.AtLeast => 1800
1034.14/1040.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 218
1034.14/1040.13	s UNKNOWN
1034.14/1040.13	c Total wall clock time (in seconds) : 1029.457

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-2083857-1247378356/watcher-2083857-1247378356 -o /tmp/evaluation-result-2083857-1247378356/solver-2083857-1247378356 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083857-1247378356.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.89 2.51 2.27 4/82 22169
/proc/meminfo: memFree=454896/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=18576 CPUtime=0
/proc/22169/stat : 22169 (runsolver) D 22167 22169 20495 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 24902303 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 273952599335 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/22169/statm: 4644 284 249 26 0 2626 0

[startup+0.0231721 s]
/proc/loadavg: 2.89 2.51 2.27 4/82 22169
/proc/meminfo: memFree=454896/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=140 CPUtime=0
/proc/22169/stat : 22169 (java6) D 22167 22169 20495 0 -1 0 17 0 0 0 0 0 0 0 18 0 1 0 24902303 143360 2 996147200 0 0 4294956592 18446744073709551615 273952599335 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/22169/statm: 35 2 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 140

[startup+0.10119 s]
/proc/loadavg: 2.89 2.51 2.27 4/82 22169
/proc/meminfo: memFree=454896/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=12928 CPUtime=0.01
/proc/22169/stat : 22169 (java) D 22167 22169 20495 0 -1 0 368 0 15 0 0 1 0 0 18 0 1 0 24902303 13238272 190 996147200 134512640 134550932 4294956016 18446744073709551615 7590698 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/22169/statm: 3232 190 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.301208 s]
/proc/loadavg: 2.89 2.51 2.27 4/82 22169
/proc/meminfo: memFree=454896/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=802168 CPUtime=0.08
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 2683 0 43 0 4 4 0 0 18 0 7 0 24902303 821420032 2470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 200542 2470 1029 9 0 197893 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802168

[startup+0.701257 s]
/proc/loadavg: 2.89 2.51 2.27 4/82 22169
/proc/meminfo: memFree=454896/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=807596 CPUtime=0.39
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 4817 0 43 0 32 7 0 0 18 0 12 0 24902303 826978304 4439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 201899 4439 1368 9 0 199226 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 807596

[startup+1.50235 s]
/proc/loadavg: 2.89 2.51 2.27 4/94 22181
/proc/meminfo: memFree=426448/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=808464 CPUtime=1.14
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 6328 0 43 0 105 9 0 0 18 0 12 0 24902303 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 202116 5385 1397 9 0 199443 0
[pid=22169/tid=22171] ppid=22167 vsize=808464 CPUtime=0.56
/proc/22169/task/22171/stat : 22171 (java) R 22167 22169 20495 0 -1 64 3655 0 9 0 51 5 0 0 19 0 12 0 24902316 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 106834370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22172] ppid=22167 vsize=808464 CPUtime=0
/proc/22169/task/22172/stat : 22172 (java) S 22167 22169 20495 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24902324 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22173] ppid=22167 vsize=808464 CPUtime=0
/proc/22169/task/22173/stat : 22173 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24902324 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22174] ppid=22167 vsize=808464 CPUtime=0
/proc/22169/task/22174/stat : 22174 (java) S 22167 22169 20495 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24902327 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22175] ppid=22167 vsize=808464 CPUtime=0
/proc/22169/task/22175/stat : 22175 (java) S 22167 22169 20495 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 24902328 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22176] ppid=22167 vsize=808464 CPUtime=0
/proc/22169/task/22176/stat : 22176 (java) S 22167 22169 20495 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 24902328 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22177] ppid=22167 vsize=808464 CPUtime=0
/proc/22169/task/22177/stat : 22177 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24902338 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22178] ppid=22167 vsize=808464 CPUtime=0
/proc/22169/task/22178/stat : 22178 (java) S 22167 22169 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24902338 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22179] ppid=22167 vsize=808464 CPUtime=0.54
/proc/22169/task/22179/stat : 22179 (java) S 22167 22169 20495 0 -1 64 1953 0 0 0 53 1 0 0 16 0 12 0 24902338 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22180] ppid=22167 vsize=808464 CPUtime=0
/proc/22169/task/22180/stat : 22180 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24902338 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22181] ppid=22167 vsize=808464 CPUtime=0
/proc/22169/task/22181/stat : 22181 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24902338 827867136 5385 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 808464

[startup+3.10254 s]
/proc/loadavg: 2.97 2.53 2.28 5/94 22181
/proc/meminfo: memFree=358032/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=809580 CPUtime=2.71
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 33045 0 43 0 250 21 0 0 18 0 12 0 24902303 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 202395 31738 1417 9 0 199722 0
[pid=22169/tid=22171] ppid=22167 vsize=809580 CPUtime=1.31
/proc/22169/task/22171/stat : 22171 (java) R 22167 22169 20495 0 -1 64 17235 0 9 0 119 12 0 0 19 0 12 0 24902316 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22172] ppid=22167 vsize=809580 CPUtime=0.17
/proc/22169/task/22172/stat : 22172 (java) S 22167 22169 20495 0 -1 64 6393 0 0 0 15 2 0 0 16 0 12 0 24902324 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22173] ppid=22167 vsize=809580 CPUtime=0.19
/proc/22169/task/22173/stat : 22173 (java) S 22167 22169 20495 0 -1 64 6172 0 0 0 18 1 0 0 18 0 12 0 24902324 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22174] ppid=22167 vsize=809580 CPUtime=0
/proc/22169/task/22174/stat : 22174 (java) S 22167 22169 20495 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24902327 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22175] ppid=22167 vsize=809580 CPUtime=0
/proc/22169/task/22175/stat : 22175 (java) S 22167 22169 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24902328 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22176] ppid=22167 vsize=809580 CPUtime=0
/proc/22169/task/22176/stat : 22176 (java) S 22167 22169 20495 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 24902328 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22177] ppid=22167 vsize=809580 CPUtime=0
/proc/22169/task/22177/stat : 22177 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24902338 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22178] ppid=22167 vsize=809580 CPUtime=0
/proc/22169/task/22178/stat : 22178 (java) S 22167 22169 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24902338 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22179] ppid=22167 vsize=809580 CPUtime=0.97
/proc/22169/task/22179/stat : 22179 (java) R 22167 22169 20495 0 -1 64 2521 0 0 0 96 1 0 0 16 0 12 0 24902338 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 104163080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22180] ppid=22167 vsize=809580 CPUtime=0
/proc/22169/task/22180/stat : 22180 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24902338 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22181] ppid=22167 vsize=809580 CPUtime=0
/proc/22169/task/22181/stat : 22181 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24902338 829009920 31738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 809580

[startup+6.3019 s]
/proc/loadavg: 2.97 2.53 2.28 3/94 22181
/proc/meminfo: memFree=261136/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=809876 CPUtime=5.88
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 45661 0 43 0 562 26 0 0 18 0 12 0 24902303 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 202469 42812 1439 9 0 199796 0
[pid=22169/tid=22171] ppid=22167 vsize=809876 CPUtime=3.44
/proc/22169/task/22171/stat : 22171 (java) R 22167 22169 20495 0 -1 64 17245 0 9 0 331 13 0 0 25 0 12 0 24902316 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4109765855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22172] ppid=22167 vsize=809876 CPUtime=0.37
/proc/22169/task/22172/stat : 22172 (java) S 22167 22169 20495 0 -1 64 11307 0 0 0 33 4 0 0 16 0 12 0 24902324 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22173] ppid=22167 vsize=809876 CPUtime=0.46
/proc/22169/task/22173/stat : 22173 (java) S 22167 22169 20495 0 -1 64 12602 0 0 0 42 4 0 0 16 0 12 0 24902324 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22174] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22174/stat : 22174 (java) S 22167 22169 20495 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24902327 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22175] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22175/stat : 22175 (java) S 22167 22169 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24902328 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22176] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22176/stat : 22176 (java) S 22167 22169 20495 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 24902328 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22177] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22177/stat : 22177 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24902338 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22178] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22178/stat : 22178 (java) S 22167 22169 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24902338 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22179] ppid=22167 vsize=809876 CPUtime=1.55
/proc/22169/task/22179/stat : 22179 (java) S 22167 22169 20495 0 -1 64 3783 0 0 0 154 1 0 0 16 0 12 0 24902338 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22180] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22180/stat : 22180 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24902338 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22181] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22181/stat : 22181 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24902338 829313024 42812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 809876

[startup+12.7026 s]
/proc/loadavg: 2.98 2.55 2.29 3/94 22181
/proc/meminfo: memFree=212752/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=809876 CPUtime=12.22
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 51988 0 43 0 1192 30 0 0 18 0 12 0 24902303 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 202469 48780 1439 9 0 199796 0
[pid=22169/tid=22171] ppid=22167 vsize=809876 CPUtime=9.42
/proc/22169/task/22171/stat : 22171 (java) R 22167 22169 20495 0 -1 64 17262 0 9 0 929 13 0 0 25 0 12 0 24902316 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4109830800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22172] ppid=22167 vsize=809876 CPUtime=0.49
/proc/22169/task/22172/stat : 22172 (java) S 22167 22169 20495 0 -1 64 13931 0 0 0 44 5 0 0 16 0 12 0 24902324 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22173] ppid=22167 vsize=809876 CPUtime=0.6
/proc/22169/task/22173/stat : 22173 (java) S 22167 22169 20495 0 -1 64 16282 0 0 0 55 5 0 0 16 0 12 0 24902324 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22174] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22174/stat : 22174 (java) S 22167 22169 20495 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24902327 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22175] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22175/stat : 22175 (java) S 22167 22169 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24902328 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22176] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22176/stat : 22176 (java) S 22167 22169 20495 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 24902328 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22177] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22177/stat : 22177 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24902338 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22178] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22178/stat : 22178 (java) S 22167 22169 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24902338 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22179] ppid=22167 vsize=809876 CPUtime=1.62
/proc/22169/task/22179/stat : 22179 (java) S 22167 22169 20495 0 -1 64 3789 0 0 0 161 1 0 0 17 0 12 0 24902338 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22180] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22180/stat : 22180 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24902338 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22181] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22181/stat : 22181 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24902338 829313024 48780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 809876

[startup+25.5021 s]
/proc/loadavg: 2.98 2.56 2.30 5/94 22181
/proc/meminfo: memFree=143056/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=809876 CPUtime=24.9
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 57515 0 43 0 2456 34 0 0 18 0 12 0 24902303 829313024 54284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 202469 54284 1439 9 0 199796 0
[pid=22169/tid=22171] ppid=22167 vsize=809876 CPUtime=21.8
/proc/22169/task/22171/stat : 22171 (java) R 22167 22169 20495 0 -1 64 17288 0 9 0 2166 14 0 0 25 0 12 0 24902316 829313024 54284 996147200 134512640 134550932 4294956016 18446744073709551615 4109681827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22172] ppid=22167 vsize=809876 CPUtime=0.66
/proc/22169/task/22172/stat : 22172 (java) S 22167 22169 20495 0 -1 64 18391 0 0 0 59 7 0 0 16 0 12 0 24902324 829313024 54284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22173] ppid=22167 vsize=809876 CPUtime=0.66
/proc/22169/task/22173/stat : 22173 (java) S 22167 22169 20495 0 -1 64 17323 0 0 0 60 6 0 0 16 0 12 0 24902324 829313024 54284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22174] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22174/stat : 22174 (java) S 22167 22169 20495 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 24902327 829313024 54284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22175] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22175/stat : 22175 (java) S 22167 22169 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24902328 829313024 54284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22176] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22176/stat : 22176 (java) S 22167 22169 20495 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 24902328 829313024 54284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22177] ppid=22167 vsize=809876 CPUtime=0
/proc/22169/task/22177/stat : 22177 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24902338 829313024 54284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22178] ppid=22167 vsize=809876 CPUtime=0

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


[startup+1030.3 s]
/proc/loadavg: 2.01 2.16 2.26 3/94 22235
/proc/meminfo: memFree=16464/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=815228 CPUtime=1024.41
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 1160268 0 49 0 101821 620 0 0 18 0 13 0 24902303 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 203807 173080 1451 9 0 201134 0
[pid=22169/tid=22171] ppid=22167 vsize=815228 CPUtime=379.74
/proc/22169/task/22171/stat : 22171 (java) S 22167 22169 20495 0 -1 64 18211 0 9 0 37933 41 0 0 17 0 13 0 24902316 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22172] ppid=22167 vsize=815228 CPUtime=4.51
/proc/22169/task/22172/stat : 22172 (java) S 22167 22169 20495 0 -1 64 79767 0 0 0 420 31 0 0 15 0 13 0 24902324 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22173] ppid=22167 vsize=815228 CPUtime=4.41
/proc/22169/task/22173/stat : 22173 (java) S 22167 22169 20495 0 -1 64 73453 0 0 0 412 29 0 0 16 0 13 0 24902324 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22174] ppid=22167 vsize=815228 CPUtime=633.46
/proc/22169/task/22174/stat : 22174 (java) R 22167 22169 20495 0 -1 64 982084 0 2 0 62835 511 0 0 25 0 13 0 24902327 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22175] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22175/stat : 22175 (java) S 22167 22169 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24902328 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22176] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22176/stat : 22176 (java) S 22167 22169 20495 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24902328 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22177] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22177/stat : 22177 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24902338 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22178] ppid=22167 vsize=815228 CPUtime=0.02
/proc/22169/task/22178/stat : 22178 (java) S 22167 22169 20495 0 -1 64 15 0 0 0 2 0 0 0 17 0 13 0 24902338 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22179] ppid=22167 vsize=815228 CPUtime=2.18
/proc/22169/task/22179/stat : 22179 (java) S 22167 22169 20495 0 -1 64 6027 0 4 0 216 2 0 0 17 0 13 0 24902338 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22180] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22180/stat : 22180 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24902338 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22181] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22181/stat : 22181 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24902338 834793472 173080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1024.41
Current children cumulated vsize (KiB) 815228

[startup+1036.7 s]
/proc/loadavg: 2.09 2.17 2.26 3/95 22236
/proc/meminfo: memFree=16008/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=815228 CPUtime=1030.77
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 1169045 0 49 0 102452 625 0 0 18 0 13 0 24902303 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 203807 173087 1451 9 0 201134 0
[pid=22169/tid=22171] ppid=22167 vsize=815228 CPUtime=379.74
/proc/22169/task/22171/stat : 22171 (java) S 22167 22169 20495 0 -1 64 18211 0 9 0 37933 41 0 0 17 0 13 0 24902316 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22172] ppid=22167 vsize=815228 CPUtime=4.51
/proc/22169/task/22172/stat : 22172 (java) S 22167 22169 20495 0 -1 64 79767 0 0 0 420 31 0 0 15 0 13 0 24902324 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22173] ppid=22167 vsize=815228 CPUtime=4.41
/proc/22169/task/22173/stat : 22173 (java) S 22167 22169 20495 0 -1 64 73453 0 0 0 412 29 0 0 16 0 13 0 24902324 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22174] ppid=22167 vsize=815228 CPUtime=639.81
/proc/22169/task/22174/stat : 22174 (java) R 22167 22169 20495 0 -1 64 990855 0 2 0 63465 516 0 0 25 0 13 0 24902327 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 106157832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22175] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22175/stat : 22175 (java) S 22167 22169 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24902328 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22176] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22176/stat : 22176 (java) S 22167 22169 20495 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24902328 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22177] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22177/stat : 22177 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22178] ppid=22167 vsize=815228 CPUtime=0.02
/proc/22169/task/22178/stat : 22178 (java) S 22167 22169 20495 0 -1 64 15 0 0 0 2 0 0 0 17 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22179] ppid=22167 vsize=815228 CPUtime=2.18
/proc/22169/task/22179/stat : 22179 (java) S 22167 22169 20495 0 -1 64 6027 0 4 0 216 2 0 0 17 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22180] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22180/stat : 22180 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22181] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22181/stat : 22181 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22236] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22236/stat : 22236 (java) S 22167 22169 20495 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 25005302 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1030.77
Current children cumulated vsize (KiB) 815228

[startup+1038.3 s]
/proc/loadavg: 2.08 2.17 2.26 3/95 22236
/proc/meminfo: memFree=15112/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=815228 CPUtime=1032.36
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 1170799 0 49 0 102610 626 0 0 18 0 13 0 24902303 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 203807 173087 1451 9 0 201134 0
[pid=22169/tid=22171] ppid=22167 vsize=815228 CPUtime=379.74
/proc/22169/task/22171/stat : 22171 (java) S 22167 22169 20495 0 -1 64 18211 0 9 0 37933 41 0 0 17 0 13 0 24902316 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22172] ppid=22167 vsize=815228 CPUtime=4.51
/proc/22169/task/22172/stat : 22172 (java) S 22167 22169 20495 0 -1 64 79767 0 0 0 420 31 0 0 15 0 13 0 24902324 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22173] ppid=22167 vsize=815228 CPUtime=4.41
/proc/22169/task/22173/stat : 22173 (java) S 22167 22169 20495 0 -1 64 73453 0 0 0 412 29 0 0 16 0 13 0 24902324 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22174] ppid=22167 vsize=815228 CPUtime=641.41
/proc/22169/task/22174/stat : 22174 (java) R 22167 22169 20495 0 -1 64 992608 0 2 0 63623 518 0 0 25 0 13 0 24902327 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22175] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22175/stat : 22175 (java) S 22167 22169 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24902328 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22176] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22176/stat : 22176 (java) S 22167 22169 20495 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24902328 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22177] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22177/stat : 22177 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22178] ppid=22167 vsize=815228 CPUtime=0.02
/proc/22169/task/22178/stat : 22178 (java) S 22167 22169 20495 0 -1 64 15 0 0 0 2 0 0 0 17 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22179] ppid=22167 vsize=815228 CPUtime=2.18
/proc/22169/task/22179/stat : 22179 (java) S 22167 22169 20495 0 -1 64 6027 0 4 0 216 2 0 0 17 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22180] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22180/stat : 22180 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22181] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22181/stat : 22181 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22236] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22236/stat : 22236 (java) S 22167 22169 20495 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 25005302 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1032.36
Current children cumulated vsize (KiB) 815228

[startup+1039.9 s]
/proc/loadavg: 2.08 2.17 2.26 3/95 22236
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=815228 CPUtime=1033.94
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 1172553 0 49 0 102765 629 0 0 18 0 13 0 24902303 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 203807 173087 1451 9 0 201134 0
[pid=22169/tid=22171] ppid=22167 vsize=815228 CPUtime=379.74
/proc/22169/task/22171/stat : 22171 (java) S 22167 22169 20495 0 -1 64 18211 0 9 0 37933 41 0 0 17 0 13 0 24902316 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22172] ppid=22167 vsize=815228 CPUtime=4.51
/proc/22169/task/22172/stat : 22172 (java) S 22167 22169 20495 0 -1 64 79767 0 0 0 420 31 0 0 15 0 13 0 24902324 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22173] ppid=22167 vsize=815228 CPUtime=4.41
/proc/22169/task/22173/stat : 22173 (java) S 22167 22169 20495 0 -1 64 73453 0 0 0 412 29 0 0 16 0 13 0 24902324 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22174] ppid=22167 vsize=815228 CPUtime=642.99
/proc/22169/task/22174/stat : 22174 (java) R 22167 22169 20495 0 -1 64 994361 0 2 0 63778 521 0 0 25 0 13 0 24902327 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22175] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22175/stat : 22175 (java) S 22167 22169 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24902328 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22176] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22176/stat : 22176 (java) S 22167 22169 20495 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24902328 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22177] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22177/stat : 22177 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22178] ppid=22167 vsize=815228 CPUtime=0.02
/proc/22169/task/22178/stat : 22178 (java) S 22167 22169 20495 0 -1 64 15 0 0 0 2 0 0 0 17 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22179] ppid=22167 vsize=815228 CPUtime=2.18
/proc/22169/task/22179/stat : 22179 (java) S 22167 22169 20495 0 -1 64 6027 0 4 0 216 2 0 0 17 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22180] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22180/stat : 22180 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22181] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22181/stat : 22181 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24902338 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22236] ppid=22167 vsize=815228 CPUtime=0
/proc/22169/task/22236/stat : 22236 (java) S 22167 22169 20495 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 25005302 834793472 173087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1033.94
Current children cumulated vsize (KiB) 815228

[startup+1040.3 s]
/proc/loadavg: 2.08 2.17 2.26 3/95 22236
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=811224 CPUtime=1034.3
/proc/22169/stat : 22169 (java) S 22167 22169 20495 0 -1 0 1172556 0 50 0 102801 629 0 0 18 0 12 0 24902303 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22169/statm: 202806 172089 1452 9 0 200133 0
[pid=22169/tid=22171] ppid=22167 vsize=811224 CPUtime=379.74
/proc/22169/task/22171/stat : 22171 (java) S 22167 22169 20495 0 -1 64 18212 0 9 0 37933 41 0 0 15 0 12 0 24902316 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22172] ppid=22167 vsize=811224 CPUtime=4.51
/proc/22169/task/22172/stat : 22172 (java) S 22167 22169 20495 0 -1 64 79767 0 0 0 420 31 0 0 15 0 12 0 24902324 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22173] ppid=22167 vsize=811224 CPUtime=4.41
/proc/22169/task/22173/stat : 22173 (java) S 22167 22169 20495 0 -1 64 73453 0 0 0 412 29 0 0 16 0 12 0 24902324 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22174] ppid=22167 vsize=811224 CPUtime=643.35
/proc/22169/task/22174/stat : 22174 (java) R 22167 22169 20495 0 -1 64 994361 0 2 0 63814 521 0 0 22 0 12 0 24902327 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22175] ppid=22167 vsize=811224 CPUtime=0
/proc/22169/task/22175/stat : 22175 (java) S 22167 22169 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24902328 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22176] ppid=22167 vsize=811224 CPUtime=0
/proc/22169/task/22176/stat : 22176 (java) S 22167 22169 20495 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 24902328 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22177] ppid=22167 vsize=811224 CPUtime=0
/proc/22169/task/22177/stat : 22177 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24902338 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22178] ppid=22167 vsize=811224 CPUtime=0.02
/proc/22169/task/22178/stat : 22178 (java) S 22167 22169 20495 0 -1 64 15 0 0 0 2 0 0 0 17 0 12 0 24902338 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22179] ppid=22167 vsize=811224 CPUtime=2.18
/proc/22169/task/22179/stat : 22179 (java) S 22167 22169 20495 0 -1 64 6027 0 4 0 216 2 0 0 17 0 12 0 24902338 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22169/tid=22180] ppid=22167 vsize=811224 CPUtime=0
/proc/22169/task/22180/stat : 22180 (java) S 22167 22169 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24902338 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22169/tid=22181] ppid=22167 vsize=811224 CPUtime=0
/proc/22169/task/22181/stat : 22181 (java) S 22167 22169 20495 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24902338 830693376 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1034.3
Current children cumulated vsize (KiB) 811224

[startup+1040.5 s]
/proc/loadavg: 2.08 2.17 2.26 2/84 22236
/proc/meminfo: memFree=702600/2055920 swapFree=4192812/4192956
[pid=22169] ppid=22167 vsize=0 CPUtime=1034.47
/proc/22169/stat : 22169 (java) Z 22167 22169 20495 0 -1 12 1172561 0 50 0 102806 641 0 0 16 0 2 0 24902303 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22169/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1034.47
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1040.51
CPU time (s): 1034.47
CPU user time (s): 1028.06
CPU system time (s): 6.41002
CPU usage (%): 99.42
Max. virtual memory (cumulated for all children) (KiB): 825152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1028.06
system time used= 6.41003
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1172561
page faults= 50
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31198
involuntary context switches= 47773

runsolver used 1.42078 second user time and 3.64445 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 07:59:17
IDJOB=2083857
IDBENCH=57959
IDSOLVER=731
FILE ID=node20/2083857-1247378356
PBS_JOBID= 9507133
Free space on /tmp= 64112 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-0.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083857-1247378356/watcher-2083857-1247378356 -o /tmp/evaluation-result-2083857-1247378356/solver-2083857-1247378356 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083857-1247378356.xml

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

MD5SUM BENCH= 4455d4457369a89450eaa6e90b2bdf34
RANDOM SEED=941071265

node20.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        455568 kB
Buffers:          2000 kB
Cached:        1158080 kB
SwapCached:          0 kB
Active:        1022888 kB
Inactive:       503532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        455568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          210748 kB
Writeback:           0 kB
Mapped:         387700 kB
Slab:            58444 kB
Committed_AS:   755524 kB
PageTables:       2628 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= 64076 MiB
End job on node20 at 2009-07-12 08:16:38