Trace number 2081536

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 2.1.1? 249.66 251.118

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-11.xml
MD5SUM711195861ae8d6ea60c538674c25157e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark72.9219
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1309
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2081536-1247373103.xml
0.18/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.48	c reading domains done.
0.48/0.51	c reading variables done.
2.01/1.84	c reading predicates  done.
2.21/2.06	c reading constraints
249.44/250.99	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
249.44/250.99		at org.mozilla.javascript.gen.c4._c0(rhino.log:1)
249.44/250.99		at org.mozilla.javascript.gen.c4.call(rhino.log)
249.44/250.99		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
249.44/250.99		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
249.44/250.99		at org.mozilla.javascript.gen.c4.call(rhino.log)
249.44/250.99		at org.mozilla.javascript.gen.c4.exec(rhino.log)
249.44/250.99		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
249.44/250.99		at org.sat4j.csp.Predicate.find(Unknown Source)
249.44/250.99		at org.sat4j.csp.Predicate.find(Unknown Source)
249.44/250.99		at org.sat4j.csp.Predicate.find(Unknown Source)
249.44/250.99		at org.sat4j.csp.Predicate.toClause(Unknown Source)
249.44/250.99		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
249.44/250.99		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
249.44/250.99		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
249.44/250.99		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
249.44/250.99		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
249.44/250.99		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
249.44/250.99		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
249.44/250.99		at org.sat4j.AbstractLauncher.run(Unknown Source)
249.44/250.99		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
249.44/250.99	c starts		: 0
249.44/250.99	c conflicts		: 0
249.44/250.99	c decisions		: 0
249.44/250.99	c propagations		: 0
249.44/250.99	c inspects		: 0
249.44/250.99	c learnt literals	: 0
249.44/250.99	c learnt binary clauses	: 0
249.44/250.99	c learnt ternary clauses	: 0
249.44/250.99	c learnt clauses	: 0
249.44/250.99	c ignored clauses	: 0
249.44/250.99	c root simplifications	: 0
249.44/250.99	c removed literals (reason simplification)	: 0
249.44/250.99	c reason swapping (by a shorter reason)	: 0
249.44/250.99	c Calls to reduceDB	: 0
249.44/250.99	c speed (assignments/second)	: 0.0
249.44/250.99	c non guided choices	0
249.44/251.00	c learnt constraints type 
249.44/251.00	c constraints type 
249.44/251.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 122632
249.44/251.00	c org.sat4j.minisat.constraints.card.AtLeast => 450
249.44/251.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10
249.44/251.00	s UNKNOWN
249.44/251.00	c Total wall clock time (in seconds) : 250.758

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081536-1247373103/watcher-2081536-1247373103 -o /tmp/evaluation-result-2081536-1247373103/solver-2081536-1247373103 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081536-1247373103.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 3/74 25476
/proc/meminfo: memFree=1694680/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=1612 CPUtime=0
/proc/25476/stat : 25476 (java6) D 25474 25476 20197 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 24374383 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/25476/statm: 403 150 114 9 0 45 0

[startup+0.101084 s]
/proc/loadavg: 1.92 1.99 1.99 3/74 25476
/proc/meminfo: memFree=1694680/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=804560 CPUtime=0.08
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 3038 0 1 0 6 2 0 0 18 0 12 0 24374383 823869440 2781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 201140 2782 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.201099 s]
/proc/loadavg: 1.92 1.99 1.99 3/74 25476
/proc/meminfo: memFree=1694680/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=805728 CPUtime=0.18
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 3922 0 1 0 15 3 0 0 18 0 12 0 24374383 825065472 3660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 201432 3660 1335 9 0 198766 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805728

[startup+0.30111 s]
/proc/loadavg: 1.92 1.99 1.99 3/74 25476
/proc/meminfo: memFree=1694680/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=805896 CPUtime=0.28
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 4390 0 1 0 24 4 0 0 18 0 12 0 24374383 825237504 4127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 201474 4127 1359 9 0 198801 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805896

[startup+0.701154 s]
/proc/loadavg: 1.92 1.99 1.99 3/74 25476
/proc/meminfo: memFree=1694680/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=807176 CPUtime=0.68
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 8907 0 1 0 62 6 0 0 18 0 12 0 24374383 826548224 8399 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 201794 8399 1387 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50225 s]
/proc/loadavg: 1.92 1.99 1.99 5/86 25488
/proc/meminfo: memFree=1603960/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=808464 CPUtime=1.53
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 34305 0 1 0 136 17 0 0 18 0 12 0 24374383 827867136 32988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 202116 32991 1398 9 0 199443 0
[pid=25476/tid=25478] ppid=25474 vsize=808464 CPUtime=0.72
/proc/25476/task/25478/stat : 25478 (java) R 25474 25476 20197 0 -1 64 16887 0 1 0 63 9 0 0 25 0 12 0 24374385 827867136 32992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25479] ppid=25474 vsize=808464 CPUtime=0.2
/proc/25476/task/25479/stat : 25479 (java) R 25474 25476 20197 0 -1 64 7472 0 0 0 16 4 0 0 16 0 12 0 24374386 827867136 32994 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25480] ppid=25474 vsize=808464 CPUtime=0.27
/proc/25476/task/25480/stat : 25480 (java) R 25474 25476 20197 0 -1 64 8015 0 0 0 25 2 0 0 16 0 12 0 24374386 827867136 32996 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25481] ppid=25474 vsize=808464 CPUtime=0
/proc/25476/task/25481/stat : 25481 (java) S 25474 25476 20197 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24374388 827867136 32997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25482] ppid=25474 vsize=808464 CPUtime=0
/proc/25476/task/25482/stat : 25482 (java) S 25474 25476 20197 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24374388 827867136 32999 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25483] ppid=25474 vsize=808464 CPUtime=0
/proc/25476/task/25483/stat : 25483 (java) S 25474 25476 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24374388 827867136 33001 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25484] ppid=25474 vsize=808464 CPUtime=0
/proc/25476/task/25484/stat : 25484 (java) S 25474 25476 20197 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24374392 827867136 33003 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25485] ppid=25474 vsize=808464 CPUtime=0.04
/proc/25476/task/25485/stat : 25485 (java) S 25474 25476 20197 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24374392 827867136 33005 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25486] ppid=25474 vsize=808464 CPUtime=0.27
/proc/25476/task/25486/stat : 25486 (java) S 25474 25476 20197 0 -1 64 926 0 0 0 27 0 0 0 16 0 12 0 24374392 827867136 33006 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25487] ppid=25474 vsize=808464 CPUtime=0
/proc/25476/task/25487/stat : 25487 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24374392 827867136 33008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25488] ppid=25474 vsize=808464 CPUtime=0
/proc/25476/task/25488/stat : 25488 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24374393 827867136 33010 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 808464

[startup+3.10242 s]
/proc/loadavg: 1.92 1.99 1.99 4/86 25488
/proc/meminfo: memFree=1517880/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=812264 CPUtime=3.3
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 49893 0 1 0 304 26 0 0 18 0 12 0 24374383 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 203066 46298 1426 9 0 200393 0
[pid=25476/tid=25478] ppid=25474 vsize=812264 CPUtime=1.6
/proc/25476/task/25478/stat : 25478 (java) R 25474 25476 20197 0 -1 64 17437 0 1 0 150 10 0 0 25 0 12 0 24374385 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25479] ppid=25474 vsize=812264 CPUtime=0.42
/proc/25476/task/25479/stat : 25479 (java) R 25474 25476 20197 0 -1 64 11721 0 0 0 36 6 0 0 16 0 12 0 24374386 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25480] ppid=25474 vsize=812264 CPUtime=0.57
/proc/25476/task/25480/stat : 25480 (java) R 25474 25476 20197 0 -1 64 16739 0 0 0 50 7 0 0 16 0 12 0 24374386 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25481] ppid=25474 vsize=812264 CPUtime=0
/proc/25476/task/25481/stat : 25481 (java) S 25474 25476 20197 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24374388 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25482] ppid=25474 vsize=812264 CPUtime=0
/proc/25476/task/25482/stat : 25482 (java) S 25474 25476 20197 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24374388 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25483] ppid=25474 vsize=812264 CPUtime=0
/proc/25476/task/25483/stat : 25483 (java) S 25474 25476 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24374388 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25484] ppid=25474 vsize=812264 CPUtime=0
/proc/25476/task/25484/stat : 25484 (java) S 25474 25476 20197 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24374392 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25485] ppid=25474 vsize=812264 CPUtime=0.04
/proc/25476/task/25485/stat : 25485 (java) S 25474 25476 20197 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24374392 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25486] ppid=25474 vsize=812264 CPUtime=0.64
/proc/25476/task/25486/stat : 25486 (java) S 25474 25476 20197 0 -1 64 2983 0 0 0 63 1 0 0 17 0 12 0 24374392 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25487] ppid=25474 vsize=812264 CPUtime=0
/proc/25476/task/25487/stat : 25487 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24374392 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25488] ppid=25474 vsize=812264 CPUtime=0
/proc/25476/task/25488/stat : 25488 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24374393 831758336 46298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 812264

[startup+6.30278 s]
/proc/loadavg: 1.93 1.99 1.99 5/86 25488
/proc/meminfo: memFree=1490232/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=816800 CPUtime=6.51
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 63427 0 1 0 618 33 0 0 18 0 12 0 24374383 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 204200 56105 1433 9 0 201527 0
[pid=25476/tid=25478] ppid=25474 vsize=816800 CPUtime=3.74
/proc/25476/task/25478/stat : 25478 (java) R 25474 25476 20197 0 -1 64 17445 0 1 0 364 10 0 0 25 0 12 0 24374385 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4109700643 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25479] ppid=25474 vsize=816800 CPUtime=0.53
/proc/25476/task/25479/stat : 25479 (java) S 25474 25476 20197 0 -1 64 16125 0 0 0 45 8 0 0 16 0 12 0 24374386 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25480] ppid=25474 vsize=816800 CPUtime=0.68
/proc/25476/task/25480/stat : 25480 (java) S 25474 25476 20197 0 -1 64 20911 0 0 0 60 8 0 0 16 0 12 0 24374386 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25481] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25481/stat : 25481 (java) S 25474 25476 20197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24374388 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25482] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25482/stat : 25482 (java) S 25474 25476 20197 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24374388 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25483] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25483/stat : 25483 (java) S 25474 25476 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24374388 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25484] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25484/stat : 25484 (java) S 25474 25476 20197 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24374392 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25485] ppid=25474 vsize=816800 CPUtime=0.2
/proc/25476/task/25485/stat : 25485 (java) S 25474 25476 20197 0 -1 64 1450 0 0 0 19 1 0 0 16 0 12 0 24374392 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25486] ppid=25474 vsize=816800 CPUtime=1.31
/proc/25476/task/25486/stat : 25486 (java) S 25474 25476 20197 0 -1 64 6746 0 0 0 128 3 0 0 20 0 12 0 24374392 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25487] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25487/stat : 25487 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24374392 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25488] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25488/stat : 25488 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24374393 836403200 56105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 816800

[startup+12.7015 s]
/proc/loadavg: 1.93 1.99 1.99 3/86 25488
/proc/meminfo: memFree=1434808/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=816800 CPUtime=12.9
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 74056 0 1 0 1253 37 0 0 18 0 12 0 24374383 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 204200 66711 1433 9 0 201527 0
[pid=25476/tid=25478] ppid=25474 vsize=816800 CPUtime=9.41
/proc/25476/task/25478/stat : 25478 (java) R 25474 25476 20197 0 -1 64 17472 0 1 0 931 10 0 0 25 0 12 0 24374385 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4109679813 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25479] ppid=25474 vsize=816800 CPUtime=0.79
/proc/25476/task/25479/stat : 25479 (java) S 25474 25476 20197 0 -1 64 21385 0 0 0 68 11 0 0 16 0 12 0 24374386 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25480] ppid=25474 vsize=816800 CPUtime=0.82
/proc/25476/task/25480/stat : 25480 (java) S 25474 25476 20197 0 -1 64 26245 0 0 0 72 10 0 0 16 0 12 0 24374386 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25481] ppid=25474 vsize=816800 CPUtime=0.01
/proc/25476/task/25481/stat : 25481 (java) S 25474 25476 20197 0 -1 64 9 0 0 0 1 0 0 0 15 0 12 0 24374388 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25482] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25482/stat : 25482 (java) S 25474 25476 20197 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24374388 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25483] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25483/stat : 25483 (java) S 25474 25476 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24374388 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25484] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25484/stat : 25484 (java) S 25474 25476 20197 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24374392 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25485] ppid=25474 vsize=816800 CPUtime=0.2
/proc/25476/task/25485/stat : 25485 (java) S 25474 25476 20197 0 -1 64 1450 0 0 0 19 1 0 0 16 0 12 0 24374392 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25486] ppid=25474 vsize=816800 CPUtime=1.63
/proc/25476/task/25486/stat : 25486 (java) S 25474 25476 20197 0 -1 64 6754 0 0 0 160 3 0 0 17 0 12 0 24374392 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25487] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25487/stat : 25487 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24374392 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25488] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25488/stat : 25488 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24374393 836403200 66711 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 816800

[startup+25.5029 s]
/proc/loadavg: 1.95 1.99 1.99 5/86 25488
/proc/meminfo: memFree=1343992/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=816800 CPUtime=25.69
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 97576 0 1 0 2523 46 0 0 18 0 12 0 24374383 836403200 90200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 204200 90200 1433 9 0 201527 0
[pid=25476/tid=25478] ppid=25474 vsize=816800 CPUtime=21.48
/proc/25476/task/25478/stat : 25478 (java) R 25474 25476 20197 0 -1 64 17503 0 1 0 2138 10 0 0 25 0 12 0 24374385 836403200 90200 996147200 134512640 134550932 4294956016 18446744073709551615 4109493254 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25479] ppid=25474 vsize=816800 CPUtime=1.14
/proc/25476/task/25479/stat : 25479 (java) S 25474 25476 20197 0 -1 64 33561 0 0 0 99 15 0 0 16 0 12 0 24374386 836403200 90200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25480] ppid=25474 vsize=816800 CPUtime=1.13
/proc/25476/task/25480/stat : 25480 (java) S 25474 25476 20197 0 -1 64 37558 0 0 0 98 15 0 0 15 0 12 0 24374386 836403200 90200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25481] ppid=25474 vsize=816800 CPUtime=0.02
/proc/25476/task/25481/stat : 25481 (java) S 25474 25476 20197 0 -1 64 9 0 0 0 2 0 0 0 15 0 12 0 24374388 836403200 90200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25482] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25482/stat : 25482 (java) S 25474 25476 20197 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24374388 836403200 90200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25483] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25483/stat : 25483 (java) S 25474 25476 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24374388 836403200 90200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25484] ppid=25474 vsize=816800 CPUtime=0
/proc/25476/task/25484/stat : 25484 (java) S 25474 25476 20197 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24374392 836403200 90200 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25485] ppid=25474 vsize=816800 CPUtime=0.2

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

[pid=25476/tid=25487] ppid=25474 vsize=828808 CPUtime=0
/proc/25476/task/25487/stat : 25487 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24374392 848699392 175475 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25488] ppid=25474 vsize=828808 CPUtime=0
/proc/25476/task/25488/stat : 25488 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24374393 848699392 175483 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 241.78
Current children cumulated vsize (KiB) 828808

[startup+246.401 s]
/proc/loadavg: 2.34 2.10 2.02 4/86 25488
/proc/meminfo: memFree=995256/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=820804 CPUtime=244.97
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 335874 0 1 0 24329 168 0 0 18 0 12 0 24374383 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 205201 174719 1435 9 0 202528 0
[pid=25476/tid=25478] ppid=25474 vsize=820804 CPUtime=191.83
/proc/25476/task/25478/stat : 25478 (java) R 25474 25476 20197 0 -1 64 17908 0 1 0 19171 12 0 0 25 0 12 0 24374385 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25479] ppid=25474 vsize=820804 CPUtime=5.1
/proc/25476/task/25479/stat : 25479 (java) S 25474 25476 20197 0 -1 64 76213 0 0 0 475 35 0 0 16 0 12 0 24374386 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25480] ppid=25474 vsize=820804 CPUtime=4.95
/proc/25476/task/25480/stat : 25480 (java) S 25474 25476 20197 0 -1 64 78690 0 0 0 464 31 0 0 15 0 12 0 24374386 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25481] ppid=25474 vsize=820804 CPUtime=41.16
/proc/25476/task/25481/stat : 25481 (java) R 25474 25476 20197 0 -1 64 154118 0 0 0 4032 84 0 0 16 0 12 0 24374388 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 105696565 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25482] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25482/stat : 25482 (java) S 25474 25476 20197 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24374388 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25483] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25483/stat : 25483 (java) S 25474 25476 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24374388 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25484] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25484/stat : 25484 (java) S 25474 25476 20197 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25485] ppid=25474 vsize=820804 CPUtime=0.2
/proc/25476/task/25485/stat : 25485 (java) S 25474 25476 20197 0 -1 64 1450 0 0 0 19 1 0 0 16 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25486] ppid=25474 vsize=820804 CPUtime=1.69
/proc/25476/task/25486/stat : 25486 (java) S 25474 25476 20197 0 -1 64 6754 0 0 0 166 3 0 0 17 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25487] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25487/stat : 25487 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25488] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25488/stat : 25488 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24374393 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 244.97
Current children cumulated vsize (KiB) 820804

[startup+249.603 s]
/proc/loadavg: 2.34 2.10 2.02 3/86 25488
/proc/meminfo: memFree=999096/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=820804 CPUtime=248.15
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 347886 0 1 0 24641 174 0 0 18 0 12 0 24374383 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 205201 174719 1435 9 0 202528 0
[pid=25476/tid=25478] ppid=25474 vsize=820804 CPUtime=192.1
/proc/25476/task/25478/stat : 25478 (java) R 25474 25476 20197 0 -1 64 17912 0 1 0 19198 12 0 0 25 0 12 0 24374385 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25479] ppid=25474 vsize=820804 CPUtime=5.1
/proc/25476/task/25479/stat : 25479 (java) S 25474 25476 20197 0 -1 64 76213 0 0 0 475 35 0 0 16 0 12 0 24374386 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25480] ppid=25474 vsize=820804 CPUtime=4.95
/proc/25476/task/25480/stat : 25480 (java) S 25474 25476 20197 0 -1 64 78690 0 0 0 464 31 0 0 15 0 12 0 24374386 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25481] ppid=25474 vsize=820804 CPUtime=44.06
/proc/25476/task/25481/stat : 25481 (java) R 25474 25476 20197 0 -1 64 166126 0 0 0 4316 90 0 0 16 0 12 0 24374388 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 104177743 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25482] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25482/stat : 25482 (java) S 25474 25476 20197 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24374388 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25483] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25483/stat : 25483 (java) S 25474 25476 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24374388 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25484] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25484/stat : 25484 (java) S 25474 25476 20197 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25485] ppid=25474 vsize=820804 CPUtime=0.2
/proc/25476/task/25485/stat : 25485 (java) S 25474 25476 20197 0 -1 64 1450 0 0 0 19 1 0 0 16 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25486] ppid=25474 vsize=820804 CPUtime=1.69
/proc/25476/task/25486/stat : 25486 (java) S 25474 25476 20197 0 -1 64 6754 0 0 0 166 3 0 0 17 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25487] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25487/stat : 25487 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25488] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25488/stat : 25488 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24374393 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 248.15
Current children cumulated vsize (KiB) 820804

[startup+250.403 s]
/proc/loadavg: 2.32 2.10 2.02 4/86 25488
/proc/meminfo: memFree=991032/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=820804 CPUtime=248.94
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 350891 0 1 0 24718 176 0 0 18 0 12 0 24374383 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 205201 174719 1434 9 0 202528 0
[pid=25476/tid=25478] ppid=25474 vsize=820804 CPUtime=192.18
/proc/25476/task/25478/stat : 25478 (java) R 25474 25476 20197 0 -1 64 17915 0 1 0 19206 12 0 0 25 0 12 0 24374385 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25479] ppid=25474 vsize=820804 CPUtime=5.1
/proc/25476/task/25479/stat : 25479 (java) S 25474 25476 20197 0 -1 64 76213 0 0 0 475 35 0 0 16 0 12 0 24374386 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25480] ppid=25474 vsize=820804 CPUtime=4.95
/proc/25476/task/25480/stat : 25480 (java) S 25474 25476 20197 0 -1 64 78690 0 0 0 464 31 0 0 15 0 12 0 24374386 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25481] ppid=25474 vsize=820804 CPUtime=44.78
/proc/25476/task/25481/stat : 25481 (java) R 25474 25476 20197 0 -1 64 169128 0 0 0 4386 92 0 0 16 0 12 0 24374388 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 105696652 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25482] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25482/stat : 25482 (java) S 25474 25476 20197 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24374388 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25483] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25483/stat : 25483 (java) S 25474 25476 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24374388 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25484] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25484/stat : 25484 (java) S 25474 25476 20197 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25485] ppid=25474 vsize=820804 CPUtime=0.2
/proc/25476/task/25485/stat : 25485 (java) S 25474 25476 20197 0 -1 64 1450 0 0 0 19 1 0 0 16 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25486] ppid=25474 vsize=820804 CPUtime=1.69
/proc/25476/task/25486/stat : 25486 (java) S 25474 25476 20197 0 -1 64 6754 0 0 0 166 3 0 0 17 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25487] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25487/stat : 25487 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24374392 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25488] ppid=25474 vsize=820804 CPUtime=0
/proc/25476/task/25488/stat : 25488 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24374393 840503296 174719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 248.94
Current children cumulated vsize (KiB) 820804

[startup+250.803 s]
/proc/loadavg: 2.32 2.10 2.02 4/86 25488
/proc/meminfo: memFree=991032/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=824804 CPUtime=249.35
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 352892 0 1 0 24758 177 0 0 18 0 12 0 24374383 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 206201 175719 1434 9 0 203528 0
[pid=25476/tid=25478] ppid=25474 vsize=824804 CPUtime=192.18
/proc/25476/task/25478/stat : 25478 (java) R 25474 25476 20197 0 -1 64 17915 0 1 0 19206 12 0 0 25 0 12 0 24374385 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25479] ppid=25474 vsize=824804 CPUtime=5.1
/proc/25476/task/25479/stat : 25479 (java) S 25474 25476 20197 0 -1 64 76213 0 0 0 475 35 0 0 16 0 12 0 24374386 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25480] ppid=25474 vsize=824804 CPUtime=4.95
/proc/25476/task/25480/stat : 25480 (java) S 25474 25476 20197 0 -1 64 78690 0 0 0 464 31 0 0 15 0 12 0 24374386 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25481] ppid=25474 vsize=824804 CPUtime=45.18
/proc/25476/task/25481/stat : 25481 (java) R 25474 25476 20197 0 -1 64 171129 0 0 0 4425 93 0 0 16 0 12 0 24374388 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 106158888 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25482] ppid=25474 vsize=824804 CPUtime=0
/proc/25476/task/25482/stat : 25482 (java) S 25474 25476 20197 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24374388 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25483] ppid=25474 vsize=824804 CPUtime=0
/proc/25476/task/25483/stat : 25483 (java) S 25474 25476 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24374388 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25484] ppid=25474 vsize=824804 CPUtime=0
/proc/25476/task/25484/stat : 25484 (java) S 25474 25476 20197 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24374392 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25485] ppid=25474 vsize=824804 CPUtime=0.2
/proc/25476/task/25485/stat : 25485 (java) S 25474 25476 20197 0 -1 64 1450 0 0 0 19 1 0 0 16 0 12 0 24374392 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25486] ppid=25474 vsize=824804 CPUtime=1.69
/proc/25476/task/25486/stat : 25486 (java) S 25474 25476 20197 0 -1 64 6754 0 0 0 166 3 0 0 17 0 12 0 24374392 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25487] ppid=25474 vsize=824804 CPUtime=0
/proc/25476/task/25487/stat : 25487 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24374392 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25488] ppid=25474 vsize=824804 CPUtime=0
/proc/25476/task/25488/stat : 25488 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24374393 844599296 175719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 249.35
Current children cumulated vsize (KiB) 824804

[startup+251.003 s]
/proc/loadavg: 2.32 2.10 2.02 4/86 25488
/proc/meminfo: memFree=991032/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=817124 CPUtime=249.54
/proc/25476/stat : 25476 (java) S 25474 25476 20197 0 -1 0 352904 0 1 0 24776 178 0 0 18 0 12 0 24374383 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25476/statm: 204281 173730 1435 9 0 201608 0
[pid=25476/tid=25478] ppid=25474 vsize=817124 CPUtime=192.19
/proc/25476/task/25478/stat : 25478 (java) S 25474 25476 20197 0 -1 64 17919 0 1 0 19207 12 0 0 25 0 12 0 24374385 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25479] ppid=25474 vsize=817124 CPUtime=5.1
/proc/25476/task/25479/stat : 25479 (java) S 25474 25476 20197 0 -1 64 76213 0 0 0 475 35 0 0 16 0 12 0 24374386 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25480] ppid=25474 vsize=817124 CPUtime=4.95
/proc/25476/task/25480/stat : 25480 (java) S 25474 25476 20197 0 -1 64 78690 0 0 0 464 31 0 0 15 0 12 0 24374386 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25481] ppid=25474 vsize=817124 CPUtime=45.36
/proc/25476/task/25481/stat : 25481 (java) S 25474 25476 20197 0 -1 64 171129 0 0 0 4443 93 0 0 16 0 12 0 24374388 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25482] ppid=25474 vsize=817124 CPUtime=0
/proc/25476/task/25482/stat : 25482 (java) S 25474 25476 20197 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24374388 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25483] ppid=25474 vsize=817124 CPUtime=0
/proc/25476/task/25483/stat : 25483 (java) S 25474 25476 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24374388 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25484] ppid=25474 vsize=817124 CPUtime=0
/proc/25476/task/25484/stat : 25484 (java) S 25474 25476 20197 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24374392 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25485] ppid=25474 vsize=817124 CPUtime=0.2
/proc/25476/task/25485/stat : 25485 (java) S 25474 25476 20197 0 -1 64 1450 0 0 0 19 1 0 0 16 0 12 0 24374392 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25486] ppid=25474 vsize=817124 CPUtime=1.69
/proc/25476/task/25486/stat : 25486 (java) S 25474 25476 20197 0 -1 64 6754 0 0 0 166 3 0 0 17 0 12 0 24374392 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25476/tid=25487] ppid=25474 vsize=817124 CPUtime=0
/proc/25476/task/25487/stat : 25487 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24374392 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25476/tid=25488] ppid=25474 vsize=817124 CPUtime=0
/proc/25476/task/25488/stat : 25488 (java) S 25474 25476 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24374393 836734976 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 249.54
Current children cumulated vsize (KiB) 817124

[startup+251.103 s]
/proc/loadavg: 2.32 2.10 2.02 4/86 25488
/proc/meminfo: memFree=991032/2055920 swapFree=4192812/4192956
[pid=25476] ppid=25474 vsize=0 CPUtime=249.64
/proc/25476/stat : 25476 (java) Z 25474 25476 20197 0 -1 12 352908 0 1 0 24777 187 0 0 16 0 2 0 24374383 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25476/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 249.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 251.118
CPU time (s): 249.66
CPU user time (s): 247.77
CPU system time (s): 1.88971
CPU usage (%): 99.4196
Max. virtual memory (cumulated for all children) (KiB): 828808

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

runsolver used 0.334949 second user time and 0.869867 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 06:31:43
IDJOB=2081536
IDBENCH=57424
IDSOLVER=731
FILE ID=node38/2081536-1247373103
PBS_JOBID= 9507010
Free space on /tmp= 66440 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-11.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081536-1247373103/watcher-2081536-1247373103 -o /tmp/evaluation-result-2081536-1247373103/solver-2081536-1247373103 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081536-1247373103.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 711195861ae8d6ea60c538674c25157e
RANDOM SEED=1806365750

node38.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.229
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.229
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:       1695160 kB
Buffers:         45192 kB
Cached:         189408 kB
SwapCached:          0 kB
Active:         181264 kB
Inactive:       104904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:          62772 kB
Slab:            59664 kB
Committed_AS:   216704 kB
PageTables:       1976 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= 66440 MiB
End job on node38 at 2009-07-12 06:35:54