Trace number 1080724

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? 1717.13 1654.48

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-21.xml
MD5SUM3da7530a420d27bc3a49cbac3ff7f368
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity16
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.28/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.43	c See www.sat4j.org for details.
0.28/0.43	c That software uses the Rhino library from the Mozilla project.
0.28/0.48	c version 9.9.9.token
0.28/0.48	c sun.arch.data.model	32
0.28/0.48	c java.version	1.6.0_06
0.28/0.48	c os.name	Linux
0.28/0.48	c os.version	2.6.9-22.EL.rootsmp
0.28/0.48	c os.arch	i386
0.28/0.48	c Free memory 669864272
0.28/0.48	c Max memory 672137216
0.28/0.48	c Total memory 672137216
0.28/0.48	c Number of processors 2
0.37/0.53	c c --- Begin Solver configuration ---
0.37/0.53	c Stops conflict analysis at the first Unique Implication Point
0.37/0.53	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.53	c Learn all clauses as in MiniSAT
0.37/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.53	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.53	c Expensive reason simplification
0.37/0.53	c MiniSAT restarts strategy
0.37/0.53	c timeout=2147483s
0.37/0.53	c DB Simplification allowed=false
0.37/0.53	c --- End Solver configuration ---
0.37/0.53	c solving HOME/instance-1080724-1215213249.xml
0.37/0.53	c reading problem ... 
0.55/0.79	c reading problem named null
0.55/0.79	c reading domains done.
0.55/0.80	c reading variables done.
0.66/0.85	c reading predicates  done.
1.05/1.25	c reading constraints
1716.95/1654.36	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1716.95/1654.36		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:223)
1716.95/1654.36		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2268)
1716.95/1654.36		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
1716.95/1654.36		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
1716.95/1654.36		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:95)
1716.95/1654.36		at org.mozilla.javascript.gen.c42._c0(rhino.log:1)
1716.95/1654.36		at org.mozilla.javascript.gen.c42.call(rhino.log)
1716.95/1654.36		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
1716.95/1654.36		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
1716.95/1654.36		at org.mozilla.javascript.gen.c42.call(rhino.log)
1716.95/1654.36		at org.mozilla.javascript.gen.c42.exec(rhino.log)
1716.95/1654.36		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:129)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1716.95/1654.36		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1716.95/1654.36		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
1716.95/1654.36		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
1716.95/1654.36		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
1716.95/1654.36		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
1716.95/1654.36		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1716.95/1654.36		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1716.95/1654.36		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1716.95/1654.36		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1716.95/1654.36		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1716.95/1654.36	c starts		: 0
1716.95/1654.36	c conflicts		: 0
1716.95/1654.36	c decisions		: 0
1716.95/1654.36	c propagations		: 0
1716.95/1654.36	c inspects		: 0
1716.95/1654.36	c learnt literals	: 0
1716.95/1654.36	c learnt binary clauses	: 0
1716.95/1654.36	c learnt ternary clauses	: 0
1716.95/1654.36	c learnt clauses	: 0
1716.95/1654.36	c ignored clauses	: 0
1716.95/1654.36	c root simplifications	: 0
1716.95/1654.36	c removed literals (reason simplification)	: 0
1716.95/1654.36	c reason swapping (by a shorter reason)	: 0
1716.95/1654.36	c Calls to reduceDB	: 0
1716.95/1654.36	c speed (assignments/second)	: 0.0
1716.95/1654.36	c non guided choices	0
1716.95/1654.36	s UNKNOWN
1716.95/1654.36	c Total wall clock time (in seconds) : 1653.836

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-1080724-1215213249/watcher-1080724-1215213249 -o /tmp/evaluation-result-1080724-1215213249/solver-1080724-1215213249 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080724-1215213249.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.07 1.99 1.91 3/73 31450
/proc/meminfo: memFree=1741536/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=18572 CPUtime=0
/proc/31450/stat : 31450 (runsolver) R 31448 31450 26708 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2000297898 19017728 292 996147200 4194304 4296836 548682068368 18446744073709551615 209135922471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31450/statm: 4643 292 257 25 0 2626 0

[startup+0.0439419 s]
/proc/loadavg: 2.07 1.99 1.91 3/73 31450
/proc/meminfo: memFree=1741536/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=13012 CPUtime=0.01
/proc/31450/stat : 31450 (java) R 31448 31450 26708 0 -1 0 388 0 13 0 0 1 0 0 18 0 1 0 2000297898 13324288 202 996147200 134512640 134550740 4294955984 18446744073709551615 11928362 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/31450/statm: 3253 202 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.102944 s]
/proc/loadavg: 2.07 1.99 1.91 3/73 31450
/proc/meminfo: memFree=1741536/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=800744 CPUtime=0.04
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 2419 0 30 0 1 3 0 0 18 0 4 0 2000297898 819961856 2187 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 200229 2193 930 9 0 197612 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800744

[startup+0.301966 s]
/proc/loadavg: 2.07 1.99 1.91 3/73 31450
/proc/meminfo: memFree=1741536/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=807800 CPUtime=0.21
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 4453 0 30 0 17 4 0 0 18 0 12 0 2000297898 827187200 3811 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 201950 3811 1295 9 0 199319 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 807800

[startup+0.701996 s]
/proc/loadavg: 2.07 1.99 1.91 3/73 31450
/proc/meminfo: memFree=1741536/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=807828 CPUtime=0.55
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 5762 0 30 0 49 6 0 0 18 0 12 0 2000297898 827215872 5118 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 201957 5118 1332 9 0 199319 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807828

[startup+1.50107 s]
/proc/loadavg: 2.06 1.99 1.91 3/85 31462
/proc/meminfo: memFree=1714176/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=807828 CPUtime=1.36
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 7252 0 30 0 127 9 0 0 18 0 12 0 2000297898 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 201957 6582 1368 9 0 199319 0
[pid=31450/tid=31452] ppid=31448 vsize=807828 CPUtime=0.78
/proc/31450/task/31452/stat : 31452 (java) R 31448 31450 26708 0 -1 64 4951 0 1 0 73 5 0 0 25 0 12 0 2000297905 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31453] ppid=31448 vsize=807828 CPUtime=0
/proc/31450/task/31453/stat : 31453 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 2000297906 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31454] ppid=31448 vsize=807828 CPUtime=0
/proc/31450/task/31454/stat : 31454 (java) S 31448 31450 26708 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 2000297906 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31455] ppid=31448 vsize=807828 CPUtime=0
/proc/31450/task/31455/stat : 31455 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2000297908 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31456] ppid=31448 vsize=807828 CPUtime=0
/proc/31450/task/31456/stat : 31456 (java) S 31448 31450 26708 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 2000297909 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31457] ppid=31448 vsize=807828 CPUtime=0
/proc/31450/task/31457/stat : 31457 (java) S 31448 31450 26708 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 2000297909 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31458] ppid=31448 vsize=807828 CPUtime=0
/proc/31450/task/31458/stat : 31458 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2000297915 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31459] ppid=31448 vsize=807828 CPUtime=0.3
/proc/31450/task/31459/stat : 31459 (java) R 31448 31450 26708 0 -1 64 573 0 0 0 30 0 0 0 16 0 12 0 2000297915 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 103787505 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31460] ppid=31448 vsize=807828 CPUtime=0.22
/proc/31450/task/31460/stat : 31460 (java) S 31448 31450 26708 0 -1 64 994 0 0 0 22 0 0 0 16 0 12 0 2000297915 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31461] ppid=31448 vsize=807828 CPUtime=0
/proc/31450/task/31461/stat : 31461 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2000297915 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31462] ppid=31448 vsize=807828 CPUtime=0
/proc/31450/task/31462/stat : 31462 (java) S 31448 31450 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000297915 827215872 6582 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 807828

[startup+3.10221 s]
/proc/loadavg: 2.06 1.99 1.91 4/85 31462
/proc/meminfo: memFree=1703616/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=815744 CPUtime=2.95
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 14887 0 30 0 283 12 0 0 18 0 12 0 2000297898 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 203936 10497 1381 9 0 201298 0
[pid=31450/tid=31452] ppid=31448 vsize=815744 CPUtime=1.26
/proc/31450/task/31452/stat : 31452 (java) R 31448 31450 26708 0 -1 64 6822 0 1 0 120 6 0 0 25 0 12 0 2000297905 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31453] ppid=31448 vsize=815744 CPUtime=0
/proc/31450/task/31453/stat : 31453 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 2000297906 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31454] ppid=31448 vsize=815744 CPUtime=0
/proc/31450/task/31454/stat : 31454 (java) S 31448 31450 26708 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 2000297906 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31455] ppid=31448 vsize=815744 CPUtime=0
/proc/31450/task/31455/stat : 31455 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2000297908 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31456] ppid=31448 vsize=815744 CPUtime=0
/proc/31450/task/31456/stat : 31456 (java) S 31448 31450 26708 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 2000297909 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31457] ppid=31448 vsize=815744 CPUtime=0
/proc/31450/task/31457/stat : 31457 (java) S 31448 31450 26708 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 2000297909 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31458] ppid=31448 vsize=815744 CPUtime=0
/proc/31450/task/31458/stat : 31458 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2000297915 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31459] ppid=31448 vsize=815744 CPUtime=1.11
/proc/31450/task/31459/stat : 31459 (java) S 31448 31450 26708 0 -1 64 5819 0 0 0 109 2 0 0 17 0 12 0 2000297915 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31460] ppid=31448 vsize=815744 CPUtime=0.53
/proc/31450/task/31460/stat : 31460 (java) R 31448 31450 26708 0 -1 64 1512 0 0 0 53 0 0 0 16 0 12 0 2000297915 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 104093575 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31461] ppid=31448 vsize=815744 CPUtime=0
/proc/31450/task/31461/stat : 31461 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2000297915 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31462] ppid=31448 vsize=815744 CPUtime=0
/proc/31450/task/31462/stat : 31462 (java) S 31448 31450 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000297915 835321856 10497 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 815744

[startup+6.30249 s]
/proc/loadavg: 2.06 1.99 1.91 3/85 31462
/proc/meminfo: memFree=1646912/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=819888 CPUtime=6.15
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 30479 0 30 0 596 19 0 0 18 0 12 0 2000297898 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 204972 23439 1387 9 0 202334 0
[pid=31450/tid=31452] ppid=31448 vsize=819888 CPUtime=3.21
/proc/31450/task/31452/stat : 31452 (java) R 31448 31450 26708 0 -1 64 17318 0 1 0 311 10 0 0 25 0 12 0 2000297905 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31453] ppid=31448 vsize=819888 CPUtime=0.01
/proc/31450/task/31453/stat : 31453 (java) S 31448 31450 26708 0 -1 64 540 0 0 0 1 0 0 0 17 0 12 0 2000297906 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31454] ppid=31448 vsize=819888 CPUtime=0.03
/proc/31450/task/31454/stat : 31454 (java) S 31448 31450 26708 0 -1 64 750 0 0 0 3 0 0 0 17 0 12 0 2000297906 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31455] ppid=31448 vsize=819888 CPUtime=0
/proc/31450/task/31455/stat : 31455 (java) S 31448 31450 26708 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2000297908 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31456] ppid=31448 vsize=819888 CPUtime=0
/proc/31450/task/31456/stat : 31456 (java) S 31448 31450 26708 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2000297909 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31457] ppid=31448 vsize=819888 CPUtime=0
/proc/31450/task/31457/stat : 31457 (java) S 31448 31450 26708 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000297909 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31458] ppid=31448 vsize=819888 CPUtime=0
/proc/31450/task/31458/stat : 31458 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2000297915 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31459] ppid=31448 vsize=819888 CPUtime=1.7
/proc/31450/task/31459/stat : 31459 (java) S 31448 31450 26708 0 -1 64 7325 0 0 0 168 2 0 0 16 0 12 0 2000297915 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31460] ppid=31448 vsize=819888 CPUtime=1.12
/proc/31450/task/31460/stat : 31460 (java) R 31448 31450 26708 0 -1 64 3781 0 0 0 110 2 0 0 16 0 12 0 2000297915 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 105835991 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31461] ppid=31448 vsize=819888 CPUtime=0
/proc/31450/task/31461/stat : 31461 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2000297915 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31462] ppid=31448 vsize=819888 CPUtime=0
/proc/31450/task/31462/stat : 31462 (java) S 31448 31450 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000297915 839565312 23439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 819888

[startup+12.7021 s]
/proc/loadavg: 2.05 1.99 1.91 3/85 31462
/proc/meminfo: memFree=1618944/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=819968 CPUtime=12.55
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 43232 0 30 0 1230 25 0 0 18 0 12 0 2000297898 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 204992 30570 1387 9 0 202354 0
[pid=31450/tid=31452] ppid=31448 vsize=819968 CPUtime=7.4
/proc/31450/task/31452/stat : 31452 (java) R 31448 31450 26708 0 -1 64 17328 0 1 0 730 10 0 0 20 0 12 0 2000297905 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31453] ppid=31448 vsize=819968 CPUtime=0.33
/proc/31450/task/31453/stat : 31453 (java) R 31448 31450 26708 0 -1 64 5636 0 0 0 31 2 0 0 15 0 12 0 2000297906 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 104145919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31454] ppid=31448 vsize=819968 CPUtime=0.24
/proc/31450/task/31454/stat : 31454 (java) R 31448 31450 26708 0 -1 64 3550 0 0 0 23 1 0 0 15 0 12 0 2000297906 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31455] ppid=31448 vsize=819968 CPUtime=0
/proc/31450/task/31455/stat : 31455 (java) R 31448 31450 26708 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 2000297908 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31456] ppid=31448 vsize=819968 CPUtime=0
/proc/31450/task/31456/stat : 31456 (java) S 31448 31450 26708 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2000297909 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31457] ppid=31448 vsize=819968 CPUtime=0
/proc/31450/task/31457/stat : 31457 (java) S 31448 31450 26708 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000297909 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31458] ppid=31448 vsize=819968 CPUtime=0
/proc/31450/task/31458/stat : 31458 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2000297915 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31459] ppid=31448 vsize=819968 CPUtime=2.27
/proc/31450/task/31459/stat : 31459 (java) S 31448 31450 26708 0 -1 64 9094 0 0 0 223 4 0 0 16 0 12 0 2000297915 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31460] ppid=31448 vsize=819968 CPUtime=2.22
/proc/31450/task/31460/stat : 31460 (java) S 31448 31450 26708 0 -1 64 6805 0 0 0 219 3 0 0 21 0 12 0 2000297915 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31461] ppid=31448 vsize=819968 CPUtime=0
/proc/31450/task/31461/stat : 31461 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2000297915 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31462] ppid=31448 vsize=819968 CPUtime=0
/proc/31450/task/31462/stat : 31462 (java) S 31448 31450 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000297915 839647232 30570 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 819968

[startup+25.5022 s]
/proc/loadavg: 2.19 2.02 1.92 3/85 31462
/proc/meminfo: memFree=1550464/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=823496 CPUtime=25.44
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 64758 0 30 0 2509 35 0 0 18 0 12 0 2000297898 843259904 49033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 205874 49033 1387 9 0 203236 0
[pid=31450/tid=31452] ppid=31448 vsize=823496 CPUtime=17.03
/proc/31450/task/31452/stat : 31452 (java) R 31448 31450 26708 0 -1 64 17352 0 1 0 1692 11 0 0 25 0 12 0 2000297905 843259904 49033 996147200 134512640 134550740 4294955984 18446744073709551615 4109340872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31453] ppid=31448 vsize=823496 CPUtime=1.05
/proc/31450/task/31453/stat : 31453 (java) S 31448 31450 26708 0 -1 64 14213 0 0 0 99 6 0 0 16 0 12 0 2000297906 843259904 49033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31454] ppid=31448 vsize=823496 CPUtime=1.01
/proc/31450/task/31454/stat : 31454 (java) S 31448 31450 26708 0 -1 64 12492 0 0 0 96 5 0 0 16 0 12 0 2000297906 843259904 49033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31455] ppid=31448 vsize=823496 CPUtime=0.01
/proc/31450/task/31455/stat : 31455 (java) S 31448 31450 26708 0 -1 64 84 0 0 0 1 0 0 0 15 0 12 0 2000297908 843259904 49033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31456] ppid=31448 vsize=823496 CPUtime=0
/proc/31450/task/31456/stat : 31456 (java) S 31448 31450 26708 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2000297909 843259904 49033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31457] ppid=31448 vsize=823496 CPUtime=0
/proc/31450/task/31457/stat : 31457 (java) S 31448 31450 26708 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000297909 843259904 49033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31458] ppid=31448 vsize=823496 CPUtime=0
/proc/31450/task/31458/stat : 31458 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2000297915 843259904 49033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=31450/tid=31461] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31461/stat : 31461 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31462] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31462/stat : 31462 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.02
Current children cumulated vsize (KiB) 825320

[startup+1651.11 s]
/proc/loadavg: 2.13 2.19 2.13 3/85 31502
/proc/meminfo: memFree=1087680/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=825320 CPUtime=1713.56
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 568019 0 30 0 171045 311 0 0 18 0 12 0 2000297898 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 206330 176443 1390 9 0 203692 0
[pid=31450/tid=31452] ppid=31448 vsize=825320 CPUtime=111.31
/proc/31450/task/31452/stat : 31452 (java) S 31448 31450 26708 0 -1 64 17970 0 1 0 11118 13 0 0 16 0 12 0 2000297905 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31453] ppid=31448 vsize=825320 CPUtime=130.79
/proc/31450/task/31453/stat : 31453 (java) S 31448 31450 26708 0 -1 64 75959 0 0 0 13040 39 0 0 16 0 12 0 2000297906 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31454] ppid=31448 vsize=825320 CPUtime=131.17
/proc/31450/task/31454/stat : 31454 (java) S 31448 31450 26708 0 -1 64 78446 0 0 0 13077 40 0 0 17 0 12 0 2000297906 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31455] ppid=31448 vsize=825320 CPUtime=1326.99
/proc/31450/task/31455/stat : 31455 (java) R 31448 31450 26708 0 -1 64 361091 0 0 0 132501 198 0 0 20 0 12 0 2000297908 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 106736519 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31456] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31456/stat : 31456 (java) S 31448 31450 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000297909 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31457] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31457/stat : 31457 (java) S 31448 31450 26708 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000297909 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31458] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31458/stat : 31458 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31459] ppid=31448 vsize=825320 CPUtime=4.73
/proc/31450/task/31459/stat : 31459 (java) S 31448 31450 26708 0 -1 64 14914 0 0 0 466 7 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31460] ppid=31448 vsize=825320 CPUtime=8.48
/proc/31450/task/31460/stat : 31460 (java) S 31448 31450 26708 0 -1 64 18903 0 0 0 838 10 0 0 16 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31461] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31461/stat : 31461 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31462] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31462/stat : 31462 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.56
Current children cumulated vsize (KiB) 825320

[startup+1652.7 s]
/proc/loadavg: 2.13 2.19 2.13 3/85 31502
/proc/meminfo: memFree=1087680/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=825320 CPUtime=1715.36
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 568021 0 30 0 171225 311 0 0 18 0 12 0 2000297898 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 206330 176443 1390 9 0 203692 0
[pid=31450/tid=31452] ppid=31448 vsize=825320 CPUtime=111.33
/proc/31450/task/31452/stat : 31452 (java) S 31448 31450 26708 0 -1 64 17972 0 1 0 11120 13 0 0 16 0 12 0 2000297905 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31453] ppid=31448 vsize=825320 CPUtime=131.02
/proc/31450/task/31453/stat : 31453 (java) S 31448 31450 26708 0 -1 64 75959 0 0 0 13063 39 0 0 17 0 12 0 2000297906 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31454] ppid=31448 vsize=825320 CPUtime=131.45
/proc/31450/task/31454/stat : 31454 (java) S 31448 31450 26708 0 -1 64 78446 0 0 0 13105 40 0 0 17 0 12 0 2000297906 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31455] ppid=31448 vsize=825320 CPUtime=1328.27
/proc/31450/task/31455/stat : 31455 (java) R 31448 31450 26708 0 -1 64 361091 0 0 0 132629 198 0 0 25 0 12 0 2000297908 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31456] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31456/stat : 31456 (java) S 31448 31450 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000297909 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31457] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31457/stat : 31457 (java) S 31448 31450 26708 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000297909 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31458] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31458/stat : 31458 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31459] ppid=31448 vsize=825320 CPUtime=4.73
/proc/31450/task/31459/stat : 31459 (java) S 31448 31450 26708 0 -1 64 14914 0 0 0 466 7 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31460] ppid=31448 vsize=825320 CPUtime=8.48
/proc/31450/task/31460/stat : 31460 (java) S 31448 31450 26708 0 -1 64 18903 0 0 0 838 10 0 0 16 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31461] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31461/stat : 31461 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31462] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31462/stat : 31462 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.36
Current children cumulated vsize (KiB) 825320

[startup+1653.5 s]
/proc/loadavg: 2.13 2.19 2.13 3/85 31502
/proc/meminfo: memFree=1087680/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=825320 CPUtime=1716.15
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 568021 0 30 0 171304 311 0 0 18 0 12 0 2000297898 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 206330 176443 1390 9 0 203692 0
[pid=31450/tid=31452] ppid=31448 vsize=825320 CPUtime=111.33
/proc/31450/task/31452/stat : 31452 (java) S 31448 31450 26708 0 -1 64 17972 0 1 0 11120 13 0 0 16 0 12 0 2000297905 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31453] ppid=31448 vsize=825320 CPUtime=131.02
/proc/31450/task/31453/stat : 31453 (java) S 31448 31450 26708 0 -1 64 75959 0 0 0 13063 39 0 0 17 0 12 0 2000297906 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31454] ppid=31448 vsize=825320 CPUtime=131.45
/proc/31450/task/31454/stat : 31454 (java) S 31448 31450 26708 0 -1 64 78446 0 0 0 13105 40 0 0 17 0 12 0 2000297906 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31455] ppid=31448 vsize=825320 CPUtime=1329.07
/proc/31450/task/31455/stat : 31455 (java) R 31448 31450 26708 0 -1 64 361091 0 0 0 132709 198 0 0 25 0 12 0 2000297908 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31456] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31456/stat : 31456 (java) S 31448 31450 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000297909 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31457] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31457/stat : 31457 (java) S 31448 31450 26708 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000297909 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31458] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31458/stat : 31458 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31459] ppid=31448 vsize=825320 CPUtime=4.73
/proc/31450/task/31459/stat : 31459 (java) S 31448 31450 26708 0 -1 64 14914 0 0 0 466 7 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31460] ppid=31448 vsize=825320 CPUtime=8.48
/proc/31450/task/31460/stat : 31460 (java) S 31448 31450 26708 0 -1 64 18903 0 0 0 838 10 0 0 16 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31461] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31461/stat : 31461 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31462] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31462/stat : 31462 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.15
Current children cumulated vsize (KiB) 825320

[startup+1653.9 s]
/proc/loadavg: 2.13 2.19 2.13 3/85 31502
/proc/meminfo: memFree=1087680/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=825320 CPUtime=1716.55
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 568021 0 30 0 171344 311 0 0 18 0 12 0 2000297898 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 206330 176443 1390 9 0 203692 0
[pid=31450/tid=31452] ppid=31448 vsize=825320 CPUtime=111.33
/proc/31450/task/31452/stat : 31452 (java) S 31448 31450 26708 0 -1 64 17972 0 1 0 11120 13 0 0 16 0 12 0 2000297905 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31453] ppid=31448 vsize=825320 CPUtime=131.02
/proc/31450/task/31453/stat : 31453 (java) S 31448 31450 26708 0 -1 64 75959 0 0 0 13063 39 0 0 17 0 12 0 2000297906 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31454] ppid=31448 vsize=825320 CPUtime=131.45
/proc/31450/task/31454/stat : 31454 (java) S 31448 31450 26708 0 -1 64 78446 0 0 0 13105 40 0 0 17 0 12 0 2000297906 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31455] ppid=31448 vsize=825320 CPUtime=1329.47
/proc/31450/task/31455/stat : 31455 (java) R 31448 31450 26708 0 -1 64 361091 0 0 0 132749 198 0 0 25 0 12 0 2000297908 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 105852578 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31456] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31456/stat : 31456 (java) S 31448 31450 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000297909 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31457] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31457/stat : 31457 (java) S 31448 31450 26708 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000297909 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31458] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31458/stat : 31458 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31459] ppid=31448 vsize=825320 CPUtime=4.73
/proc/31450/task/31459/stat : 31459 (java) S 31448 31450 26708 0 -1 64 14914 0 0 0 466 7 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31460] ppid=31448 vsize=825320 CPUtime=8.48
/proc/31450/task/31460/stat : 31460 (java) S 31448 31450 26708 0 -1 64 18903 0 0 0 838 10 0 0 16 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31461] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31461/stat : 31461 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31462] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31462/stat : 31462 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.55
Current children cumulated vsize (KiB) 825320

[startup+1654.3 s]
/proc/loadavg: 2.13 2.19 2.13 3/85 31502
/proc/meminfo: memFree=1087680/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=825320 CPUtime=1716.95
/proc/31450/stat : 31450 (java) S 31448 31450 26708 0 -1 0 568021 0 30 0 171384 311 0 0 18 0 12 0 2000297898 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 206330 176443 1390 9 0 203692 0
[pid=31450/tid=31452] ppid=31448 vsize=825320 CPUtime=111.33
/proc/31450/task/31452/stat : 31452 (java) S 31448 31450 26708 0 -1 64 17972 0 1 0 11120 13 0 0 16 0 12 0 2000297905 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31453] ppid=31448 vsize=825320 CPUtime=131.02
/proc/31450/task/31453/stat : 31453 (java) S 31448 31450 26708 0 -1 64 75959 0 0 0 13063 39 0 0 17 0 12 0 2000297906 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31454] ppid=31448 vsize=825320 CPUtime=131.45
/proc/31450/task/31454/stat : 31454 (java) S 31448 31450 26708 0 -1 64 78446 0 0 0 13105 40 0 0 17 0 12 0 2000297906 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31455] ppid=31448 vsize=825320 CPUtime=1329.87
/proc/31450/task/31455/stat : 31455 (java) R 31448 31450 26708 0 -1 64 361091 0 0 0 132789 198 0 0 25 0 12 0 2000297908 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 106736479 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31456] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31456/stat : 31456 (java) S 31448 31450 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000297909 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31457] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31457/stat : 31457 (java) S 31448 31450 26708 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2000297909 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31458] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31458/stat : 31458 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31459] ppid=31448 vsize=825320 CPUtime=4.73
/proc/31450/task/31459/stat : 31459 (java) S 31448 31450 26708 0 -1 64 14914 0 0 0 466 7 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31460] ppid=31448 vsize=825320 CPUtime=8.48
/proc/31450/task/31460/stat : 31460 (java) S 31448 31450 26708 0 -1 64 18903 0 0 0 838 10 0 0 16 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31450/tid=31461] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31461/stat : 31461 (java) S 31448 31450 26708 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31450/tid=31462] ppid=31448 vsize=825320 CPUtime=0
/proc/31450/task/31462/stat : 31462 (java) S 31448 31450 26708 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000297915 845127680 176443 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.95
Current children cumulated vsize (KiB) 825320

[startup+1654.41 s]
/proc/loadavg: 2.13 2.19 2.13 3/85 31502
/proc/meminfo: memFree=1087680/2055920 swapFree=4180688/4192956
[pid=31450] ppid=31448 vsize=0 CPUtime=1717.05
/proc/31450/stat : 31450 (java) Z 31448 31450 26708 0 -1 12 568034 0 30 0 171390 315 0 0 16 0 2 0 2000297898 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31450/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1717.05
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1654.48
CPU time (s): 1717.13
CPU user time (s): 1713.91
CPU system time (s): 3.22151
CPU usage (%): 103.787
Max. virtual memory (cumulated for all children) (KiB): 873328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1713.91
system time used= 3.22151
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568034
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39395
involuntary context switches= 49144

runsolver used 2.00569 second user time and 5.56015 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 01:14:09
IDJOB=1080724
IDBENCH=57017
IDSOLVER=344
FILE ID=node41/1080724-1215213249
PBS_JOBID= 7881632
Free space on /tmp= 66148 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3da7530a420d27bc3a49cbac3ff7f368
RANDOM SEED=1422876007

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1742016 kB
Buffers:         21484 kB
Cached:         143532 kB
SwapCached:       5936 kB
Active:         221264 kB
Inactive:        42204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742016 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            1144 kB
Writeback:           0 kB
Mapped:         104996 kB
Slab:            35756 kB
Committed_AS:  3677412 kB
PageTables:       1880 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= 66128 MiB
End job on node41 at 2008-07-05 01:41:43