Trace number 1080598

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? 265.782 264.688

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-1.xml
MD5SUM41c546e7ed00f23c3960c433d0b9277c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity13
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1080598-1215213159/watcher-1080598-1215213159 -o /tmp/evaluation-result-1080598-1215213159/solver-1080598-1215213159 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080598-1215213159.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.14 2.07 2.01 3/73 25849
/proc/meminfo: memFree=1725864/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=1804 CPUtime=0
/proc/25849/stat : 25849 (java) D 25847 25849 23855 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 2000288749 1847296 163 996147200 134512640 134550740 4294956016 18446744073709551615 11281188 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/25849/statm: 451 163 118 9 0 93 0

[startup+0.0316051 s]
/proc/loadavg: 2.14 2.07 2.01 3/73 25849
/proc/meminfo: memFree=1725864/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=13012 CPUtime=0.01
/proc/25849/stat : 25849 (java) D 25847 25849 23855 0 -1 0 383 0 6 0 0 1 0 0 18 0 1 0 2000288749 13324288 190 996147200 134512640 134550740 4294956016 18446744073709551615 11252522 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25849/statm: 3253 190 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.101613 s]
/proc/loadavg: 2.14 2.07 2.01 3/73 25849
/proc/meminfo: memFree=1725864/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=800744 CPUtime=0.03
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 2355 0 34 0 1 2 0 0 18 0 4 0 2000288749 819961856 2126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 200186 2126 912 9 0 197569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800744

[startup+0.301634 s]
/proc/loadavg: 2.14 2.07 2.01 3/73 25849
/proc/meminfo: memFree=1725864/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=808280 CPUtime=0.24
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 4643 0 34 0 19 5 0 0 18 0 12 0 2000288749 827678720 4005 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 202070 4005 1292 9 0 199439 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 808280

[startup+0.701677 s]
/proc/loadavg: 2.14 2.07 2.01 3/73 25849
/proc/meminfo: memFree=1725864/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=808308 CPUtime=0.61
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 6131 0 34 0 53 8 0 0 18 0 12 0 2000288749 827707392 5327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 202077 5328 1335 9 0 199439 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 808308

[startup+1.50276 s]
/proc/loadavg: 2.14 2.07 2.01 3/85 25861
/proc/meminfo: memFree=1697288/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=809736 CPUtime=1.41
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 7961 0 34 0 132 9 0 0 18 0 12 0 2000288749 829169664 6979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 202434 6979 1368 9 0 199796 0
[pid=25849/tid=25851] ppid=25847 vsize=809736 CPUtime=0.8
/proc/25849/task/25851/stat : 25851 (java) R 25847 25849 23855 0 -1 64 4993 0 1 0 75 5 0 0 23 0 12 0 2000288756 829169664 6979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25852] ppid=25847 vsize=809736 CPUtime=0
/proc/25849/task/25852/stat : 25852 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288757 829169664 6979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25853] ppid=25847 vsize=809736 CPUtime=0
/proc/25849/task/25853/stat : 25853 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2000288757 829169664 6979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25854] ppid=25847 vsize=809736 CPUtime=0
/proc/25849/task/25854/stat : 25854 (java) S 25847 25849 23855 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2000288760 829169664 6979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25855] ppid=25847 vsize=809736 CPUtime=0
/proc/25849/task/25855/stat : 25855 (java) S 25847 25849 23855 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 2000288761 829169664 6979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25856] ppid=25847 vsize=809736 CPUtime=0
/proc/25849/task/25856/stat : 25856 (java) S 25847 25849 23855 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 2000288761 829169664 6979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25857] ppid=25847 vsize=809736 CPUtime=0
/proc/25849/task/25857/stat : 25857 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288768 829169664 6979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25858] ppid=25847 vsize=809736 CPUtime=0.21
/proc/25849/task/25858/stat : 25858 (java) S 25847 25849 23855 0 -1 64 418 0 0 0 21 0 0 0 16 0 12 0 2000288768 829169664 6979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25859] ppid=25847 vsize=809736 CPUtime=0.36
/proc/25849/task/25859/stat : 25859 (java) R 25847 25849 23855 0 -1 64 1820 0 0 0 35 1 0 0 16 0 12 0 2000288768 829169664 6979 996147200 134512640 134550740 4294956016 18446744073709551615 103822513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25860] ppid=25847 vsize=809736 CPUtime=0
/proc/25849/task/25860/stat : 25860 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000288768 829169664 6987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25861] ppid=25847 vsize=809736 CPUtime=0
/proc/25849/task/25861/stat : 25861 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000288768 829169664 6990 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 809736

[startup+3.10292 s]
/proc/loadavg: 2.14 2.07 2.01 3/85 25861
/proc/meminfo: memFree=1687752/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=815776 CPUtime=3.01
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 16299 0 34 0 288 13 0 0 18 0 12 0 2000288749 835354624 12703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 203944 12704 1381 9 0 201306 0
[pid=25849/tid=25851] ppid=25847 vsize=815776 CPUtime=1.56
/proc/25849/task/25851/stat : 25851 (java) R 25847 25849 23855 0 -1 64 9073 0 1 0 149 7 0 0 25 0 12 0 2000288756 835354624 12704 996147200 134512640 134550740 4294956016 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25852] ppid=25847 vsize=815776 CPUtime=0
/proc/25849/task/25852/stat : 25852 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288757 835354624 12704 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25853] ppid=25847 vsize=815776 CPUtime=0
/proc/25849/task/25853/stat : 25853 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2000288757 835354624 12705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25854] ppid=25847 vsize=815776 CPUtime=0
/proc/25849/task/25854/stat : 25854 (java) S 25847 25849 23855 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2000288760 835354624 12705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25855] ppid=25847 vsize=815776 CPUtime=0
/proc/25849/task/25855/stat : 25855 (java) S 25847 25849 23855 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 2000288761 835354624 12705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25856] ppid=25847 vsize=815776 CPUtime=0
/proc/25849/task/25856/stat : 25856 (java) S 25847 25849 23855 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 2000288761 835354624 12705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25857] ppid=25847 vsize=815776 CPUtime=0
/proc/25849/task/25857/stat : 25857 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288768 835354624 12706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25858] ppid=25847 vsize=815776 CPUtime=0.54
/proc/25849/task/25858/stat : 25858 (java) S 25847 25849 23855 0 -1 64 1045 0 0 0 54 0 0 0 16 0 12 0 2000288768 835354624 12706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25859] ppid=25847 vsize=815776 CPUtime=0.86
/proc/25849/task/25859/stat : 25859 (java) S 25847 25849 23855 0 -1 64 5452 0 0 0 84 2 0 0 16 0 12 0 2000288768 835354624 12706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25860] ppid=25847 vsize=815776 CPUtime=0
/proc/25849/task/25860/stat : 25860 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000288768 835354624 12707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25861] ppid=25847 vsize=815776 CPUtime=0
/proc/25849/task/25861/stat : 25861 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000288768 835354624 12707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 815776

[startup+6.30126 s]
/proc/loadavg: 2.21 2.09 2.02 6/85 25861
/proc/meminfo: memFree=1634888/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=817380 CPUtime=6.2
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 30503 0 34 0 599 21 0 0 18 0 12 0 2000288749 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 204345 22831 1387 9 0 201707 0
[pid=25849/tid=25851] ppid=25847 vsize=817380 CPUtime=2.99
/proc/25849/task/25851/stat : 25851 (java) R 25847 25849 23855 0 -1 64 17346 0 1 0 287 12 0 0 25 0 12 0 2000288756 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4109147562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25852] ppid=25847 vsize=817380 CPUtime=0.04
/proc/25849/task/25852/stat : 25852 (java) S 25847 25849 23855 0 -1 64 1005 0 0 0 4 0 0 0 17 0 12 0 2000288757 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25853] ppid=25847 vsize=817380 CPUtime=0.01
/proc/25849/task/25853/stat : 25853 (java) S 25847 25849 23855 0 -1 64 345 0 0 0 1 0 0 0 17 0 12 0 2000288757 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25854] ppid=25847 vsize=817380 CPUtime=0
/proc/25849/task/25854/stat : 25854 (java) S 25847 25849 23855 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2000288760 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25855] ppid=25847 vsize=817380 CPUtime=0
/proc/25849/task/25855/stat : 25855 (java) S 25847 25849 23855 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2000288761 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25856] ppid=25847 vsize=817380 CPUtime=0
/proc/25849/task/25856/stat : 25856 (java) S 25847 25849 23855 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000288761 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25857] ppid=25847 vsize=817380 CPUtime=0
/proc/25849/task/25857/stat : 25857 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288768 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25858] ppid=25847 vsize=817380 CPUtime=1.39
/proc/25849/task/25858/stat : 25858 (java) S 25847 25849 23855 0 -1 64 3466 0 0 0 138 1 0 0 16 0 12 0 2000288768 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25859] ppid=25847 vsize=817380 CPUtime=1.7
/proc/25849/task/25859/stat : 25859 (java) S 25847 25849 23855 0 -1 64 7582 0 0 0 167 3 0 0 16 0 12 0 2000288768 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25860] ppid=25847 vsize=817380 CPUtime=0
/proc/25849/task/25860/stat : 25860 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000288768 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25861] ppid=25847 vsize=817380 CPUtime=0
/proc/25849/task/25861/stat : 25861 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000288768 836997120 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 817380

[startup+12.7029 s]
/proc/loadavg: 2.27 2.10 2.02 4/85 25861
/proc/meminfo: memFree=1617992/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=820328 CPUtime=12.63
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 44648 0 34 0 1236 27 0 0 18 0 12 0 2000288749 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 205082 28038 1387 9 0 202444 0
[pid=25849/tid=25851] ppid=25847 vsize=820328 CPUtime=5.56
/proc/25849/task/25851/stat : 25851 (java) R 25847 25849 23855 0 -1 64 17364 0 1 0 544 12 0 0 25 0 12 0 2000288756 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25852] ppid=25847 vsize=820328 CPUtime=0.16
/proc/25849/task/25852/stat : 25852 (java) S 25847 25849 23855 0 -1 64 3844 0 0 0 15 1 0 0 17 0 12 0 2000288757 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25853] ppid=25847 vsize=820328 CPUtime=0.08
/proc/25849/task/25853/stat : 25853 (java) S 25847 25849 23855 0 -1 64 2117 0 0 0 8 0 0 0 17 0 12 0 2000288757 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25854] ppid=25847 vsize=820328 CPUtime=0
/proc/25849/task/25854/stat : 25854 (java) S 25847 25849 23855 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 2000288760 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25855] ppid=25847 vsize=820328 CPUtime=0
/proc/25849/task/25855/stat : 25855 (java) S 25847 25849 23855 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2000288761 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25856] ppid=25847 vsize=820328 CPUtime=0
/proc/25849/task/25856/stat : 25856 (java) S 25847 25849 23855 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000288761 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25857] ppid=25847 vsize=820328 CPUtime=0
/proc/25849/task/25857/stat : 25857 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288768 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25858] ppid=25847 vsize=820328 CPUtime=3.35
/proc/25849/task/25858/stat : 25858 (java) R 25847 25849 23855 0 -1 64 8416 0 0 0 332 3 0 0 16 0 12 0 2000288768 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 106223701 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25859] ppid=25847 vsize=820328 CPUtime=3.41
/proc/25849/task/25859/stat : 25859 (java) S 25847 25849 23855 0 -1 64 12121 0 0 0 335 6 0 0 15 0 12 0 2000288768 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25860] ppid=25847 vsize=820328 CPUtime=0
/proc/25849/task/25860/stat : 25860 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000288768 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25861] ppid=25847 vsize=820328 CPUtime=0
/proc/25849/task/25861/stat : 25861 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000288768 840015872 28038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 820328

[startup+25.5022 s]
/proc/loadavg: 2.29 2.11 2.03 7/85 25861
/proc/meminfo: memFree=1552200/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=823140 CPUtime=25.43
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 68325 0 34 0 2504 39 0 0 18 0 12 0 2000288749 842895360 43003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 205785 43003 1387 9 0 203147 0
[pid=25849/tid=25851] ppid=25847 vsize=823140 CPUtime=13.65
/proc/25849/task/25851/stat : 25851 (java) R 25847 25849 23855 0 -1 64 17390 0 1 0 1353 12 0 0 25 0 12 0 2000288756 842895360 43003 996147200 134512640 134550740 4294956016 18446744073709551615 4109626581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25852] ppid=25847 vsize=823140 CPUtime=0.79
/proc/25849/task/25852/stat : 25852 (java) S 25847 25849 23855 0 -1 64 9940 0 0 0 76 3 0 0 16 0 12 0 2000288757 842895360 43003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25853] ppid=25847 vsize=823140 CPUtime=0.69
/proc/25849/task/25853/stat : 25853 (java) S 25847 25849 23855 0 -1 64 10597 0 0 0 65 4 0 0 16 0 12 0 2000288757 842895360 43003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25854] ppid=25847 vsize=823140 CPUtime=0
/proc/25849/task/25854/stat : 25854 (java) S 25847 25849 23855 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 2000288760 842895360 43003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25855] ppid=25847 vsize=823140 CPUtime=0
/proc/25849/task/25855/stat : 25855 (java) S 25847 25849 23855 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2000288761 842895360 43003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25856] ppid=25847 vsize=823140 CPUtime=0
/proc/25849/task/25856/stat : 25856 (java) S 25847 25849 23855 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000288761 842895360 43003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25857] ppid=25847 vsize=823140 CPUtime=0
/proc/25849/task/25857/stat : 25857 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288768 842895360 43003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=25849/tid=25860] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25860/stat : 25860 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000288768 847966208 177759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25861] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25861/stat : 25861 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000288768 847966208 177759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 256.99
Current children cumulated vsize (KiB) 828092

[startup+259.102 s]
/proc/loadavg: 2.10 2.16 2.06 3/85 25861
/proc/meminfo: memFree=1002248/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=824088 CPUtime=260.19
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 298430 0 34 0 25866 153 0 0 18 0 12 0 2000288749 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 206022 176758 1390 9 0 203384 0
[pid=25849/tid=25851] ppid=25847 vsize=824088 CPUtime=109.97
/proc/25849/task/25851/stat : 25851 (java) S 25847 25849 23855 0 -1 64 17571 0 1 0 10984 13 0 0 17 0 12 0 2000288756 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25852] ppid=25847 vsize=824088 CPUtime=9.45
/proc/25849/task/25852/stat : 25852 (java) S 25847 25849 23855 0 -1 64 74673 0 0 0 911 34 0 0 15 0 12 0 2000288757 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25853] ppid=25847 vsize=824088 CPUtime=9.84
/proc/25849/task/25853/stat : 25853 (java) S 25847 25849 23855 0 -1 64 78686 0 0 0 948 36 0 0 16 0 12 0 2000288757 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25854] ppid=25847 vsize=824088 CPUtime=112.76
/proc/25849/task/25854/stat : 25854 (java) R 25847 25849 23855 0 -1 64 84661 0 0 0 11231 45 0 0 25 0 12 0 2000288760 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25855] ppid=25847 vsize=824088 CPUtime=0
/proc/25849/task/25855/stat : 25855 (java) S 25847 25849 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000288761 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25856] ppid=25847 vsize=824088 CPUtime=0
/proc/25849/task/25856/stat : 25856 (java) S 25847 25849 23855 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000288761 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25857] ppid=25847 vsize=824088 CPUtime=0
/proc/25849/task/25857/stat : 25857 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288768 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25858] ppid=25847 vsize=824088 CPUtime=8.53
/proc/25849/task/25858/stat : 25858 (java) S 25847 25849 23855 0 -1 64 17806 0 0 0 845 8 0 0 16 0 12 0 2000288768 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25859] ppid=25847 vsize=824088 CPUtime=9.57
/proc/25849/task/25859/stat : 25859 (java) S 25847 25849 23855 0 -1 64 24303 0 0 0 945 12 0 0 15 0 12 0 2000288768 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25860] ppid=25847 vsize=824088 CPUtime=0
/proc/25849/task/25860/stat : 25860 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000288768 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25861] ppid=25847 vsize=824088 CPUtime=0
/proc/25849/task/25861/stat : 25861 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000288768 843866112 176758 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 260.19
Current children cumulated vsize (KiB) 824088

[startup+262.302 s]
/proc/loadavg: 2.09 2.15 2.06 4/85 25861
/proc/meminfo: memFree=1005960/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=824088 CPUtime=263.39
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 299434 0 34 0 26185 154 0 0 18 0 12 0 2000288749 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 206022 176759 1390 9 0 203384 0
[pid=25849/tid=25851] ppid=25847 vsize=824088 CPUtime=110.05
/proc/25849/task/25851/stat : 25851 (java) S 25847 25849 23855 0 -1 64 17574 0 1 0 10992 13 0 0 17 0 12 0 2000288756 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25852] ppid=25847 vsize=824088 CPUtime=9.45
/proc/25849/task/25852/stat : 25852 (java) S 25847 25849 23855 0 -1 64 74673 0 0 0 911 34 0 0 15 0 12 0 2000288757 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25853] ppid=25847 vsize=824088 CPUtime=9.84
/proc/25849/task/25853/stat : 25853 (java) S 25847 25849 23855 0 -1 64 78686 0 0 0 948 36 0 0 16 0 12 0 2000288757 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25854] ppid=25847 vsize=824088 CPUtime=115.88
/proc/25849/task/25854/stat : 25854 (java) R 25847 25849 23855 0 -1 64 85662 0 0 0 11542 46 0 0 25 0 12 0 2000288760 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25855] ppid=25847 vsize=824088 CPUtime=0
/proc/25849/task/25855/stat : 25855 (java) S 25847 25849 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000288761 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25856] ppid=25847 vsize=824088 CPUtime=0
/proc/25849/task/25856/stat : 25856 (java) S 25847 25849 23855 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000288761 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25857] ppid=25847 vsize=824088 CPUtime=0
/proc/25849/task/25857/stat : 25857 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288768 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25858] ppid=25847 vsize=824088 CPUtime=8.53
/proc/25849/task/25858/stat : 25858 (java) S 25847 25849 23855 0 -1 64 17806 0 0 0 845 8 0 0 16 0 12 0 2000288768 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25859] ppid=25847 vsize=824088 CPUtime=9.57
/proc/25849/task/25859/stat : 25859 (java) S 25847 25849 23855 0 -1 64 24303 0 0 0 945 12 0 0 15 0 12 0 2000288768 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25860] ppid=25847 vsize=824088 CPUtime=0
/proc/25849/task/25860/stat : 25860 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000288768 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25861] ppid=25847 vsize=824088 CPUtime=0
/proc/25849/task/25861/stat : 25861 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000288768 843866112 176759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 263.39
Current children cumulated vsize (KiB) 824088

[startup+263.903 s]
/proc/loadavg: 2.08 2.15 2.06 3/85 25861
/proc/meminfo: memFree=1001992/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=828092 CPUtime=264.99
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 300435 0 34 0 26345 154 0 0 18 0 12 0 2000288749 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 207023 177760 1390 9 0 204385 0
[pid=25849/tid=25851] ppid=25847 vsize=828092 CPUtime=110.05
/proc/25849/task/25851/stat : 25851 (java) S 25847 25849 23855 0 -1 64 17574 0 1 0 10992 13 0 0 17 0 12 0 2000288756 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25852] ppid=25847 vsize=828092 CPUtime=9.45
/proc/25849/task/25852/stat : 25852 (java) S 25847 25849 23855 0 -1 64 74673 0 0 0 911 34 0 0 15 0 12 0 2000288757 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25853] ppid=25847 vsize=828092 CPUtime=9.84
/proc/25849/task/25853/stat : 25853 (java) S 25847 25849 23855 0 -1 64 78686 0 0 0 948 36 0 0 16 0 12 0 2000288757 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25854] ppid=25847 vsize=828092 CPUtime=117.48
/proc/25849/task/25854/stat : 25854 (java) R 25847 25849 23855 0 -1 64 86663 0 0 0 11702 46 0 0 25 0 12 0 2000288760 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 104136530 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25855] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25855/stat : 25855 (java) S 25847 25849 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000288761 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25856] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25856/stat : 25856 (java) S 25847 25849 23855 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000288761 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25857] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25857/stat : 25857 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25858] ppid=25847 vsize=828092 CPUtime=8.53
/proc/25849/task/25858/stat : 25858 (java) S 25847 25849 23855 0 -1 64 17806 0 0 0 845 8 0 0 16 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25859] ppid=25847 vsize=828092 CPUtime=9.57
/proc/25849/task/25859/stat : 25859 (java) S 25847 25849 23855 0 -1 64 24303 0 0 0 945 12 0 0 15 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25860] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25860/stat : 25860 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25861] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25861/stat : 25861 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.99
Current children cumulated vsize (KiB) 828092

[startup+264.303 s]
/proc/loadavg: 2.08 2.15 2.06 3/85 25861
/proc/meminfo: memFree=1001992/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=828092 CPUtime=265.39
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 300435 0 34 0 26385 154 0 0 18 0 12 0 2000288749 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 207023 177760 1390 9 0 204385 0
[pid=25849/tid=25851] ppid=25847 vsize=828092 CPUtime=110.05
/proc/25849/task/25851/stat : 25851 (java) S 25847 25849 23855 0 -1 64 17574 0 1 0 10992 13 0 0 17 0 12 0 2000288756 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25852] ppid=25847 vsize=828092 CPUtime=9.45
/proc/25849/task/25852/stat : 25852 (java) S 25847 25849 23855 0 -1 64 74673 0 0 0 911 34 0 0 15 0 12 0 2000288757 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25853] ppid=25847 vsize=828092 CPUtime=9.84
/proc/25849/task/25853/stat : 25853 (java) S 25847 25849 23855 0 -1 64 78686 0 0 0 948 36 0 0 16 0 12 0 2000288757 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25854] ppid=25847 vsize=828092 CPUtime=117.88
/proc/25849/task/25854/stat : 25854 (java) R 25847 25849 23855 0 -1 64 86663 0 0 0 11742 46 0 0 25 0 12 0 2000288760 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 105852563 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25855] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25855/stat : 25855 (java) S 25847 25849 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000288761 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25856] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25856/stat : 25856 (java) S 25847 25849 23855 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000288761 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25857] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25857/stat : 25857 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25858] ppid=25847 vsize=828092 CPUtime=8.53
/proc/25849/task/25858/stat : 25858 (java) S 25847 25849 23855 0 -1 64 17806 0 0 0 845 8 0 0 16 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25859] ppid=25847 vsize=828092 CPUtime=9.57
/proc/25849/task/25859/stat : 25859 (java) S 25847 25849 23855 0 -1 64 24303 0 0 0 945 12 0 0 15 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25860] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25860/stat : 25860 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25861] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25861/stat : 25861 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 265.39
Current children cumulated vsize (KiB) 828092

[startup+264.503 s]
/proc/loadavg: 2.08 2.15 2.06 3/85 25861
/proc/meminfo: memFree=1001992/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=828092 CPUtime=265.59
/proc/25849/stat : 25849 (java) S 25847 25849 23855 0 -1 0 300435 0 34 0 26405 154 0 0 18 0 12 0 2000288749 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25849/statm: 207023 177760 1390 9 0 204385 0
[pid=25849/tid=25851] ppid=25847 vsize=828092 CPUtime=110.05
/proc/25849/task/25851/stat : 25851 (java) S 25847 25849 23855 0 -1 64 17574 0 1 0 10992 13 0 0 17 0 12 0 2000288756 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25852] ppid=25847 vsize=828092 CPUtime=9.45
/proc/25849/task/25852/stat : 25852 (java) S 25847 25849 23855 0 -1 64 74673 0 0 0 911 34 0 0 15 0 12 0 2000288757 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25853] ppid=25847 vsize=828092 CPUtime=9.84
/proc/25849/task/25853/stat : 25853 (java) S 25847 25849 23855 0 -1 64 78686 0 0 0 948 36 0 0 16 0 12 0 2000288757 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25854] ppid=25847 vsize=828092 CPUtime=118.08
/proc/25849/task/25854/stat : 25854 (java) R 25847 25849 23855 0 -1 64 86663 0 0 0 11762 46 0 0 25 0 12 0 2000288760 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 105852589 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25855] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25855/stat : 25855 (java) S 25847 25849 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000288761 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25856] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25856/stat : 25856 (java) S 25847 25849 23855 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000288761 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25857] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25857/stat : 25857 (java) S 25847 25849 23855 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25858] ppid=25847 vsize=828092 CPUtime=8.53
/proc/25849/task/25858/stat : 25858 (java) S 25847 25849 23855 0 -1 64 17806 0 0 0 845 8 0 0 16 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25859] ppid=25847 vsize=828092 CPUtime=9.57
/proc/25849/task/25859/stat : 25859 (java) S 25847 25849 23855 0 -1 64 24303 0 0 0 945 12 0 0 15 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25849/tid=25860] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25860/stat : 25860 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25849/tid=25861] ppid=25847 vsize=828092 CPUtime=0
/proc/25849/task/25861/stat : 25861 (java) S 25847 25849 23855 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000288768 847966208 177760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 265.59
Current children cumulated vsize (KiB) 828092

[startup+264.603 s]
/proc/loadavg: 2.08 2.15 2.06 3/85 25861
/proc/meminfo: memFree=1001992/2055920 swapFree=4180396/4192956
[pid=25849] ppid=25847 vsize=0 CPUtime=265.68
/proc/25849/stat : 25849 (java) Z 25847 25849 23855 0 -1 12 300448 0 34 0 26412 156 0 0 16 0 2 0 2000288749 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25849/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 265.68
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 264.688
CPU time (s): 265.782
CPU user time (s): 264.13
CPU system time (s): 1.65175
CPU usage (%): 100.413
Max. virtual memory (cumulated for all children) (KiB): 872096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.13
system time used= 1.65175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300448
page faults= 34
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8556
involuntary context switches= 6836

runsolver used 0.365944 second user time and 0.890864 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-05 01:12:39
IDJOB=1080598
IDBENCH=57001
IDSOLVER=344
FILE ID=node44/1080598-1215213159
PBS_JOBID= 7881708
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41c546e7ed00f23c3960c433d0b9277c
RANDOM SEED=1669538876

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:       1726344 kB
Buffers:         28844 kB
Cached:         138036 kB
SwapCached:       6316 kB
Active:         232524 kB
Inactive:        36720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726344 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            1136 kB
Writeback:           0 kB
Mapped:         107256 kB
Slab:            45476 kB
Committed_AS:  3633556 kB
PageTables:       2008 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= 66540 MiB
End job on node44 at 2008-07-05 01:17:04