Trace number 2083901

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? 407.768 410.045

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-8.xml
MD5SUM6e460b84f999771fc63912f5692a6b09
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.5853
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

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

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-2083901-1247378456/watcher-2083901-1247378456 -o /tmp/evaluation-result-2083901-1247378456/solver-2083901-1247378456 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083901-1247378456.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.83 2.34 2.18 4/82 26372
/proc/meminfo: memFree=1190424/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=18576 CPUtime=0
/proc/26372/stat : 26372 (runsolver) D 26370 26372 8169 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 24913170 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/26372/statm: 4644 284 249 26 0 2626 0

[startup+0.0955249 s]
/proc/loadavg: 2.83 2.34 2.18 4/82 26372
/proc/meminfo: memFree=1190424/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=12788 CPUtime=0
/proc/26372/stat : 26372 (java) D 26370 26372 8169 0 -1 0 351 0 6 0 0 0 0 0 18 0 1 0 24913170 13094912 165 996147200 134512640 134550932 4294956016 18446744073709551615 10924964 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/26372/statm: 3197 165 127 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12788

[startup+0.101522 s]
/proc/loadavg: 2.83 2.34 2.18 4/82 26372
/proc/meminfo: memFree=1190424/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=12788 CPUtime=0
/proc/26372/stat : 26372 (java) D 26370 26372 8169 0 -1 0 351 0 6 0 0 0 0 0 18 0 1 0 24913170 13094912 165 996147200 134512640 134550932 4294956016 18446744073709551615 10924964 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/26372/statm: 3197 165 127 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12788

[startup+0.301569 s]
/proc/loadavg: 2.83 2.34 2.18 4/82 26372
/proc/meminfo: memFree=1190424/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=802032 CPUtime=0.05
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 2569 0 43 0 2 3 0 0 18 0 7 0 24913170 821280768 2356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 200508 2356 1010 9 0 197859 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802032

[startup+0.701633 s]
/proc/loadavg: 2.83 2.34 2.18 4/82 26372
/proc/meminfo: memFree=1190424/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=807180 CPUtime=0.37
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 4829 0 44 0 31 6 0 0 18 0 12 0 24913170 826552320 4404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 201795 4404 1368 9 0 199122 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 807180

[startup+1.50276 s]
/proc/loadavg: 2.83 2.34 2.18 4/94 26384
/proc/meminfo: memFree=1160760/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=808464 CPUtime=1.12
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 7268 0 44 0 103 9 0 0 18 0 12 0 24913170 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 202116 6253 1397 9 0 199443 0
[pid=26372/tid=26374] ppid=26370 vsize=808464 CPUtime=0.52
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 8169 0 -1 64 4507 0 10 0 47 5 0 0 21 0 12 0 24913187 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26375] ppid=26370 vsize=808464 CPUtime=0
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 8169 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 24913195 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26376] ppid=26370 vsize=808464 CPUtime=0
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24913195 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26377] ppid=26370 vsize=808464 CPUtime=0
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 8169 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24913198 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26378] ppid=26370 vsize=808464 CPUtime=0
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 8169 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 24913198 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=808464 CPUtime=0
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 8169 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24913198 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26380] ppid=26370 vsize=808464 CPUtime=0
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24913206 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=808464 CPUtime=0
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 8169 0 -1 64 13 0 0 0 0 0 0 0 21 0 12 0 24913206 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26382] ppid=26370 vsize=808464 CPUtime=0.56
/proc/26372/task/26382/stat : 26382 (java) R 26370 26372 8169 0 -1 64 2039 0 0 0 56 0 0 0 17 0 12 0 24913206 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 103148801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26383] ppid=26370 vsize=808464 CPUtime=0
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24913206 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=808464 CPUtime=0
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24913206 827867136 6253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 808464

[startup+3.10303 s]
/proc/loadavg: 2.83 2.34 2.18 3/94 26384
/proc/meminfo: memFree=1129848/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=810944 CPUtime=2.73
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 16790 0 44 0 259 14 0 0 18 0 12 0 24913170 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 202736 13693 1431 9 0 200063 0
[pid=26372/tid=26374] ppid=26370 vsize=810944 CPUtime=1.21
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 8169 0 -1 64 11206 0 10 0 112 9 0 0 21 0 12 0 24913187 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26375] ppid=26370 vsize=810944 CPUtime=0
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 8169 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 24913195 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26376] ppid=26370 vsize=810944 CPUtime=0
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24913195 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26377] ppid=26370 vsize=810944 CPUtime=0
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 8169 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24913198 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26378] ppid=26370 vsize=810944 CPUtime=0
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 8169 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 24913198 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=810944 CPUtime=0
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 8169 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24913198 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26380] ppid=26370 vsize=810944 CPUtime=0
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24913206 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=810944 CPUtime=0.3
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 8169 0 -1 64 778 0 0 0 30 0 0 0 17 0 12 0 24913206 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26382] ppid=26370 vsize=810944 CPUtime=1.17
/proc/26372/task/26382/stat : 26382 (java) R 26370 26372 8169 0 -1 64 4097 0 0 0 115 2 0 0 17 0 12 0 24913206 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 106262354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26383] ppid=26370 vsize=810944 CPUtime=0
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24913206 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=810944 CPUtime=0
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24913206 830406656 13693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 810944

[startup+6.30253 s]
/proc/loadavg: 2.93 2.36 2.19 3/94 26390
/proc/meminfo: memFree=1057016/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=810816 CPUtime=5.91
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 31161 0 44 0 571 20 0 0 18 0 12 0 24913170 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 202704 28026 1440 9 0 200031 0
[pid=26372/tid=26374] ppid=26370 vsize=810816 CPUtime=3.88
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 8169 0 -1 64 17237 0 10 0 377 11 0 0 25 0 12 0 24913187 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4109791848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26375] ppid=26370 vsize=810816 CPUtime=0.19
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 8169 0 -1 64 4219 0 0 0 18 1 0 0 16 0 12 0 24913195 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26376] ppid=26370 vsize=810816 CPUtime=0.18
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 8169 0 -1 64 4102 0 0 0 16 2 0 0 16 0 12 0 24913195 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26377] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 8169 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24913198 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26378] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24913198 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26379] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 8169 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24913198 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26380] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24913206 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=810816 CPUtime=0.3
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 8169 0 -1 64 778 0 0 0 30 0 0 0 17 0 12 0 24913206 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26382] ppid=26370 vsize=810816 CPUtime=1.3
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 8169 0 -1 64 4106 0 0 0 128 2 0 0 16 0 12 0 24913206 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26383] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24913206 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24913206 830275584 28026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 810816

[startup+12.7026 s]
/proc/loadavg: 2.85 2.36 2.19 3/94 26390
/proc/meminfo: memFree=1015736/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=810816 CPUtime=12.27
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 36493 0 44 0 1204 23 0 0 18 0 12 0 24913170 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 202704 33345 1440 9 0 200031 0
[pid=26372/tid=26374] ppid=26370 vsize=810816 CPUtime=9.9
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 8169 0 -1 64 17254 0 10 0 979 11 0 0 25 0 12 0 24913187 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4109791764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26375] ppid=26370 vsize=810816 CPUtime=0.29
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 8169 0 -1 64 6126 0 0 0 27 2 0 0 16 0 12 0 24913195 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26376] ppid=26370 vsize=810816 CPUtime=0.31
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 8169 0 -1 64 7503 0 0 0 28 3 0 0 16 0 12 0 24913195 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26377] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 8169 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24913198 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26378] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24913198 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26379] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 8169 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24913198 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26380] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24913206 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=810816 CPUtime=0.3
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 8169 0 -1 64 778 0 0 0 30 0 0 0 17 0 12 0 24913206 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26382] ppid=26370 vsize=810816 CPUtime=1.38
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 8169 0 -1 64 4113 0 0 0 136 2 0 0 17 0 12 0 24913206 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26383] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24913206 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24913206 830275584 33345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 810816

[startup+25.5027 s]
/proc/loadavg: 2.66 2.34 2.19 3/94 26390
/proc/meminfo: memFree=940600/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=810816 CPUtime=25
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 42436 0 44 0 2473 27 0 0 18 0 12 0 24913170 830275584 39268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 202704 39268 1441 9 0 200031 0
[pid=26372/tid=26374] ppid=26370 vsize=810816 CPUtime=22.35
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 8169 0 -1 64 17277 0 10 0 2222 13 0 0 25 0 12 0 24913187 830275584 39268 996147200 134512640 134550932 4294956016 18446744073709551615 4109850413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26375] ppid=26370 vsize=810816 CPUtime=0.38
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 8169 0 -1 64 9109 0 0 0 35 3 0 0 16 0 12 0 24913195 830275584 39268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26376] ppid=26370 vsize=810816 CPUtime=0.39
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 8169 0 -1 64 10439 0 0 0 35 4 0 0 16 0 12 0 24913195 830275584 39268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26377] ppid=26370 vsize=810816 CPUtime=0.01
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 8169 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 24913198 830275584 39268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26378] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24913198 830275584 39268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26379] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 8169 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24913198 830275584 39268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26380] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24913206 830275584 39268 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=810816 CPUtime=0.3

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

[pid=26372/tid=26383] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.82
Current children cumulated vsize (KiB) 810816

[startup+406.301 s]
/proc/loadavg: 2.52 2.30 2.20 4/93 26468
/proc/meminfo: memFree=979248/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=810816 CPUtime=404.01
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 179039 0 44 0 40301 100 0 0 18 0 12 0 24913170 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 202704 172297 1452 9 0 200031 0
[pid=26372/tid=26374] ppid=26370 vsize=810816 CPUtime=343.11
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 8169 0 -1 64 17689 0 10 0 34283 28 0 0 25 0 12 0 24913187 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4109714155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26375] ppid=26370 vsize=810816 CPUtime=3.85
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 8169 0 -1 64 77280 0 0 0 354 31 0 0 16 0 12 0 24913195 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26376] ppid=26370 vsize=810816 CPUtime=3.64
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 8169 0 -1 64 75862 0 0 0 334 30 0 0 15 0 12 0 24913195 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26377] ppid=26370 vsize=810816 CPUtime=50.96
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 8169 0 -1 64 1692 0 0 0 5092 4 0 0 16 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26378] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 8169 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26380] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=810816 CPUtime=0.3
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 8169 0 -1 64 778 0 0 0 30 0 0 0 17 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26382] ppid=26370 vsize=810816 CPUtime=2.07
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 8169 0 -1 64 5032 0 0 0 205 2 0 0 17 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26383] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 404.01
Current children cumulated vsize (KiB) 810816

[startup+407.902 s]
/proc/loadavg: 2.52 2.30 2.20 4/93 26468
/proc/meminfo: memFree=979248/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=810816 CPUtime=405.61
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 179040 0 44 0 40461 100 0 0 18 0 12 0 24913170 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 202704 172297 1452 9 0 200031 0
[pid=26372/tid=26374] ppid=26370 vsize=810816 CPUtime=343.18
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 8169 0 -1 64 17690 0 10 0 34290 28 0 0 25 0 12 0 24913187 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4109917480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26375] ppid=26370 vsize=810816 CPUtime=3.85
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 8169 0 -1 64 77280 0 0 0 354 31 0 0 16 0 12 0 24913195 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26376] ppid=26370 vsize=810816 CPUtime=3.64
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 8169 0 -1 64 75862 0 0 0 334 30 0 0 15 0 12 0 24913195 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26377] ppid=26370 vsize=810816 CPUtime=52.48
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 8169 0 -1 64 1692 0 0 0 5244 4 0 0 17 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26378] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 8169 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26380] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=810816 CPUtime=0.3
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 8169 0 -1 64 778 0 0 0 30 0 0 0 17 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26382] ppid=26370 vsize=810816 CPUtime=2.07
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 8169 0 -1 64 5032 0 0 0 205 2 0 0 17 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26383] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 405.61
Current children cumulated vsize (KiB) 810816

[startup+408.702 s]
/proc/loadavg: 2.52 2.30 2.20 4/93 26468
/proc/meminfo: memFree=979248/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=810816 CPUtime=406.41
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 179041 0 44 0 40541 100 0 0 18 0 12 0 24913170 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 202704 172297 1452 9 0 200031 0
[pid=26372/tid=26374] ppid=26370 vsize=810816 CPUtime=343.24
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 8169 0 -1 64 17691 0 10 0 34296 28 0 0 25 0 12 0 24913187 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26375] ppid=26370 vsize=810816 CPUtime=3.85
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 8169 0 -1 64 77280 0 0 0 354 31 0 0 16 0 12 0 24913195 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26376] ppid=26370 vsize=810816 CPUtime=3.64
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 8169 0 -1 64 75862 0 0 0 334 30 0 0 15 0 12 0 24913195 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26377] ppid=26370 vsize=810816 CPUtime=53.23
/proc/26372/task/26377/stat : 26377 (java) R 26370 26372 8169 0 -1 64 1692 0 0 0 5319 4 0 0 16 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26378] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 8169 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26380] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=810816 CPUtime=0.3
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 8169 0 -1 64 778 0 0 0 30 0 0 0 17 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26382] ppid=26370 vsize=810816 CPUtime=2.07
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 8169 0 -1 64 5032 0 0 0 205 2 0 0 17 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26383] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 406.41
Current children cumulated vsize (KiB) 810816

[startup+409.503 s]
/proc/loadavg: 2.52 2.30 2.20 4/93 26468
/proc/meminfo: memFree=979248/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=810816 CPUtime=407.21
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 179044 0 44 0 40621 100 0 0 18 0 12 0 24913170 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 202704 172297 1451 9 0 200031 0
[pid=26372/tid=26374] ppid=26370 vsize=810816 CPUtime=343.34
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 8169 0 -1 64 17694 0 10 0 34306 28 0 0 24 0 12 0 24913187 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26375] ppid=26370 vsize=810816 CPUtime=3.85
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 8169 0 -1 64 77280 0 0 0 354 31 0 0 16 0 12 0 24913195 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26376] ppid=26370 vsize=810816 CPUtime=3.64
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 8169 0 -1 64 75862 0 0 0 334 30 0 0 15 0 12 0 24913195 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26377] ppid=26370 vsize=810816 CPUtime=53.92
/proc/26372/task/26377/stat : 26377 (java) R 26370 26372 8169 0 -1 64 1692 0 0 0 5388 4 0 0 16 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26378] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 8169 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26380] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=810816 CPUtime=0.3
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 8169 0 -1 64 778 0 0 0 30 0 0 0 17 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26382] ppid=26370 vsize=810816 CPUtime=2.07
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 8169 0 -1 64 5032 0 0 0 205 2 0 0 17 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26383] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 407.21
Current children cumulated vsize (KiB) 810816

[startup+409.903 s]
/proc/loadavg: 2.52 2.30 2.20 4/93 26468
/proc/meminfo: memFree=979248/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=810816 CPUtime=407.61
/proc/26372/stat : 26372 (java) S 26370 26372 8169 0 -1 0 179044 0 44 0 40661 100 0 0 18 0 12 0 24913170 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26372/statm: 202704 172297 1451 9 0 200031 0
[pid=26372/tid=26374] ppid=26370 vsize=810816 CPUtime=343.34
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 8169 0 -1 64 17694 0 10 0 34306 28 0 0 24 0 12 0 24913187 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26375] ppid=26370 vsize=810816 CPUtime=3.85
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 8169 0 -1 64 77280 0 0 0 354 31 0 0 16 0 12 0 24913195 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26376] ppid=26370 vsize=810816 CPUtime=3.64
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 8169 0 -1 64 75862 0 0 0 334 30 0 0 15 0 12 0 24913195 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26377] ppid=26370 vsize=810816 CPUtime=54.32
/proc/26372/task/26377/stat : 26377 (java) R 26370 26372 8169 0 -1 64 1692 0 0 0 5428 4 0 0 16 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 105697732 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26378] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 8169 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24913198 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26380] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 8169 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=810816 CPUtime=0.3
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 8169 0 -1 64 778 0 0 0 30 0 0 0 17 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26382] ppid=26370 vsize=810816 CPUtime=2.07
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 8169 0 -1 64 5032 0 0 0 205 2 0 0 17 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26372/tid=26383] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=810816 CPUtime=0
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24913206 830275584 172297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 407.61
Current children cumulated vsize (KiB) 810816

[startup+410.003 s]
/proc/loadavg: 2.52 2.30 2.20 4/93 26468
/proc/meminfo: memFree=979248/2055920 swapFree=4192812/4192956
[pid=26372] ppid=26370 vsize=0 CPUtime=407.71
/proc/26372/stat : 26372 (java) Z 26370 26372 8169 0 -1 12 179060 0 44 0 40663 108 0 0 16 0 2 0 24913170 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26372/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 407.71
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 410.045
CPU time (s): 407.768
CPU user time (s): 406.636
CPU system time (s): 1.13183
CPU usage (%): 99.4448
Max. virtual memory (cumulated for all children) (KiB): 814820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 406.636
system time used= 1.13183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179060
page faults= 44
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16619
involuntary context switches= 15166

runsolver used 0.484926 second user time and 1.41179 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 08:00:56
IDJOB=2083901
IDBENCH=57973
IDSOLVER=731
FILE ID=node3/2083901-1247378456
PBS_JOBID= 9507109
Free space on /tmp= 63836 MiB

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

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

MD5SUM BENCH= 6e460b84f999771fc63912f5692a6b09
RANDOM SEED=1611749345

node3.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.259
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.259
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:       1191096 kB
Buffers:          3380 kB
Cached:         277120 kB
SwapCached:          0 kB
Active:         506388 kB
Inactive:       286484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1191096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           69712 kB
Writeback:           0 kB
Mapped:         373920 kB
Slab:            56528 kB
Committed_AS:   745408 kB
PageTables:       2560 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= 66396 MiB
End job on node3 at 2009-07-12 08:07:46