Trace number 2063573

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? 145.014 144.071

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-2-7.xml
MD5SUM7aef82243bc2aebd1c139344929a6be1
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 benchmark13.464
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

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

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-2063573-1247332473/watcher-2063573-1247332473 -o /tmp/evaluation-result-2063573-1247332473/solver-2063573-1247332473 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063573-1247332473.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.60 2.63 2.28 4/82 13376
/proc/meminfo: memFree=1904472/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=18576 CPUtime=0
/proc/13376/stat : 13376 (runsolver) R 13374 13376 13339 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 20310778 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13376/statm: 4644 284 249 26 0 2626 0

[startup+0.100289 s]
/proc/loadavg: 2.60 2.63 2.28 4/82 13376
/proc/meminfo: memFree=1904472/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=12928 CPUtime=0.01
/proc/13376/stat : 13376 (java) D 13374 13376 13339 0 -1 0 370 0 22 0 0 1 0 0 18 0 1 0 20310778 13238272 199 996147200 134512640 134550932 4294956016 18446744073709551615 2589482 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/13376/statm: 3232 199 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.202233 s]
/proc/loadavg: 2.60 2.63 2.28 4/82 13376
/proc/meminfo: memFree=1904472/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=802032 CPUtime=0.06
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 2568 0 42 0 2 4 0 0 18 0 7 0 20310778 821280768 2354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 200508 2354 1010 9 0 197859 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802032

[startup+0.301242 s]
/proc/loadavg: 2.60 2.63 2.28 4/82 13376
/proc/meminfo: memFree=1904472/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=804592 CPUtime=0.11
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 3051 0 42 0 7 4 0 0 18 0 12 0 20310778 823902208 2835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 201148 2835 1083 9 0 198482 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 804592

[startup+0.70128 s]
/proc/loadavg: 2.60 2.63 2.28 4/82 13376
/proc/meminfo: memFree=1904472/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=807180 CPUtime=0.43
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 5120 0 42 0 36 7 0 0 18 0 12 0 20310778 826552320 4691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 201795 4691 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 807180

[startup+1.50236 s]
/proc/loadavg: 2.60 2.63 2.28 3/94 13388
/proc/meminfo: memFree=1876152/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=807612 CPUtime=1.2
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 7935 0 42 0 111 9 0 0 18 0 12 0 20310778 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 201903 6578 1405 9 0 199230 0
[pid=13376/tid=13378] ppid=13374 vsize=807612 CPUtime=0.71
/proc/13376/task/13378/stat : 13378 (java) R 13374 13376 13339 0 -1 64 5218 0 9 0 65 6 0 0 22 0 12 0 20310790 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13379] ppid=13374 vsize=807612 CPUtime=0
/proc/13376/task/13379/stat : 13379 (java) S 13374 13376 13339 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 20310794 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13380] ppid=13374 vsize=807612 CPUtime=0
/proc/13376/task/13380/stat : 13380 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20310794 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13381] ppid=13374 vsize=807612 CPUtime=0
/proc/13376/task/13381/stat : 13381 (java) S 13374 13376 13339 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20310797 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13382] ppid=13374 vsize=807612 CPUtime=0
/proc/13376/task/13382/stat : 13382 (java) S 13374 13376 13339 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 20310797 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13383] ppid=13374 vsize=807612 CPUtime=0
/proc/13376/task/13383/stat : 13383 (java) S 13374 13376 13339 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20310797 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13384] ppid=13374 vsize=807612 CPUtime=0
/proc/13376/task/13384/stat : 13384 (java) S 13374 13376 13339 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20310804 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13385] ppid=13374 vsize=807612 CPUtime=0
/proc/13376/task/13385/stat : 13385 (java) S 13374 13376 13339 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 20310804 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13386] ppid=13374 vsize=807612 CPUtime=0.44
/proc/13376/task/13386/stat : 13386 (java) R 13374 13376 13339 0 -1 64 1996 0 0 0 44 0 0 0 16 0 12 0 20310804 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 105600620 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13387] ppid=13374 vsize=807612 CPUtime=0
/proc/13376/task/13387/stat : 13387 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20310804 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13388] ppid=13374 vsize=807612 CPUtime=0
/proc/13376/task/13388/stat : 13388 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20310804 826994688 6578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 807612

[startup+3.10249 s]
/proc/loadavg: 2.63 2.64 2.28 5/94 13388
/proc/meminfo: memFree=1865336/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=809424 CPUtime=2.78
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 15430 0 42 0 266 12 0 0 18 0 12 0 20310778 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 202356 11434 1428 9 0 199683 0
[pid=13376/tid=13378] ppid=13374 vsize=809424 CPUtime=1.54
/proc/13376/task/13378/stat : 13378 (java) R 13374 13376 13339 0 -1 64 9507 0 9 0 146 8 0 0 25 0 12 0 20310790 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 103394416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13379] ppid=13374 vsize=809424 CPUtime=0
/proc/13376/task/13379/stat : 13379 (java) S 13374 13376 13339 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 20310794 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13380] ppid=13374 vsize=809424 CPUtime=0
/proc/13376/task/13380/stat : 13380 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20310794 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13381] ppid=13374 vsize=809424 CPUtime=0
/proc/13376/task/13381/stat : 13381 (java) S 13374 13376 13339 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20310797 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13382] ppid=13374 vsize=809424 CPUtime=0
/proc/13376/task/13382/stat : 13382 (java) S 13374 13376 13339 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 20310797 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13383] ppid=13374 vsize=809424 CPUtime=0
/proc/13376/task/13383/stat : 13383 (java) S 13374 13376 13339 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20310797 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13384] ppid=13374 vsize=809424 CPUtime=0
/proc/13376/task/13384/stat : 13384 (java) S 13374 13376 13339 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20310804 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13385] ppid=13374 vsize=809424 CPUtime=0
/proc/13376/task/13385/stat : 13385 (java) S 13374 13376 13339 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 20310804 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13386] ppid=13374 vsize=809424 CPUtime=1.2
/proc/13376/task/13386/stat : 13386 (java) S 13374 13376 13339 0 -1 64 5202 0 0 0 119 1 0 0 16 0 12 0 20310804 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13387] ppid=13374 vsize=809424 CPUtime=0
/proc/13376/task/13387/stat : 13387 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20310804 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13388] ppid=13374 vsize=809424 CPUtime=0
/proc/13376/task/13388/stat : 13388 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20310804 828850176 11434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 809424

[startup+6.30178 s]
/proc/loadavg: 2.63 2.64 2.28 3/94 13388
/proc/meminfo: memFree=1794744/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=808512 CPUtime=5.98
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 33570 0 42 0 578 20 0 0 18 0 12 0 20310778 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 202128 29332 1437 9 0 199455 0
[pid=13376/tid=13378] ppid=13374 vsize=808512 CPUtime=4.18
/proc/13376/task/13378/stat : 13378 (java) R 13374 13376 13339 0 -1 64 17363 0 9 0 407 11 0 0 25 0 12 0 20310790 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13379] ppid=13374 vsize=808512 CPUtime=0.27
/proc/13376/task/13379/stat : 13379 (java) R 13374 13376 13339 0 -1 64 4796 0 0 0 25 2 0 0 16 0 12 0 20310794 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 106197473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13380] ppid=13374 vsize=808512 CPUtime=0.27
/proc/13376/task/13380/stat : 13380 (java) R 13374 13376 13339 0 -1 64 5476 0 0 0 25 2 0 0 16 0 12 0 20310794 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13381] ppid=13374 vsize=808512 CPUtime=0
/proc/13376/task/13381/stat : 13381 (java) S 13374 13376 13339 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 20310797 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13382] ppid=13374 vsize=808512 CPUtime=0
/proc/13376/task/13382/stat : 13382 (java) S 13374 13376 13339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20310797 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13383] ppid=13374 vsize=808512 CPUtime=0
/proc/13376/task/13383/stat : 13383 (java) S 13374 13376 13339 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20310797 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13384] ppid=13374 vsize=808512 CPUtime=0
/proc/13376/task/13384/stat : 13384 (java) S 13374 13376 13339 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20310804 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13385] ppid=13374 vsize=808512 CPUtime=0
/proc/13376/task/13385/stat : 13385 (java) S 13374 13376 13339 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 20310804 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13386] ppid=13374 vsize=808512 CPUtime=1.2
/proc/13376/task/13386/stat : 13386 (java) S 13374 13376 13339 0 -1 64 5202 0 0 0 119 1 0 0 16 0 12 0 20310804 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13387] ppid=13374 vsize=808512 CPUtime=0
/proc/13376/task/13387/stat : 13387 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20310804 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13388] ppid=13374 vsize=808512 CPUtime=0
/proc/13376/task/13388/stat : 13388 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20310804 827916288 29332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 808512

[startup+12.7023 s]
/proc/loadavg: 2.53 2.61 2.28 3/94 13388
/proc/meminfo: memFree=1678392/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=809156 CPUtime=12.58
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 60870 0 42 0 1226 32 0 0 18 0 12 0 20310778 828575744 56377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 202289 56378 1437 9 0 199616 0
[pid=13376/tid=13378] ppid=13374 vsize=809156 CPUtime=8.25
/proc/13376/task/13378/stat : 13378 (java) R 13374 13376 13339 0 -1 64 17383 0 9 0 814 11 0 0 25 0 12 0 20310790 828575744 56379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13379] ppid=13374 vsize=809156 CPUtime=1.45
/proc/13376/task/13379/stat : 13379 (java) R 13374 13376 13339 0 -1 64 18337 0 0 0 138 7 0 0 16 0 12 0 20310794 828575744 56380 996147200 134512640 134550932 4294956016 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13380] ppid=13374 vsize=809156 CPUtime=1.57
/proc/13376/task/13380/stat : 13380 (java) R 13374 13376 13339 0 -1 64 19218 0 0 0 149 8 0 0 16 0 12 0 20310794 828575744 56381 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13381] ppid=13374 vsize=809156 CPUtime=0
/proc/13376/task/13381/stat : 13381 (java) S 13374 13376 13339 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 20310797 828575744 56381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13382] ppid=13374 vsize=809156 CPUtime=0
/proc/13376/task/13382/stat : 13382 (java) S 13374 13376 13339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20310797 828575744 56381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13383] ppid=13374 vsize=809156 CPUtime=0
/proc/13376/task/13383/stat : 13383 (java) S 13374 13376 13339 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20310797 828575744 56381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13384] ppid=13374 vsize=809156 CPUtime=0
/proc/13376/task/13384/stat : 13384 (java) S 13374 13376 13339 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20310804 828575744 56381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13385] ppid=13374 vsize=809156 CPUtime=0
/proc/13376/task/13385/stat : 13385 (java) S 13374 13376 13339 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 20310804 828575744 56381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13386] ppid=13374 vsize=809156 CPUtime=1.24
/proc/13376/task/13386/stat : 13386 (java) S 13374 13376 13339 0 -1 64 5203 0 0 0 123 1 0 0 16 0 12 0 20310804 828575744 56381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13387] ppid=13374 vsize=809156 CPUtime=0
/proc/13376/task/13387/stat : 13387 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20310804 828575744 56381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13388] ppid=13374 vsize=809156 CPUtime=0
/proc/13376/task/13388/stat : 13388 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20310804 828575744 56381 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 809156

[startup+25.5125 s]
/proc/loadavg: 2.45 2.59 2.27 3/94 13388
/proc/meminfo: memFree=1480824/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=811080 CPUtime=26
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 109951 0 42 0 2548 52 0 0 18 0 12 0 20310778 830545920 104591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 202770 104591 1437 9 0 200097 0
[pid=13376/tid=13378] ppid=13374 vsize=811080 CPUtime=16.91
/proc/13376/task/13378/stat : 13378 (java) R 13374 13376 13339 0 -1 64 23556 0 9 0 1677 14 0 0 25 0 12 0 20310790 830545920 104591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13379] ppid=13374 vsize=811080 CPUtime=3.83
/proc/13376/task/13379/stat : 13379 (java) R 13374 13376 13339 0 -1 64 40366 0 0 0 369 14 0 0 16 0 12 0 20310794 830545920 104591 996147200 134512640 134550932 4294956016 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13380] ppid=13374 vsize=811080 CPUtime=3.91
/proc/13376/task/13380/stat : 13380 (java) R 13374 13376 13339 0 -1 64 40093 0 0 0 373 18 0 0 16 0 12 0 20310794 830545920 104591 996147200 134512640 134550932 4294956016 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13381] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13381/stat : 13381 (java) S 13374 13376 13339 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 20310797 830545920 104591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13382] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13382/stat : 13382 (java) S 13374 13376 13339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20310797 830545920 104591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13383] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13383/stat : 13383 (java) S 13374 13376 13339 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20310797 830545920 104591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13384] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13384/stat : 13384 (java) S 13374 13376 13339 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20310804 830545920 104591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13385] ppid=13374 vsize=811080 CPUtime=0

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

[pid=13376/tid=13387] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13387/stat : 13387 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13388] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13388/stat : 13388 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 128.99
Current children cumulated vsize (KiB) 811080

[startup+134.401 s]
/proc/loadavg: 2.20 2.48 2.27 3/94 13388
/proc/meminfo: memFree=1206392/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=811080 CPUtime=135.39
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 178594 0 42 0 13458 81 0 0 18 0 12 0 20310778 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 202770 172276 1439 9 0 200097 0
[pid=13376/tid=13378] ppid=13374 vsize=811080 CPUtime=34.43
/proc/13376/task/13378/stat : 13378 (java) S 13374 13376 13339 0 -1 64 35905 0 9 0 3424 19 0 0 17 0 12 0 20310790 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13379] ppid=13374 vsize=811080 CPUtime=7.86
/proc/13376/task/13379/stat : 13379 (java) S 13374 13376 13339 0 -1 64 63665 0 0 0 762 24 0 0 15 0 12 0 20310794 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13380] ppid=13374 vsize=811080 CPUtime=7.63
/proc/13376/task/13380/stat : 13380 (java) S 13374 13376 13339 0 -1 64 68525 0 0 0 733 30 0 0 16 0 12 0 20310794 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13381] ppid=13374 vsize=811080 CPUtime=84.13
/proc/13376/task/13381/stat : 13381 (java) R 13374 13376 13339 0 -1 64 4577 0 0 0 8411 2 0 0 25 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13382] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13382/stat : 13382 (java) S 13374 13376 13339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13383] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13383/stat : 13383 (java) S 13374 13376 13339 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13384] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13384/stat : 13384 (java) S 13374 13376 13339 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13385] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13385/stat : 13385 (java) S 13374 13376 13339 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13386] ppid=13374 vsize=811080 CPUtime=1.27
/proc/13376/task/13386/stat : 13386 (java) S 13374 13376 13339 0 -1 64 5203 0 0 0 126 1 0 0 16 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13387] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13387/stat : 13387 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13388] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13388/stat : 13388 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 135.39
Current children cumulated vsize (KiB) 811080

[startup+140.803 s]
/proc/loadavg: 2.18 2.47 2.26 3/94 13388
/proc/meminfo: memFree=1206392/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=811080 CPUtime=141.79
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 178599 0 42 0 14098 81 0 0 18 0 12 0 20310778 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 202770 172276 1438 9 0 200097 0
[pid=13376/tid=13378] ppid=13374 vsize=811080 CPUtime=34.43
/proc/13376/task/13378/stat : 13378 (java) S 13374 13376 13339 0 -1 64 35910 0 9 0 3424 19 0 0 17 0 12 0 20310790 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13379] ppid=13374 vsize=811080 CPUtime=7.86
/proc/13376/task/13379/stat : 13379 (java) S 13374 13376 13339 0 -1 64 63665 0 0 0 762 24 0 0 15 0 12 0 20310794 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13380] ppid=13374 vsize=811080 CPUtime=7.63
/proc/13376/task/13380/stat : 13380 (java) S 13374 13376 13339 0 -1 64 68525 0 0 0 733 30 0 0 16 0 12 0 20310794 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13381] ppid=13374 vsize=811080 CPUtime=90.53
/proc/13376/task/13381/stat : 13381 (java) R 13374 13376 13339 0 -1 64 4577 0 0 0 9051 2 0 0 25 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13382] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13382/stat : 13382 (java) S 13374 13376 13339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13383] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13383/stat : 13383 (java) S 13374 13376 13339 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13384] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13384/stat : 13384 (java) S 13374 13376 13339 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13385] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13385/stat : 13385 (java) S 13374 13376 13339 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13386] ppid=13374 vsize=811080 CPUtime=1.27
/proc/13376/task/13386/stat : 13386 (java) S 13374 13376 13339 0 -1 64 5203 0 0 0 126 1 0 0 16 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13387] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13387/stat : 13387 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13388] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13388/stat : 13388 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 141.79
Current children cumulated vsize (KiB) 811080

[startup+142.402 s]
/proc/loadavg: 2.17 2.47 2.26 3/94 13388
/proc/meminfo: memFree=1206392/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=811080 CPUtime=143.39
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 178599 0 42 0 14258 81 0 0 18 0 12 0 20310778 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 202770 172276 1438 9 0 200097 0
[pid=13376/tid=13378] ppid=13374 vsize=811080 CPUtime=34.43
/proc/13376/task/13378/stat : 13378 (java) S 13374 13376 13339 0 -1 64 35910 0 9 0 3424 19 0 0 17 0 12 0 20310790 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13379] ppid=13374 vsize=811080 CPUtime=7.86
/proc/13376/task/13379/stat : 13379 (java) S 13374 13376 13339 0 -1 64 63665 0 0 0 762 24 0 0 15 0 12 0 20310794 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13380] ppid=13374 vsize=811080 CPUtime=7.63
/proc/13376/task/13380/stat : 13380 (java) S 13374 13376 13339 0 -1 64 68525 0 0 0 733 30 0 0 16 0 12 0 20310794 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13381] ppid=13374 vsize=811080 CPUtime=92.13
/proc/13376/task/13381/stat : 13381 (java) R 13374 13376 13339 0 -1 64 4577 0 0 0 9211 2 0 0 25 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 104187787 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13382] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13382/stat : 13382 (java) S 13374 13376 13339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13383] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13383/stat : 13383 (java) S 13374 13376 13339 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13384] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13384/stat : 13384 (java) S 13374 13376 13339 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13385] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13385/stat : 13385 (java) S 13374 13376 13339 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13386] ppid=13374 vsize=811080 CPUtime=1.27
/proc/13376/task/13386/stat : 13386 (java) S 13374 13376 13339 0 -1 64 5203 0 0 0 126 1 0 0 16 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13387] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13387/stat : 13387 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13388] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13388/stat : 13388 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.39
Current children cumulated vsize (KiB) 811080

[startup+143.201 s]
/proc/loadavg: 2.17 2.47 2.26 3/94 13388
/proc/meminfo: memFree=1206392/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=811080 CPUtime=144.19
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 178599 0 42 0 14338 81 0 0 18 0 12 0 20310778 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 202770 172276 1438 9 0 200097 0
[pid=13376/tid=13378] ppid=13374 vsize=811080 CPUtime=34.43
/proc/13376/task/13378/stat : 13378 (java) S 13374 13376 13339 0 -1 64 35910 0 9 0 3424 19 0 0 17 0 12 0 20310790 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13379] ppid=13374 vsize=811080 CPUtime=7.86
/proc/13376/task/13379/stat : 13379 (java) S 13374 13376 13339 0 -1 64 63665 0 0 0 762 24 0 0 15 0 12 0 20310794 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13380] ppid=13374 vsize=811080 CPUtime=7.63
/proc/13376/task/13380/stat : 13380 (java) S 13374 13376 13339 0 -1 64 68525 0 0 0 733 30 0 0 16 0 12 0 20310794 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13381] ppid=13374 vsize=811080 CPUtime=92.93
/proc/13376/task/13381/stat : 13381 (java) R 13374 13376 13339 0 -1 64 4577 0 0 0 9291 2 0 0 25 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 106836632 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13382] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13382/stat : 13382 (java) S 13374 13376 13339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13383] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13383/stat : 13383 (java) S 13374 13376 13339 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13384] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13384/stat : 13384 (java) S 13374 13376 13339 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13385] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13385/stat : 13385 (java) S 13374 13376 13339 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13386] ppid=13374 vsize=811080 CPUtime=1.27
/proc/13376/task/13386/stat : 13386 (java) S 13374 13376 13339 0 -1 64 5203 0 0 0 126 1 0 0 16 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13387] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13387/stat : 13387 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13388] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13388/stat : 13388 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 144.19
Current children cumulated vsize (KiB) 811080

[startup+143.601 s]
/proc/loadavg: 2.17 2.47 2.26 3/94 13388
/proc/meminfo: memFree=1206392/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=811080 CPUtime=144.59
/proc/13376/stat : 13376 (java) S 13374 13376 13339 0 -1 0 178599 0 42 0 14378 81 0 0 18 0 12 0 20310778 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13376/statm: 202770 172276 1438 9 0 200097 0
[pid=13376/tid=13378] ppid=13374 vsize=811080 CPUtime=34.43
/proc/13376/task/13378/stat : 13378 (java) S 13374 13376 13339 0 -1 64 35910 0 9 0 3424 19 0 0 17 0 12 0 20310790 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13379] ppid=13374 vsize=811080 CPUtime=7.86
/proc/13376/task/13379/stat : 13379 (java) S 13374 13376 13339 0 -1 64 63665 0 0 0 762 24 0 0 15 0 12 0 20310794 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13380] ppid=13374 vsize=811080 CPUtime=7.63
/proc/13376/task/13380/stat : 13380 (java) S 13374 13376 13339 0 -1 64 68525 0 0 0 733 30 0 0 16 0 12 0 20310794 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13381] ppid=13374 vsize=811080 CPUtime=93.33
/proc/13376/task/13381/stat : 13381 (java) R 13374 13376 13339 0 -1 64 4577 0 0 0 9331 2 0 0 25 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 106159010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13382] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13382/stat : 13382 (java) S 13374 13376 13339 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13383] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13383/stat : 13383 (java) S 13374 13376 13339 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20310797 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13384] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13384/stat : 13384 (java) S 13374 13376 13339 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13385] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13385/stat : 13385 (java) S 13374 13376 13339 0 -1 64 13 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13386] ppid=13374 vsize=811080 CPUtime=1.27
/proc/13376/task/13386/stat : 13386 (java) S 13374 13376 13339 0 -1 64 5203 0 0 0 126 1 0 0 16 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13376/tid=13387] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13387/stat : 13387 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13376/tid=13388] ppid=13374 vsize=811080 CPUtime=0
/proc/13376/task/13388/stat : 13388 (java) S 13374 13376 13339 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20310804 830545920 172276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 144.59
Current children cumulated vsize (KiB) 811080

[startup+144.001 s]
/proc/loadavg: 2.17 2.47 2.26 3/94 13388
/proc/meminfo: memFree=1206392/2055920 swapFree=4192812/4192956
[pid=13376] ppid=13374 vsize=0 CPUtime=144.94
/proc/13376/stat : 13376 (java) Z 13374 13376 13339 0 -1 12 178615 0 42 0 14409 85 0 0 16 0 2 0 20310778 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13376/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 144.94
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 144.071
CPU time (s): 145.014
CPU user time (s): 144.093
CPU system time (s): 0.92086
CPU usage (%): 100.655
Max. virtual memory (cumulated for all children) (KiB): 811080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.093
system time used= 0.92086
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178615
page faults= 42
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5604
involuntary context switches= 6964

runsolver used 0.214967 second user time and 0.422935 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-11 19:14:33
IDJOB=2063573
IDBENCH=54045
IDSOLVER=731
FILE ID=node51/2063573-1247332473
PBS_JOBID= 9506634
Free space on /tmp= 66172 MiB

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

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

MD5SUM BENCH= 7aef82243bc2aebd1c139344929a6be1
RANDOM SEED=1418305173

node51.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.225
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.225
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:       1905208 kB
Buffers:          4448 kB
Cached:          30844 kB
SwapCached:          0 kB
Active:          97588 kB
Inactive:         6740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          89504 kB
Slab:            31636 kB
Committed_AS:   231596 kB
PageTables:       1952 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= 66172 MiB
End job on node51 at 2009-07-11 19:16:57