Trace number 2078819

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? 164.647 163.737

General information on the benchmark

Namecsp/nengfa/
normalized-pack.xml
MD5SUM5180adc317c1c1529db105bbc2f77fdb
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 benchmark36.2475
Satisfiable
(Un)Satisfiability was proved
Number of variables9226
Number of constraints14182
Maximum constraint arity4
Maximum domain size113
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14182
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	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-2078819-1247367498.xml
0.18/0.23	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.48	c reading variables done.
2.93/2.88	c reading predicates  done.
3.14/3.09	c reading constraints
164.44/163.58	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
164.44/163.58		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:274)
164.44/163.58		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2545)
164.44/163.58		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
164.44/163.58		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
164.44/163.58		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
164.44/163.58		at org.mozilla.javascript.gen.c5._c0(rhino.log:1)
164.44/163.58		at org.mozilla.javascript.gen.c5.call(rhino.log)
164.44/163.58		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
164.44/163.58		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
164.44/163.58		at org.mozilla.javascript.gen.c5.call(rhino.log)
164.44/163.58		at org.mozilla.javascript.gen.c5.exec(rhino.log)
164.44/163.58		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
164.44/163.58		at org.sat4j.csp.Predicate.find(Unknown Source)
164.44/163.58		at org.sat4j.csp.Predicate.find(Unknown Source)
164.44/163.58		at org.sat4j.csp.Predicate.find(Unknown Source)
164.44/163.58		at org.sat4j.csp.Predicate.find(Unknown Source)
164.44/163.58		at org.sat4j.csp.Predicate.toClause(Unknown Source)
164.44/163.58		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
164.44/163.58		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
164.44/163.58		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
164.44/163.58		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
164.44/163.58		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
164.44/163.58	c starts		: 0
164.44/163.58	c conflicts		: 0
164.44/163.58	c decisions		: 0
164.44/163.58	c propagations		: 0
164.44/163.58	c inspects		: 0
164.44/163.59	c learnt literals	: 0
164.44/163.59	c learnt binary clauses	: 0
164.44/163.59	c learnt ternary clauses	: 0
164.44/163.59	c learnt clauses	: 0
164.44/163.59	c ignored clauses	: 0
164.44/163.59	c root simplifications	: 0
164.44/163.59	c removed literals (reason simplification)	: 0
164.44/163.59	c reason swapping (by a shorter reason)	: 0
164.44/163.59	c Calls to reduceDB	: 0
164.44/163.59	c speed (assignments/second)	: 0.0
164.44/163.59	c non guided choices	0
164.44/163.59	c learnt constraints type 
164.44/163.59	c constraints type 
164.44/163.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8507482
164.44/163.59	c org.sat4j.minisat.constraints.card.AtLeast => 9226
164.44/163.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 441364
164.44/163.59	s UNKNOWN
164.44/163.59	c Total wall clock time (in seconds) : 163.358

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-2078819-1247367498/watcher-2078819-1247367498 -o /tmp/evaluation-result-2078819-1247367498/solver-2078819-1247367498 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078819-1247367498.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.93 1.99 2.06 3/74 21048
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=308 CPUtime=0
/proc/21048/stat : 21048 (java) R 21046 21048 17474 0 -1 0 218 0 0 0 0 0 0 0 18 0 1 0 23817488 315392 39 996147200 134512640 134550932 4294956016 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 0 0 0
/proc/21048/statm: 77 41 31 9 0 6 0

[startup+0.0647781 s]
/proc/loadavg: 1.93 1.99 2.06 3/74 21048
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=802164 CPUtime=0.05
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 2747 0 1 0 3 2 0 0 18 0 7 0 23817488 821415936 2492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 200541 2493 1031 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.101787 s]
/proc/loadavg: 1.93 1.99 2.06 3/74 21048
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=804560 CPUtime=0.09
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 3071 0 1 0 7 2 0 0 18 0 12 0 23817488 823869440 2814 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 201140 2814 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301821 s]
/proc/loadavg: 1.93 1.99 2.06 3/74 21048
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=805864 CPUtime=0.28
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 4385 0 1 0 25 3 0 0 18 0 12 0 23817488 825204736 4122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 201466 4122 1363 9 0 198793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805864

[startup+0.701896 s]
/proc/loadavg: 1.93 1.99 2.06 3/74 21048
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=807412 CPUtime=0.68
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 5534 0 1 0 64 4 0 0 18 0 12 0 23817488 826789888 4995 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 201853 4995 1392 9 0 199180 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807412

[startup+1.50204 s]
/proc/loadavg: 1.93 1.99 2.06 4/86 21060
/proc/meminfo: memFree=1731536/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=810000 CPUtime=1.48
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 7477 0 1 0 142 6 0 0 18 0 12 0 23817488 829440000 5997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 202500 5997 1406 9 0 199827 0
[pid=21048/tid=21050] ppid=21046 vsize=810000 CPUtime=0.8
/proc/21048/task/21050/stat : 21050 (java) R 21046 21048 17474 0 -1 64 3876 0 1 0 76 4 0 0 25 0 12 0 23817489 829440000 5997 996147200 134512640 134550932 4294956016 18446744073709551615 4109154261 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21051] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21051/stat : 21051 (java) S 21046 21048 17474 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 23817490 829440000 5997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21052] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21052/stat : 21052 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 23817490 829440000 5997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21053] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21053/stat : 21053 (java) S 21046 21048 17474 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23817492 829440000 5997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21054] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21054/stat : 21054 (java) S 21046 21048 17474 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23817492 829440000 5997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21055] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21055/stat : 21055 (java) S 21046 21048 17474 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23817492 829440000 5998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21056/stat : 21056 (java) S 21046 21048 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23817497 829440000 5998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=810000 CPUtime=0.04
/proc/21048/task/21057/stat : 21057 (java) S 21046 21048 17474 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23817497 829440000 5998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=810000 CPUtime=0.63
/proc/21048/task/21058/stat : 21058 (java) S 21046 21048 17474 0 -1 64 2606 0 0 0 62 1 0 0 17 0 12 0 23817497 829440000 5998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21059] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21059/stat : 21059 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23817497 829440000 5998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21060] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21060/stat : 21060 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23817497 829440000 5998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810000

[startup+3.10133 s]
/proc/loadavg: 1.93 1.99 2.06 4/86 21060
/proc/meminfo: memFree=1718288/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=810000 CPUtime=3.24
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 33164 0 1 0 306 18 0 0 18 0 12 0 23817488 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 202500 30619 1430 9 0 199827 0
[pid=21048/tid=21050] ppid=21046 vsize=810000 CPUtime=1.54
/proc/21048/task/21050/stat : 21050 (java) R 21046 21048 17474 0 -1 64 17220 0 1 0 144 10 0 0 25 0 12 0 23817489 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4109161219 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21051] ppid=21046 vsize=810000 CPUtime=0.17
/proc/21048/task/21051/stat : 21051 (java) S 21046 21048 17474 0 -1 64 5281 0 0 0 15 2 0 0 18 0 12 0 23817490 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21052] ppid=21046 vsize=810000 CPUtime=0.24
/proc/21048/task/21052/stat : 21052 (java) S 21046 21048 17474 0 -1 64 6988 0 0 0 22 2 0 0 19 0 12 0 23817490 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21053] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21053/stat : 21053 (java) S 21046 21048 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23817492 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21054] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21054/stat : 21054 (java) S 21046 21048 17474 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 23817492 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21055] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21055/stat : 21055 (java) S 21046 21048 17474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23817492 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21056/stat : 21056 (java) S 21046 21048 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23817497 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=810000 CPUtime=0.04
/proc/21048/task/21057/stat : 21057 (java) S 21046 21048 17474 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23817497 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=810000 CPUtime=1.2
/proc/21048/task/21058/stat : 21058 (java) S 21046 21048 17474 0 -1 64 2672 0 0 0 119 1 0 0 16 0 12 0 23817497 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21059] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21059/stat : 21059 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23817497 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21060] ppid=21046 vsize=810000 CPUtime=0
/proc/21048/task/21060/stat : 21060 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23817497 829440000 30619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 810000

[startup+6.30292 s]
/proc/loadavg: 1.93 1.99 2.06 3/86 21060
/proc/meminfo: memFree=1625872/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=812920 CPUtime=6.43
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 35017 0 1 0 624 19 0 0 18 0 12 0 23817488 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 203230 31501 1446 9 0 200557 0
[pid=21048/tid=21050] ppid=21046 vsize=812920 CPUtime=2.74
/proc/21048/task/21050/stat : 21050 (java) R 21046 21048 17474 0 -1 64 17241 0 1 0 264 10 0 0 25 0 12 0 23817489 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21051] ppid=21046 vsize=812920 CPUtime=0.17
/proc/21048/task/21051/stat : 21051 (java) S 21046 21048 17474 0 -1 64 5281 0 0 0 15 2 0 0 18 0 12 0 23817490 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21052] ppid=21046 vsize=812920 CPUtime=0.24
/proc/21048/task/21052/stat : 21052 (java) S 21046 21048 17474 0 -1 64 6988 0 0 0 22 2 0 0 19 0 12 0 23817490 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21053] ppid=21046 vsize=812920 CPUtime=0
/proc/21048/task/21053/stat : 21053 (java) S 21046 21048 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23817492 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21054] ppid=21046 vsize=812920 CPUtime=0
/proc/21048/task/21054/stat : 21054 (java) S 21046 21048 17474 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 23817492 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21055] ppid=21046 vsize=812920 CPUtime=0
/proc/21048/task/21055/stat : 21055 (java) S 21046 21048 17474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23817492 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=812920 CPUtime=0
/proc/21048/task/21056/stat : 21056 (java) S 21046 21048 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23817497 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=812920 CPUtime=0.09
/proc/21048/task/21057/stat : 21057 (java) S 21046 21048 17474 0 -1 64 259 0 0 0 9 0 0 0 17 0 12 0 23817497 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=812920 CPUtime=3.14
/proc/21048/task/21058/stat : 21058 (java) R 21046 21048 17474 0 -1 64 4500 0 0 0 312 2 0 0 17 0 12 0 23817497 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 104164090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21059] ppid=21046 vsize=812920 CPUtime=0
/proc/21048/task/21059/stat : 21059 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23817497 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21060] ppid=21046 vsize=812920 CPUtime=0
/proc/21048/task/21060/stat : 21060 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23817497 832430080 31501 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 812920

[startup+12.7021 s]
/proc/loadavg: 2.09 2.02 2.07 3/86 21060
/proc/meminfo: memFree=1566480/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=816920 CPUtime=12.86
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 51664 0 1 0 1258 28 0 0 18 0 12 0 23817488 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 204230 47185 1448 9 0 201557 0
[pid=21048/tid=21050] ppid=21046 vsize=816920 CPUtime=7.18
/proc/21048/task/21050/stat : 21050 (java) R 21046 21048 17474 0 -1 64 17260 0 1 0 707 11 0 0 25 0 12 0 23817489 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21051] ppid=21046 vsize=816920 CPUtime=0.7
/proc/21048/task/21051/stat : 21051 (java) S 21046 21048 17474 0 -1 64 14266 0 0 0 63 7 0 0 16 0 12 0 23817490 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21052] ppid=21046 vsize=816920 CPUtime=0.75
/proc/21048/task/21052/stat : 21052 (java) S 21046 21048 17474 0 -1 64 13086 0 0 0 70 5 0 0 16 0 12 0 23817490 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21053] ppid=21046 vsize=816920 CPUtime=0.01
/proc/21048/task/21053/stat : 21053 (java) S 21046 21048 17474 0 -1 64 9 0 0 0 1 0 0 0 16 0 12 0 23817492 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21054] ppid=21046 vsize=816920 CPUtime=0
/proc/21048/task/21054/stat : 21054 (java) S 21046 21048 17474 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 23817492 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21055] ppid=21046 vsize=816920 CPUtime=0
/proc/21048/task/21055/stat : 21055 (java) S 21046 21048 17474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23817492 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=816920 CPUtime=0
/proc/21048/task/21056/stat : 21056 (java) S 21046 21048 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23817497 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=816920 CPUtime=0.09
/proc/21048/task/21057/stat : 21057 (java) S 21046 21048 17474 0 -1 64 259 0 0 0 9 0 0 0 17 0 12 0 23817497 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=816920 CPUtime=4.07
/proc/21048/task/21058/stat : 21058 (java) R 21046 21048 17474 0 -1 64 6045 0 0 0 404 3 0 0 17 0 12 0 23817497 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 103150421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21059] ppid=21046 vsize=816920 CPUtime=0
/proc/21048/task/21059/stat : 21059 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23817497 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21060] ppid=21046 vsize=816920 CPUtime=0
/proc/21048/task/21060/stat : 21060 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23817497 836526080 47185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 816920

[startup+25.5024 s]
/proc/loadavg: 2.08 2.02 2.07 5/86 21060
/proc/meminfo: memFree=1426064/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=815304 CPUtime=25.67
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 88615 0 1 0 2521 46 0 0 18 0 12 0 23817488 834871296 83330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 203826 83330 1451 9 0 201153 0
[pid=21048/tid=21050] ppid=21046 vsize=815304 CPUtime=16.64
/proc/21048/task/21050/stat : 21050 (java) R 21046 21048 17474 0 -1 64 17281 0 1 0 1653 11 0 0 17 0 12 0 23817489 834871296 83330 996147200 134512640 134550932 4294956016 18446744073709551615 4109769598 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21051] ppid=21046 vsize=815304 CPUtime=2.28
/proc/21048/task/21051/stat : 21051 (java) S 21046 21048 17474 0 -1 64 32749 0 0 0 212 16 0 0 17 0 12 0 23817490 834871296 83330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21052] ppid=21046 vsize=815304 CPUtime=2.36
/proc/21048/task/21052/stat : 21052 (java) S 21046 21048 17474 0 -1 64 30856 0 0 0 224 12 0 0 17 0 12 0 23817490 834871296 83330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21053] ppid=21046 vsize=815304 CPUtime=0.01
/proc/21048/task/21053/stat : 21053 (java) S 21046 21048 17474 0 -1 64 9 0 0 0 1 0 0 0 16 0 12 0 23817492 834871296 83330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21054] ppid=21046 vsize=815304 CPUtime=0
/proc/21048/task/21054/stat : 21054 (java) S 21046 21048 17474 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 23817492 834871296 83330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21055] ppid=21046 vsize=815304 CPUtime=0
/proc/21048/task/21055/stat : 21055 (java) S 21046 21048 17474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23817492 834871296 83330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=815304 CPUtime=0
/proc/21048/task/21056/stat : 21056 (java) S 21046 21048 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23817497 834871296 83330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=815304 CPUtime=0.09

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

[pid=21048/tid=21060] ppid=21046 vsize=815304 CPUtime=0
/proc/21048/task/21060/stat : 21060 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23817497 834871296 83330 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.67
Current children cumulated vsize (KiB) 815304

[startup+51.1019 s]
/proc/loadavg: 2.11 2.03 2.07 3/86 21060
/proc/meminfo: memFree=1077712/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=818984 CPUtime=52.34
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 176726 0 1 0 5146 88 0 0 18 0 12 0 23817488 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 204746 167545 1453 9 0 202073 0
[pid=21048/tid=21050] ppid=21046 vsize=818984 CPUtime=34.7
/proc/21048/task/21050/stat : 21050 (java) S 21046 21048 17474 0 -1 64 35738 0 1 0 3450 20 0 0 25 0 12 0 23817489 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21051] ppid=21046 vsize=818984 CPUtime=5.56
/proc/21048/task/21051/stat : 21051 (java) S 21046 21048 17474 0 -1 64 67160 0 0 0 526 30 0 0 15 0 12 0 23817490 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21052] ppid=21046 vsize=818984 CPUtime=5.94
/proc/21048/task/21052/stat : 21052 (java) S 21046 21048 17474 0 -1 64 64344 0 0 0 565 29 0 0 16 0 12 0 23817490 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21053] ppid=21046 vsize=818984 CPUtime=1.74
/proc/21048/task/21053/stat : 21053 (java) R 21046 21048 17474 0 -1 64 1764 0 0 0 173 1 0 0 17 0 12 0 23817492 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 104187913 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21054] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21054/stat : 21054 (java) S 21046 21048 17474 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 23817492 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21055] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21055/stat : 21055 (java) S 21046 21048 17474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23817492 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21056] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21056/stat : 21056 (java) S 21046 21048 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23817497 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=818984 CPUtime=0.09
/proc/21048/task/21057/stat : 21057 (java) S 21046 21048 17474 0 -1 64 259 0 0 0 9 0 0 0 17 0 12 0 23817497 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=818984 CPUtime=4.25
/proc/21048/task/21058/stat : 21058 (java) S 21046 21048 17474 0 -1 64 6722 0 0 0 421 4 0 0 16 0 12 0 23817497 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21059] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21059/stat : 21059 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23817497 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21060] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21060/stat : 21060 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23817497 838639616 167545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.34
Current children cumulated vsize (KiB) 818984

[startup+102.306 s]
/proc/loadavg: 2.26 2.09 2.08 3/86 21060
/proc/meminfo: memFree=989200/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=878984 CPUtime=103.55
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 280802 0 1 0 10214 141 0 0 18 0 12 0 23817488 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 219746 189486 1453 9 0 217073 0
[pid=21048/tid=21050] ppid=21046 vsize=878984 CPUtime=43.03
/proc/21048/task/21050/stat : 21050 (java) S 21046 21048 17474 0 -1 64 35752 0 1 0 4283 20 0 0 17 0 12 0 23817489 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21051] ppid=21046 vsize=878984 CPUtime=5.98
/proc/21048/task/21051/stat : 21051 (java) S 21046 21048 17474 0 -1 64 67985 0 0 0 568 30 0 0 16 0 12 0 23817490 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21052] ppid=21046 vsize=878984 CPUtime=6.29
/proc/21048/task/21052/stat : 21052 (java) S 21046 21048 17474 0 -1 64 65451 0 0 0 599 30 0 0 15 0 12 0 23817490 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21053] ppid=21046 vsize=878984 CPUtime=43.86
/proc/21048/task/21053/stat : 21053 (java) R 21046 21048 17474 0 -1 64 103894 0 0 0 4332 54 0 0 25 0 12 0 23817492 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 106157861 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21054] ppid=21046 vsize=878984 CPUtime=0
/proc/21048/task/21054/stat : 21054 (java) S 21046 21048 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23817492 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21055] ppid=21046 vsize=878984 CPUtime=0
/proc/21048/task/21055/stat : 21055 (java) S 21046 21048 17474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23817492 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21056] ppid=21046 vsize=878984 CPUtime=0
/proc/21048/task/21056/stat : 21056 (java) S 21046 21048 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23817497 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=878984 CPUtime=0.09
/proc/21048/task/21057/stat : 21057 (java) S 21046 21048 17474 0 -1 64 259 0 0 0 9 0 0 0 17 0 12 0 23817497 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=878984 CPUtime=4.25
/proc/21048/task/21058/stat : 21058 (java) S 21046 21048 17474 0 -1 64 6722 0 0 0 421 4 0 0 16 0 12 0 23817497 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21059] ppid=21046 vsize=878984 CPUtime=0
/proc/21048/task/21059/stat : 21059 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23817497 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21060] ppid=21046 vsize=878984 CPUtime=0
/proc/21048/task/21060/stat : 21060 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23817497 900079616 189486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.55
Current children cumulated vsize (KiB) 878984

[startup+162.301 s]
/proc/loadavg: 2.15 2.08 2.08 3/86 21060
/proc/meminfo: memFree=1048848/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=818984 CPUtime=163.26
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 370626 0 1 0 16132 194 0 0 18 0 12 0 23817488 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 204746 174486 1452 9 0 202073 0
[pid=21048/tid=21050] ppid=21046 vsize=818984 CPUtime=43.41
/proc/21048/task/21050/stat : 21050 (java) S 21046 21048 17474 0 -1 64 35767 0 1 0 4321 20 0 0 17 0 12 0 23817489 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21051] ppid=21046 vsize=818984 CPUtime=5.98
/proc/21048/task/21051/stat : 21051 (java) S 21046 21048 17474 0 -1 64 67985 0 0 0 568 30 0 0 16 0 12 0 23817490 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21052] ppid=21046 vsize=818984 CPUtime=6.29
/proc/21048/task/21052/stat : 21052 (java) S 21046 21048 17474 0 -1 64 65451 0 0 0 599 30 0 0 15 0 12 0 23817490 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21053] ppid=21046 vsize=818984 CPUtime=103.17
/proc/21048/task/21053/stat : 21053 (java) R 21046 21048 17474 0 -1 64 193703 0 0 0 10211 106 0 0 25 0 12 0 23817492 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21054] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21054/stat : 21054 (java) S 21046 21048 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23817492 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21055] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21055/stat : 21055 (java) S 21046 21048 17474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23817492 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21056] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21056/stat : 21056 (java) S 21046 21048 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=818984 CPUtime=0.09
/proc/21048/task/21057/stat : 21057 (java) S 21046 21048 17474 0 -1 64 259 0 0 0 9 0 0 0 17 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=818984 CPUtime=4.25
/proc/21048/task/21058/stat : 21058 (java) S 21046 21048 17474 0 -1 64 6722 0 0 0 421 4 0 0 16 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21059] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21059/stat : 21059 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21060] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21060/stat : 21060 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.26
Current children cumulated vsize (KiB) 818984

Solver just ended. Dumping a history of the last processes samples

[startup+163.102 s]
/proc/loadavg: 2.15 2.08 2.08 4/91 21066
/proc/meminfo: memFree=1047976/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=818984 CPUtime=164.04
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 370626 0 1 0 16210 194 0 0 18 0 12 0 23817488 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 204746 174486 1452 9 0 202073 0
[pid=21048/tid=21050] ppid=21046 vsize=818984 CPUtime=43.41
/proc/21048/task/21050/stat : 21050 (java) S 21046 21048 17474 0 -1 64 35767 0 1 0 4321 20 0 0 17 0 12 0 23817489 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21051] ppid=21046 vsize=818984 CPUtime=5.98
/proc/21048/task/21051/stat : 21051 (java) S 21046 21048 17474 0 -1 64 67985 0 0 0 568 30 0 0 16 0 12 0 23817490 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21052] ppid=21046 vsize=818984 CPUtime=6.29
/proc/21048/task/21052/stat : 21052 (java) S 21046 21048 17474 0 -1 64 65451 0 0 0 599 30 0 0 15 0 12 0 23817490 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21053] ppid=21046 vsize=818984 CPUtime=103.95
/proc/21048/task/21053/stat : 21053 (java) R 21046 21048 17474 0 -1 64 193703 0 0 0 10289 106 0 0 25 0 12 0 23817492 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 106159191 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21054] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21054/stat : 21054 (java) S 21046 21048 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23817492 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21055] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21055/stat : 21055 (java) S 21046 21048 17474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23817492 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21056] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21056/stat : 21056 (java) S 21046 21048 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=818984 CPUtime=0.09
/proc/21048/task/21057/stat : 21057 (java) S 21046 21048 17474 0 -1 64 259 0 0 0 9 0 0 0 17 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=818984 CPUtime=4.25
/proc/21048/task/21058/stat : 21058 (java) S 21046 21048 17474 0 -1 64 6722 0 0 0 421 4 0 0 16 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21059] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21059/stat : 21059 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21060] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21060/stat : 21060 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.04
Current children cumulated vsize (KiB) 818984

[startup+163.503 s]
/proc/loadavg: 2.15 2.08 2.08 4/91 21066
/proc/meminfo: memFree=1047976/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=818984 CPUtime=164.44
/proc/21048/stat : 21048 (java) S 21046 21048 17474 0 -1 0 370626 0 1 0 16250 194 0 0 18 0 12 0 23817488 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21048/statm: 204746 174486 1452 9 0 202073 0
[pid=21048/tid=21050] ppid=21046 vsize=818984 CPUtime=43.41
/proc/21048/task/21050/stat : 21050 (java) S 21046 21048 17474 0 -1 64 35767 0 1 0 4321 20 0 0 17 0 12 0 23817489 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21051] ppid=21046 vsize=818984 CPUtime=5.98
/proc/21048/task/21051/stat : 21051 (java) S 21046 21048 17474 0 -1 64 67985 0 0 0 568 30 0 0 16 0 12 0 23817490 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21052] ppid=21046 vsize=818984 CPUtime=6.29
/proc/21048/task/21052/stat : 21052 (java) S 21046 21048 17474 0 -1 64 65451 0 0 0 599 30 0 0 15 0 12 0 23817490 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21053] ppid=21046 vsize=818984 CPUtime=104.35
/proc/21048/task/21053/stat : 21053 (java) R 21046 21048 17474 0 -1 64 193703 0 0 0 10329 106 0 0 25 0 12 0 23817492 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21054] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21054/stat : 21054 (java) S 21046 21048 17474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23817492 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21055] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21055/stat : 21055 (java) S 21046 21048 17474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23817492 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21048/tid=21056] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21056/stat : 21056 (java) S 21046 21048 17474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21057] ppid=21046 vsize=818984 CPUtime=0.09
/proc/21048/task/21057/stat : 21057 (java) S 21046 21048 17474 0 -1 64 259 0 0 0 9 0 0 0 17 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21058] ppid=21046 vsize=818984 CPUtime=4.25
/proc/21048/task/21058/stat : 21058 (java) S 21046 21048 17474 0 -1 64 6722 0 0 0 421 4 0 0 16 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21059] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21059/stat : 21059 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21048/tid=21060] ppid=21046 vsize=818984 CPUtime=0
/proc/21048/task/21060/stat : 21060 (java) S 21046 21048 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23817497 838639616 174486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.44
Current children cumulated vsize (KiB) 818984

[startup+163.703 s]
/proc/loadavg: 2.15 2.08 2.08 4/91 21066
/proc/meminfo: memFree=1047976/2055920 swapFree=4192812/4192956
[pid=21048] ppid=21046 vsize=0 CPUtime=164.6
/proc/21048/stat : 21048 (java) Z 21046 21048 17474 0 -1 12 370641 0 1 0 16259 201 0 0 16 0 2 0 23817488 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21048/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 164.6
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 163.737
CPU time (s): 164.647
CPU user time (s): 162.594
CPU system time (s): 2.05269
CPU usage (%): 100.556
Max. virtual memory (cumulated for all children) (KiB): 910988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.594
system time used= 2.05269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370641
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= 5539
involuntary context switches= 5296

runsolver used 0.221966 second user time and 0.545917 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 04:58:18
IDJOB=2078819
IDBENCH=56816
IDSOLVER=731
FILE ID=node2/2078819-1247367498
PBS_JOBID= 9507033
Free space on /tmp= 66328 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/nengfa/normalized-pack.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078819-1247367498/watcher-2078819-1247367498 -o /tmp/evaluation-result-2078819-1247367498/solver-2078819-1247367498 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078819-1247367498.xml

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

MD5SUM BENCH= 5180adc317c1c1529db105bbc2f77fdb
RANDOM SEED=1335638921

node2.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.265
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.265
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:       1747344 kB
Buffers:         31712 kB
Cached:         178068 kB
SwapCached:          0 kB
Active:         171616 kB
Inactive:        82684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3572 kB
Writeback:           0 kB
Mapped:          55840 kB
Slab:            39440 kB
Committed_AS:   182364 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= 66328 MiB
End job on node2 at 2009-07-12 05:01:02