Trace number 1072646

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? 148.77 148.393

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-24.xml
MD5SUMe1d9790dd7372133cc579e10a794e81e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.046992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity17
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.36	c See www.sat4j.org for details.
0.25/0.36	c That software uses the Rhino library from the Mozilla project.
0.34/0.40	c version 9.9.9.token
0.34/0.40	c sun.arch.data.model	32
0.34/0.40	c java.version	1.6.0_06
0.34/0.40	c os.name	Linux
0.34/0.40	c os.version	2.6.9-22.EL.rootsmp
0.34/0.40	c os.arch	i386
0.34/0.40	c Free memory 669864272
0.34/0.40	c Max memory 672137216
0.34/0.40	c Total memory 672137216
0.34/0.40	c Number of processors 2
0.34/0.45	c c --- Begin Solver configuration ---
0.34/0.45	c Stops conflict analysis at the first Unique Implication Point
0.34/0.45	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.45	c Learn all clauses as in MiniSAT
0.34/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.45	c Expensive reason simplification
0.34/0.45	c MiniSAT restarts strategy
0.34/0.45	c timeout=2147483s
0.34/0.45	c DB Simplification allowed=false
0.34/0.45	c --- End Solver configuration ---
0.34/0.45	c solving HOME/instance-1072646-1215175392.xml
0.34/0.45	c reading problem ... 
0.63/0.71	c reading problem named null
0.63/0.71	c reading domains done.
0.63/0.71	c reading variables done.
0.63/0.77	c reading predicates  done.
1.03/1.17	c reading constraints
148.61/148.24	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
148.61/148.24		at org.sat4j.core.Vec.ensure(Vec.java:175)
148.61/148.24		at org.sat4j.core.Vec.push(Vec.java:182)
148.61/148.24		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1190)
148.61/148.24		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
148.61/148.24		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
148.61/148.24		at org.sat4j.csp.Predicate.find(Predicate.java:132)
148.61/148.24		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.24		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.24		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.24		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.24		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.25		at org.sat4j.csp.Predicate.find(Predicate.java:139)
148.61/148.25		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
148.61/148.25		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
148.61/148.25		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
148.61/148.25		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
148.61/148.25		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
148.61/148.25		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
148.61/148.25		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
148.61/148.25		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
148.61/148.25		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
148.61/148.25		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
148.61/148.25		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
148.61/148.25		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
148.61/148.25		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
148.61/148.25		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
148.61/148.25		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
148.61/148.25	c starts		: 0
148.61/148.25	c conflicts		: 0
148.61/148.25	c decisions		: 0
148.61/148.25	c propagations		: 0
148.61/148.25	c inspects		: 0
148.61/148.25	c learnt literals	: 0
148.61/148.25	c learnt binary clauses	: 0
148.61/148.25	c learnt ternary clauses	: 0
148.61/148.25	c learnt clauses	: 0
148.61/148.25	c ignored clauses	: 0
148.61/148.25	c root simplifications	: 0
148.61/148.25	c removed literals (reason simplification)	: 0
148.61/148.25	c reason swapping (by a shorter reason)	: 0
148.61/148.25	c Calls to reduceDB	: 0
148.61/148.25	c speed (assignments/second)	: 0.0
148.61/148.25	c non guided choices	0
148.61/148.25	s UNKNOWN
148.61/148.25	c Total wall clock time (in seconds) : 147.797

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-1072646-1215175392/watcher-1072646-1215175392 -o /tmp/evaluation-result-1072646-1215175392/solver-1072646-1215175392 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072646-1215175392.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.97 2.02 2.00 4/87 27478
/proc/meminfo: memFree=1728268/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=18572 CPUtime=0
/proc/27478/stat : 27478 (runsolver) R 27476 27478 25845 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 673265801 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27478/statm: 4643 292 257 25 0 2626 0

[startup+0.0101841 s]
/proc/loadavg: 1.97 2.02 2.00 4/87 27478
/proc/meminfo: memFree=1728268/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=1804 CPUtime=0
/proc/27478/stat : 27478 (java6) D 27476 27478 25845 0 -1 0 172 0 0 0 0 0 0 0 22 0 1 0 673265801 1847296 145 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/27478/statm: 451 150 106 9 0 93 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.102117 s]
/proc/loadavg: 1.97 2.02 2.00 4/87 27478
/proc/meminfo: memFree=1728268/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=801432 CPUtime=0.05
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 2467 0 29 0 1 4 0 0 21 0 5 0 673265801 820666368 2232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 200358 2232 949 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.302137 s]
/proc/loadavg: 1.97 2.02 2.00 4/87 27478
/proc/meminfo: memFree=1728268/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=807800 CPUtime=0.25
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 4589 0 29 0 20 5 0 0 21 0 12 0 673265801 827187200 3946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 201950 3946 1298 9 0 199319 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 807800

[startup+0.70218 s]
/proc/loadavg: 1.97 2.02 2.00 4/87 27478
/proc/meminfo: memFree=1728268/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=807828 CPUtime=0.63
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 6168 0 29 0 55 8 0 0 21 0 12 0 673265801 827215872 5378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 201957 5378 1335 9 0 199319 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807828

[startup+1.50127 s]
/proc/loadavg: 1.97 2.02 2.00 4/99 27490
/proc/meminfo: memFree=1701740/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=809972 CPUtime=1.42
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 8264 0 29 0 133 9 0 0 21 0 12 0 673265801 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 202493 7041 1368 9 0 199855 0
[pid=27478/tid=27480] ppid=27476 vsize=809972 CPUtime=0.79
/proc/27478/task/27480/stat : 27480 (java) R 27476 27478 25845 0 -1 64 5005 0 1 0 73 6 0 0 25 0 12 0 673265808 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27481] ppid=27476 vsize=809972 CPUtime=0
/proc/27478/task/27481/stat : 27481 (java) S 27476 27478 25845 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 673265809 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27482] ppid=27476 vsize=809972 CPUtime=0
/proc/27478/task/27482/stat : 27482 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 673265809 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27483] ppid=27476 vsize=809972 CPUtime=0
/proc/27478/task/27483/stat : 27483 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 673265811 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27484] ppid=27476 vsize=809972 CPUtime=0
/proc/27478/task/27484/stat : 27484 (java) S 27476 27478 25845 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 673265812 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27485] ppid=27476 vsize=809972 CPUtime=0
/proc/27478/task/27485/stat : 27485 (java) S 27476 27478 25845 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 673265812 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27486] ppid=27476 vsize=809972 CPUtime=0
/proc/27478/task/27486/stat : 27486 (java) S 27476 27478 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673265816 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27487] ppid=27476 vsize=809972 CPUtime=0.32
/proc/27478/task/27487/stat : 27487 (java) R 27476 27478 25845 0 -1 64 1524 0 0 0 32 0 0 0 16 0 12 0 673265816 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 106083860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27488] ppid=27476 vsize=809972 CPUtime=0.26
/proc/27478/task/27488/stat : 27488 (java) S 27476 27478 25845 0 -1 64 997 0 0 0 26 0 0 0 16 0 12 0 673265816 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27489] ppid=27476 vsize=809972 CPUtime=0
/proc/27478/task/27489/stat : 27489 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673265816 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27490] ppid=27476 vsize=809972 CPUtime=0
/proc/27478/task/27490/stat : 27490 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673265816 829411328 7041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 809972

[startup+3.10143 s]
/proc/loadavg: 1.97 2.02 2.00 4/99 27490
/proc/meminfo: memFree=1692844/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=815348 CPUtime=3.01
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 15600 0 29 0 288 13 0 0 21 0 12 0 673265801 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 203837 11902 1381 9 0 201199 0
[pid=27478/tid=27480] ppid=27476 vsize=815348 CPUtime=1.48
/proc/27478/task/27480/stat : 27480 (java) R 27476 27478 25845 0 -1 64 8552 0 1 0 140 8 0 0 25 0 12 0 673265808 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27481] ppid=27476 vsize=815348 CPUtime=0
/proc/27478/task/27481/stat : 27481 (java) S 27476 27478 25845 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 673265809 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27482] ppid=27476 vsize=815348 CPUtime=0
/proc/27478/task/27482/stat : 27482 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 673265809 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27483] ppid=27476 vsize=815348 CPUtime=0
/proc/27478/task/27483/stat : 27483 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 673265811 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27484] ppid=27476 vsize=815348 CPUtime=0
/proc/27478/task/27484/stat : 27484 (java) S 27476 27478 25845 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 673265812 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27485] ppid=27476 vsize=815348 CPUtime=0
/proc/27478/task/27485/stat : 27485 (java) S 27476 27478 25845 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 673265812 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27486] ppid=27476 vsize=815348 CPUtime=0
/proc/27478/task/27486/stat : 27486 (java) S 27476 27478 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673265816 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27487] ppid=27476 vsize=815348 CPUtime=0.7
/proc/27478/task/27487/stat : 27487 (java) S 27476 27478 25845 0 -1 64 4353 0 0 0 69 1 0 0 16 0 12 0 673265816 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27488] ppid=27476 vsize=815348 CPUtime=0.79
/proc/27478/task/27488/stat : 27488 (java) R 27476 27478 25845 0 -1 64 1957 0 0 0 78 1 0 0 17 0 12 0 673265816 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 105380906 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27489] ppid=27476 vsize=815348 CPUtime=0
/proc/27478/task/27489/stat : 27489 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673265816 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27490] ppid=27476 vsize=815348 CPUtime=0
/proc/27478/task/27490/stat : 27490 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673265816 834916352 11902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 815348

[startup+6.30276 s]
/proc/loadavg: 2.13 2.06 2.01 4/99 27490
/proc/meminfo: memFree=1642220/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=818372 CPUtime=6.2
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 31016 0 29 0 599 21 0 0 21 0 12 0 673265801 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 204593 22819 1387 9 0 201955 0
[pid=27478/tid=27480] ppid=27476 vsize=818372 CPUtime=2.82
/proc/27478/task/27480/stat : 27480 (java) R 27476 27478 25845 0 -1 64 17289 0 1 0 270 12 0 0 25 0 12 0 673265808 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27481] ppid=27476 vsize=818372 CPUtime=0.04
/proc/27478/task/27481/stat : 27481 (java) S 27476 27478 25845 0 -1 64 994 0 0 0 4 0 0 0 17 0 12 0 673265809 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27482] ppid=27476 vsize=818372 CPUtime=0.01
/proc/27478/task/27482/stat : 27482 (java) S 27476 27478 25845 0 -1 64 314 0 0 0 1 0 0 0 17 0 12 0 673265809 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27483] ppid=27476 vsize=818372 CPUtime=0
/proc/27478/task/27483/stat : 27483 (java) S 27476 27478 25845 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 673265811 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27484] ppid=27476 vsize=818372 CPUtime=0
/proc/27478/task/27484/stat : 27484 (java) S 27476 27478 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673265812 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27485] ppid=27476 vsize=818372 CPUtime=0
/proc/27478/task/27485/stat : 27485 (java) S 27476 27478 25845 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 673265812 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27486] ppid=27476 vsize=818372 CPUtime=0
/proc/27478/task/27486/stat : 27486 (java) S 27476 27478 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673265816 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27487] ppid=27476 vsize=818372 CPUtime=0.94
/proc/27478/task/27487/stat : 27487 (java) R 27476 27478 25845 0 -1 64 4669 0 0 0 93 1 0 0 17 0 12 0 673265816 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 106220640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27488] ppid=27476 vsize=818372 CPUtime=2.32
/proc/27478/task/27488/stat : 27488 (java) S 27476 27478 25845 0 -1 64 6982 0 0 0 229 3 0 0 16 0 12 0 673265816 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27489] ppid=27476 vsize=818372 CPUtime=0
/proc/27478/task/27489/stat : 27489 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673265816 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27490] ppid=27476 vsize=818372 CPUtime=0
/proc/27478/task/27490/stat : 27490 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673265816 838012928 22819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 818372

[startup+12.7024 s]
/proc/loadavg: 2.20 2.07 2.01 4/99 27490
/proc/meminfo: memFree=1607788/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=820252 CPUtime=12.53
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 45276 0 29 0 1225 28 0 0 21 0 12 0 673265801 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 205063 30498 1387 9 0 202425 0
[pid=27478/tid=27480] ppid=27476 vsize=820252 CPUtime=6.49
/proc/27478/task/27480/stat : 27480 (java) R 27476 27478 25845 0 -1 64 17320 0 1 0 637 12 0 0 25 0 12 0 673265808 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27481] ppid=27476 vsize=820252 CPUtime=0.26
/proc/27478/task/27481/stat : 27481 (java) S 27476 27478 25845 0 -1 64 5127 0 0 0 25 1 0 0 17 0 12 0 673265809 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27482] ppid=27476 vsize=820252 CPUtime=0.16
/proc/27478/task/27482/stat : 27482 (java) S 27476 27478 25845 0 -1 64 3133 0 0 0 15 1 0 0 17 0 12 0 673265809 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27483] ppid=27476 vsize=820252 CPUtime=0
/proc/27478/task/27483/stat : 27483 (java) S 27476 27478 25845 0 -1 64 59 0 0 0 0 0 0 0 16 0 12 0 673265811 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27484] ppid=27476 vsize=820252 CPUtime=0
/proc/27478/task/27484/stat : 27484 (java) S 27476 27478 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673265812 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27485] ppid=27476 vsize=820252 CPUtime=0
/proc/27478/task/27485/stat : 27485 (java) S 27476 27478 25845 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 673265812 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27486] ppid=27476 vsize=820252 CPUtime=0
/proc/27478/task/27486/stat : 27486 (java) S 27476 27478 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673265816 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27487] ppid=27476 vsize=820252 CPUtime=1.68
/proc/27478/task/27487/stat : 27487 (java) S 27476 27478 25845 0 -1 64 6967 0 0 0 165 3 0 0 16 0 12 0 673265816 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27488] ppid=27476 vsize=820252 CPUtime=3.86
/proc/27478/task/27488/stat : 27488 (java) R 27476 27478 25845 0 -1 64 11934 0 0 0 381 5 0 0 16 0 12 0 673265816 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 106803142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27489] ppid=27476 vsize=820252 CPUtime=0
/proc/27478/task/27489/stat : 27489 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673265816 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27490] ppid=27476 vsize=820252 CPUtime=0
/proc/27478/task/27490/stat : 27490 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673265816 839938048 30498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 820252

[startup+25.5028 s]
/proc/loadavg: 2.16 2.07 2.01 3/99 27490
/proc/meminfo: memFree=1551148/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=823232 CPUtime=25.31
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 66138 0 29 0 2495 36 0 0 21 0 12 0 673265801 842989568 44445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 205808 44445 1387 9 0 203170 0
[pid=27478/tid=27480] ppid=27476 vsize=823232 CPUtime=15
/proc/27478/task/27480/stat : 27480 (java) R 27476 27478 25845 0 -1 64 17347 0 1 0 1487 13 0 0 25 0 12 0 673265808 842989568 44445 996147200 134512640 134550740 4294956016 18446744073709551615 4109626787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27478/tid=27481] ppid=27476 vsize=823232 CPUtime=0.81
/proc/27478/task/27481/stat : 27481 (java) S 27476 27478 25845 0 -1 64 12114 0 0 0 78 3 0 0 16 0 12 0 673265809 842989568 44445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27478/tid=27482] ppid=27476 vsize=823232 CPUtime=0.72
/proc/27478/task/27482/stat : 27482 (java) S 27476 27478 25845 0 -1 64 9769 0 0 0 68 4 0 0 16 0 12 0 673265809 842989568 44445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27478/tid=27483] ppid=27476 vsize=823232 CPUtime=0
/proc/27478/task/27483/stat : 27483 (java) S 27476 27478 25845 0 -1 64 59 0 0 0 0 0 0 0 16 0 12 0 673265811 842989568 44445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27478/tid=27484] ppid=27476 vsize=823232 CPUtime=0
/proc/27478/task/27484/stat : 27484 (java) S 27476 27478 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673265812 842989568 44445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27485] ppid=27476 vsize=823232 CPUtime=0
/proc/27478/task/27485/stat : 27485 (java) S 27476 27478 25845 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 673265812 842989568 44445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27486] ppid=27476 vsize=823232 CPUtime=0
/proc/27478/task/27486/stat : 27486 (java) S 27476 27478 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673265816 842989568 44445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=27478/tid=27489] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27489/stat : 27489 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673265816 842899456 175152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27490] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27490/stat : 27490 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673265816 842899456 175152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 128.46
Current children cumulated vsize (KiB) 823144

[startup+140.702 s]
/proc/loadavg: 2.56 2.21 2.06 5/99 27490
/proc/meminfo: memFree=1020268/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=823144 CPUtime=141.14
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 223028 0 29 0 14010 104 0 0 21 0 12 0 673265801 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 205786 176231 1390 9 0 203148 0
[pid=27478/tid=27480] ppid=27476 vsize=823144 CPUtime=99.97
/proc/27478/task/27480/stat : 27480 (java) R 27476 27478 25845 0 -1 64 17483 0 1 0 9984 13 0 0 23 0 12 0 673265808 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27481] ppid=27476 vsize=823144 CPUtime=8.38
/proc/27478/task/27481/stat : 27481 (java) R 27476 27478 25845 0 -1 64 81752 0 0 0 807 31 0 0 16 0 12 0 673265809 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27482] ppid=27476 vsize=823144 CPUtime=8.83
/proc/27478/task/27482/stat : 27482 (java) R 27476 27478 25845 0 -1 64 71262 0 0 0 853 30 0 0 16 0 12 0 673265809 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27483] ppid=27476 vsize=823144 CPUtime=10.52
/proc/27478/task/27483/stat : 27483 (java) S 27476 27478 25845 0 -1 64 16160 0 0 0 1044 8 0 0 15 0 12 0 673265811 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27484] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27484/stat : 27484 (java) S 27476 27478 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673265812 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27485] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27485/stat : 27485 (java) S 27476 27478 25845 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 673265812 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27486] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27486/stat : 27486 (java) S 27476 27478 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673265816 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27487] ppid=27476 vsize=823144 CPUtime=5.47
/proc/27478/task/27487/stat : 27487 (java) S 27476 27478 25845 0 -1 64 15005 0 0 0 540 7 0 0 15 0 12 0 673265816 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27488] ppid=27476 vsize=823144 CPUtime=7.88
/proc/27478/task/27488/stat : 27488 (java) S 27476 27478 25845 0 -1 64 20630 0 0 0 780 8 0 0 16 0 12 0 673265816 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27489] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27489/stat : 27489 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673265816 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27490] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27490/stat : 27490 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673265816 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 141.14
Current children cumulated vsize (KiB) 823144

[startup+143.902 s]
/proc/loadavg: 2.56 2.21 2.06 4/99 27490
/proc/meminfo: memFree=1020268/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=855148 CPUtime=144.35
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 238035 0 29 0 14326 109 0 0 21 0 12 0 673265801 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 213787 184232 1390 9 0 211149 0
[pid=27478/tid=27480] ppid=27476 vsize=855148 CPUtime=101.74
/proc/27478/task/27480/stat : 27480 (java) S 27476 27478 25845 0 -1 64 17486 0 1 0 10161 13 0 0 25 0 12 0 673265808 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27481] ppid=27476 vsize=855148 CPUtime=8.63
/proc/27478/task/27481/stat : 27481 (java) S 27476 27478 25845 0 -1 64 81752 0 0 0 832 31 0 0 15 0 12 0 673265809 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27482] ppid=27476 vsize=855148 CPUtime=9.08
/proc/27478/task/27482/stat : 27482 (java) S 27476 27478 25845 0 -1 64 71262 0 0 0 878 30 0 0 16 0 12 0 673265809 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27483] ppid=27476 vsize=855148 CPUtime=11.46
/proc/27478/task/27483/stat : 27483 (java) R 27476 27478 25845 0 -1 64 31164 0 0 0 1132 14 0 0 17 0 12 0 673265811 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 105847304 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27484] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27484/stat : 27484 (java) S 27476 27478 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673265812 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27485] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27485/stat : 27485 (java) S 27476 27478 25845 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 673265812 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27486] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27486/stat : 27486 (java) S 27476 27478 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27487] ppid=27476 vsize=855148 CPUtime=5.47
/proc/27478/task/27487/stat : 27487 (java) S 27476 27478 25845 0 -1 64 15005 0 0 0 540 7 0 0 15 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27488] ppid=27476 vsize=855148 CPUtime=7.88
/proc/27478/task/27488/stat : 27488 (java) S 27476 27478 25845 0 -1 64 20630 0 0 0 780 8 0 0 16 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27489] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27489/stat : 27489 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27490] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27490/stat : 27490 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 144.35
Current children cumulated vsize (KiB) 855148

[startup+145.502 s]
/proc/loadavg: 2.60 2.23 2.07 3/99 27490
/proc/meminfo: memFree=988076/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=823144 CPUtime=145.93
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 238035 0 29 0 14484 109 0 0 21 0 12 0 673265801 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 205786 176231 1390 9 0 203148 0
[pid=27478/tid=27480] ppid=27476 vsize=823144 CPUtime=101.74
/proc/27478/task/27480/stat : 27480 (java) S 27476 27478 25845 0 -1 64 17486 0 1 0 10161 13 0 0 25 0 12 0 673265808 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27481] ppid=27476 vsize=823144 CPUtime=8.63
/proc/27478/task/27481/stat : 27481 (java) S 27476 27478 25845 0 -1 64 81752 0 0 0 832 31 0 0 16 0 12 0 673265809 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27482] ppid=27476 vsize=823144 CPUtime=9.09
/proc/27478/task/27482/stat : 27482 (java) S 27476 27478 25845 0 -1 64 71262 0 0 0 879 30 0 0 17 0 12 0 673265809 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27483] ppid=27476 vsize=823144 CPUtime=13.03
/proc/27478/task/27483/stat : 27483 (java) R 27476 27478 25845 0 -1 64 31164 0 0 0 1289 14 0 0 19 0 12 0 673265811 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27484] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27484/stat : 27484 (java) S 27476 27478 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673265812 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27485] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27485/stat : 27485 (java) S 27476 27478 25845 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 673265812 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27486] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27486/stat : 27486 (java) S 27476 27478 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673265816 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27487] ppid=27476 vsize=823144 CPUtime=5.47
/proc/27478/task/27487/stat : 27487 (java) S 27476 27478 25845 0 -1 64 15005 0 0 0 540 7 0 0 15 0 12 0 673265816 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27488] ppid=27476 vsize=823144 CPUtime=7.88
/proc/27478/task/27488/stat : 27488 (java) S 27476 27478 25845 0 -1 64 20630 0 0 0 780 8 0 0 16 0 12 0 673265816 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27489] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27489/stat : 27489 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673265816 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27490] ppid=27476 vsize=823144 CPUtime=0
/proc/27478/task/27490/stat : 27490 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673265816 842899456 176231 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.93
Current children cumulated vsize (KiB) 823144

[startup+147.101 s]
/proc/loadavg: 2.60 2.23 2.07 3/99 27490
/proc/meminfo: memFree=988012/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=855148 CPUtime=147.52
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 253039 0 29 0 14636 116 0 0 21 0 12 0 673265801 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 213787 184232 1390 9 0 211149 0
[pid=27478/tid=27480] ppid=27476 vsize=855148 CPUtime=101.74
/proc/27478/task/27480/stat : 27480 (java) S 27476 27478 25845 0 -1 64 17486 0 1 0 10161 13 0 0 25 0 12 0 673265808 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27481] ppid=27476 vsize=855148 CPUtime=8.63
/proc/27478/task/27481/stat : 27481 (java) S 27476 27478 25845 0 -1 64 81752 0 0 0 832 31 0 0 16 0 12 0 673265809 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27482] ppid=27476 vsize=855148 CPUtime=9.09
/proc/27478/task/27482/stat : 27482 (java) S 27476 27478 25845 0 -1 64 71262 0 0 0 879 30 0 0 17 0 12 0 673265809 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27483] ppid=27476 vsize=855148 CPUtime=14.61
/proc/27478/task/27483/stat : 27483 (java) R 27476 27478 25845 0 -1 64 46168 0 0 0 1441 20 0 0 22 0 12 0 673265811 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 106736501 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27484] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27484/stat : 27484 (java) S 27476 27478 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673265812 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27485] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27485/stat : 27485 (java) S 27476 27478 25845 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 673265812 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27486] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27486/stat : 27486 (java) S 27476 27478 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27487] ppid=27476 vsize=855148 CPUtime=5.47
/proc/27478/task/27487/stat : 27487 (java) S 27476 27478 25845 0 -1 64 15005 0 0 0 540 7 0 0 15 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27488] ppid=27476 vsize=855148 CPUtime=7.88
/proc/27478/task/27488/stat : 27488 (java) S 27476 27478 25845 0 -1 64 20630 0 0 0 780 8 0 0 16 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27489] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27489/stat : 27489 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27490] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27490/stat : 27490 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 147.52
Current children cumulated vsize (KiB) 855148

[startup+147.901 s]
/proc/loadavg: 2.60 2.23 2.07 3/99 27490
/proc/meminfo: memFree=987948/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=855148 CPUtime=148.31
/proc/27478/stat : 27478 (java) S 27476 27478 25845 0 -1 0 253039 0 29 0 14715 116 0 0 21 0 12 0 673265801 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 213787 184232 1390 9 0 211149 0
[pid=27478/tid=27480] ppid=27476 vsize=855148 CPUtime=101.74
/proc/27478/task/27480/stat : 27480 (java) S 27476 27478 25845 0 -1 64 17486 0 1 0 10161 13 0 0 25 0 12 0 673265808 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27481] ppid=27476 vsize=855148 CPUtime=8.63
/proc/27478/task/27481/stat : 27481 (java) S 27476 27478 25845 0 -1 64 81752 0 0 0 832 31 0 0 16 0 12 0 673265809 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27482] ppid=27476 vsize=855148 CPUtime=9.09
/proc/27478/task/27482/stat : 27482 (java) S 27476 27478 25845 0 -1 64 71262 0 0 0 879 30 0 0 17 0 12 0 673265809 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27483] ppid=27476 vsize=855148 CPUtime=15.4
/proc/27478/task/27483/stat : 27483 (java) R 27476 27478 25845 0 -1 64 46168 0 0 0 1520 20 0 0 25 0 12 0 673265811 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 105852580 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27484] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27484/stat : 27484 (java) S 27476 27478 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673265812 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27485] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27485/stat : 27485 (java) S 27476 27478 25845 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 673265812 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27486] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27486/stat : 27486 (java) S 27476 27478 25845 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27487] ppid=27476 vsize=855148 CPUtime=5.47
/proc/27478/task/27487/stat : 27487 (java) S 27476 27478 25845 0 -1 64 15005 0 0 0 540 7 0 0 15 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27488] ppid=27476 vsize=855148 CPUtime=7.88
/proc/27478/task/27488/stat : 27488 (java) S 27476 27478 25845 0 -1 64 20630 0 0 0 780 8 0 0 16 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27489] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27489/stat : 27489 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27478/tid=27490] ppid=27476 vsize=855148 CPUtime=0
/proc/27478/task/27490/stat : 27490 (java) S 27476 27478 25845 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673265816 875671552 184232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.31
Current children cumulated vsize (KiB) 855148

[startup+148.302 s]
/proc/loadavg: 2.60 2.23 2.07 3/99 27490
/proc/meminfo: memFree=987948/2055920 swapFree=4146768/4192956
[pid=27478] ppid=27476 vsize=0 CPUtime=148.67
/proc/27478/stat : 27478 (java) Z 27476 27478 25845 0 -1 12 253052 0 29 0 14749 118 0 0 16 0 2 0 673265801 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27478/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 148.67
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 148.393
CPU time (s): 148.77
CPU user time (s): 147.497
CPU system time (s): 1.27381
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 871152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.497
system time used= 1.27381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253052
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5724
involuntary context switches= 7651

runsolver used 0.218966 second user time and 0.480926 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 14:43:12
IDJOB=1072646
IDBENCH=56276
IDSOLVER=344
FILE ID=node90/1072646-1215175392
PBS_JOBID= 7881430
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e1d9790dd7372133cc579e10a794e81e
RANDOM SEED=805515164

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1728748 kB
Buffers:         23864 kB
Cached:          98688 kB
SwapCached:      37656 kB
Active:         231572 kB
Inactive:        37536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728748 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            1128 kB
Writeback:           0 kB
Mapped:         159396 kB
Slab:            42404 kB
Committed_AS:  1706464 kB
PageTables:       2556 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= 66552 MiB
End job on node90 at 2008-07-04 14:45:41