Trace number 1064671

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? 794.093 793.913

General information on the benchmark

Namecsp/tdsp/
normalized-C4-2-60.xml
MD5SUM102df41e2ffd0705e5ca663a5dc5468e
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 benchmark1353.87
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1064671-1215143241/watcher-1064671-1215143241 -o /tmp/evaluation-result-1064671-1215143241/solver-1064671-1215143241 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064671-1215143241.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.04 2.10 4/82 31377
/proc/meminfo: memFree=1610024/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=18572 CPUtime=0
/proc/31377/stat : 31377 (runsolver) R 31375 31377 28750 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1993299186 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31377/statm: 4643 292 257 25 0 2626 0

[startup+0.070016 s]
/proc/loadavg: 2.00 2.04 2.10 4/82 31377
/proc/meminfo: memFree=1610024/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=802236 CPUtime=0.05
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 2758 0 1 0 3 2 0 0 21 0 7 0 1993299186 821489664 2493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 200559 2493 1004 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.100994 s]
/proc/loadavg: 2.00 2.04 2.10 4/82 31377
/proc/meminfo: memFree=1610024/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=804612 CPUtime=0.08
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 3002 0 1 0 6 2 0 0 21 0 12 0 1993299186 823922688 2735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30201 s]
/proc/loadavg: 2.00 2.04 2.10 4/82 31377
/proc/meminfo: memFree=1610024/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=808176 CPUtime=0.27
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 5022 0 1 0 24 3 0 0 21 0 12 0 1993299186 827572224 4351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 202044 4351 1308 9 0 199413 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808176

[startup+0.701053 s]
/proc/loadavg: 2.00 2.04 2.10 4/82 31377
/proc/meminfo: memFree=1610024/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=808204 CPUtime=0.67
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 6417 0 1 0 62 5 0 0 21 0 12 0 1993299186 827600896 5566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 202051 5566 1335 9 0 199413 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808204

[startup+1.50213 s]
/proc/loadavg: 2.00 2.04 2.10 3/94 31389
/proc/meminfo: memFree=1589512/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=816212 CPUtime=1.47
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 11834 0 1 0 138 9 0 0 21 0 12 0 1993299186 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 204053 8434 1351 9 0 201415 0
[pid=31377/tid=31379] ppid=31375 vsize=816212 CPUtime=0.69
/proc/31377/task/31379/stat : 31379 (java) R 31375 31377 28750 0 -1 64 5024 0 1 0 63 6 0 0 25 0 12 0 1993299187 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31380] ppid=31375 vsize=816212 CPUtime=0
/proc/31377/task/31380/stat : 31380 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1993299188 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31381] ppid=31375 vsize=816212 CPUtime=0
/proc/31377/task/31381/stat : 31381 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1993299188 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31382] ppid=31375 vsize=816212 CPUtime=0
/proc/31377/task/31382/stat : 31382 (java) S 31375 31377 28750 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1993299190 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31383] ppid=31375 vsize=816212 CPUtime=0
/proc/31377/task/31383/stat : 31383 (java) S 31375 31377 28750 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1993299191 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31384] ppid=31375 vsize=816212 CPUtime=0
/proc/31377/task/31384/stat : 31384 (java) S 31375 31377 28750 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1993299191 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31385] ppid=31375 vsize=816212 CPUtime=0
/proc/31377/task/31385/stat : 31385 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993299195 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31386] ppid=31375 vsize=816212 CPUtime=0.48
/proc/31377/task/31386/stat : 31386 (java) R 31375 31377 28750 0 -1 64 4373 0 0 0 46 2 0 0 18 0 12 0 1993299195 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 104111773 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31387] ppid=31375 vsize=816212 CPUtime=0.28
/proc/31377/task/31387/stat : 31387 (java) S 31375 31377 28750 0 -1 64 1675 0 0 0 28 0 0 0 16 0 12 0 1993299195 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31388] ppid=31375 vsize=816212 CPUtime=0
/proc/31377/task/31388/stat : 31388 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993299195 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31389] ppid=31375 vsize=816212 CPUtime=0
/proc/31377/task/31389/stat : 31389 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993299195 835801088 8434 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 816212

[startup+3.10228 s]
/proc/loadavg: 2.00 2.04 2.10 4/94 31389
/proc/meminfo: memFree=1577608/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=820164 CPUtime=3.32
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 20659 0 1 0 320 12 0 0 21 0 12 0 1993299186 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 205041 12480 1379 9 0 202403 0
[pid=31377/tid=31379] ppid=31375 vsize=820164 CPUtime=1.41
/proc/31377/task/31379/stat : 31379 (java) R 31375 31377 28750 0 -1 64 7844 0 1 0 134 7 0 0 25 0 12 0 1993299187 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4109756489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31380] ppid=31375 vsize=820164 CPUtime=0
/proc/31377/task/31380/stat : 31380 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1993299188 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31381] ppid=31375 vsize=820164 CPUtime=0
/proc/31377/task/31381/stat : 31381 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1993299188 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31382] ppid=31375 vsize=820164 CPUtime=0
/proc/31377/task/31382/stat : 31382 (java) S 31375 31377 28750 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1993299190 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31383] ppid=31375 vsize=820164 CPUtime=0
/proc/31377/task/31383/stat : 31383 (java) S 31375 31377 28750 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1993299191 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31384] ppid=31375 vsize=820164 CPUtime=0
/proc/31377/task/31384/stat : 31384 (java) S 31375 31377 28750 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1993299191 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31385] ppid=31375 vsize=820164 CPUtime=0
/proc/31377/task/31385/stat : 31385 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993299195 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31386] ppid=31375 vsize=820164 CPUtime=0.76
/proc/31377/task/31386/stat : 31386 (java) S 31375 31377 28750 0 -1 64 4732 0 0 0 74 2 0 0 16 0 12 0 1993299195 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31387] ppid=31375 vsize=820164 CPUtime=1.14
/proc/31377/task/31387/stat : 31387 (java) R 31375 31377 28750 0 -1 64 7321 0 0 0 112 2 0 0 18 0 12 0 1993299195 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 106214431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31388] ppid=31375 vsize=820164 CPUtime=0
/proc/31377/task/31388/stat : 31388 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993299195 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31389] ppid=31375 vsize=820164 CPUtime=0
/proc/31377/task/31389/stat : 31389 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993299195 839847936 12480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 820164

[startup+6.30259 s]
/proc/loadavg: 2.00 2.03 2.09 2/80 31409
/proc/meminfo: memFree=1772552/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=819268 CPUtime=6.71
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 32335 0 1 0 654 17 0 0 21 0 12 0 1993299186 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 204817 23662 1384 9 0 202179 0
[pid=31377/tid=31379] ppid=31375 vsize=819268 CPUtime=4.47
/proc/31377/task/31379/stat : 31379 (java) R 31375 31377 28750 0 -1 64 17288 0 1 0 437 10 0 0 25 0 12 0 1993299187 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4109756565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31380] ppid=31375 vsize=819268 CPUtime=0.04
/proc/31377/task/31380/stat : 31380 (java) S 31375 31377 28750 0 -1 64 806 0 0 0 4 0 0 0 16 0 12 0 1993299188 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31381] ppid=31375 vsize=819268 CPUtime=0.04
/proc/31377/task/31381/stat : 31381 (java) S 31375 31377 28750 0 -1 64 911 0 0 0 4 0 0 0 16 0 12 0 1993299188 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31382] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31382/stat : 31382 (java) S 31375 31377 28750 0 -1 64 114 0 0 0 0 0 0 0 16 0 12 0 1993299190 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31383] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31383/stat : 31383 (java) S 31375 31377 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31384] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31384/stat : 31384 (java) S 31375 31377 28750 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31385] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31385/stat : 31385 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31386] ppid=31375 vsize=819268 CPUtime=0.8
/proc/31377/task/31386/stat : 31386 (java) S 31375 31377 28750 0 -1 64 4733 0 0 0 78 2 0 0 17 0 12 0 1993299195 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31387] ppid=31375 vsize=819268 CPUtime=1.32
/proc/31377/task/31387/stat : 31387 (java) S 31375 31377 28750 0 -1 64 7722 0 0 0 129 3 0 0 17 0 12 0 1993299195 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31388] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31388/stat : 31388 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31389] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31389/stat : 31389 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993299195 838930432 23662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 819268

[startup+12.7012 s]
/proc/loadavg: 2.08 2.05 2.10 3/87 31442
/proc/meminfo: memFree=1621136/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=819268 CPUtime=13.1
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 37221 0 1 0 1289 21 0 0 21 0 12 0 1993299186 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 204817 28539 1384 9 0 202179 0
[pid=31377/tid=31379] ppid=31375 vsize=819268 CPUtime=10.66
/proc/31377/task/31379/stat : 31379 (java) R 31375 31377 28750 0 -1 64 18055 0 1 0 1054 12 0 0 25 0 12 0 1993299187 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4109676616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31380] ppid=31375 vsize=819268 CPUtime=0.15
/proc/31377/task/31380/stat : 31380 (java) S 31375 31377 28750 0 -1 64 3540 0 0 0 14 1 0 0 16 0 12 0 1993299188 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31381] ppid=31375 vsize=819268 CPUtime=0.12
/proc/31377/task/31381/stat : 31381 (java) S 31375 31377 28750 0 -1 64 2242 0 0 0 11 1 0 0 16 0 12 0 1993299188 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31382] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31382/stat : 31382 (java) S 31375 31377 28750 0 -1 64 168 0 0 0 0 0 0 0 16 0 12 0 1993299190 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31383] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31383/stat : 31383 (java) S 31375 31377 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31384] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31384/stat : 31384 (java) S 31375 31377 28750 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31385] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31385/stat : 31385 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31386] ppid=31375 vsize=819268 CPUtime=0.8
/proc/31377/task/31386/stat : 31386 (java) S 31375 31377 28750 0 -1 64 4733 0 0 0 78 2 0 0 17 0 12 0 1993299195 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31387] ppid=31375 vsize=819268 CPUtime=1.32
/proc/31377/task/31387/stat : 31387 (java) S 31375 31377 28750 0 -1 64 7722 0 0 0 129 3 0 0 17 0 12 0 1993299195 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31388] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31388/stat : 31388 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31389] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31389/stat : 31389 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993299195 838930432 28539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.1
Current children cumulated vsize (KiB) 819268

[startup+25.5024 s]
/proc/loadavg: 2.06 2.05 2.10 3/87 31442
/proc/meminfo: memFree=1599760/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=819268 CPUtime=25.9
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 40611 0 1 0 2567 23 0 0 21 0 12 0 1993299186 838930432 31912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 204817 31912 1384 9 0 202179 0
[pid=31377/tid=31379] ppid=31375 vsize=819268 CPUtime=23.22
/proc/31377/task/31379/stat : 31379 (java) R 31375 31377 28750 0 -1 64 18072 0 1 0 2309 13 0 0 25 0 12 0 1993299187 838930432 31912 996147200 134512640 134550740 4294956032 18446744073709551615 4109757263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31380] ppid=31375 vsize=819268 CPUtime=0.27
/proc/31377/task/31380/stat : 31380 (java) S 31375 31377 28750 0 -1 64 5161 0 0 0 25 2 0 0 16 0 12 0 1993299188 838930432 31912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31381] ppid=31375 vsize=819268 CPUtime=0.24
/proc/31377/task/31381/stat : 31381 (java) S 31375 31377 28750 0 -1 64 3994 0 0 0 23 1 0 0 16 0 12 0 1993299188 838930432 31912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31382] ppid=31375 vsize=819268 CPUtime=0.01
/proc/31377/task/31382/stat : 31382 (java) S 31375 31377 28750 0 -1 64 168 0 0 0 1 0 0 0 16 0 12 0 1993299190 838930432 31912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31383] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31383/stat : 31383 (java) S 31375 31377 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 31912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31384] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31384/stat : 31384 (java) S 31375 31377 28750 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 31912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31385] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31385/stat : 31385 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 31912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=31377/tid=31388] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31388/stat : 31388 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31389] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31389/stat : 31389 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 781
Current children cumulated vsize (KiB) 819268

[startup+787.103 s]
/proc/loadavg: 2.01 2.08 2.08 3/87 31442
/proc/meminfo: memFree=770128/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=819268 CPUtime=787.34
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 200111 0 1 0 78630 104 0 0 21 0 12 0 1993299186 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 204817 174415 1388 9 0 202179 0
[pid=31377/tid=31379] ppid=31375 vsize=819268 CPUtime=530.98
/proc/31377/task/31379/stat : 31379 (java) S 31375 31377 28750 0 -1 64 18751 0 1 0 53082 16 0 0 17 0 12 0 1993299187 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31380] ppid=31375 vsize=819268 CPUtime=28.17
/proc/31377/task/31380/stat : 31380 (java) S 31375 31377 28750 0 -1 64 78730 0 0 0 2783 34 0 0 15 0 12 0 1993299188 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31381] ppid=31375 vsize=819268 CPUtime=27.34
/proc/31377/task/31381/stat : 31381 (java) S 31375 31377 28750 0 -1 64 73533 0 0 0 2701 33 0 0 16 0 12 0 1993299188 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31382] ppid=31375 vsize=819268 CPUtime=198.68
/proc/31377/task/31382/stat : 31382 (java) R 31375 31377 28750 0 -1 64 15881 0 0 0 19855 13 0 0 25 0 12 0 1993299190 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 104136409 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31383] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31383/stat : 31383 (java) S 31375 31377 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31384] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31384/stat : 31384 (java) S 31375 31377 28750 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31385] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31385/stat : 31385 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31386] ppid=31375 vsize=819268 CPUtime=0.8
/proc/31377/task/31386/stat : 31386 (java) S 31375 31377 28750 0 -1 64 4733 0 0 0 78 2 0 0 17 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31387] ppid=31375 vsize=819268 CPUtime=1.32
/proc/31377/task/31387/stat : 31387 (java) S 31375 31377 28750 0 -1 64 7722 0 0 0 129 3 0 0 17 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31388] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31388/stat : 31388 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31389] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31389/stat : 31389 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 787.34
Current children cumulated vsize (KiB) 819268

[startup+790.301 s]
/proc/loadavg: 2.01 2.08 2.08 3/87 31442
/proc/meminfo: memFree=769424/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=819268 CPUtime=790.51
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 200112 0 1 0 78947 104 0 0 21 0 12 0 1993299186 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 204817 174415 1388 9 0 202179 0
[pid=31377/tid=31379] ppid=31375 vsize=819268 CPUtime=531.08
/proc/31377/task/31379/stat : 31379 (java) S 31375 31377 28750 0 -1 64 18752 0 1 0 53092 16 0 0 17 0 12 0 1993299187 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31380] ppid=31375 vsize=819268 CPUtime=28.17
/proc/31377/task/31380/stat : 31380 (java) S 31375 31377 28750 0 -1 64 78730 0 0 0 2783 34 0 0 15 0 12 0 1993299188 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31381] ppid=31375 vsize=819268 CPUtime=27.34
/proc/31377/task/31381/stat : 31381 (java) S 31375 31377 28750 0 -1 64 73533 0 0 0 2701 33 0 0 16 0 12 0 1993299188 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31382] ppid=31375 vsize=819268 CPUtime=201.75
/proc/31377/task/31382/stat : 31382 (java) R 31375 31377 28750 0 -1 64 15881 0 0 0 20162 13 0 0 25 0 12 0 1993299190 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31383] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31383/stat : 31383 (java) S 31375 31377 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31384] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31384/stat : 31384 (java) S 31375 31377 28750 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31385] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31385/stat : 31385 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31386] ppid=31375 vsize=819268 CPUtime=0.8
/proc/31377/task/31386/stat : 31386 (java) S 31375 31377 28750 0 -1 64 4733 0 0 0 78 2 0 0 17 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31387] ppid=31375 vsize=819268 CPUtime=1.32
/proc/31377/task/31387/stat : 31387 (java) S 31375 31377 28750 0 -1 64 7722 0 0 0 129 3 0 0 17 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31388] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31388/stat : 31388 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31389] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31389/stat : 31389 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 790.51
Current children cumulated vsize (KiB) 819268

[startup+791.901 s]
/proc/loadavg: 2.01 2.08 2.08 3/87 31442
/proc/meminfo: memFree=768976/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=819268 CPUtime=792.1
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 200114 0 1 0 79106 104 0 0 21 0 12 0 1993299186 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 204817 174415 1388 9 0 202179 0
[pid=31377/tid=31379] ppid=31375 vsize=819268 CPUtime=531.18
/proc/31377/task/31379/stat : 31379 (java) S 31375 31377 28750 0 -1 64 18754 0 1 0 53102 16 0 0 17 0 12 0 1993299187 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31380] ppid=31375 vsize=819268 CPUtime=28.17
/proc/31377/task/31380/stat : 31380 (java) S 31375 31377 28750 0 -1 64 78730 0 0 0 2783 34 0 0 15 0 12 0 1993299188 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31381] ppid=31375 vsize=819268 CPUtime=27.34
/proc/31377/task/31381/stat : 31381 (java) S 31375 31377 28750 0 -1 64 73533 0 0 0 2701 33 0 0 16 0 12 0 1993299188 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31382] ppid=31375 vsize=819268 CPUtime=203.24
/proc/31377/task/31382/stat : 31382 (java) R 31375 31377 28750 0 -1 64 15881 0 0 0 20311 13 0 0 25 0 12 0 1993299190 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31383] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31383/stat : 31383 (java) S 31375 31377 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31384] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31384/stat : 31384 (java) S 31375 31377 28750 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31385] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31385/stat : 31385 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31386] ppid=31375 vsize=819268 CPUtime=0.8
/proc/31377/task/31386/stat : 31386 (java) S 31375 31377 28750 0 -1 64 4733 0 0 0 78 2 0 0 17 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31387] ppid=31375 vsize=819268 CPUtime=1.32
/proc/31377/task/31387/stat : 31387 (java) S 31375 31377 28750 0 -1 64 7722 0 0 0 129 3 0 0 17 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31388] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31388/stat : 31388 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31389] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31389/stat : 31389 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 792.1
Current children cumulated vsize (KiB) 819268

[startup+792.703 s]
/proc/loadavg: 2.01 2.08 2.08 3/87 31442
/proc/meminfo: memFree=768976/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=819268 CPUtime=792.89
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 200114 0 1 0 79185 104 0 0 21 0 12 0 1993299186 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 204817 174415 1388 9 0 202179 0
[pid=31377/tid=31379] ppid=31375 vsize=819268 CPUtime=531.18
/proc/31377/task/31379/stat : 31379 (java) S 31375 31377 28750 0 -1 64 18754 0 1 0 53102 16 0 0 17 0 12 0 1993299187 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31380] ppid=31375 vsize=819268 CPUtime=28.17
/proc/31377/task/31380/stat : 31380 (java) S 31375 31377 28750 0 -1 64 78730 0 0 0 2783 34 0 0 15 0 12 0 1993299188 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31381] ppid=31375 vsize=819268 CPUtime=27.34
/proc/31377/task/31381/stat : 31381 (java) S 31375 31377 28750 0 -1 64 73533 0 0 0 2701 33 0 0 16 0 12 0 1993299188 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31382] ppid=31375 vsize=819268 CPUtime=204.04
/proc/31377/task/31382/stat : 31382 (java) R 31375 31377 28750 0 -1 64 15881 0 0 0 20391 13 0 0 25 0 12 0 1993299190 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31383] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31383/stat : 31383 (java) S 31375 31377 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31384] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31384/stat : 31384 (java) S 31375 31377 28750 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31385] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31385/stat : 31385 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31386] ppid=31375 vsize=819268 CPUtime=0.8
/proc/31377/task/31386/stat : 31386 (java) S 31375 31377 28750 0 -1 64 4733 0 0 0 78 2 0 0 17 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31387] ppid=31375 vsize=819268 CPUtime=1.32
/proc/31377/task/31387/stat : 31387 (java) S 31375 31377 28750 0 -1 64 7722 0 0 0 129 3 0 0 17 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31388] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31388/stat : 31388 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31389] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31389/stat : 31389 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 792.89
Current children cumulated vsize (KiB) 819268

[startup+793.503 s]
/proc/loadavg: 2.01 2.08 2.08 3/87 31442
/proc/meminfo: memFree=768720/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=819268 CPUtime=793.68
/proc/31377/stat : 31377 (java) S 31375 31377 28750 0 -1 0 200114 0 1 0 79264 104 0 0 21 0 12 0 1993299186 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31377/statm: 204817 174415 1388 9 0 202179 0
[pid=31377/tid=31379] ppid=31375 vsize=819268 CPUtime=531.18
/proc/31377/task/31379/stat : 31379 (java) S 31375 31377 28750 0 -1 64 18754 0 1 0 53102 16 0 0 17 0 12 0 1993299187 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31380] ppid=31375 vsize=819268 CPUtime=28.17
/proc/31377/task/31380/stat : 31380 (java) S 31375 31377 28750 0 -1 64 78730 0 0 0 2783 34 0 0 15 0 12 0 1993299188 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31381] ppid=31375 vsize=819268 CPUtime=27.34
/proc/31377/task/31381/stat : 31381 (java) S 31375 31377 28750 0 -1 64 73533 0 0 0 2701 33 0 0 16 0 12 0 1993299188 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31382] ppid=31375 vsize=819268 CPUtime=204.83
/proc/31377/task/31382/stat : 31382 (java) R 31375 31377 28750 0 -1 64 15881 0 0 0 20470 13 0 0 25 0 12 0 1993299190 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31383] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31383/stat : 31383 (java) S 31375 31377 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31384] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31384/stat : 31384 (java) S 31375 31377 28750 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993299191 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31385] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31385/stat : 31385 (java) S 31375 31377 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31386] ppid=31375 vsize=819268 CPUtime=0.8
/proc/31377/task/31386/stat : 31386 (java) S 31375 31377 28750 0 -1 64 4733 0 0 0 78 2 0 0 17 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31387] ppid=31375 vsize=819268 CPUtime=1.32
/proc/31377/task/31387/stat : 31387 (java) S 31375 31377 28750 0 -1 64 7722 0 0 0 129 3 0 0 17 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31377/tid=31388] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31388/stat : 31388 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31377/tid=31389] ppid=31375 vsize=819268 CPUtime=0
/proc/31377/task/31389/stat : 31389 (java) S 31375 31377 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1993299195 838930432 174415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 793.68
Current children cumulated vsize (KiB) 819268

[startup+793.903 s]
/proc/loadavg: 2.01 2.08 2.08 3/87 31442
/proc/meminfo: memFree=768720/2055920 swapFree=4179560/4192956
[pid=31377] ppid=31375 vsize=0 CPUtime=794.08
/proc/31377/stat : 31377 (java) Z 31375 31377 28750 0 -1 12 200128 0 1 0 79294 114 0 0 16 0 2 0 1993299186 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31377/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 794.08
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 793.913
CPU time (s): 794.093
CPU user time (s): 792.942
CPU system time (s): 1.15082
CPU usage (%): 100.023
Max. virtual memory (cumulated for all children) (KiB): 867276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 792.942
system time used= 1.15082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200128
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= 24895
involuntary context switches= 25775

runsolver used 0.98285 second user time and 2.6466 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 05:47:21
IDJOB=1064671
IDBENCH=54973
IDSOLVER=344
FILE ID=node8/1064671-1215143241
PBS_JOBID= 7877255
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 102df41e2ffd0705e5ca663a5dc5468e
RANDOM SEED=418372076

node8.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.222
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.222
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:       1610440 kB
Buffers:         11576 kB
Cached:         121816 kB
SwapCached:       6756 kB
Active:         312960 kB
Inactive:        79576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610440 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:         275312 kB
Slab:            37516 kB
Committed_AS:  3537120 kB
PageTables:       2304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node8 at 2008-07-04 06:00:35