Trace number 2063441

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? 141.921 140.157

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-3-7.xml
MD5SUM1721c9fe8f5af3b1ccfc3261b1d259d6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity10
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.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2063441-1247331995.xml
0.18/0.22	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.47	c reading variables done.
0.59/0.68	c reading predicates  done.
0.88/0.98	c reading constraints
141.78/140.02	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
141.78/140.03		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:274)
141.78/140.03		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2545)
141.78/140.03		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
141.78/140.03		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
141.78/140.03		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
141.78/140.03		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
141.78/140.03		at org.mozilla.javascript.gen.c3.call(rhino.log)
141.78/140.03		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
141.78/140.03		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
141.78/140.03		at org.mozilla.javascript.gen.c3.call(rhino.log)
141.78/140.03		at org.mozilla.javascript.gen.c3.exec(rhino.log)
141.78/140.03		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
141.78/140.03		at org.sat4j.csp.Predicate.find(Unknown Source)
141.78/140.03		at org.sat4j.csp.Predicate.find(Unknown Source)
141.78/140.03		at org.sat4j.csp.Predicate.find(Unknown Source)
141.78/140.03		at org.sat4j.csp.Predicate.find(Unknown Source)
141.78/140.03		at org.sat4j.csp.Predicate.find(Unknown Source)
141.78/140.03		at org.sat4j.csp.Predicate.toClause(Unknown Source)
141.78/140.03		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
141.78/140.03		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
141.78/140.03		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
141.78/140.03		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
141.78/140.03	c starts		: 0
141.78/140.03	c conflicts		: 0
141.78/140.03	c decisions		: 0
141.78/140.03	c propagations		: 0
141.78/140.03	c inspects		: 0
141.78/140.03	c learnt literals	: 0
141.78/140.03	c learnt binary clauses	: 0
141.78/140.03	c learnt ternary clauses	: 0
141.78/140.03	c learnt clauses	: 0
141.78/140.03	c ignored clauses	: 0
141.78/140.03	c root simplifications	: 0
141.78/140.03	c removed literals (reason simplification)	: 0
141.78/140.03	c reason swapping (by a shorter reason)	: 0
141.78/140.03	c Calls to reduceDB	: 0
141.78/140.03	c speed (assignments/second)	: 0.0
141.78/140.03	c non guided choices	0
141.78/140.03	c learnt constraints type 
141.78/140.03	c constraints type 
141.78/140.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8995443
141.78/140.03	c org.sat4j.minisat.constraints.card.AtLeast => 100
141.78/140.03	s UNKNOWN
141.78/140.03	c Total wall clock time (in seconds) : 139.813

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-2063441-1247331995/watcher-2063441-1247331995 -o /tmp/evaluation-result-2063441-1247331995/solver-2063441-1247331995 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063441-1247331995.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.86 1.98 1.99 4/82 13456
/proc/meminfo: memFree=1583248/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=18576 CPUtime=0
/proc/13456/stat : 13456 (runsolver) R 13454 13456 11838 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 20265111 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13456/statm: 4644 284 249 26 0 2626 0

[startup+0.0468989 s]
/proc/loadavg: 1.86 1.98 1.99 4/82 13456
/proc/meminfo: memFree=1583248/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=802032 CPUtime=0.03
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 2568 0 1 0 2 1 0 0 21 0 7 0 20265111 821280768 2313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 200508 2313 1003 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.101906 s]
/proc/loadavg: 1.86 1.98 1.99 4/82 13456
/proc/meminfo: memFree=1583248/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=804560 CPUtime=0.08
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 3049 0 1 0 6 2 0 0 21 0 12 0 20265111 823869440 2792 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 201140 2792 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301925 s]
/proc/loadavg: 1.86 1.98 1.99 4/82 13456
/proc/meminfo: memFree=1583248/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=805808 CPUtime=0.28
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 4371 0 1 0 25 3 0 0 21 0 12 0 20265111 825147392 4108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 201452 4108 1363 9 0 198779 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805808

[startup+0.701968 s]
/proc/loadavg: 1.86 1.98 1.99 4/82 13456
/proc/meminfo: memFree=1583248/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=807168 CPUtime=0.68
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 6406 0 1 0 63 5 0 0 21 0 12 0 20265111 826540032 5427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 201792 5427 1385 9 0 199119 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807168

[startup+1.50205 s]
/proc/loadavg: 1.86 1.98 1.99 4/94 13468
/proc/meminfo: memFree=1562736/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=812524 CPUtime=1.47
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 10592 0 1 0 140 7 0 0 21 0 12 0 20265111 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 203131 8015 1412 9 0 200458 0
[pid=13456/tid=13458] ppid=13454 vsize=812524 CPUtime=0.76
/proc/13456/task/13458/stat : 13458 (java) R 13454 13456 11838 0 -1 64 5412 0 1 0 71 5 0 0 25 0 12 0 20265112 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4109140190 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13459] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13459/stat : 13459 (java) S 13454 13456 11838 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 20265113 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13460] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13460/stat : 13460 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 20265113 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13461] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13461/stat : 13461 (java) S 13454 13456 11838 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20265115 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13462] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13462/stat : 13462 (java) S 13454 13456 11838 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 20265115 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13463] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13463/stat : 13463 (java) S 13454 13456 11838 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20265115 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13464] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13464/stat : 13464 (java) S 13454 13456 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20265119 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13465] ppid=13454 vsize=812524 CPUtime=0.02
/proc/13456/task/13465/stat : 13465 (java) S 13454 13456 11838 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 20265119 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13466] ppid=13454 vsize=812524 CPUtime=0.67
/proc/13456/task/13466/stat : 13466 (java) S 13454 13456 11838 0 -1 64 4201 0 0 0 66 1 0 0 17 0 12 0 20265119 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13467] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13467/stat : 13467 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20265119 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13468] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13468/stat : 13468 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20265119 832024576 8015 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812524

[startup+3.10222 s]
/proc/loadavg: 1.95 1.99 1.99 3/94 13468
/proc/meminfo: memFree=1514672/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=812524 CPUtime=3.22
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 30054 0 1 0 306 16 0 0 21 0 12 0 20265111 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 203131 27241 1430 9 0 200458 0
[pid=13456/tid=13458] ppid=13454 vsize=812524 CPUtime=2.02
/proc/13456/task/13458/stat : 13458 (java) R 13454 13456 11838 0 -1 64 17349 0 1 0 192 10 0 0 25 0 12 0 20265112 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4109645401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13459] ppid=13454 vsize=812524 CPUtime=0.17
/proc/13456/task/13459/stat : 13459 (java) S 13454 13456 11838 0 -1 64 4042 0 0 0 15 2 0 0 17 0 12 0 20265113 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13460] ppid=13454 vsize=812524 CPUtime=0.15
/proc/13456/task/13460/stat : 13460 (java) S 13454 13456 11838 0 -1 64 3455 0 0 0 15 0 0 0 17 0 12 0 20265113 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13461] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13461/stat : 13461 (java) S 13454 13456 11838 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20265115 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13462] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13462/stat : 13462 (java) S 13454 13456 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20265115 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13463] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13463/stat : 13463 (java) S 13454 13456 11838 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20265115 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13464] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13464/stat : 13464 (java) S 13454 13456 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20265119 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13465] ppid=13454 vsize=812524 CPUtime=0.02
/proc/13456/task/13465/stat : 13465 (java) S 13454 13456 11838 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 20265119 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13466] ppid=13454 vsize=812524 CPUtime=0.8
/proc/13456/task/13466/stat : 13466 (java) S 13454 13456 11838 0 -1 64 4217 0 0 0 79 1 0 0 17 0 12 0 20265119 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13467] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13467/stat : 13467 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20265119 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13468] ppid=13454 vsize=812524 CPUtime=0
/proc/13456/task/13468/stat : 13468 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20265119 832024576 27241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 812524

[startup+6.30155 s]
/proc/loadavg: 1.95 1.99 1.99 5/94 13468
/proc/meminfo: memFree=1438384/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=811660 CPUtime=6.46
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 43589 0 1 0 625 21 0 0 21 0 12 0 20265111 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 202915 39772 1436 9 0 200242 0
[pid=13456/tid=13458] ppid=13454 vsize=811660 CPUtime=3.79
/proc/13456/task/13458/stat : 13458 (java) R 13454 13456 11838 0 -1 64 17364 0 1 0 368 11 0 0 25 0 12 0 20265112 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4109789847 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13459] ppid=13454 vsize=811660 CPUtime=0.65
/proc/13456/task/13459/stat : 13459 (java) S 13454 13456 11838 0 -1 64 8095 0 0 0 62 3 0 0 16 0 12 0 20265113 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13460] ppid=13454 vsize=811660 CPUtime=0.88
/proc/13456/task/13460/stat : 13460 (java) S 13454 13456 11838 0 -1 64 12178 0 0 0 85 3 0 0 16 0 12 0 20265113 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13461] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13461/stat : 13461 (java) S 13454 13456 11838 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20265115 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13462] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13462/stat : 13462 (java) S 13454 13456 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20265115 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13463] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13463/stat : 13463 (java) S 13454 13456 11838 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20265115 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13464] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13464/stat : 13464 (java) S 13454 13456 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20265119 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13465] ppid=13454 vsize=811660 CPUtime=0.02
/proc/13456/task/13465/stat : 13465 (java) S 13454 13456 11838 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 20265119 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13466] ppid=13454 vsize=811660 CPUtime=1.06
/proc/13456/task/13466/stat : 13466 (java) S 13454 13456 11838 0 -1 64 4961 0 0 0 105 1 0 0 16 0 12 0 20265119 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13467] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13467/stat : 13467 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20265119 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13468] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13468/stat : 13468 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20265119 831139840 39772 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 811660

[startup+12.7022 s]
/proc/loadavg: 2.12 2.03 2.01 5/94 13468
/proc/meminfo: memFree=1327344/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=811660 CPUtime=12.95
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 70638 0 1 0 1264 31 0 0 21 0 12 0 20265111 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 202915 66539 1436 9 0 200242 0
[pid=13456/tid=13458] ppid=13454 vsize=811660 CPUtime=7.99
/proc/13456/task/13458/stat : 13458 (java) R 13454 13456 11838 0 -1 64 17385 0 1 0 788 11 0 0 25 0 12 0 20265112 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4109804246 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13459] ppid=13454 vsize=811660 CPUtime=1.8
/proc/13456/task/13459/stat : 13459 (java) S 13454 13456 11838 0 -1 64 22989 0 0 0 172 8 0 0 16 0 12 0 20265113 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13460] ppid=13454 vsize=811660 CPUtime=2.02
/proc/13456/task/13460/stat : 13460 (java) S 13454 13456 11838 0 -1 64 24312 0 0 0 194 8 0 0 16 0 12 0 20265113 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13461] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13461/stat : 13461 (java) S 13454 13456 11838 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 20265115 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13462] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13462/stat : 13462 (java) S 13454 13456 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20265115 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13463] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13463/stat : 13463 (java) S 13454 13456 11838 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20265115 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13464] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13464/stat : 13464 (java) S 13454 13456 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20265119 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13465] ppid=13454 vsize=811660 CPUtime=0.02
/proc/13456/task/13465/stat : 13465 (java) S 13454 13456 11838 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 20265119 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13466] ppid=13454 vsize=811660 CPUtime=1.06
/proc/13456/task/13466/stat : 13466 (java) S 13454 13456 11838 0 -1 64 4961 0 0 0 105 1 0 0 16 0 12 0 20265119 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13467] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13467/stat : 13467 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20265119 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13468] ppid=13454 vsize=811660 CPUtime=0
/proc/13456/task/13468/stat : 13468 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20265119 831139840 66539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 811660

[startup+25.5117 s]
/proc/loadavg: 2.10 2.02 2.00 3/94 13468
/proc/meminfo: memFree=1112880/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=812944 CPUtime=26.4
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 123372 0 1 0 2589 51 0 0 21 0 12 0 20265111 832454656 118598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 203236 118598 1436 9 0 200563 0
[pid=13456/tid=13458] ppid=13454 vsize=812944 CPUtime=16.1
/proc/13456/task/13458/stat : 13458 (java) R 13454 13456 11838 0 -1 64 17410 0 1 0 1599 11 0 0 25 0 12 0 20265112 832454656 118598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13459] ppid=13454 vsize=812944 CPUtime=4.4
/proc/13456/task/13459/stat : 13459 (java) R 13454 13456 11838 0 -1 64 45153 0 0 0 424 16 0 0 16 0 12 0 20265113 832454656 118598 996147200 134512640 134550932 4294956016 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13460] ppid=13454 vsize=812944 CPUtime=4.75
/proc/13456/task/13460/stat : 13460 (java) R 13454 13456 11838 0 -1 64 54857 0 0 0 456 19 0 0 16 0 12 0 20265113 832454656 118598 996147200 134512640 134550932 4294956016 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13461] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13461/stat : 13461 (java) S 13454 13456 11838 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 20265115 832454656 118598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13462] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13462/stat : 13462 (java) S 13454 13456 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 118598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13463] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13463/stat : 13463 (java) S 13454 13456 11838 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 118598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13464] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13464/stat : 13464 (java) S 13454 13456 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 118598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13465] ppid=13454 vsize=812944 CPUtime=0.02

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

[pid=13456/tid=13467] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13467/stat : 13467 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13468] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13468/stat : 13468 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 116.88
Current children cumulated vsize (KiB) 812944

[startup+127.902 s]
/proc/loadavg: 2.19 2.12 2.04 3/94 13468
/proc/meminfo: memFree=895344/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=812944 CPUtime=129.68
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 240733 0 1 0 12869 99 0 0 21 0 12 0 20265111 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 203236 172723 1438 9 0 200563 0
[pid=13456/tid=13458] ppid=13454 vsize=812944 CPUtime=30.9
/proc/13456/task/13458/stat : 13458 (java) S 13454 13456 11838 0 -1 64 29755 0 1 0 3074 16 0 0 17 0 12 0 20265112 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13459] ppid=13454 vsize=812944 CPUtime=7.93
/proc/13456/task/13459/stat : 13459 (java) S 13454 13456 11838 0 -1 64 59878 0 0 0 770 23 0 0 16 0 12 0 20265113 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13460] ppid=13454 vsize=812944 CPUtime=8.25
/proc/13456/task/13460/stat : 13460 (java) S 13454 13456 11838 0 -1 64 79840 0 0 0 795 30 0 0 15 0 12 0 20265113 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13461] ppid=13454 vsize=812944 CPUtime=81.46
/proc/13456/task/13461/stat : 13461 (java) R 13454 13456 11838 0 -1 64 65321 0 0 0 8120 26 0 0 25 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13462] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13462/stat : 13462 (java) S 13454 13456 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13463] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13463/stat : 13463 (java) S 13454 13456 11838 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13464] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13464/stat : 13464 (java) S 13454 13456 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13465] ppid=13454 vsize=812944 CPUtime=0.02
/proc/13456/task/13465/stat : 13465 (java) S 13454 13456 11838 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13466] ppid=13454 vsize=812944 CPUtime=1.06
/proc/13456/task/13466/stat : 13466 (java) S 13454 13456 11838 0 -1 64 4961 0 0 0 105 1 0 0 16 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13467] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13467/stat : 13467 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13468] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13468/stat : 13468 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 129.68
Current children cumulated vsize (KiB) 812944

[startup+134.302 s]
/proc/loadavg: 2.18 2.11 2.04 3/94 13468
/proc/meminfo: memFree=895344/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=812944 CPUtime=136.08
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 240736 0 1 0 13509 99 0 0 21 0 12 0 20265111 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 203236 172723 1438 9 0 200563 0
[pid=13456/tid=13458] ppid=13454 vsize=812944 CPUtime=30.93
/proc/13456/task/13458/stat : 13458 (java) S 13454 13456 11838 0 -1 64 29758 0 1 0 3077 16 0 0 17 0 12 0 20265112 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13459] ppid=13454 vsize=812944 CPUtime=7.93
/proc/13456/task/13459/stat : 13459 (java) S 13454 13456 11838 0 -1 64 59878 0 0 0 770 23 0 0 16 0 12 0 20265113 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13460] ppid=13454 vsize=812944 CPUtime=8.25
/proc/13456/task/13460/stat : 13460 (java) S 13454 13456 11838 0 -1 64 79840 0 0 0 795 30 0 0 15 0 12 0 20265113 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13461] ppid=13454 vsize=812944 CPUtime=87.83
/proc/13456/task/13461/stat : 13461 (java) R 13454 13456 11838 0 -1 64 65321 0 0 0 8757 26 0 0 25 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 105696697 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13462] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13462/stat : 13462 (java) S 13454 13456 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13463] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13463/stat : 13463 (java) S 13454 13456 11838 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13464] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13464/stat : 13464 (java) S 13454 13456 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13465] ppid=13454 vsize=812944 CPUtime=0.02
/proc/13456/task/13465/stat : 13465 (java) S 13454 13456 11838 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13466] ppid=13454 vsize=812944 CPUtime=1.06
/proc/13456/task/13466/stat : 13466 (java) S 13454 13456 11838 0 -1 64 4961 0 0 0 105 1 0 0 16 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13467] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13467/stat : 13467 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13468] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13468/stat : 13468 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.08
Current children cumulated vsize (KiB) 812944

[startup+137.507 s]
/proc/loadavg: 2.16 2.11 2.04 3/94 13468
/proc/meminfo: memFree=895344/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=812944 CPUtime=139.28
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 240739 0 1 0 13829 99 0 0 21 0 12 0 20265111 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 203236 172723 1437 9 0 200563 0
[pid=13456/tid=13458] ppid=13454 vsize=812944 CPUtime=30.94
/proc/13456/task/13458/stat : 13458 (java) S 13454 13456 11838 0 -1 64 29761 0 1 0 3078 16 0 0 17 0 12 0 20265112 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13459] ppid=13454 vsize=812944 CPUtime=7.93
/proc/13456/task/13459/stat : 13459 (java) S 13454 13456 11838 0 -1 64 59878 0 0 0 770 23 0 0 16 0 12 0 20265113 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13460] ppid=13454 vsize=812944 CPUtime=8.25
/proc/13456/task/13460/stat : 13460 (java) S 13454 13456 11838 0 -1 64 79840 0 0 0 795 30 0 0 15 0 12 0 20265113 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13461] ppid=13454 vsize=812944 CPUtime=91.03
/proc/13456/task/13461/stat : 13461 (java) R 13454 13456 11838 0 -1 64 65321 0 0 0 9077 26 0 0 25 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 103585203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13462] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13462/stat : 13462 (java) S 13454 13456 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13463] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13463/stat : 13463 (java) S 13454 13456 11838 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13464] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13464/stat : 13464 (java) S 13454 13456 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13465] ppid=13454 vsize=812944 CPUtime=0.02
/proc/13456/task/13465/stat : 13465 (java) S 13454 13456 11838 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13466] ppid=13454 vsize=812944 CPUtime=1.06
/proc/13456/task/13466/stat : 13466 (java) S 13454 13456 11838 0 -1 64 4961 0 0 0 105 1 0 0 16 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13467] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13467/stat : 13467 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13468] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13468/stat : 13468 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.28
Current children cumulated vsize (KiB) 812944

[startup+139.102 s]
/proc/loadavg: 2.16 2.11 2.04 3/94 13468
/proc/meminfo: memFree=895344/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=812944 CPUtime=140.88
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 240739 0 1 0 13989 99 0 0 21 0 12 0 20265111 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 203236 172723 1437 9 0 200563 0
[pid=13456/tid=13458] ppid=13454 vsize=812944 CPUtime=30.94
/proc/13456/task/13458/stat : 13458 (java) S 13454 13456 11838 0 -1 64 29761 0 1 0 3078 16 0 0 17 0 12 0 20265112 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13459] ppid=13454 vsize=812944 CPUtime=7.93
/proc/13456/task/13459/stat : 13459 (java) S 13454 13456 11838 0 -1 64 59878 0 0 0 770 23 0 0 16 0 12 0 20265113 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13460] ppid=13454 vsize=812944 CPUtime=8.25
/proc/13456/task/13460/stat : 13460 (java) S 13454 13456 11838 0 -1 64 79840 0 0 0 795 30 0 0 15 0 12 0 20265113 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13461] ppid=13454 vsize=812944 CPUtime=92.62
/proc/13456/task/13461/stat : 13461 (java) R 13454 13456 11838 0 -1 64 65321 0 0 0 9236 26 0 0 25 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13462] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13462/stat : 13462 (java) S 13454 13456 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13463] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13463/stat : 13463 (java) S 13454 13456 11838 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13464] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13464/stat : 13464 (java) S 13454 13456 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13465] ppid=13454 vsize=812944 CPUtime=0.02
/proc/13456/task/13465/stat : 13465 (java) S 13454 13456 11838 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13466] ppid=13454 vsize=812944 CPUtime=1.06
/proc/13456/task/13466/stat : 13466 (java) S 13454 13456 11838 0 -1 64 4961 0 0 0 105 1 0 0 16 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13467] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13467/stat : 13467 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13468] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13468/stat : 13468 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 140.88
Current children cumulated vsize (KiB) 812944

[startup+139.903 s]
/proc/loadavg: 2.16 2.11 2.04 3/94 13468
/proc/meminfo: memFree=895344/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=812944 CPUtime=141.68
/proc/13456/stat : 13456 (java) S 13454 13456 11838 0 -1 0 240739 0 1 0 14069 99 0 0 21 0 12 0 20265111 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13456/statm: 203236 172723 1437 9 0 200563 0
[pid=13456/tid=13458] ppid=13454 vsize=812944 CPUtime=30.94
/proc/13456/task/13458/stat : 13458 (java) S 13454 13456 11838 0 -1 64 29761 0 1 0 3078 16 0 0 17 0 12 0 20265112 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13459] ppid=13454 vsize=812944 CPUtime=7.93
/proc/13456/task/13459/stat : 13459 (java) S 13454 13456 11838 0 -1 64 59878 0 0 0 770 23 0 0 16 0 12 0 20265113 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13460] ppid=13454 vsize=812944 CPUtime=8.25
/proc/13456/task/13460/stat : 13460 (java) S 13454 13456 11838 0 -1 64 79840 0 0 0 795 30 0 0 15 0 12 0 20265113 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13461] ppid=13454 vsize=812944 CPUtime=93.42
/proc/13456/task/13461/stat : 13461 (java) R 13454 13456 11838 0 -1 64 65321 0 0 0 9316 26 0 0 25 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13462] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13462/stat : 13462 (java) S 13454 13456 11838 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13456/tid=13463] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13463/stat : 13463 (java) S 13454 13456 11838 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20265115 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13464] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13464/stat : 13464 (java) S 13454 13456 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13465] ppid=13454 vsize=812944 CPUtime=0.02
/proc/13456/task/13465/stat : 13465 (java) S 13454 13456 11838 0 -1 64 238 0 0 0 2 0 0 0 17 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13466] ppid=13454 vsize=812944 CPUtime=1.06
/proc/13456/task/13466/stat : 13466 (java) S 13454 13456 11838 0 -1 64 4961 0 0 0 105 1 0 0 16 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13467] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13467/stat : 13467 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13456/tid=13468] ppid=13454 vsize=812944 CPUtime=0
/proc/13456/task/13468/stat : 13468 (java) S 13454 13456 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20265119 832454656 172723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 141.68
Current children cumulated vsize (KiB) 812944

[startup+140.103 s]
/proc/loadavg: 2.16 2.11 2.04 3/94 13468
/proc/meminfo: memFree=895344/2055920 swapFree=4192956/4192956
[pid=13456] ppid=13454 vsize=0 CPUtime=141.86
/proc/13456/stat : 13456 (java) Z 13454 13456 11838 0 -1 12 240755 0 1 0 14082 104 0 0 16 0 2 0 20265111 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13456/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 141.86
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 140.157
CPU time (s): 141.921
CPU user time (s): 140.824
CPU system time (s): 1.09783
CPU usage (%): 101.259
Max. virtual memory (cumulated for all children) (KiB): 908952

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

runsolver used 0.177972 second user time and 0.485926 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-11 19:06:35
IDJOB=2063441
IDBENCH=54024
IDSOLVER=731
FILE ID=node79/2063441-1247331995
PBS_JOBID= 9506475
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= 1721c9fe8f5af3b1ccfc3261b1d259d6
RANDOM SEED=1872040417

node79.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1583728 kB
Buffers:         40740 kB
Cached:         312724 kB
SwapCached:          0 kB
Active:         110160 kB
Inactive:       295948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583728 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:          72936 kB
Slab:            51208 kB
Committed_AS:   213788 kB
PageTables:       1908 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= 66256 MiB
End job on node79 at 2009-07-11 19:08:56