Trace number 2077796

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? 190.566 189.107

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-2-3.xml
MD5SUM865d53dc7136f9cabdf188722bf22774
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity5
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

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

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-2077796-1247365808/watcher-2077796-1247365808 -o /tmp/evaluation-result-2077796-1247365808/solver-2077796-1247365808 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077796-1247365808.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: 2.37 2.73 2.45 4/82 21777
/proc/meminfo: memFree=998992/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=272 CPUtime=0
/proc/21777/stat : 21777 (java) D 21775 21777 18191 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 23643664 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 9839396 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/21777/statm: 68 37 28 9 0 6 0

[startup+0.089291 s]
/proc/loadavg: 2.37 2.73 2.45 4/82 21777
/proc/meminfo: memFree=998992/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=804360 CPUtime=0.08
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 2939 0 1 0 6 2 0 0 18 0 12 0 23643664 823664640 2683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 201090 2683 1056 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.102012 s]
/proc/loadavg: 2.37 2.73 2.45 4/82 21777
/proc/meminfo: memFree=998992/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=804560 CPUtime=0.09
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 3050 0 1 0 7 2 0 0 18 0 12 0 23643664 823869440 2793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 201140 2793 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302036 s]
/proc/loadavg: 2.37 2.73 2.45 4/82 21777
/proc/meminfo: memFree=998992/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=805896 CPUtime=0.29
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 4388 0 1 0 25 4 0 0 18 0 12 0 23643664 825237504 4125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 201474 4125 1359 9 0 198801 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805896

[startup+0.701366 s]
/proc/loadavg: 2.37 2.73 2.45 4/82 21777
/proc/meminfo: memFree=998992/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=807360 CPUtime=0.69
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 6502 0 1 0 62 7 0 0 18 0 12 0 23643664 826736640 5527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 201840 5527 1384 9 0 199167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807360

[startup+1.50245 s]
/proc/loadavg: 2.37 2.73 2.45 5/94 21789
/proc/meminfo: memFree=979568/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=810744 CPUtime=1.49
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 9504 0 1 0 140 9 0 0 18 0 12 0 23643664 830201856 7428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 202686 7429 1424 9 0 200013 0
[pid=21777/tid=21779] ppid=21775 vsize=810744 CPUtime=0.78
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 18191 0 -1 64 5260 0 1 0 72 6 0 0 25 0 12 0 23643665 830201856 7429 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21780] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 18191 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 23643666 830201856 7429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21781] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 23643666 830201856 7429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21782] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 18191 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23643668 830201856 7429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21783] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 18191 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23643669 830201856 7429 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 18191 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23643669 830201856 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 18191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23643673 830201856 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=810744 CPUtime=0.04
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 18191 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23643673 830201856 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=810744 CPUtime=0.64
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 18191 0 -1 64 3240 0 0 0 62 2 0 0 17 0 12 0 23643673 830201856 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21788] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23643673 830201856 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23643673 830201856 7430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 810744

[startup+3.10264 s]
/proc/loadavg: 2.37 2.73 2.45 4/94 21789
/proc/meminfo: memFree=940592/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=810744 CPUtime=3.09
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 21661 0 1 0 293 16 0 0 18 0 12 0 23643664 830201856 18951 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 202686 18951 1426 9 0 200013 0
[pid=21777/tid=21779] ppid=21775 vsize=810744 CPUtime=1.94
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 18191 0 -1 64 16705 0 1 0 181 13 0 0 25 0 12 0 23643665 830201856 18951 996147200 134512640 134550932 4294956016 18446744073709551615 4109565645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21780] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 18191 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 23643666 830201856 18952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21781] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 23643666 830201856 18952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21782] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 18191 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23643668 830201856 18952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21783] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 18191 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23643669 830201856 18952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 18191 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23643669 830201856 18952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 18191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23643673 830201856 18953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=810744 CPUtime=0.04
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 18191 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23643673 830201856 18953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=810744 CPUtime=1.09
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 18191 0 -1 64 3951 0 0 0 107 2 0 0 16 0 12 0 23643673 830201856 18953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21788] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23643673 830201856 18953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=810744 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23643673 830201856 18953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 810744

[startup+6.30102 s]
/proc/loadavg: 2.34 2.71 2.45 5/94 21789
/proc/meminfo: memFree=886448/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=810328 CPUtime=6.45
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 37175 0 1 0 622 23 0 0 18 0 12 0 23643664 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 202582 33831 1435 9 0 199909 0
[pid=21777/tid=21779] ppid=21775 vsize=810328 CPUtime=4.1
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 18191 0 -1 64 17389 0 1 0 397 13 0 0 21 0 12 0 23643665 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21780] ppid=21775 vsize=810328 CPUtime=0.52
/proc/21777/task/21780/stat : 21780 (java) R 21775 21777 18191 0 -1 64 7544 0 0 0 50 2 0 0 17 0 12 0 23643666 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21781] ppid=21775 vsize=810328 CPUtime=0.49
/proc/21777/task/21781/stat : 21781 (java) R 21775 21777 18191 0 -1 64 7262 0 0 0 46 3 0 0 17 0 12 0 23643666 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 103111747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=810328 CPUtime=0
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 18191 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23643668 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21783] ppid=21775 vsize=810328 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 18191 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23643669 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=810328 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 18191 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23643669 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=810328 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 18191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23643673 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=810328 CPUtime=0.07
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 18191 0 -1 64 268 0 0 0 7 0 0 0 16 0 12 0 23643673 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21787] ppid=21775 vsize=810328 CPUtime=1.21
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 18191 0 -1 64 3960 0 0 0 119 2 0 0 16 0 12 0 23643673 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=810328 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23643673 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=810328 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23643673 829775872 33831 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 810328

[startup+12.7075 s]
/proc/loadavg: 2.31 2.70 2.45 5/94 21789
/proc/meminfo: memFree=796784/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=810176 CPUtime=12.9
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 60415 0 1 0 1255 35 0 0 18 0 12 0 23643664 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 202544 56773 1435 9 0 199871 0
[pid=21777/tid=21779] ppid=21775 vsize=810176 CPUtime=8.12
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 18191 0 -1 64 17407 0 1 0 799 13 0 0 25 0 12 0 23643665 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21780] ppid=21775 vsize=810176 CPUtime=1.68
/proc/21777/task/21780/stat : 21780 (java) R 21775 21777 18191 0 -1 64 15927 0 0 0 161 7 0 0 16 0 12 0 23643666 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21781] ppid=21775 vsize=810176 CPUtime=1.76
/proc/21777/task/21781/stat : 21781 (java) R 21775 21777 18191 0 -1 64 22101 0 0 0 166 10 0 0 16 0 12 0 23643666 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 105886447 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21782] ppid=21775 vsize=810176 CPUtime=0.01
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 18191 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 23643668 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21783] ppid=21775 vsize=810176 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 18191 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23643669 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=810176 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 18191 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23643669 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=810176 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 18191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23643673 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=810176 CPUtime=0.07
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 18191 0 -1 64 268 0 0 0 7 0 0 0 16 0 12 0 23643673 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21787] ppid=21775 vsize=810176 CPUtime=1.21
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 18191 0 -1 64 3960 0 0 0 119 2 0 0 16 0 12 0 23643673 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=810176 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23643673 829620224 56773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=810176 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23643673 829620224 56773 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) 810176

[startup+25.5023 s]
/proc/loadavg: 2.39 2.70 2.45 3/94 21789
/proc/meminfo: memFree=604080/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=812104 CPUtime=26.22
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 106051 0 1 0 2566 56 0 0 18 0 12 0 23643664 831594496 101513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 203026 101513 1435 9 0 200353 0
[pid=21777/tid=21779] ppid=21775 vsize=812104 CPUtime=16.78
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 18191 0 -1 64 23574 0 1 0 1661 17 0 0 20 0 12 0 23643665 831594496 101513 996147200 134512640 134550932 4294956016 18446744073709551615 4109565526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21780] ppid=21775 vsize=812104 CPUtime=3.96
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 18191 0 -1 64 33576 0 0 0 382 14 0 0 17 0 12 0 23643666 831594496 101513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21781] ppid=21775 vsize=812104 CPUtime=4.14
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 18191 0 -1 64 43921 0 0 0 394 20 0 0 16 0 12 0 23643666 831594496 101513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=812104 CPUtime=0.01
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 18191 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 23643668 831594496 101513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21783] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 18191 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 101513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 18191 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 101513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 18191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 101513 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=812104 CPUtime=0.07

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

[pid=21777/tid=21788] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 167.91
Current children cumulated vsize (KiB) 812104

[startup+179.101 s]
/proc/loadavg: 2.17 2.52 2.42 3/94 21789
/proc/meminfo: memFree=295984/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=812104 CPUtime=180.65
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 178020 0 1 0 17974 91 0 0 18 0 12 0 23643664 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 203026 172556 1437 9 0 200353 0
[pid=21777/tid=21779] ppid=21775 vsize=812104 CPUtime=38.84
/proc/21777/task/21779/stat : 21779 (java) S 21775 21777 18191 0 -1 64 35932 0 1 0 3861 23 0 0 17 0 12 0 23643665 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21780] ppid=21775 vsize=812104 CPUtime=8.4
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 18191 0 -1 64 60549 0 0 0 813 27 0 0 16 0 12 0 23643666 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21781] ppid=21775 vsize=812104 CPUtime=8.48
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 18191 0 -1 64 70143 0 0 0 816 32 0 0 15 0 12 0 23643666 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=812104 CPUtime=123.56
/proc/21777/task/21782/stat : 21782 (java) R 21775 21777 18191 0 -1 64 6429 0 0 0 12353 3 0 0 25 0 12 0 23643668 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21783] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 18191 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21784] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 18191 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 18191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=812104 CPUtime=0.1
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 18191 0 -1 64 268 0 0 0 10 0 0 0 16 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21787] ppid=21775 vsize=812104 CPUtime=1.21
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 18191 0 -1 64 3960 0 0 0 119 2 0 0 16 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.65
Current children cumulated vsize (KiB) 812104

[startup+185.503 s]
/proc/loadavg: 2.16 2.51 2.42 3/94 21789
/proc/meminfo: memFree=295984/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=812104 CPUtime=187.02
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 178024 0 1 0 18610 92 0 0 18 0 12 0 23643664 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 203026 172556 1436 9 0 200353 0
[pid=21777/tid=21779] ppid=21775 vsize=812104 CPUtime=38.84
/proc/21777/task/21779/stat : 21779 (java) S 21775 21777 18191 0 -1 64 35936 0 1 0 3861 23 0 0 17 0 12 0 23643665 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21780] ppid=21775 vsize=812104 CPUtime=8.4
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 18191 0 -1 64 60549 0 0 0 813 27 0 0 16 0 12 0 23643666 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21781] ppid=21775 vsize=812104 CPUtime=8.48
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 18191 0 -1 64 70143 0 0 0 816 32 0 0 15 0 12 0 23643666 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=812104 CPUtime=129.92
/proc/21777/task/21782/stat : 21782 (java) R 21775 21777 18191 0 -1 64 6429 0 0 0 12989 3 0 0 25 0 12 0 23643668 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 105696818 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21783] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 18191 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21784] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 18191 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 18191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=812104 CPUtime=0.1
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 18191 0 -1 64 268 0 0 0 10 0 0 0 16 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21787] ppid=21775 vsize=812104 CPUtime=1.21
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 18191 0 -1 64 3960 0 0 0 119 2 0 0 16 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 187.02
Current children cumulated vsize (KiB) 812104

[startup+187.101 s]
/proc/loadavg: 2.16 2.51 2.42 3/94 21789
/proc/meminfo: memFree=295984/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=812104 CPUtime=188.62
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 178024 0 1 0 18770 92 0 0 18 0 12 0 23643664 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 203026 172556 1436 9 0 200353 0
[pid=21777/tid=21779] ppid=21775 vsize=812104 CPUtime=38.84
/proc/21777/task/21779/stat : 21779 (java) S 21775 21777 18191 0 -1 64 35936 0 1 0 3861 23 0 0 17 0 12 0 23643665 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21780] ppid=21775 vsize=812104 CPUtime=8.4
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 18191 0 -1 64 60549 0 0 0 813 27 0 0 16 0 12 0 23643666 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21781] ppid=21775 vsize=812104 CPUtime=8.48
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 18191 0 -1 64 70143 0 0 0 816 32 0 0 15 0 12 0 23643666 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=812104 CPUtime=131.51
/proc/21777/task/21782/stat : 21782 (java) R 21775 21777 18191 0 -1 64 6429 0 0 0 13148 3 0 0 25 0 12 0 23643668 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21783] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 18191 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21784] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 18191 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 18191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=812104 CPUtime=0.1
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 18191 0 -1 64 268 0 0 0 10 0 0 0 16 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21787] ppid=21775 vsize=812104 CPUtime=1.21
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 18191 0 -1 64 3960 0 0 0 119 2 0 0 16 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 188.62
Current children cumulated vsize (KiB) 812104

[startup+187.901 s]
/proc/loadavg: 2.16 2.51 2.42 3/94 21789
/proc/meminfo: memFree=295984/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=812104 CPUtime=189.41
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 178024 0 1 0 18849 92 0 0 18 0 12 0 23643664 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 203026 172556 1436 9 0 200353 0
[pid=21777/tid=21779] ppid=21775 vsize=812104 CPUtime=38.84
/proc/21777/task/21779/stat : 21779 (java) S 21775 21777 18191 0 -1 64 35936 0 1 0 3861 23 0 0 17 0 12 0 23643665 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21780] ppid=21775 vsize=812104 CPUtime=8.4
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 18191 0 -1 64 60549 0 0 0 813 27 0 0 16 0 12 0 23643666 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21781] ppid=21775 vsize=812104 CPUtime=8.48
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 18191 0 -1 64 70143 0 0 0 816 32 0 0 15 0 12 0 23643666 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=812104 CPUtime=132.31
/proc/21777/task/21782/stat : 21782 (java) R 21775 21777 18191 0 -1 64 6429 0 0 0 13228 3 0 0 25 0 12 0 23643668 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 105886157 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21783] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 18191 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21784] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 18191 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 18191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=812104 CPUtime=0.1
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 18191 0 -1 64 268 0 0 0 10 0 0 0 16 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21787] ppid=21775 vsize=812104 CPUtime=1.21
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 18191 0 -1 64 3960 0 0 0 119 2 0 0 16 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 189.41
Current children cumulated vsize (KiB) 812104

[startup+188.701 s]
/proc/loadavg: 2.14 2.50 2.42 3/94 21789
/proc/meminfo: memFree=295984/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=812104 CPUtime=190.21
/proc/21777/stat : 21777 (java) S 21775 21777 18191 0 -1 0 178024 0 1 0 18929 92 0 0 18 0 12 0 23643664 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 203026 172556 1436 9 0 200353 0
[pid=21777/tid=21779] ppid=21775 vsize=812104 CPUtime=38.84
/proc/21777/task/21779/stat : 21779 (java) S 21775 21777 18191 0 -1 64 35936 0 1 0 3861 23 0 0 17 0 12 0 23643665 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21780] ppid=21775 vsize=812104 CPUtime=8.4
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 18191 0 -1 64 60549 0 0 0 813 27 0 0 16 0 12 0 23643666 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21781] ppid=21775 vsize=812104 CPUtime=8.48
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 18191 0 -1 64 70143 0 0 0 816 32 0 0 15 0 12 0 23643666 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=812104 CPUtime=133.11
/proc/21777/task/21782/stat : 21782 (java) R 21775 21777 18191 0 -1 64 6429 0 0 0 13308 3 0 0 25 0 12 0 23643668 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21783] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 18191 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21784] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 18191 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23643669 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 18191 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=812104 CPUtime=0.1
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 18191 0 -1 64 268 0 0 0 10 0 0 0 16 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21787] ppid=21775 vsize=812104 CPUtime=1.21
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 18191 0 -1 64 3960 0 0 0 119 2 0 0 16 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=812104 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23643673 831594496 172556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 190.21
Current children cumulated vsize (KiB) 812104

[startup+189.101 s]
/proc/loadavg: 2.14 2.50 2.42 4/84 21790
/proc/meminfo: memFree=951216/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=0 CPUtime=190.55
/proc/21777/stat : 21777 (java) Z 21775 21777 18191 0 -1 12 178040 0 1 0 18953 102 0 0 16 0 2 0 23643664 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 190.55
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 189.107
CPU time (s): 190.566
CPU user time (s): 189.535
CPU system time (s): 1.03084
CPU usage (%): 100.771
Max. virtual memory (cumulated for all children) (KiB): 812224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.535
system time used= 1.03084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178040
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= 5618
involuntary context switches= 5710

runsolver used 0.245962 second user time and 0.672897 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 04:30:08
IDJOB=2077796
IDBENCH=56665
IDSOLVER=731
FILE ID=node66/2077796-1247365808
PBS_JOBID= 9507045
Free space on /tmp= 66244 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-20-2-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077796-1247365808/watcher-2077796-1247365808 -o /tmp/evaluation-result-2077796-1247365808/solver-2077796-1247365808 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077796-1247365808.xml

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

MD5SUM BENCH= 865d53dc7136f9cabdf188722bf22774
RANDOM SEED=1575839487

node66.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.214
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.214
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:        999472 kB
Buffers:         60968 kB
Cached:         200900 kB
SwapCached:          0 kB
Active:         860636 kB
Inactive:       118224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        999472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:         738176 kB
Slab:            61160 kB
Committed_AS:   920180 kB
PageTables:       3292 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= 66240 MiB
End job on node66 at 2009-07-12 04:33:18