Trace number 1057819

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? 246.293 244.243

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-29.xml
MD5SUM780ac7c3256afa3bb183f60e445bc901
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.06199
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity23
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1057819-1215111670/watcher-1057819-1215111670 -o /tmp/evaluation-result-1057819-1215111670/solver-1057819-1215111670 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057819-1215111670.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.91 1.95 1.97 4/82 21542
/proc/meminfo: memFree=1533904/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=18572 CPUtime=0
/proc/21542/stat : 21542 (runsolver) R 21540 21542 20728 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 623422689 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21542/statm: 4643 292 257 25 0 2626 0

[startup+0.0349801 s]
/proc/loadavg: 1.91 1.95 1.97 4/82 21542
/proc/meminfo: memFree=1533904/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=13012 CPUtime=0.01
/proc/21542/stat : 21542 (java) R 21540 21542 20728 0 -1 0 384 0 5 0 0 1 0 0 20 0 1 0 623422689 13324288 190 996147200 134512640 134550740 4294956032 18446744073709551615 1577770 0 0 4096 0 0 0 0 17 0 0 0
/proc/21542/statm: 3253 190 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.104266 s]
/proc/loadavg: 1.91 1.95 1.97 4/82 21542
/proc/meminfo: memFree=1533904/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=801432 CPUtime=0.05
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 2477 0 26 0 2 3 0 0 19 0 5 0 623422689 820666368 2239 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 200358 2239 950 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.30129 s]
/proc/loadavg: 1.91 1.95 1.97 4/82 21542
/proc/meminfo: memFree=1533904/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=807800 CPUtime=0.23
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 4512 0 26 0 18 5 0 0 19 0 12 0 623422689 827187200 3866 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 201950 3866 1296 9 0 199319 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 807800

[startup+0.701337 s]
/proc/loadavg: 1.91 1.95 1.97 4/82 21542
/proc/meminfo: memFree=1533904/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=807828 CPUtime=0.58
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 5829 0 26 0 51 7 0 0 19 0 12 0 623422689 827215872 5181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 201957 5181 1335 9 0 199319 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 807828

[startup+1.50143 s]
/proc/loadavg: 1.91 1.95 1.97 4/94 21554
/proc/meminfo: memFree=1506096/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=807828 CPUtime=1.37
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 7373 0 26 0 128 9 0 0 19 0 12 0 623422689 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 201957 6700 1361 9 0 199319 0
[pid=21542/tid=21544] ppid=21540 vsize=807828 CPUtime=0.81
/proc/21542/task/21544/stat : 21544 (java) R 21540 21542 20728 0 -1 64 5077 0 1 0 76 5 0 0 25 0 12 0 623422696 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=807828 CPUtime=0
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 20728 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 623422697 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=807828 CPUtime=0
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 623422697 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21547] ppid=21540 vsize=807828 CPUtime=0
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 623422699 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=807828 CPUtime=0
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 20728 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 623422700 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=807828 CPUtime=0
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 20728 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 623422700 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=807828 CPUtime=0
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 20728 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 623422706 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=807828 CPUtime=0.21
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 20728 0 -1 64 1113 0 0 0 21 0 0 0 16 0 12 0 623422706 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21552] ppid=21540 vsize=807828 CPUtime=0.29
/proc/21542/task/21552/stat : 21552 (java) R 21540 21542 20728 0 -1 64 441 0 0 0 29 0 0 0 16 0 12 0 623422706 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 105784609 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21553] ppid=21540 vsize=807828 CPUtime=0
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 623422706 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=807828 CPUtime=0
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 623422706 827215872 6700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 807828

[startup+3.10161 s]
/proc/loadavg: 1.91 1.95 1.97 3/94 21554
/proc/meminfo: memFree=1496176/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=814376 CPUtime=2.95
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 15255 0 26 0 283 12 0 0 19 0 12 0 623422689 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 203594 11366 1380 9 0 200956 0
[pid=21542/tid=21544] ppid=21540 vsize=814376 CPUtime=1.31
/proc/21542/task/21544/stat : 21544 (java) R 21540 21542 20728 0 -1 64 8017 0 1 0 124 7 0 0 25 0 12 0 623422696 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=814376 CPUtime=0
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 20728 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 623422697 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=814376 CPUtime=0
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 623422697 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21547] ppid=21540 vsize=814376 CPUtime=0
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 623422699 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=814376 CPUtime=0
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 20728 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 623422700 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=814376 CPUtime=0
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 20728 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 623422700 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=814376 CPUtime=0
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 20728 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 623422706 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=814376 CPUtime=0.74
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 20728 0 -1 64 2250 0 0 0 74 0 0 0 16 0 12 0 623422706 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21552] ppid=21540 vsize=814376 CPUtime=0.84
/proc/21542/task/21552/stat : 21552 (java) R 21540 21542 20728 0 -1 64 4246 0 0 0 83 1 0 0 16 0 12 0 623422706 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 105715665 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21553] ppid=21540 vsize=814376 CPUtime=0
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 623422706 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=814376 CPUtime=0
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 623422706 833921024 11366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 814376

[startup+6.30296 s]
/proc/loadavg: 2.00 1.97 1.97 3/94 21554
/proc/meminfo: memFree=1440432/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=817888 CPUtime=6.18
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 32963 0 26 0 598 20 0 0 19 0 12 0 623422689 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 204472 25848 1386 9 0 201834 0
[pid=21542/tid=21544] ppid=21540 vsize=817888 CPUtime=3.14
/proc/21542/task/21544/stat : 21544 (java) R 21540 21542 20728 0 -1 64 17270 0 1 0 303 11 0 0 25 0 12 0 623422696 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4109612617 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=817888 CPUtime=0.09
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 20728 0 -1 64 2080 0 0 0 8 1 0 0 17 0 12 0 623422697 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=817888 CPUtime=0.07
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 20728 0 -1 64 2387 0 0 0 7 0 0 0 16 0 12 0 623422697 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21547] ppid=21540 vsize=817888 CPUtime=0
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 20728 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 623422699 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=817888 CPUtime=0
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 20728 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 623422700 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=817888 CPUtime=0
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 20728 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 623422700 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=817888 CPUtime=0
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 20728 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 623422706 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=817888 CPUtime=0.8
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 20728 0 -1 64 2250 0 0 0 80 0 0 0 16 0 12 0 623422706 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21552] ppid=21540 vsize=817888 CPUtime=2
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 20728 0 -1 64 8181 0 0 0 197 3 0 0 19 0 12 0 623422706 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21553] ppid=21540 vsize=817888 CPUtime=0
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 623422706 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=817888 CPUtime=0
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 623422706 837517312 25848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 817888

[startup+12.7027 s]
/proc/loadavg: 2.00 1.97 1.97 5/94 21554
/proc/meminfo: memFree=1404344/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=821764 CPUtime=12.52
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 44666 0 26 0 1228 24 0 0 19 0 12 0 623422689 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 205441 33193 1386 9 0 202803 0
[pid=21542/tid=21544] ppid=21540 vsize=821764 CPUtime=7.18
/proc/21542/task/21544/stat : 21544 (java) R 21540 21542 20728 0 -1 64 17283 0 1 0 707 11 0 0 25 0 12 0 623422696 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4109175790 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=821764 CPUtime=0.38
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 20728 0 -1 64 5733 0 0 0 36 2 0 0 16 0 12 0 623422697 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=821764 CPUtime=0.36
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 20728 0 -1 64 5771 0 0 0 35 1 0 0 16 0 12 0 623422697 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21547] ppid=21540 vsize=821764 CPUtime=0
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 20728 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 623422699 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=821764 CPUtime=0
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 20728 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 623422700 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=821764 CPUtime=0
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 20728 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 623422700 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=821764 CPUtime=0
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 20728 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 623422706 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=821764 CPUtime=1.71
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 20728 0 -1 64 4667 0 0 0 169 2 0 0 19 0 12 0 623422706 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21552] ppid=21540 vsize=821764 CPUtime=2.81
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 20728 0 -1 64 10416 0 0 0 277 4 0 0 16 0 12 0 623422706 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21553] ppid=21540 vsize=821764 CPUtime=0
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 623422706 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=821764 CPUtime=0
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 623422706 841486336 33193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 821764

[startup+25.5021 s]
/proc/loadavg: 2.16 2.00 1.98 3/94 21554
/proc/meminfo: memFree=1319288/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=822388 CPUtime=25.3
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 67156 0 26 0 2497 33 0 0 19 0 12 0 623422689 842125312 53331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 205597 53331 1386 9 0 202959 0
[pid=21542/tid=21544] ppid=21540 vsize=822388 CPUtime=17.38
/proc/21542/task/21544/stat : 21544 (java) R 21540 21542 20728 0 -1 64 17311 0 1 0 1727 11 0 0 25 0 12 0 623422696 842125312 53331 996147200 134512640 134550740 4294956032 18446744073709551615 4109869662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=822388 CPUtime=1.16
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 20728 0 -1 64 16627 0 0 0 110 6 0 0 16 0 12 0 623422697 842125312 53331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=822388 CPUtime=1.15
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 20728 0 -1 64 14819 0 0 0 111 4 0 0 16 0 12 0 623422697 842125312 53331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21547] ppid=21540 vsize=822388 CPUtime=0
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 20728 0 -1 64 57 0 0 0 0 0 0 0 15 0 12 0 623422699 842125312 53331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=822388 CPUtime=0
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 20728 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 623422700 842125312 53331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=822388 CPUtime=0
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 20728 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 623422700 842125312 53331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=822388 CPUtime=0
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 20728 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 623422706 842125312 53331 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=21542/tid=21553] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 623422706 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 623422706 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 238.77
Current children cumulated vsize (KiB) 821328

[startup+239.901 s]
/proc/loadavg: 2.32 2.22 2.07 3/94 21554
/proc/meminfo: memFree=826936/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=819328 CPUtime=241.97
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 291352 0 26 0 24069 128 0 0 19 0 12 0 623422689 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 204832 174888 1389 9 0 202194 0
[pid=21542/tid=21544] ppid=21540 vsize=819328 CPUtime=113.56
/proc/21542/task/21544/stat : 21544 (java) S 21540 21542 20728 0 -1 64 17486 0 1 0 11344 12 0 0 17 0 12 0 623422696 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21545] ppid=21540 vsize=819328 CPUtime=10.03
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 20728 0 -1 64 78556 0 0 0 972 31 0 0 16 0 12 0 623422697 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21546] ppid=21540 vsize=819328 CPUtime=10.17
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 20728 0 -1 64 79900 0 0 0 986 31 0 0 15 0 12 0 623422697 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21547] ppid=21540 vsize=819328 CPUtime=100.99
/proc/21542/task/21547/stat : 21547 (java) R 21540 21542 20728 0 -1 64 93313 0 0 0 10058 41 0 0 25 0 12 0 623422699 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21548] ppid=21540 vsize=819328 CPUtime=0
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 20728 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 623422700 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21549] ppid=21540 vsize=819328 CPUtime=0
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 20728 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 623422700 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=819328 CPUtime=0
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 20728 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 623422706 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=819328 CPUtime=3.31
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 20728 0 -1 64 8422 0 0 0 328 3 0 0 16 0 12 0 623422706 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21552] ppid=21540 vsize=819328 CPUtime=3.83
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 20728 0 -1 64 12936 0 0 0 378 5 0 0 16 0 12 0 623422706 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21553] ppid=21540 vsize=819328 CPUtime=0
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 623422706 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=819328 CPUtime=0
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 623422706 838991872 174888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 241.97
Current children cumulated vsize (KiB) 819328

[startup+241.501 s]
/proc/loadavg: 2.32 2.22 2.07 3/94 21554
/proc/meminfo: memFree=824952/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=821328 CPUtime=243.57
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 292353 0 26 0 24229 128 0 0 19 0 12 0 623422689 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 205332 175388 1389 9 0 202694 0
[pid=21542/tid=21544] ppid=21540 vsize=821328 CPUtime=113.56
/proc/21542/task/21544/stat : 21544 (java) S 21540 21542 20728 0 -1 64 17486 0 1 0 11344 12 0 0 17 0 12 0 623422696 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21545] ppid=21540 vsize=821328 CPUtime=10.03
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 20728 0 -1 64 78556 0 0 0 972 31 0 0 16 0 12 0 623422697 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21546] ppid=21540 vsize=821328 CPUtime=10.17
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 20728 0 -1 64 79900 0 0 0 986 31 0 0 15 0 12 0 623422697 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21547] ppid=21540 vsize=821328 CPUtime=102.59
/proc/21542/task/21547/stat : 21547 (java) R 21540 21542 20728 0 -1 64 94314 0 0 0 10218 41 0 0 25 0 12 0 623422699 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21548] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 20728 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 623422700 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21549] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 20728 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 623422700 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 20728 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 623422706 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=821328 CPUtime=3.31
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 20728 0 -1 64 8422 0 0 0 328 3 0 0 16 0 12 0 623422706 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21552] ppid=21540 vsize=821328 CPUtime=3.83
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 20728 0 -1 64 12936 0 0 0 378 5 0 0 16 0 12 0 623422706 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21553] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 623422706 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 623422706 841039872 175388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 243.57
Current children cumulated vsize (KiB) 821328

[startup+243.106 s]
/proc/loadavg: 2.30 2.21 2.07 3/94 21554
/proc/meminfo: memFree=824888/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=821328 CPUtime=245.17
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 294109 0 26 0 24388 129 0 0 19 0 12 0 623422689 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 205332 175389 1390 9 0 202694 0
[pid=21542/tid=21544] ppid=21540 vsize=821328 CPUtime=113.64
/proc/21542/task/21544/stat : 21544 (java) S 21540 21542 20728 0 -1 64 17489 0 1 0 11352 12 0 0 17 0 12 0 623422696 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21545] ppid=21540 vsize=821328 CPUtime=10.03
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 20728 0 -1 64 78556 0 0 0 972 31 0 0 16 0 12 0 623422697 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21546] ppid=21540 vsize=821328 CPUtime=10.17
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 20728 0 -1 64 79900 0 0 0 986 31 0 0 15 0 12 0 623422697 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21547] ppid=21540 vsize=821328 CPUtime=104.11
/proc/21542/task/21547/stat : 21547 (java) R 21540 21542 20728 0 -1 64 96067 0 0 0 10369 42 0 0 25 0 12 0 623422699 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21548] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 20728 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 623422700 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21549] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 20728 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 623422700 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 20728 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=821328 CPUtime=3.31
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 20728 0 -1 64 8422 0 0 0 328 3 0 0 16 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21552] ppid=21540 vsize=821328 CPUtime=3.83
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 20728 0 -1 64 12936 0 0 0 378 5 0 0 16 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21553] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 245.17
Current children cumulated vsize (KiB) 821328

[startup+243.903 s]
/proc/loadavg: 2.30 2.21 2.07 3/94 21554
/proc/meminfo: memFree=824888/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=821328 CPUtime=245.97
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 294109 0 26 0 24468 129 0 0 19 0 12 0 623422689 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 205332 175389 1390 9 0 202694 0
[pid=21542/tid=21544] ppid=21540 vsize=821328 CPUtime=113.64
/proc/21542/task/21544/stat : 21544 (java) S 21540 21542 20728 0 -1 64 17489 0 1 0 11352 12 0 0 17 0 12 0 623422696 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21545] ppid=21540 vsize=821328 CPUtime=10.03
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 20728 0 -1 64 78556 0 0 0 972 31 0 0 16 0 12 0 623422697 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21546] ppid=21540 vsize=821328 CPUtime=10.17
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 20728 0 -1 64 79900 0 0 0 986 31 0 0 15 0 12 0 623422697 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21547] ppid=21540 vsize=821328 CPUtime=104.91
/proc/21542/task/21547/stat : 21547 (java) R 21540 21542 20728 0 -1 64 96067 0 0 0 10449 42 0 0 25 0 12 0 623422699 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 105852568 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21548] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 20728 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 623422700 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21549] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 20728 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 623422700 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 20728 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=821328 CPUtime=3.31
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 20728 0 -1 64 8422 0 0 0 328 3 0 0 16 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21552] ppid=21540 vsize=821328 CPUtime=3.83
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 20728 0 -1 64 12936 0 0 0 378 5 0 0 16 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21553] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 245.97
Current children cumulated vsize (KiB) 821328

[startup+244.103 s]
/proc/loadavg: 2.30 2.21 2.07 3/94 21554
/proc/meminfo: memFree=824888/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=821328 CPUtime=246.17
/proc/21542/stat : 21542 (java) S 21540 21542 20728 0 -1 0 294109 0 26 0 24488 129 0 0 19 0 12 0 623422689 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21542/statm: 205332 175389 1533 9 0 202694 0
[pid=21542/tid=21544] ppid=21540 vsize=821328 CPUtime=113.64
/proc/21542/task/21544/stat : 21544 (java) S 21540 21542 20728 0 -1 64 17489 0 1 0 11352 12 0 0 17 0 12 0 623422696 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21545] ppid=21540 vsize=821328 CPUtime=10.03
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 20728 0 -1 64 78556 0 0 0 972 31 0 0 16 0 12 0 623422697 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21546] ppid=21540 vsize=821328 CPUtime=10.17
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 20728 0 -1 64 79900 0 0 0 986 31 0 0 15 0 12 0 623422697 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21547] ppid=21540 vsize=821328 CPUtime=105.11
/proc/21542/task/21547/stat : 21547 (java) R 21540 21542 20728 0 -1 64 96067 0 0 0 10469 42 0 0 25 0 12 0 623422699 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21548] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 20728 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 623422700 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21549] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 20728 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 623422700 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 20728 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 623422706 841039872 175389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=821328 CPUtime=3.31
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 20728 0 -1 64 8422 0 0 0 328 3 0 0 16 0 12 0 623422706 841039872 174388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21552] ppid=21540 vsize=821328 CPUtime=3.83
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 20728 0 -1 64 12936 0 0 0 378 5 0 0 16 0 12 0 623422706 841039872 174388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21542/tid=21553] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 623422706 841039872 174388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=821328 CPUtime=0
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 623422706 841039872 174388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 246.17
Current children cumulated vsize (KiB) 821328

[startup+244.207 s]
/proc/loadavg: 2.30 2.21 2.07 3/94 21554
/proc/meminfo: memFree=824888/2055920 swapFree=4179028/4192956
[pid=21542] ppid=21540 vsize=0 CPUtime=246.25
/proc/21542/stat : 21542 (java) Z 21540 21542 20728 0 -1 12 294123 0 26 0 24489 136 0 0 16 0 2 0 623422689 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21542/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 246.25
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 244.243
CPU time (s): 246.293
CPU user time (s): 244.894
CPU system time (s): 1.39879
CPU usage (%): 100.839
Max. virtual memory (cumulated for all children) (KiB): 849328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.894
system time used= 1.39879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294123
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7995
involuntary context switches= 9701

runsolver used 0.308953 second user time and 0.78688 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-03 21:01:10
IDJOB=1057819
IDBENCH=54081
IDSOLVER=344
FILE ID=node87/1057819-1215111670
PBS_JOBID= 7877034
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-29.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-1057819-1215111670/watcher-1057819-1215111670 -o /tmp/evaluation-result-1057819-1215111670/solver-1057819-1215111670 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057819-1215111670.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 780ac7c3256afa3bb183f60e445bc901
RANDOM SEED=995838781

node87.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.232
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.232
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:       1534320 kB
Buffers:         12492 kB
Cached:         419592 kB
SwapCached:       8148 kB
Active:         265224 kB
Inactive:       219492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534320 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          65640 kB
Slab:            21880 kB
Committed_AS:  2269984 kB
PageTables:       2032 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= 66532 MiB
End job on node87 at 2008-07-03 21:05:15