Trace number 1064545

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? 534.728 538.437

General information on the benchmark

Namecsp/tdsp/
normalized-C1-1-20.xml
MD5SUMeb6a75745657bb8c0531d9bc5df21135
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 benchmark4.78427
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints152
Maximum constraint arity6
Maximum domain size21
Number of constraints which are defined in extension0
Number of constraints which are defined in intension152
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.31	c See www.sat4j.org for details.
0.27/0.31	c That software uses the Rhino library from the Mozilla project.
0.27/0.35	c version 9.9.9.token
0.27/0.36	c sun.arch.data.model	32
0.27/0.36	c java.version	1.6.0_06
0.27/0.36	c os.name	Linux
0.27/0.36	c os.version	2.6.9-22.EL.rootsmp
0.27/0.36	c os.arch	i386
0.27/0.36	c Free memory 669864272
0.27/0.36	c Max memory 672137216
0.27/0.36	c Total memory 672137216
0.27/0.36	c Number of processors 2
0.37/0.40	c c --- Begin Solver configuration ---
0.37/0.40	c Stops conflict analysis at the first Unique Implication Point
0.37/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.40	c Learn all clauses as in MiniSAT
0.37/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.40	c Expensive reason simplification
0.37/0.40	c MiniSAT restarts strategy
0.37/0.40	c timeout=2147483s
0.37/0.40	c DB Simplification allowed=false
0.37/0.40	c --- End Solver configuration ---
0.37/0.40	c solving HOME/instance-1064545-1215142378.xml
0.37/0.40	c reading problem ... 
0.56/0.68	c reading problem named null
0.56/0.68	c reading domains done.
0.56/0.68	c reading variables done.
0.66/0.72	c reading predicates  done.
0.85/0.90	c reading constraints
534.52/538.28	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
534.52/538.28		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
534.52/538.28		at org.mozilla.javascript.gen.c3.call(rhino.log)
534.52/538.28		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
534.52/538.28		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
534.52/538.29		at org.mozilla.javascript.gen.c3.call(rhino.log)
534.52/538.29		at org.mozilla.javascript.gen.c3.exec(rhino.log)
534.52/538.29		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
534.52/538.29		at org.sat4j.csp.Predicate.find(Predicate.java:129)
534.52/538.29		at org.sat4j.csp.Predicate.find(Predicate.java:139)
534.52/538.29		at org.sat4j.csp.Predicate.find(Predicate.java:139)
534.52/538.29		at org.sat4j.csp.Predicate.find(Predicate.java:139)
534.52/538.29		at org.sat4j.csp.Predicate.find(Predicate.java:139)
534.52/538.29		at org.sat4j.csp.Predicate.find(Predicate.java:139)
534.52/538.29		at org.sat4j.csp.Predicate.find(Predicate.java:139)
534.52/538.29		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
534.52/538.29		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
534.52/538.29		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
534.52/538.29		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
534.52/538.29		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
534.52/538.29		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
534.52/538.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
534.52/538.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
534.52/538.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
534.52/538.29		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
534.52/538.29		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
534.52/538.29		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
534.52/538.29		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
534.52/538.29		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
534.52/538.29		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
534.52/538.29		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
534.52/538.29		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
534.52/538.29		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
534.52/538.29	c starts		: 0
534.52/538.29	c conflicts		: 0
534.52/538.29	c decisions		: 0
534.52/538.29	c propagations		: 0
534.52/538.29	c inspects		: 0
534.52/538.29	c learnt literals	: 0
534.52/538.29	c learnt binary clauses	: 0
534.52/538.29	c learnt ternary clauses	: 0
534.52/538.29	c learnt clauses	: 0
534.52/538.29	c ignored clauses	: 0
534.52/538.29	c root simplifications	: 0
534.52/538.29	c removed literals (reason simplification)	: 0
534.52/538.29	c reason swapping (by a shorter reason)	: 0
534.52/538.29	c Calls to reduceDB	: 0
534.52/538.29	c speed (assignments/second)	: 0.0
534.52/538.29	c non guided choices	0
534.52/538.29	s UNKNOWN
534.52/538.29	c Total wall clock time (in seconds) : 537.887

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-1064545-1215142378/watcher-1064545-1215142378 -o /tmp/evaluation-result-1064545-1215142378/solver-1064545-1215142378 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064545-1215142378.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: 2.00 2.00 2.00 3/80 16491
/proc/meminfo: memFree=1559208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=1804 CPUtime=0
/proc/16491/stat : 16491 (java6) D 16489 16491 13152 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1993210619 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/16491/statm: 451 155 111 9 0 93 0

[startup+0.0204041 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 16491
/proc/meminfo: memFree=1559208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=13656 CPUtime=0
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 931 0 1 0 0 0 0 0 18 0 2 0 1993210619 13983744 677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 3414 677 329 9 0 1246 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13656

[startup+0.10241 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 16491
/proc/meminfo: memFree=1559208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=804612 CPUtime=0.08
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 2998 0 1 0 6 2 0 0 18 0 12 0 1993210619 823922688 2731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 201153 2731 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302432 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 16491
/proc/meminfo: memFree=1559208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=808080 CPUtime=0.27
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 4903 0 1 0 24 3 0 0 18 0 12 0 1993210619 827473920 4232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 202020 4233 1299 9 0 199389 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808080

[startup+0.702472 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 16491
/proc/meminfo: memFree=1559208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=808108 CPUtime=0.66
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 6296 0 1 0 61 5 0 0 18 0 12 0 1993210619 827502592 5445 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 202027 5445 1335 9 0 199389 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 808108

[startup+1.50156 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 16503
/proc/meminfo: memFree=1538056/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=816232 CPUtime=1.45
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 11323 0 1 0 138 7 0 0 18 0 12 0 1993210619 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 204058 8200 1354 9 0 201420 0
[pid=16491/tid=16493] ppid=16489 vsize=816232 CPUtime=0.71
/proc/16491/task/16493/stat : 16493 (java) R 16489 16491 13152 0 -1 64 4781 0 1 0 66 5 0 0 25 0 12 0 1993210621 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16494] ppid=16489 vsize=816232 CPUtime=0
/proc/16491/task/16494/stat : 16494 (java) S 16489 16491 13152 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1993210622 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16495] ppid=16489 vsize=816232 CPUtime=0
/proc/16491/task/16495/stat : 16495 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1993210622 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16496] ppid=16489 vsize=816232 CPUtime=0
/proc/16491/task/16496/stat : 16496 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1993210623 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16497] ppid=16489 vsize=816232 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16489 16491 13152 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1993210624 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16498] ppid=16489 vsize=816232 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16489 16491 13152 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1993210624 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16499] ppid=16489 vsize=816232 CPUtime=0
/proc/16491/task/16499/stat : 16499 (java) S 16489 16491 13152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993210628 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16500] ppid=16489 vsize=816232 CPUtime=0.51
/proc/16491/task/16500/stat : 16500 (java) R 16489 16491 13152 0 -1 64 4506 0 0 0 50 1 0 0 19 0 12 0 1993210628 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 102511948 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16501] ppid=16489 vsize=816232 CPUtime=0.21
/proc/16491/task/16501/stat : 16501 (java) R 16489 16491 13152 0 -1 64 1275 0 0 0 21 0 0 0 16 0 12 0 1993210628 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 104095209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16502] ppid=16489 vsize=816232 CPUtime=0
/proc/16491/task/16502/stat : 16502 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993210628 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16503] ppid=16489 vsize=816232 CPUtime=0
/proc/16491/task/16503/stat : 16503 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993210628 835821568 8200 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 816232

[startup+3.10172 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 16503
/proc/meminfo: memFree=1524616/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=815632 CPUtime=3.05
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 25451 0 1 0 290 15 0 0 18 0 12 0 1993210619 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 203908 21429 1382 9 0 201270 0
[pid=16491/tid=16493] ppid=16489 vsize=815632 CPUtime=1.8
/proc/16491/task/16493/stat : 16493 (java) R 16489 16491 13152 0 -1 64 17266 0 1 0 168 12 0 0 25 0 12 0 1993210621 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4109587401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16494] ppid=16489 vsize=815632 CPUtime=0
/proc/16491/task/16494/stat : 16494 (java) S 16489 16491 13152 0 -1 64 171 0 0 0 0 0 0 0 17 0 12 0 1993210622 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16495] ppid=16489 vsize=815632 CPUtime=0.01
/proc/16491/task/16495/stat : 16495 (java) S 16489 16491 13152 0 -1 64 362 0 0 0 1 0 0 0 17 0 12 0 1993210622 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16496] ppid=16489 vsize=815632 CPUtime=0
/proc/16491/task/16496/stat : 16496 (java) S 16489 16491 13152 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1993210623 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16497] ppid=16489 vsize=815632 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16489 16491 13152 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993210624 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16498] ppid=16489 vsize=815632 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16489 16491 13152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1993210624 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16499] ppid=16489 vsize=815632 CPUtime=0
/proc/16491/task/16499/stat : 16499 (java) S 16489 16491 13152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993210628 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16500] ppid=16489 vsize=815632 CPUtime=0.67
/proc/16491/task/16500/stat : 16500 (java) S 16489 16491 13152 0 -1 64 4551 0 0 0 66 1 0 0 16 0 12 0 1993210628 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16501] ppid=16489 vsize=815632 CPUtime=0.53
/proc/16491/task/16501/stat : 16501 (java) S 16489 16491 13152 0 -1 64 2311 0 0 0 53 0 0 0 16 0 12 0 1993210628 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16502] ppid=16489 vsize=815632 CPUtime=0
/proc/16491/task/16502/stat : 16502 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993210628 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16503] ppid=16489 vsize=815632 CPUtime=0
/proc/16491/task/16503/stat : 16503 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993210628 835207168 21429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 815632

[startup+6.30205 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 16503
/proc/meminfo: memFree=1464136/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=814980 CPUtime=6.25
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 30471 0 1 0 609 16 0 0 18 0 12 0 1993210619 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 203745 26046 1382 9 0 201107 0
[pid=16491/tid=16493] ppid=16489 vsize=814980 CPUtime=4.74
/proc/16491/task/16493/stat : 16493 (java) R 16489 16491 13152 0 -1 64 17271 0 1 0 462 12 0 0 25 0 12 0 1993210621 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4109318725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16494] ppid=16489 vsize=814980 CPUtime=0.13
/proc/16491/task/16494/stat : 16494 (java) S 16489 16491 13152 0 -1 64 2747 0 0 0 12 1 0 0 16 0 12 0 1993210622 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16495] ppid=16489 vsize=814980 CPUtime=0.14
/proc/16491/task/16495/stat : 16495 (java) S 16489 16491 13152 0 -1 64 2721 0 0 0 14 0 0 0 16 0 12 0 1993210622 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16496] ppid=16489 vsize=814980 CPUtime=0
/proc/16491/task/16496/stat : 16496 (java) S 16489 16491 13152 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 1993210623 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16497] ppid=16489 vsize=814980 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16489 16491 13152 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993210624 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16498] ppid=16489 vsize=814980 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16489 16491 13152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1993210624 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16499] ppid=16489 vsize=814980 CPUtime=0
/proc/16491/task/16499/stat : 16499 (java) S 16489 16491 13152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993210628 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16500] ppid=16489 vsize=814980 CPUtime=0.67
/proc/16491/task/16500/stat : 16500 (java) S 16489 16491 13152 0 -1 64 4551 0 0 0 66 1 0 0 16 0 12 0 1993210628 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16501] ppid=16489 vsize=814980 CPUtime=0.53
/proc/16491/task/16501/stat : 16501 (java) S 16489 16491 13152 0 -1 64 2311 0 0 0 53 0 0 0 16 0 12 0 1993210628 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16502] ppid=16489 vsize=814980 CPUtime=0
/proc/16491/task/16502/stat : 16502 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993210628 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16503] ppid=16489 vsize=814980 CPUtime=0
/proc/16491/task/16503/stat : 16503 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993210628 834539520 26046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 814980

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 16503
/proc/meminfo: memFree=1434696/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=815620 CPUtime=12.73
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 37033 0 1 0 1254 19 0 0 18 0 12 0 1993210619 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 203905 32429 1382 9 0 201267 0
[pid=16491/tid=16493] ppid=16489 vsize=815620 CPUtime=10.57
/proc/16491/task/16493/stat : 16493 (java) R 16489 16491 13152 0 -1 64 17281 0 1 0 1045 12 0 0 25 0 12 0 1993210621 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4109587460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16494] ppid=16489 vsize=815620 CPUtime=0.44
/proc/16491/task/16494/stat : 16494 (java) S 16489 16491 13152 0 -1 64 5553 0 0 0 42 2 0 0 16 0 12 0 1993210622 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16495] ppid=16489 vsize=815620 CPUtime=0.47
/proc/16491/task/16495/stat : 16495 (java) S 16489 16491 13152 0 -1 64 6467 0 0 0 45 2 0 0 16 0 12 0 1993210622 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16496] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16496/stat : 16496 (java) S 16489 16491 13152 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 1993210623 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16497] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16489 16491 13152 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993210624 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16498] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16489 16491 13152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1993210624 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16499] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16499/stat : 16499 (java) S 16489 16491 13152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16500] ppid=16489 vsize=815620 CPUtime=0.67
/proc/16491/task/16500/stat : 16500 (java) S 16489 16491 13152 0 -1 64 4551 0 0 0 66 1 0 0 16 0 12 0 1993210628 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16501] ppid=16489 vsize=815620 CPUtime=0.53
/proc/16491/task/16501/stat : 16501 (java) S 16489 16491 13152 0 -1 64 2311 0 0 0 53 0 0 0 16 0 12 0 1993210628 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16502] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16502/stat : 16502 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16503] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16503/stat : 16503 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993210628 835194880 32429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 815620

[startup+25.502 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 16503
/proc/meminfo: memFree=1407048/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=815620 CPUtime=25.53
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 43774 0 1 0 2531 22 0 0 18 0 12 0 1993210619 835194880 39151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 203905 39151 1382 9 0 201267 0
[pid=16491/tid=16493] ppid=16489 vsize=815620 CPUtime=22.74
/proc/16491/task/16493/stat : 16493 (java) R 16489 16491 13152 0 -1 64 17300 0 1 0 2262 12 0 0 25 0 12 0 1993210621 835194880 39151 996147200 134512640 134550740 4294956032 18446744073709551615 4109587401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16494] ppid=16489 vsize=815620 CPUtime=0.75
/proc/16491/task/16494/stat : 16494 (java) S 16489 16491 13152 0 -1 64 9647 0 0 0 71 4 0 0 16 0 12 0 1993210622 835194880 39151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16495] ppid=16489 vsize=815620 CPUtime=0.78
/proc/16491/task/16495/stat : 16495 (java) S 16489 16491 13152 0 -1 64 9095 0 0 0 76 2 0 0 16 0 12 0 1993210622 835194880 39151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16496] ppid=16489 vsize=815620 CPUtime=0.01
/proc/16491/task/16496/stat : 16496 (java) S 16489 16491 13152 0 -1 64 110 0 0 0 1 0 0 0 15 0 12 0 1993210623 835194880 39151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16497] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16489 16491 13152 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993210624 835194880 39151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16498] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16489 16491 13152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1993210624 835194880 39151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16499] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16499/stat : 16499 (java) S 16489 16491 13152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 39151 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16491/tid=16502] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16502/stat : 16502 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16503] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16503/stat : 16503 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 527.56
Current children cumulated vsize (KiB) 815620

[startup+534.302 s]
/proc/loadavg: 2.13 2.27 2.15 3/105 16562
/proc/meminfo: memFree=394208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=815620 CPUtime=530.7
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 178865 0 1 0 52977 93 0 0 18 0 12 0 1993210619 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 203905 173456 1386 9 0 201267 0
[pid=16491/tid=16493] ppid=16489 vsize=815620 CPUtime=309.4
/proc/16491/task/16493/stat : 16493 (java) S 16489 16491 13152 0 -1 64 17706 0 1 0 30922 18 0 0 17 0 12 0 1993210621 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16494] ppid=16489 vsize=815620 CPUtime=19.59
/proc/16491/task/16494/stat : 16494 (java) S 16489 16491 13152 0 -1 64 68326 0 0 0 1927 32 0 0 15 0 12 0 1993210622 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16495] ppid=16489 vsize=815620 CPUtime=19.39
/proc/16491/task/16495/stat : 16495 (java) S 16489 16491 13152 0 -1 64 84525 0 0 0 1902 37 0 0 16 0 12 0 1993210622 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16496] ppid=16489 vsize=815620 CPUtime=181.06
/proc/16491/task/16496/stat : 16496 (java) R 16489 16491 13152 0 -1 64 686 0 0 0 18103 3 0 0 25 0 12 0 1993210623 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 106123419 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16497] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16489 16491 13152 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993210624 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16498] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16489 16491 13152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1993210624 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16499] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16499/stat : 16499 (java) S 16489 16491 13152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16500] ppid=16489 vsize=815620 CPUtime=0.68
/proc/16491/task/16500/stat : 16500 (java) S 16489 16491 13152 0 -1 64 4551 0 0 0 67 1 0 0 17 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16501] ppid=16489 vsize=815620 CPUtime=0.53
/proc/16491/task/16501/stat : 16501 (java) S 16489 16491 13152 0 -1 64 2311 0 0 0 53 0 0 0 16 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16502] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16502/stat : 16502 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16503] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16503/stat : 16503 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 530.7
Current children cumulated vsize (KiB) 815620

[startup+535.903 s]
/proc/loadavg: 2.13 2.27 2.15 3/105 16562
/proc/meminfo: memFree=394208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=815620 CPUtime=532.26
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 178867 0 1 0 53133 93 0 0 18 0 12 0 1993210619 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 203905 173456 1386 9 0 201267 0
[pid=16491/tid=16493] ppid=16489 vsize=815620 CPUtime=309.52
/proc/16491/task/16493/stat : 16493 (java) S 16489 16491 13152 0 -1 64 17708 0 1 0 30934 18 0 0 18 0 12 0 1993210621 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16494] ppid=16489 vsize=815620 CPUtime=19.59
/proc/16491/task/16494/stat : 16494 (java) S 16489 16491 13152 0 -1 64 68326 0 0 0 1927 32 0 0 15 0 12 0 1993210622 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16495] ppid=16489 vsize=815620 CPUtime=19.39
/proc/16491/task/16495/stat : 16495 (java) S 16489 16491 13152 0 -1 64 84525 0 0 0 1902 37 0 0 16 0 12 0 1993210622 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16496] ppid=16489 vsize=815620 CPUtime=182.5
/proc/16491/task/16496/stat : 16496 (java) R 16489 16491 13152 0 -1 64 686 0 0 0 18247 3 0 0 25 0 12 0 1993210623 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 105677751 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16497] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16489 16491 13152 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993210624 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16498] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16489 16491 13152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1993210624 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16499] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16499/stat : 16499 (java) S 16489 16491 13152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16500] ppid=16489 vsize=815620 CPUtime=0.68
/proc/16491/task/16500/stat : 16500 (java) S 16489 16491 13152 0 -1 64 4551 0 0 0 67 1 0 0 17 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16501] ppid=16489 vsize=815620 CPUtime=0.53
/proc/16491/task/16501/stat : 16501 (java) S 16489 16491 13152 0 -1 64 2311 0 0 0 53 0 0 0 16 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16502] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16502/stat : 16502 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16503] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16503/stat : 16503 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 532.26
Current children cumulated vsize (KiB) 815620

[startup+537.503 s]
/proc/loadavg: 2.12 2.27 2.15 3/105 16562
/proc/meminfo: memFree=394208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=815620 CPUtime=533.84
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 178867 0 1 0 53291 93 0 0 18 0 12 0 1993210619 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 203905 173456 1386 9 0 201267 0
[pid=16491/tid=16493] ppid=16489 vsize=815620 CPUtime=309.52
/proc/16491/task/16493/stat : 16493 (java) S 16489 16491 13152 0 -1 64 17708 0 1 0 30934 18 0 0 18 0 12 0 1993210621 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16494] ppid=16489 vsize=815620 CPUtime=19.59
/proc/16491/task/16494/stat : 16494 (java) S 16489 16491 13152 0 -1 64 68326 0 0 0 1927 32 0 0 15 0 12 0 1993210622 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16495] ppid=16489 vsize=815620 CPUtime=19.39
/proc/16491/task/16495/stat : 16495 (java) S 16489 16491 13152 0 -1 64 84525 0 0 0 1902 37 0 0 16 0 12 0 1993210622 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16496] ppid=16489 vsize=815620 CPUtime=184.08
/proc/16491/task/16496/stat : 16496 (java) R 16489 16491 13152 0 -1 64 686 0 0 0 18405 3 0 0 25 0 12 0 1993210623 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16497] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16489 16491 13152 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993210624 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16498] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16489 16491 13152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1993210624 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16499] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16499/stat : 16499 (java) S 16489 16491 13152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16500] ppid=16489 vsize=815620 CPUtime=0.68
/proc/16491/task/16500/stat : 16500 (java) S 16489 16491 13152 0 -1 64 4551 0 0 0 67 1 0 0 17 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16501] ppid=16489 vsize=815620 CPUtime=0.53
/proc/16491/task/16501/stat : 16501 (java) S 16489 16491 13152 0 -1 64 2311 0 0 0 53 0 0 0 16 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16502] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16502/stat : 16502 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16503] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16503/stat : 16503 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 533.84
Current children cumulated vsize (KiB) 815620

[startup+537.908 s]
/proc/loadavg: 2.12 2.27 2.15 3/105 16562
/proc/meminfo: memFree=394208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=815620 CPUtime=534.23
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 178867 0 1 0 53330 93 0 0 18 0 12 0 1993210619 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 203905 173456 1386 9 0 201267 0
[pid=16491/tid=16493] ppid=16489 vsize=815620 CPUtime=309.52
/proc/16491/task/16493/stat : 16493 (java) S 16489 16491 13152 0 -1 64 17708 0 1 0 30934 18 0 0 18 0 12 0 1993210621 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16494] ppid=16489 vsize=815620 CPUtime=19.59
/proc/16491/task/16494/stat : 16494 (java) S 16489 16491 13152 0 -1 64 68326 0 0 0 1927 32 0 0 15 0 12 0 1993210622 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16495] ppid=16489 vsize=815620 CPUtime=19.39
/proc/16491/task/16495/stat : 16495 (java) S 16489 16491 13152 0 -1 64 84525 0 0 0 1902 37 0 0 16 0 12 0 1993210622 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16496] ppid=16489 vsize=815620 CPUtime=184.47
/proc/16491/task/16496/stat : 16496 (java) R 16489 16491 13152 0 -1 64 686 0 0 0 18444 3 0 0 25 0 12 0 1993210623 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16497] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16489 16491 13152 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993210624 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16498] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16489 16491 13152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1993210624 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16499] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16499/stat : 16499 (java) S 16489 16491 13152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16500] ppid=16489 vsize=815620 CPUtime=0.68
/proc/16491/task/16500/stat : 16500 (java) S 16489 16491 13152 0 -1 64 4551 0 0 0 67 1 0 0 17 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16501] ppid=16489 vsize=815620 CPUtime=0.53
/proc/16491/task/16501/stat : 16501 (java) S 16489 16491 13152 0 -1 64 2311 0 0 0 53 0 0 0 16 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16502] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16502/stat : 16502 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16503] ppid=16489 vsize=815620 CPUtime=0
/proc/16491/task/16503/stat : 16503 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993210628 835194880 173456 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 534.23
Current children cumulated vsize (KiB) 815620

[startup+538.303 s]
/proc/loadavg: 2.12 2.27 2.15 3/105 16562
/proc/meminfo: memFree=394208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=815944 CPUtime=534.61
/proc/16491/stat : 16491 (java) S 16489 16491 13152 0 -1 0 178877 0 1 0 53368 93 0 0 18 0 12 0 1993210619 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16491/statm: 203986 173465 1387 9 0 201348 0
[pid=16491/tid=16493] ppid=16489 vsize=815944 CPUtime=309.53
/proc/16491/task/16493/stat : 16493 (java) S 16489 16491 13152 0 -1 64 17713 0 1 0 30935 18 0 0 17 0 12 0 1993210621 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16494] ppid=16489 vsize=815944 CPUtime=19.59
/proc/16491/task/16494/stat : 16494 (java) S 16489 16491 13152 0 -1 64 68326 0 0 0 1927 32 0 0 15 0 12 0 1993210622 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16495] ppid=16489 vsize=815944 CPUtime=19.39
/proc/16491/task/16495/stat : 16495 (java) S 16489 16491 13152 0 -1 64 84525 0 0 0 1902 37 0 0 16 0 12 0 1993210622 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16496] ppid=16489 vsize=815944 CPUtime=184.84
/proc/16491/task/16496/stat : 16496 (java) S 16489 16491 13152 0 -1 64 686 0 0 0 18481 3 0 0 25 0 12 0 1993210623 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16497] ppid=16489 vsize=815944 CPUtime=0
/proc/16491/task/16497/stat : 16497 (java) S 16489 16491 13152 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1993210624 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16498] ppid=16489 vsize=815944 CPUtime=0
/proc/16491/task/16498/stat : 16498 (java) S 16489 16491 13152 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993210624 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16491/tid=16499] ppid=16489 vsize=815944 CPUtime=0
/proc/16491/task/16499/stat : 16499 (java) S 16489 16491 13152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993210628 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16500] ppid=16489 vsize=815944 CPUtime=0.68
/proc/16491/task/16500/stat : 16500 (java) S 16489 16491 13152 0 -1 64 4551 0 0 0 67 1 0 0 17 0 12 0 1993210628 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16501] ppid=16489 vsize=815944 CPUtime=0.53
/proc/16491/task/16501/stat : 16501 (java) S 16489 16491 13152 0 -1 64 2311 0 0 0 53 0 0 0 16 0 12 0 1993210628 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16502] ppid=16489 vsize=815944 CPUtime=0
/proc/16491/task/16502/stat : 16502 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993210628 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16491/tid=16503] ppid=16489 vsize=815944 CPUtime=0
/proc/16491/task/16503/stat : 16503 (java) S 16489 16491 13152 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993210628 835526656 173465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 534.61
Current children cumulated vsize (KiB) 815944

[startup+538.404 s]
/proc/loadavg: 2.12 2.27 2.15 3/105 16562
/proc/meminfo: memFree=394208/2055920 swapFree=4180396/4192956
[pid=16491] ppid=16489 vsize=0 CPUtime=534.69
/proc/16491/stat : 16491 (java) Z 16489 16491 13152 0 -1 12 178880 0 1 0 53368 101 0 0 16 0 2 0 1993210619 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16491/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 534.69
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 538.437
CPU time (s): 534.728
CPU user time (s): 533.685
CPU system time (s): 1.04284
CPU usage (%): 99.3111
Max. virtual memory (cumulated for all children) (KiB): 817048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 533.685
system time used= 1.04284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178880
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16322
involuntary context switches= 19802

runsolver used 0.597909 second user time and 1.88371 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 05:32:58
IDJOB=1064545
IDBENCH=54964
IDSOLVER=344
FILE ID=node44/1064545-1215142378
PBS_JOBID= 7877329
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/tdsp/normalized-C1-1-20.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-1064545-1215142378/watcher-1064545-1215142378 -o /tmp/evaluation-result-1064545-1215142378/solver-1064545-1215142378 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064545-1215142378.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eb6a75745657bb8c0531d9bc5df21135
RANDOM SEED=533539873

node44.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1559688 kB
Buffers:         53148 kB
Cached:         203012 kB
SwapCached:       6524 kB
Active:         253800 kB
Inactive:       167616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559688 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            1100 kB
Writeback:           0 kB
Mapped:         178896 kB
Slab:            59744 kB
Committed_AS:  4273716 kB
PageTables:       2112 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= 66528 MiB
End job on node44 at 2008-07-04 05:41:56