Trace number 1073383

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 77.8932 77.0083

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-30_ext.xml
MD5SUM9c304c6bc89652f14352f8d946e2e2d2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.843871
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints154
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension154
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.33	c See www.sat4j.org for details.
0.29/0.33	c That software uses the Rhino library from the Mozilla project.
0.29/0.38	c version 9.9.9.token
0.29/0.38	c sun.arch.data.model	32
0.29/0.38	c java.version	1.6.0_06
0.29/0.38	c os.name	Linux
0.29/0.38	c os.version	2.6.9-22.EL.rootsmp
0.29/0.38	c os.arch	i386
0.29/0.38	c Free memory 669864272
0.29/0.38	c Max memory 672137216
0.29/0.38	c Total memory 672137216
0.29/0.38	c Number of processors 2
0.38/0.43	c c --- Begin Solver configuration ---
0.38/0.43	c Stops conflict analysis at the first Unique Implication Point
0.38/0.43	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.43	c Learn all clauses as in MiniSAT
0.38/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.43	c Expensive reason simplification
0.38/0.43	c MiniSAT restarts strategy
0.38/0.43	c timeout=2147483s
0.38/0.43	c DB Simplification allowed=false
0.38/0.43	c --- End Solver configuration ---
0.38/0.43	c solving HOME/instance-1073383-1215177137.xml
0.38/0.43	c reading problem ... 
0.68/0.72	c reading problem named null
0.68/0.72	c reading domains done.
0.68/0.73	c reading variables done.
0.68/0.79	c reading relations done.
3.44/3.52	c reading constraints
77.68/76.89	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
77.68/76.89		at org.sat4j.core.Vec.ensure(Vec.java:175)
77.68/76.89		at org.sat4j.core.Vec.push(Vec.java:182)
77.68/76.89		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
77.68/76.89		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
77.68/76.89		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
77.68/76.90		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
77.68/76.90		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
77.68/76.90		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
77.68/76.90		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
77.68/76.90		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
77.68/76.90		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
77.68/76.90		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
77.68/76.90		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
77.68/76.90		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
77.68/76.90		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
77.68/76.90		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
77.68/76.90		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
77.68/76.90		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
77.68/76.90		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
77.68/76.90		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
77.68/76.90		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
77.68/76.90		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
77.68/76.90		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
77.68/76.90		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
77.68/76.90		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
77.68/76.90		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
77.68/76.90		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
77.68/76.90		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
77.68/76.90		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
77.68/76.90		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
77.68/76.90		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
77.68/76.90		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
77.68/76.90	c starts		: 0
77.68/76.90	c conflicts		: 0
77.68/76.90	c decisions		: 0
77.68/76.90	c propagations		: 0
77.68/76.90	c inspects		: 0
77.68/76.90	c learnt literals	: 0
77.68/76.90	c learnt binary clauses	: 0
77.68/76.90	c learnt ternary clauses	: 0
77.68/76.90	c learnt clauses	: 0
77.68/76.90	c ignored clauses	: 0
77.68/76.90	c root simplifications	: 0
77.68/76.90	c removed literals (reason simplification)	: 0
77.68/76.90	c reason swapping (by a shorter reason)	: 0
77.68/76.90	c Calls to reduceDB	: 0
77.68/76.90	c speed (assignments/second)	: 0.0
77.68/76.90	c non guided choices	0
77.68/76.90	s UNKNOWN
77.68/76.90	c Total wall clock time (in seconds) : 76.472

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073383-1215177137/watcher-1073383-1215177137 -o /tmp/evaluation-result-1073383-1215177137/solver-1073383-1215177137 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073383-1215177137.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.06 2.07 4/83 31240
/proc/meminfo: memFree=1053952/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=1804 CPUtime=0
/proc/31240/stat : 31240 (java6) D 31238 31240 29519 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1002118374 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31240/statm: 451 155 111 9 0 93 0

[startup+0.085236 s]
/proc/loadavg: 1.92 2.06 2.07 4/83 31240
/proc/meminfo: memFree=1053952/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=802236 CPUtime=0.07
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 2831 0 1 0 5 2 0 0 18 0 7 0 1002118374 821489664 2566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 200559 2566 1010 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101236 s]
/proc/loadavg: 1.92 2.06 2.07 4/83 31240
/proc/meminfo: memFree=1053952/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=804612 CPUtime=0.08
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 2979 0 1 0 6 2 0 0 18 0 12 0 1002118374 823922688 2712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 201153 2712 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301254 s]
/proc/loadavg: 1.92 2.06 2.07 4/83 31240
/proc/meminfo: memFree=1053952/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=808244 CPUtime=0.29
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 4851 0 1 0 25 4 0 0 18 0 12 0 1002118374 827641856 4178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 202061 4178 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.703343 s]
/proc/loadavg: 1.92 2.06 2.07 4/83 31240
/proc/meminfo: memFree=1053952/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=808272 CPUtime=0.68
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 6317 0 1 0 63 5 0 0 18 0 12 0 1002118374 827670528 5445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 202068 5445 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50138 s]
/proc/loadavg: 1.93 2.06 2.07 3/95 31252
/proc/meminfo: memFree=1035680/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=813492 CPUtime=1.48
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 9878 0 1 0 140 8 0 0 18 0 12 0 1002118374 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 203373 7654 1351 9 0 200735 0
[pid=31240/tid=31242] ppid=31238 vsize=813492 CPUtime=0.66
/proc/31240/task/31242/stat : 31242 (java) R 31238 31240 29519 0 -1 64 4707 0 1 0 61 5 0 0 25 0 12 0 1002118375 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 105742712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31243] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31243/stat : 31243 (java) S 31238 31240 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002118376 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31244] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31244/stat : 31244 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1002118376 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31245] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31245/stat : 31245 (java) S 31238 31240 29519 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1002118378 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31246] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31246/stat : 31246 (java) S 31238 31240 29519 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1002118379 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31247] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31247/stat : 31247 (java) S 31238 31240 29519 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1002118379 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31248] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31248/stat : 31248 (java) S 31238 31240 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002118383 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31249] ppid=31238 vsize=813492 CPUtime=0.47
/proc/31240/task/31249/stat : 31249 (java) S 31238 31240 29519 0 -1 64 3008 0 0 0 46 1 0 0 17 0 12 0 1002118383 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31250] ppid=31238 vsize=813492 CPUtime=0.31
/proc/31240/task/31250/stat : 31250 (java) S 31238 31240 29519 0 -1 64 1401 0 0 0 31 0 0 0 16 0 12 0 1002118383 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31251] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31251/stat : 31251 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1002118383 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31252] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31252/stat : 31252 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1002118383 833015808 7654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 813492

[startup+3.10258 s]
/proc/loadavg: 1.93 2.06 2.07 3/95 31252
/proc/meminfo: memFree=1019168/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=813492 CPUtime=3.06
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 26414 0 1 0 287 19 0 0 18 0 12 0 1002118374 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 203373 24186 1357 9 0 200735 0
[pid=31240/tid=31242] ppid=31238 vsize=813492 CPUtime=1.89
/proc/31240/task/31242/stat : 31242 (java) R 31238 31240 29519 0 -1 64 16972 0 1 0 176 13 0 0 25 0 12 0 1002118375 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4109598978 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31243] ppid=31238 vsize=813492 CPUtime=0.07
/proc/31240/task/31243/stat : 31243 (java) S 31238 31240 29519 0 -1 64 1539 0 0 0 7 0 0 0 16 0 12 0 1002118376 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31244] ppid=31238 vsize=813492 CPUtime=0.05
/proc/31240/task/31244/stat : 31244 (java) S 31238 31240 29519 0 -1 64 2633 0 0 0 4 1 0 0 16 0 12 0 1002118376 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31245] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31245/stat : 31245 (java) S 31238 31240 29519 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1002118378 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31246] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31246/stat : 31246 (java) S 31238 31240 29519 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1002118379 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31247] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31247/stat : 31247 (java) S 31238 31240 29519 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002118379 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31248] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31248/stat : 31248 (java) S 31238 31240 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002118383 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31249] ppid=31238 vsize=813492 CPUtime=0.61
/proc/31240/task/31249/stat : 31249 (java) S 31238 31240 29519 0 -1 64 3023 0 0 0 60 1 0 0 16 0 12 0 1002118383 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31250] ppid=31238 vsize=813492 CPUtime=0.36
/proc/31240/task/31250/stat : 31250 (java) S 31238 31240 29519 0 -1 64 1403 0 0 0 36 0 0 0 16 0 12 0 1002118383 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31251] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31251/stat : 31251 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1002118383 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31252] ppid=31238 vsize=813492 CPUtime=0
/proc/31240/task/31252/stat : 31252 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1002118383 833015808 24186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813492

[startup+6.30291 s]
/proc/loadavg: 1.93 2.06 2.07 4/95 31252
/proc/meminfo: memFree=924896/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=820912 CPUtime=6.37
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 48297 0 1 0 605 32 0 0 18 0 12 0 1002118374 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 205228 43876 1361 9 0 202590 0
[pid=31240/tid=31242] ppid=31238 vsize=820912 CPUtime=3.6
/proc/31240/task/31242/stat : 31242 (java) R 31238 31240 29519 0 -1 64 16985 0 1 0 346 14 0 0 18 0 12 0 1002118375 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4109686083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31243] ppid=31238 vsize=820912 CPUtime=0.73
/proc/31240/task/31243/stat : 31243 (java) S 31238 31240 29519 0 -1 64 13623 0 0 0 65 8 0 0 18 0 12 0 1002118376 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31244] ppid=31238 vsize=820912 CPUtime=0.63
/proc/31240/task/31244/stat : 31244 (java) S 31238 31240 29519 0 -1 64 11785 0 0 0 57 6 0 0 16 0 12 0 1002118376 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31245] ppid=31238 vsize=820912 CPUtime=0
/proc/31240/task/31245/stat : 31245 (java) S 31238 31240 29519 0 -1 64 83 0 0 0 0 0 0 0 17 0 12 0 1002118378 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31246] ppid=31238 vsize=820912 CPUtime=0
/proc/31240/task/31246/stat : 31246 (java) S 31238 31240 29519 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1002118379 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31247] ppid=31238 vsize=820912 CPUtime=0
/proc/31240/task/31247/stat : 31247 (java) S 31238 31240 29519 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002118379 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31248] ppid=31238 vsize=820912 CPUtime=0
/proc/31240/task/31248/stat : 31248 (java) S 31238 31240 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002118383 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31249] ppid=31238 vsize=820912 CPUtime=0.89
/proc/31240/task/31249/stat : 31249 (java) S 31238 31240 29519 0 -1 64 3647 0 0 0 88 1 0 0 16 0 12 0 1002118383 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31250] ppid=31238 vsize=820912 CPUtime=0.46
/proc/31240/task/31250/stat : 31250 (java) S 31238 31240 29519 0 -1 64 1413 0 0 0 46 0 0 0 16 0 12 0 1002118383 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31251] ppid=31238 vsize=820912 CPUtime=0
/proc/31240/task/31251/stat : 31251 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1002118383 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31252] ppid=31238 vsize=820912 CPUtime=0
/proc/31240/task/31252/stat : 31252 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1002118383 840613888 43876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 820912

[startup+12.7026 s]
/proc/loadavg: 2.16 2.10 2.09 4/95 31252
/proc/meminfo: memFree=693792/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=823472 CPUtime=13.6
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 111222 0 1 0 1293 67 0 0 18 0 12 0 1002118374 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 205868 102716 1361 9 0 203230 0
[pid=31240/tid=31242] ppid=31238 vsize=823472 CPUtime=6.36
/proc/31240/task/31242/stat : 31242 (java) S 31238 31240 29519 0 -1 64 23140 0 1 0 618 18 0 0 18 0 12 0 1002118375 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31243] ppid=31238 vsize=823472 CPUtime=2.17
/proc/31240/task/31243/stat : 31243 (java) R 31238 31240 29519 0 -1 64 29141 0 0 0 202 15 0 0 18 0 12 0 1002118376 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31244] ppid=31238 vsize=823472 CPUtime=3.65
/proc/31240/task/31244/stat : 31244 (java) R 31238 31240 29519 0 -1 64 53037 0 0 0 335 30 0 0 19 0 12 0 1002118376 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31245] ppid=31238 vsize=823472 CPUtime=0
/proc/31240/task/31245/stat : 31245 (java) S 31238 31240 29519 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1002118378 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31246] ppid=31238 vsize=823472 CPUtime=0
/proc/31240/task/31246/stat : 31246 (java) S 31238 31240 29519 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1002118379 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31247] ppid=31238 vsize=823472 CPUtime=0
/proc/31240/task/31247/stat : 31247 (java) S 31238 31240 29519 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002118379 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31248] ppid=31238 vsize=823472 CPUtime=0
/proc/31240/task/31248/stat : 31248 (java) S 31238 31240 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002118383 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31249] ppid=31238 vsize=823472 CPUtime=0.89
/proc/31240/task/31249/stat : 31249 (java) S 31238 31240 29519 0 -1 64 3647 0 0 0 88 1 0 0 16 0 12 0 1002118383 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31250] ppid=31238 vsize=823472 CPUtime=0.46
/proc/31240/task/31250/stat : 31250 (java) S 31238 31240 29519 0 -1 64 1413 0 0 0 46 0 0 0 16 0 12 0 1002118383 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31251] ppid=31238 vsize=823472 CPUtime=0
/proc/31240/task/31251/stat : 31251 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1002118383 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31252] ppid=31238 vsize=823472 CPUtime=0
/proc/31240/task/31252/stat : 31252 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1002118383 843235328 102716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.6
Current children cumulated vsize (KiB) 823472

[startup+25.5019 s]
/proc/loadavg: 2.29 2.13 2.10 4/95 31252
/proc/meminfo: memFree=392032/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=823472 CPUtime=26.39
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 185388 0 1 0 2527 112 0 0 18 0 12 0 1002118374 843235328 173865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 205868 173865 1365 9 0 203230 0
[pid=31240/tid=31242] ppid=31238 vsize=823472 CPUtime=10.44
/proc/31240/task/31242/stat : 31242 (java) R 31238 31240 29519 0 -1 64 28299 0 1 0 1023 21 0 0 19 0 12 0 1002118375 843235328 173865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31243] ppid=31238 vsize=823472 CPUtime=6.6
/proc/31240/task/31243/stat : 31243 (java) S 31238 31240 29519 0 -1 64 90435 0 0 0 608 52 0 0 17 0 12 0 1002118376 843235328 173865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31244] ppid=31238 vsize=823472 CPUtime=4.01
/proc/31240/task/31244/stat : 31244 (java) S 31238 31240 29519 0 -1 64 57740 0 0 0 368 33 0 0 19 0 12 0 1002118376 843235328 173865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31245] ppid=31238 vsize=823472 CPUtime=3.93
/proc/31240/task/31245/stat : 31245 (java) R 31238 31240 29519 0 -1 64 3093 0 0 0 392 1 0 0 16 0 12 0 1002118378 843235328 173865 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31246] ppid=31238 vsize=823472 CPUtime=0
/proc/31240/task/31246/stat : 31246 (java) S 31238 31240 29519 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1002118379 843235328 173865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31247] ppid=31238 vsize=823472 CPUtime=0
/proc/31240/task/31247/stat : 31247 (java) S 31238 31240 29519 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002118379 843235328 173865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31248] ppid=31238 vsize=823472 CPUtime=0
/proc/31240/task/31248/stat : 31248 (java) S 31238 31240 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002118383 843235328 173865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/31240/task/31249/stat : 31249 (java) S 31238 31240 29519 0 -1 64 3647 0 0 0 88 1 0 0 16 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31250] ppid=31238 vsize=831476 CPUtime=0.46
/proc/31240/task/31250/stat : 31250 (java) S 31238 31240 29519 0 -1 64 1413 0 0 0 46 0 0 0 16 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31251] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31251/stat : 31251 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31252] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31252/stat : 31252 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.18
Current children cumulated vsize (KiB) 831476

[startup+73.5028 s]
/proc/loadavg: 2.16 2.13 2.09 3/95 31252
/proc/meminfo: memFree=378592/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=831476 CPUtime=74.38
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 225712 0 1 0 7302 136 0 0 18 0 12 0 1002118374 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 207869 177154 1365 9 0 205231 0
[pid=31240/tid=31242] ppid=31238 vsize=831476 CPUtime=11.57
/proc/31240/task/31242/stat : 31242 (java) S 31238 31240 29519 0 -1 64 28309 0 1 0 1136 21 0 0 17 0 12 0 1002118375 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31243] ppid=31238 vsize=831476 CPUtime=6.6
/proc/31240/task/31243/stat : 31243 (java) S 31238 31240 29519 0 -1 64 90435 0 0 0 608 52 0 0 17 0 12 0 1002118376 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31244] ppid=31238 vsize=831476 CPUtime=4.01
/proc/31240/task/31244/stat : 31244 (java) S 31238 31240 29519 0 -1 64 57740 0 0 0 368 33 0 0 19 0 12 0 1002118376 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31245] ppid=31238 vsize=831476 CPUtime=50.78
/proc/31240/task/31245/stat : 31245 (java) R 31238 31240 29519 0 -1 64 43407 0 0 0 5053 25 0 0 25 0 12 0 1002118378 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31246] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31246/stat : 31246 (java) S 31238 31240 29519 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1002118379 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31247] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31247/stat : 31247 (java) S 31238 31240 29519 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002118379 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31248] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31248/stat : 31248 (java) S 31238 31240 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31249] ppid=31238 vsize=831476 CPUtime=0.89
/proc/31240/task/31249/stat : 31249 (java) S 31238 31240 29519 0 -1 64 3647 0 0 0 88 1 0 0 16 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31250] ppid=31238 vsize=831476 CPUtime=0.46
/proc/31240/task/31250/stat : 31250 (java) S 31238 31240 29519 0 -1 64 1413 0 0 0 46 0 0 0 16 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31251] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31251/stat : 31251 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31252] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31252/stat : 31252 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.38
Current children cumulated vsize (KiB) 831476

[startup+75.103 s]
/proc/loadavg: 2.16 2.13 2.09 3/95 31252
/proc/meminfo: memFree=378592/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=831476 CPUtime=75.98
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 225712 0 1 0 7462 136 0 0 18 0 12 0 1002118374 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 207869 177154 1365 9 0 205231 0
[pid=31240/tid=31242] ppid=31238 vsize=831476 CPUtime=11.57
/proc/31240/task/31242/stat : 31242 (java) S 31238 31240 29519 0 -1 64 28309 0 1 0 1136 21 0 0 17 0 12 0 1002118375 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31243] ppid=31238 vsize=831476 CPUtime=6.6
/proc/31240/task/31243/stat : 31243 (java) S 31238 31240 29519 0 -1 64 90435 0 0 0 608 52 0 0 17 0 12 0 1002118376 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31244] ppid=31238 vsize=831476 CPUtime=4.01
/proc/31240/task/31244/stat : 31244 (java) S 31238 31240 29519 0 -1 64 57740 0 0 0 368 33 0 0 19 0 12 0 1002118376 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31245] ppid=31238 vsize=831476 CPUtime=52.38
/proc/31240/task/31245/stat : 31245 (java) R 31238 31240 29519 0 -1 64 43407 0 0 0 5213 25 0 0 25 0 12 0 1002118378 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 106122249 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31246] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31246/stat : 31246 (java) S 31238 31240 29519 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1002118379 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31247] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31247/stat : 31247 (java) S 31238 31240 29519 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002118379 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31248] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31248/stat : 31248 (java) S 31238 31240 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31249] ppid=31238 vsize=831476 CPUtime=0.89
/proc/31240/task/31249/stat : 31249 (java) S 31238 31240 29519 0 -1 64 3647 0 0 0 88 1 0 0 16 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31250] ppid=31238 vsize=831476 CPUtime=0.46
/proc/31240/task/31250/stat : 31250 (java) S 31238 31240 29519 0 -1 64 1413 0 0 0 46 0 0 0 16 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31251] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31251/stat : 31251 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31252] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31252/stat : 31252 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 831476

[startup+75.9071 s]
/proc/loadavg: 2.16 2.13 2.09 4/95 31252
/proc/meminfo: memFree=378592/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=831476 CPUtime=76.78
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 225712 0 1 0 7542 136 0 0 18 0 12 0 1002118374 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 207869 177154 1365 9 0 205231 0
[pid=31240/tid=31242] ppid=31238 vsize=831476 CPUtime=11.57
/proc/31240/task/31242/stat : 31242 (java) S 31238 31240 29519 0 -1 64 28309 0 1 0 1136 21 0 0 17 0 12 0 1002118375 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31243] ppid=31238 vsize=831476 CPUtime=6.6
/proc/31240/task/31243/stat : 31243 (java) S 31238 31240 29519 0 -1 64 90435 0 0 0 608 52 0 0 17 0 12 0 1002118376 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31244] ppid=31238 vsize=831476 CPUtime=4.01
/proc/31240/task/31244/stat : 31244 (java) S 31238 31240 29519 0 -1 64 57740 0 0 0 368 33 0 0 19 0 12 0 1002118376 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31245] ppid=31238 vsize=831476 CPUtime=53.18
/proc/31240/task/31245/stat : 31245 (java) R 31238 31240 29519 0 -1 64 43407 0 0 0 5293 25 0 0 25 0 12 0 1002118378 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31246] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31246/stat : 31246 (java) S 31238 31240 29519 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1002118379 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31247] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31247/stat : 31247 (java) S 31238 31240 29519 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002118379 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31248] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31248/stat : 31248 (java) S 31238 31240 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31249] ppid=31238 vsize=831476 CPUtime=0.89
/proc/31240/task/31249/stat : 31249 (java) S 31238 31240 29519 0 -1 64 3647 0 0 0 88 1 0 0 16 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31250] ppid=31238 vsize=831476 CPUtime=0.46
/proc/31240/task/31250/stat : 31250 (java) S 31238 31240 29519 0 -1 64 1413 0 0 0 46 0 0 0 16 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31251] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31251/stat : 31251 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31252] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31252/stat : 31252 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.78
Current children cumulated vsize (KiB) 831476

[startup+76.7021 s]
/proc/loadavg: 2.16 2.13 2.09 4/95 31252
/proc/meminfo: memFree=378592/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=831476 CPUtime=77.58
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 225712 0 1 0 7622 136 0 0 18 0 12 0 1002118374 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 207869 177154 1365 9 0 205231 0
[pid=31240/tid=31242] ppid=31238 vsize=831476 CPUtime=11.57
/proc/31240/task/31242/stat : 31242 (java) S 31238 31240 29519 0 -1 64 28309 0 1 0 1136 21 0 0 17 0 12 0 1002118375 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31243] ppid=31238 vsize=831476 CPUtime=6.6
/proc/31240/task/31243/stat : 31243 (java) S 31238 31240 29519 0 -1 64 90435 0 0 0 608 52 0 0 17 0 12 0 1002118376 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31244] ppid=31238 vsize=831476 CPUtime=4.01
/proc/31240/task/31244/stat : 31244 (java) S 31238 31240 29519 0 -1 64 57740 0 0 0 368 33 0 0 19 0 12 0 1002118376 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31245] ppid=31238 vsize=831476 CPUtime=53.98
/proc/31240/task/31245/stat : 31245 (java) R 31238 31240 29519 0 -1 64 43407 0 0 0 5373 25 0 0 25 0 12 0 1002118378 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31246] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31246/stat : 31246 (java) S 31238 31240 29519 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1002118379 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31247] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31247/stat : 31247 (java) S 31238 31240 29519 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1002118379 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31248] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31248/stat : 31248 (java) S 31238 31240 29519 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31249] ppid=31238 vsize=831476 CPUtime=0.89
/proc/31240/task/31249/stat : 31249 (java) S 31238 31240 29519 0 -1 64 3647 0 0 0 88 1 0 0 16 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31250] ppid=31238 vsize=831476 CPUtime=0.46
/proc/31240/task/31250/stat : 31250 (java) S 31238 31240 29519 0 -1 64 1413 0 0 0 46 0 0 0 16 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31251] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31251/stat : 31251 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31252] ppid=31238 vsize=831476 CPUtime=0
/proc/31240/task/31252/stat : 31252 (java) S 31238 31240 29519 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1002118383 851431424 177154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.58
Current children cumulated vsize (KiB) 831476

[startup+76.9012 s]
/proc/loadavg: 2.15 2.12 2.09 3/95 31252
/proc/meminfo: memFree=386592/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=823796 CPUtime=77.78
/proc/31240/stat : 31240 (java) S 31238 31240 29519 0 -1 0 225723 0 1 0 7642 136 0 0 18 0 13 0 1002118374 843567104 175162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31240/statm: 205949 175162 1366 9 0 203311 0
[pid=31240/tid=31242] ppid=31238 vsize=823796 CPUtime=11.58
/proc/31240/task/31242/stat : 31242 (java) S 31238 31240 29519 0 -1 64 28315 0 1 0 1137 21 0 0 17 0 13 0 1002118375 843567104 175162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31243] ppid=31238 vsize=823796 CPUtime=6.6
/proc/31240/task/31243/stat : 31243 (java) S 31238 31240 29519 0 -1 64 90435 0 0 0 608 52 0 0 17 0 11 0 1002118376 843567104 175163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31244] ppid=31238 vsize=823796 CPUtime=4.01
/proc/31240/task/31244/stat : 31244 (java) S 31238 31240 29519 0 -1 64 57740 0 0 0 368 33 0 0 19 0 11 0 1002118376 843567104 175166 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31245] ppid=31238 vsize=823796 CPUtime=54.17
/proc/31240/task/31245/stat : 31245 (java) R 31238 31240 29519 0 -1 64 43407 0 0 0 5392 25 0 0 25 0 10 0 1002118378 843567104 175166 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31246] ppid=31238 vsize=823796 CPUtime=0
/proc/31240/task/31246/stat : 31246 (java) S 31238 31240 29519 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 1002118379 843567104 175166 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31240/tid=31247] ppid=31238 vsize=823796 CPUtime=0
/proc/31240/task/31247/stat : 31247 (java) S 31238 31240 29519 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1002118379 843567104 175166 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31248] ppid=-1 vsize=0 CPUtime=0
/proc/31240/task/31248/stat : -- couldn't open stat file --[pid=31240/tid=31249] ppid=31238 vsize=823796 CPUtime=0.89
/proc/31240/task/31249/stat : 31249 (java) S 31238 31240 29519 0 -1 64 3647 0 0 0 88 1 0 0 16 0 9 0 1002118383 843567104 175166 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31240/tid=31250] ppid=-1 vsize=0 CPUtime=0
/proc/31240/task/31250/stat : -- couldn't open stat file --[pid=31240/tid=31251] ppid=-1 vsize=0 CPUtime=0
/proc/31240/task/31251/stat : -- couldn't open stat file --[pid=31240/tid=31252] ppid=-1 vsize=0 CPUtime=0
/proc/31240/task/31252/stat : -- couldn't open stat file --[pid=31240/tid=31253] ppid=-1 vsize=0 CPUtime=0
/proc/31240/task/31253/stat : -- couldn't open stat file --Current children cumulated CPU time (s) 77.78
Current children cumulated vsize (KiB) 823796

[startup+77.0062 s]
/proc/loadavg: 2.15 2.12 2.09 3/95 31252
/proc/meminfo: memFree=386592/2055920 swapFree=4180884/4192956
[pid=31240] ppid=31238 vsize=0 CPUtime=77.88
/proc/31240/stat : 31240 (java) Z 31238 31240 29519 0 -1 12 225727 0 1 0 7642 146 0 0 16 0 2 0 1002118374 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31240/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 77.88
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 77.0083
CPU time (s): 77.8932
CPU user time (s): 76.4224
CPU system time (s): 1.47078
CPU usage (%): 101.149
Max. virtual memory (cumulated for all children) (KiB): 831476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.4224
system time used= 1.47078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225727
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= 2455
involuntary context switches= 2822

runsolver used 0.122981 second user time and 0.338948 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 15:12:18
IDJOB=1073383
IDBENCH=56349
IDSOLVER=344
FILE ID=node2/1073383-1215177137
PBS_JOBID= 7881409
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-30_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073383-1215177137/watcher-1073383-1215177137 -o /tmp/evaluation-result-1073383-1215177137/solver-1073383-1215177137 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073383-1215177137.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9c304c6bc89652f14352f8d946e2e2d2
RANDOM SEED=2080735070

node2.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:       1054432 kB
Buffers:         58220 kB
Cached:         137832 kB
SwapCached:       5908 kB
Active:         852876 kB
Inactive:        84252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1054432 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            4592 kB
Writeback:           0 kB
Mapped:         752492 kB
Slab:            47348 kB
Committed_AS:  2300516 kB
PageTables:       3964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node2 at 2008-07-04 15:13:35