Trace number 2065542

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? 1164.44 1169.48

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-60-2-5.xml
MD5SUM175eb2ae2b98149203997bb89fdddaa2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity7
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

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

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-2065542-1247338357/watcher-2065542-1247338357 -o /tmp/evaluation-result-2065542-1247338357/solver-2065542-1247338357 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065542-1247338357.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.34 2.55 2.28 4/82 13244
/proc/meminfo: memFree=1107144/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=18576 CPUtime=0
/proc/13244/stat : 13244 (runsolver) R 13242 13244 12676 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 20899004 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 250968861991 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13244/statm: 4644 284 249 26 0 2626 0

[startup+0.0325061 s]
/proc/loadavg: 2.34 2.55 2.28 4/82 13244
/proc/meminfo: memFree=1107144/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=798736 CPUtime=0.01
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 1821 0 1 0 0 1 0 0 18 0 4 0 20899004 817905664 1568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 199684 1568 512 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.106497 s]
/proc/loadavg: 2.34 2.55 2.28 4/82 13244
/proc/meminfo: memFree=1107144/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=804560 CPUtime=0.07
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 3005 0 1 0 6 1 0 0 18 0 12 0 20899004 823869440 2748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 201140 2748 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804560

[startup+0.302517 s]
/proc/loadavg: 2.34 2.55 2.28 4/82 13244
/proc/meminfo: memFree=1107144/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=805680 CPUtime=0.27
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 4258 0 1 0 24 3 0 0 18 0 12 0 20899004 825016320 3994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 201420 3994 1358 9 0 198747 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805680

[startup+0.702551 s]
/proc/loadavg: 2.34 2.55 2.28 4/82 13244
/proc/meminfo: memFree=1107144/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=807208 CPUtime=0.66
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 6167 0 1 0 62 4 0 0 18 0 12 0 20899004 826580992 5201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 201802 5201 1388 9 0 199129 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807208

[startup+1.50263 s]
/proc/loadavg: 2.39 2.55 2.28 3/94 13256
/proc/meminfo: memFree=1087720/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=809780 CPUtime=1.45
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 9224 0 1 0 140 5 0 0 18 0 12 0 20899004 829214720 7088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 202445 7088 1406 9 0 199772 0
[pid=13244/tid=13246] ppid=13242 vsize=809780 CPUtime=0.77
/proc/13244/task/13246/stat : 13246 (java) R 13242 13244 12676 0 -1 64 5345 0 1 0 73 4 0 0 20 0 12 0 20899006 829214720 7089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13247] ppid=13242 vsize=809780 CPUtime=0
/proc/13244/task/13247/stat : 13247 (java) S 13242 13244 12676 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20899007 829214720 7089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13248] ppid=13242 vsize=809780 CPUtime=0
/proc/13244/task/13248/stat : 13248 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20899007 829214720 7089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13249] ppid=13242 vsize=809780 CPUtime=0
/proc/13244/task/13249/stat : 13249 (java) S 13242 13244 12676 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 20899009 829214720 7089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13250] ppid=13242 vsize=809780 CPUtime=0
/proc/13244/task/13250/stat : 13250 (java) S 13242 13244 12676 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20899009 829214720 7089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13251] ppid=13242 vsize=809780 CPUtime=0
/proc/13244/task/13251/stat : 13251 (java) S 13242 13244 12676 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 20899009 829214720 7091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13252] ppid=13242 vsize=809780 CPUtime=0
/proc/13244/task/13252/stat : 13252 (java) S 13242 13244 12676 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20899014 829214720 7091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13253] ppid=13242 vsize=809780 CPUtime=0.24
/proc/13244/task/13253/stat : 13253 (java) S 13242 13244 12676 0 -1 64 1609 0 0 0 24 0 0 0 17 0 12 0 20899014 829214720 7091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13254] ppid=13242 vsize=809780 CPUtime=0.42
/proc/13244/task/13254/stat : 13254 (java) R 13242 13244 12676 0 -1 64 1531 0 0 0 42 0 0 0 17 0 12 0 20899014 829214720 7091 996147200 134512640 134550932 4294956016 18446744073709551615 102551212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13255] ppid=13242 vsize=809780 CPUtime=0
/proc/13244/task/13255/stat : 13255 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20899014 829214720 7092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13256] ppid=13242 vsize=809780 CPUtime=0
/proc/13244/task/13256/stat : 13256 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20899014 829214720 7092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 809780

[startup+3.10179 s]
/proc/loadavg: 2.39 2.55 2.28 3/94 13256
/proc/meminfo: memFree=1077864/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=810344 CPUtime=3.06
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 18800 0 1 0 296 10 0 0 18 0 12 0 20899004 829792256 14287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 202586 14287 1430 9 0 199913 0
[pid=13244/tid=13246] ppid=13242 vsize=810344 CPUtime=1.62
/proc/13244/task/13246/stat : 13246 (java) R 13242 13244 12676 0 -1 64 12393 0 1 0 155 7 0 0 25 0 12 0 20899006 829792256 14287 996147200 134512640 134550932 4294956016 18446744073709551615 4109861410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13247] ppid=13242 vsize=810344 CPUtime=0
/proc/13244/task/13247/stat : 13247 (java) S 13242 13244 12676 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20899007 829792256 14287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13248] ppid=13242 vsize=810344 CPUtime=0
/proc/13244/task/13248/stat : 13248 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20899007 829792256 14287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13249] ppid=13242 vsize=810344 CPUtime=0
/proc/13244/task/13249/stat : 13249 (java) S 13242 13244 12676 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20899009 829792256 14288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13250] ppid=13242 vsize=810344 CPUtime=0
/proc/13244/task/13250/stat : 13250 (java) S 13242 13244 12676 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20899009 829792256 14288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13251] ppid=13242 vsize=810344 CPUtime=0
/proc/13244/task/13251/stat : 13251 (java) S 13242 13244 12676 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 20899009 829792256 14288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13252] ppid=13242 vsize=810344 CPUtime=0
/proc/13244/task/13252/stat : 13252 (java) S 13242 13244 12676 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20899014 829792256 14288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13253] ppid=13242 vsize=810344 CPUtime=0.24
/proc/13244/task/13253/stat : 13253 (java) S 13242 13244 12676 0 -1 64 1609 0 0 0 24 0 0 0 17 0 12 0 20899014 829792256 14288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13254] ppid=13242 vsize=810344 CPUtime=1.16
/proc/13244/task/13254/stat : 13254 (java) S 13242 13244 12676 0 -1 64 4055 0 0 0 115 1 0 0 16 0 12 0 20899014 829792256 14288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13255] ppid=13242 vsize=810344 CPUtime=0
/proc/13244/task/13255/stat : 13255 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20899014 829792256 14289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13256] ppid=13242 vsize=810344 CPUtime=0
/proc/13244/task/13256/stat : 13256 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20899014 829792256 14289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810344

[startup+6.30209 s]
/proc/loadavg: 2.39 2.55 2.28 3/94 13256
/proc/meminfo: memFree=1029544/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=809512 CPUtime=6.23
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 25794 0 1 0 611 12 0 0 18 0 12 0 20899004 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 202378 20448 1439 9 0 199705 0
[pid=13244/tid=13246] ppid=13242 vsize=809512 CPUtime=4.65
/proc/13244/task/13246/stat : 13246 (java) R 13242 13244 12676 0 -1 64 17401 0 1 0 456 9 0 0 25 0 12 0 20899006 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4109270051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13247] ppid=13242 vsize=809512 CPUtime=0.02
/proc/13244/task/13247/stat : 13247 (java) S 13242 13244 12676 0 -1 64 874 0 0 0 2 0 0 0 16 0 12 0 20899007 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13248] ppid=13242 vsize=809512 CPUtime=0.01
/proc/13244/task/13248/stat : 13248 (java) S 13242 13244 12676 0 -1 64 463 0 0 0 1 0 0 0 16 0 12 0 20899007 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13249] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13249/stat : 13249 (java) S 13242 13244 12676 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 20899009 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13250] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13250/stat : 13250 (java) S 13242 13244 12676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20899009 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13251] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13251/stat : 13251 (java) S 13242 13244 12676 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20899009 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13252] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13252/stat : 13252 (java) S 13242 13244 12676 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20899014 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13253] ppid=13242 vsize=809512 CPUtime=0.24
/proc/13244/task/13253/stat : 13253 (java) S 13242 13244 12676 0 -1 64 1609 0 0 0 24 0 0 0 17 0 12 0 20899014 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13254] ppid=13242 vsize=809512 CPUtime=1.27
/proc/13244/task/13254/stat : 13254 (java) S 13242 13244 12676 0 -1 64 4687 0 0 0 125 2 0 0 17 0 12 0 20899014 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13255] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13255/stat : 13255 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20899014 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13256] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13256/stat : 13256 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20899014 828940288 20448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 809512

[startup+12.7017 s]
/proc/loadavg: 2.41 2.55 2.29 3/94 13256
/proc/meminfo: memFree=1015784/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=809512 CPUtime=12.6
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 29526 0 1 0 1246 14 0 0 18 0 12 0 20899004 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 202378 24173 1439 9 0 199705 0
[pid=13244/tid=13246] ppid=13242 vsize=809512 CPUtime=10.77
/proc/13244/task/13246/stat : 13246 (java) R 13242 13244 12676 0 -1 64 18837 0 1 0 1067 10 0 0 25 0 12 0 20899006 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4109614252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13247] ppid=13242 vsize=809512 CPUtime=0.09
/proc/13244/task/13247/stat : 13247 (java) S 13242 13244 12676 0 -1 64 1940 0 0 0 9 0 0 0 16 0 12 0 20899007 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13248] ppid=13242 vsize=809512 CPUtime=0.09
/proc/13244/task/13248/stat : 13248 (java) S 13242 13244 12676 0 -1 64 1662 0 0 0 9 0 0 0 16 0 12 0 20899007 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13249] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13249/stat : 13249 (java) S 13242 13244 12676 0 -1 64 47 0 0 0 0 0 0 0 16 0 12 0 20899009 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13250] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13250/stat : 13250 (java) S 13242 13244 12676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20899009 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13251] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13251/stat : 13251 (java) S 13242 13244 12676 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20899009 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13252] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13252/stat : 13252 (java) S 13242 13244 12676 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20899014 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13253] ppid=13242 vsize=809512 CPUtime=0.24
/proc/13244/task/13253/stat : 13253 (java) S 13242 13244 12676 0 -1 64 1609 0 0 0 24 0 0 0 17 0 12 0 20899014 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13254] ppid=13242 vsize=809512 CPUtime=1.35
/proc/13244/task/13254/stat : 13254 (java) S 13242 13244 12676 0 -1 64 4691 0 0 0 133 2 0 0 16 0 12 0 20899014 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13255] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13255/stat : 13255 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20899014 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13256] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13256/stat : 13256 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20899014 828940288 24173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 809512

[startup+25.5029 s]
/proc/loadavg: 2.34 2.53 2.28 4/94 13256
/proc/meminfo: memFree=1005480/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=809512 CPUtime=25.33
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 32018 0 1 0 2518 15 0 0 18 0 12 0 20899004 828940288 26644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 202378 26644 1439 9 0 199705 0
[pid=13244/tid=13246] ppid=13242 vsize=809512 CPUtime=23.28
/proc/13244/task/13246/stat : 13246 (java) R 13242 13244 12676 0 -1 64 18880 0 1 0 2318 10 0 0 25 0 12 0 20899006 828940288 26644 996147200 134512640 134550932 4294956016 18446744073709551615 4109587458 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13247] ppid=13242 vsize=809512 CPUtime=0.17
/proc/13244/task/13247/stat : 13247 (java) S 13242 13244 12676 0 -1 64 3025 0 0 0 16 1 0 0 16 0 12 0 20899007 828940288 26644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13248] ppid=13242 vsize=809512 CPUtime=0.19
/proc/13244/task/13248/stat : 13248 (java) S 13242 13244 12676 0 -1 64 3026 0 0 0 18 1 0 0 16 0 12 0 20899007 828940288 26644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13249] ppid=13242 vsize=809512 CPUtime=0.01
/proc/13244/task/13249/stat : 13249 (java) S 13242 13244 12676 0 -1 64 47 0 0 0 1 0 0 0 15 0 12 0 20899009 828940288 26644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13250] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13250/stat : 13250 (java) S 13242 13244 12676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20899009 828940288 26644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13251] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13251/stat : 13251 (java) S 13242 13244 12676 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20899009 828940288 26644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13252] ppid=13242 vsize=809512 CPUtime=0
/proc/13244/task/13252/stat : 13252 (java) S 13242 13244 12676 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20899014 828940288 26644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13253] ppid=13242 vsize=809512 CPUtime=0.24

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

/proc/loadavg: 2.10 2.26 2.35 3/95 13263
/proc/meminfo: memFree=419424/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=812656 CPUtime=1159.73
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 575032 0 1 0 115687 286 0 0 18 0 13 0 20899004 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 203164 172563 1440 9 0 200491 0
[pid=13244/tid=13246] ppid=13242 vsize=812656 CPUtime=543.54
/proc/13244/task/13246/stat : 13246 (java) S 13242 13244 12676 0 -1 64 32339 0 1 0 54335 19 0 0 18 0 13 0 20899006 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13247] ppid=13242 vsize=812656 CPUtime=45.19
/proc/13244/task/13247/stat : 13247 (java) S 13242 13244 12676 0 -1 64 62901 0 0 0 4488 31 0 0 16 0 13 0 20899007 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13248] ppid=13242 vsize=812656 CPUtime=45.39
/proc/13244/task/13248/stat : 13248 (java) S 13242 13244 12676 0 -1 64 75543 0 0 0 4506 33 0 0 15 0 13 0 20899007 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13249] ppid=13242 vsize=812656 CPUtime=523.77
/proc/13244/task/13249/stat : 13249 (java) R 13242 13244 12676 0 -1 64 397008 0 0 0 52182 195 0 0 25 0 13 0 20899009 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 106157886 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13250] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13250/stat : 13250 (java) S 13242 13244 12676 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20899009 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13251] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13251/stat : 13251 (java) S 13242 13244 12676 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20899009 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13252] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13252/stat : 13252 (java) S 13242 13244 12676 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13253] ppid=13242 vsize=812656 CPUtime=0.24
/proc/13244/task/13253/stat : 13253 (java) S 13242 13244 12676 0 -1 64 1609 0 0 0 24 0 0 0 17 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13254] ppid=13242 vsize=812656 CPUtime=1.49
/proc/13244/task/13254/stat : 13254 (java) S 13242 13244 12676 0 -1 64 4886 0 0 0 147 2 0 0 16 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13255] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13255/stat : 13255 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13256] ppid=13242 vsize=812656 CPUtime=0.03
/proc/13244/task/13256/stat : 13256 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 1 2 0 0 15 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13263] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13263/stat : 13263 (java) S 13242 13244 12676 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 21014176 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1159.73
Current children cumulated vsize (KiB) 812656

[startup+1167.9 s]
/proc/loadavg: 2.09 2.26 2.35 3/95 13263
/proc/meminfo: memFree=419488/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=812656 CPUtime=1162.9
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 575095 0 1 0 116004 286 0 0 18 0 13 0 20899004 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 203164 172563 1440 9 0 200491 0
[pid=13244/tid=13246] ppid=13242 vsize=812656 CPUtime=543.54
/proc/13244/task/13246/stat : 13246 (java) S 13242 13244 12676 0 -1 64 32339 0 1 0 54335 19 0 0 18 0 13 0 20899006 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13247] ppid=13242 vsize=812656 CPUtime=45.19
/proc/13244/task/13247/stat : 13247 (java) S 13242 13244 12676 0 -1 64 62901 0 0 0 4488 31 0 0 16 0 13 0 20899007 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13248] ppid=13242 vsize=812656 CPUtime=45.39
/proc/13244/task/13248/stat : 13248 (java) S 13242 13244 12676 0 -1 64 75543 0 0 0 4506 33 0 0 15 0 13 0 20899007 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13249] ppid=13242 vsize=812656 CPUtime=526.94
/proc/13244/task/13249/stat : 13249 (java) R 13242 13244 12676 0 -1 64 397071 0 0 0 52499 195 0 0 25 0 13 0 20899009 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 106836612 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13250] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13250/stat : 13250 (java) S 13242 13244 12676 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20899009 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13251] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13251/stat : 13251 (java) S 13242 13244 12676 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20899009 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13252] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13252/stat : 13252 (java) S 13242 13244 12676 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13253] ppid=13242 vsize=812656 CPUtime=0.24
/proc/13244/task/13253/stat : 13253 (java) S 13242 13244 12676 0 -1 64 1609 0 0 0 24 0 0 0 17 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13254] ppid=13242 vsize=812656 CPUtime=1.49
/proc/13244/task/13254/stat : 13254 (java) S 13242 13244 12676 0 -1 64 4886 0 0 0 147 2 0 0 16 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13255] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13255/stat : 13255 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13256] ppid=13242 vsize=812656 CPUtime=0.03
/proc/13244/task/13256/stat : 13256 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 1 2 0 0 15 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13263] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13263/stat : 13263 (java) S 13242 13244 12676 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 21014176 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1162.9
Current children cumulated vsize (KiB) 812656

[startup+1168.7 s]
/proc/loadavg: 2.09 2.26 2.35 3/95 13263
/proc/meminfo: memFree=419488/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=812656 CPUtime=1163.69
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 575095 0 1 0 116083 286 0 0 18 0 13 0 20899004 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 203164 172563 1440 9 0 200491 0
[pid=13244/tid=13246] ppid=13242 vsize=812656 CPUtime=543.54
/proc/13244/task/13246/stat : 13246 (java) S 13242 13244 12676 0 -1 64 32339 0 1 0 54335 19 0 0 18 0 13 0 20899006 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13247] ppid=13242 vsize=812656 CPUtime=45.19
/proc/13244/task/13247/stat : 13247 (java) S 13242 13244 12676 0 -1 64 62901 0 0 0 4488 31 0 0 16 0 13 0 20899007 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13248] ppid=13242 vsize=812656 CPUtime=45.39
/proc/13244/task/13248/stat : 13248 (java) S 13242 13244 12676 0 -1 64 75543 0 0 0 4506 33 0 0 15 0 13 0 20899007 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13249] ppid=13242 vsize=812656 CPUtime=527.73
/proc/13244/task/13249/stat : 13249 (java) R 13242 13244 12676 0 -1 64 397071 0 0 0 52578 195 0 0 25 0 13 0 20899009 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13250] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13250/stat : 13250 (java) S 13242 13244 12676 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20899009 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13251] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13251/stat : 13251 (java) S 13242 13244 12676 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20899009 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13252] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13252/stat : 13252 (java) S 13242 13244 12676 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13253] ppid=13242 vsize=812656 CPUtime=0.24
/proc/13244/task/13253/stat : 13253 (java) S 13242 13244 12676 0 -1 64 1609 0 0 0 24 0 0 0 17 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13254] ppid=13242 vsize=812656 CPUtime=1.49
/proc/13244/task/13254/stat : 13254 (java) S 13242 13244 12676 0 -1 64 4886 0 0 0 147 2 0 0 16 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13255] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13255/stat : 13255 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13256] ppid=13242 vsize=812656 CPUtime=0.03
/proc/13244/task/13256/stat : 13256 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 1 2 0 0 15 0 13 0 20899014 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13263] ppid=13242 vsize=812656 CPUtime=0
/proc/13244/task/13263/stat : 13263 (java) S 13242 13244 12676 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 21014176 832159744 172563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1163.69
Current children cumulated vsize (KiB) 812656

[startup+1169.1 s]
/proc/loadavg: 2.09 2.26 2.35 3/95 13263
/proc/meminfo: memFree=419488/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=812404 CPUtime=1164.09
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 575096 0 1 0 116123 286 0 0 18 0 13 0 20899004 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 203101 172500 1440 9 0 200428 0
[pid=13244/tid=13246] ppid=13242 vsize=812404 CPUtime=543.54
/proc/13244/task/13246/stat : 13246 (java) S 13242 13244 12676 0 -1 64 32339 0 1 0 54335 19 0 0 18 0 13 0 20899006 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13247] ppid=13242 vsize=812404 CPUtime=45.19
/proc/13244/task/13247/stat : 13247 (java) S 13242 13244 12676 0 -1 64 62901 0 0 0 4488 31 0 0 16 0 13 0 20899007 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13248] ppid=13242 vsize=812404 CPUtime=45.39
/proc/13244/task/13248/stat : 13248 (java) S 13242 13244 12676 0 -1 64 75543 0 0 0 4506 33 0 0 15 0 13 0 20899007 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13249] ppid=13242 vsize=812404 CPUtime=528.13
/proc/13244/task/13249/stat : 13249 (java) R 13242 13244 12676 0 -1 64 397071 0 0 0 52618 195 0 0 25 0 13 0 20899009 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13250] ppid=13242 vsize=812404 CPUtime=0
/proc/13244/task/13250/stat : 13250 (java) S 13242 13244 12676 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20899009 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13251] ppid=13242 vsize=812404 CPUtime=0
/proc/13244/task/13251/stat : 13251 (java) S 13242 13244 12676 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20899009 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13252] ppid=13242 vsize=812404 CPUtime=0
/proc/13244/task/13252/stat : 13252 (java) S 13242 13244 12676 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20899014 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13253] ppid=13242 vsize=812404 CPUtime=0.24
/proc/13244/task/13253/stat : 13253 (java) S 13242 13244 12676 0 -1 64 1609 0 0 0 24 0 0 0 17 0 13 0 20899014 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13254] ppid=13242 vsize=812404 CPUtime=1.49
/proc/13244/task/13254/stat : 13254 (java) S 13242 13244 12676 0 -1 64 4886 0 0 0 147 2 0 0 16 0 13 0 20899014 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13255] ppid=13242 vsize=812404 CPUtime=0
/proc/13244/task/13255/stat : 13255 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20899014 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13256] ppid=13242 vsize=812404 CPUtime=0.03
/proc/13244/task/13256/stat : 13256 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 1 2 0 0 15 0 13 0 20899014 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13263] ppid=13242 vsize=812404 CPUtime=0
/proc/13244/task/13263/stat : 13263 (java) R 13242 13244 12676 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 21014176 831901696 172500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1164.09
Current children cumulated vsize (KiB) 812404

[startup+1169.31 s]
/proc/loadavg: 2.09 2.26 2.35 3/94 13263
/proc/meminfo: memFree=419552/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=812404 CPUtime=1164.29
/proc/13244/stat : 13244 (java) S 13242 13244 12676 0 -1 0 575100 0 1 0 116143 286 0 0 18 0 12 0 20899004 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 203101 172504 1441 9 0 200428 0
[pid=13244/tid=13246] ppid=13242 vsize=812404 CPUtime=543.54
/proc/13244/task/13246/stat : 13246 (java) S 13242 13244 12676 0 -1 64 32340 0 1 0 54335 19 0 0 16 0 12 0 20899006 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13247] ppid=13242 vsize=812404 CPUtime=45.19
/proc/13244/task/13247/stat : 13247 (java) S 13242 13244 12676 0 -1 64 62901 0 0 0 4488 31 0 0 16 0 12 0 20899007 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13248] ppid=13242 vsize=812404 CPUtime=45.39
/proc/13244/task/13248/stat : 13248 (java) S 13242 13244 12676 0 -1 64 75543 0 0 0 4506 33 0 0 15 0 12 0 20899007 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13249] ppid=13242 vsize=812404 CPUtime=528.32
/proc/13244/task/13249/stat : 13249 (java) R 13242 13244 12676 0 -1 64 397071 0 0 0 52637 195 0 0 25 0 12 0 20899009 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13250] ppid=13242 vsize=812404 CPUtime=0
/proc/13244/task/13250/stat : 13250 (java) S 13242 13244 12676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20899009 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13251] ppid=13242 vsize=812404 CPUtime=0
/proc/13244/task/13251/stat : 13251 (java) S 13242 13244 12676 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 20899009 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13244/tid=13252] ppid=13242 vsize=812404 CPUtime=0
/proc/13244/task/13252/stat : 13252 (java) S 13242 13244 12676 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20899014 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13253] ppid=13242 vsize=812404 CPUtime=0.24
/proc/13244/task/13253/stat : 13253 (java) S 13242 13244 12676 0 -1 64 1609 0 0 0 24 0 0 0 17 0 12 0 20899014 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13254] ppid=13242 vsize=812404 CPUtime=1.49
/proc/13244/task/13254/stat : 13254 (java) S 13242 13244 12676 0 -1 64 4886 0 0 0 147 2 0 0 16 0 12 0 20899014 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13255] ppid=13242 vsize=812404 CPUtime=0
/proc/13244/task/13255/stat : 13255 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20899014 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13244/tid=13256] ppid=13242 vsize=812404 CPUtime=0.03
/proc/13244/task/13256/stat : 13256 (java) S 13242 13244 12676 0 -1 64 1 0 0 0 1 2 0 0 15 0 12 0 20899014 831901696 172504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1164.29
Current children cumulated vsize (KiB) 812404

[startup+1169.4 s]
/proc/loadavg: 2.09 2.26 2.35 3/94 13263
/proc/meminfo: memFree=419552/2055920 swapFree=4192956/4192956
[pid=13244] ppid=13242 vsize=0 CPUtime=1164.35
/proc/13244/stat : 13244 (java) Z 13242 13244 12676 0 -1 12 575106 0 1 0 116147 288 0 0 16 0 2 0 20899004 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13244/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1164.35
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1169.48
CPU time (s): 1164.44
CPU user time (s): 1161.48
CPU system time (s): 2.96155
CPU usage (%): 99.5691
Max. virtual memory (cumulated for all children) (KiB): 908088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1161.48
system time used= 2.96155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 575106
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= 38939
involuntary context switches= 57698

runsolver used 1.53377 second user time and 4.04638 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-11 20:52:37
IDJOB=2065542
IDBENCH=54372
IDSOLVER=731
FILE ID=node56/2065542-1247338357
PBS_JOBID= 9506782
Free space on /tmp= 103036 MiB

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

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

MD5SUM BENCH= 175eb2ae2b98149203997bb89fdddaa2
RANDOM SEED=1763498358

node56.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.209
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.209
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:       1107624 kB
Buffers:         61980 kB
Cached:         784960 kB
SwapCached:          0 kB
Active:         136832 kB
Inactive:       756744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1107624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          67160 kB
Slab:            39668 kB
Committed_AS:   198148 kB
PageTables:       1992 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= 103036 MiB
End job on node56 at 2009-07-11 21:12:06