Trace number 2077785

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? 455.109 457.955

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-80-2-7.xml
MD5SUMd0f2356311776eedef92f313d9b680e0
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.030995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity9
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data

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

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-2077785-1247365795/watcher-2077785-1247365795 -o /tmp/evaluation-result-2077785-1247365795/solver-2077785-1247365795 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077785-1247365795.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: 3.48 3.21 2.76 5/89 23013
/proc/meminfo: memFree=1202720/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=18576 CPUtime=0
/proc/23013/stat : 23013 (runsolver) R 23010 23013 18865 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 23642983 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23013/statm: 4644 284 249 26 0 2626 0

[startup+0.0520669 s]
/proc/loadavg: 3.48 3.21 2.76 5/89 23013
/proc/meminfo: memFree=1202720/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=800696 CPUtime=0.02
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 2357 0 1 0 1 1 0 0 18 0 4 0 23642983 819912704 2104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 200174 2104 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101374 s]
/proc/loadavg: 3.48 3.21 2.76 5/89 23013
/proc/meminfo: memFree=1202720/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=802164 CPUtime=0.07
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 2832 0 1 0 5 2 0 0 18 0 7 0 23642983 821415936 2577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 200541 2577 1039 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.301092 s]
/proc/loadavg: 3.48 3.21 2.76 5/89 23013
/proc/meminfo: memFree=1202720/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=805628 CPUtime=0.26
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 4297 0 1 0 23 3 0 0 18 0 12 0 23642983 824963072 4034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 201407 4034 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805628

[startup+0.701127 s]
/proc/loadavg: 3.48 3.21 2.76 5/89 23013
/proc/meminfo: memFree=1202720/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=807320 CPUtime=0.66
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 6402 0 1 0 62 4 0 0 18 0 12 0 23642983 826695680 5428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 201830 5428 1384 9 0 199157 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807320

[startup+1.5022 s]
/proc/loadavg: 3.48 3.21 2.76 5/101 23102
/proc/meminfo: memFree=1183552/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=810492 CPUtime=1.45
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 9420 0 1 0 139 6 0 0 18 0 12 0 23642983 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 202623 7259 1427 9 0 199950 0
[pid=23013/tid=23022] ppid=23010 vsize=810492 CPUtime=0.78
/proc/23013/task/23022/stat : 23022 (java) R 23010 23013 18865 0 -1 64 5147 0 1 0 74 4 0 0 18 0 12 0 23642985 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23024] ppid=23010 vsize=810492 CPUtime=0
/proc/23013/task/23024/stat : 23024 (java) S 23010 23013 18865 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23642986 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23025] ppid=23010 vsize=810492 CPUtime=0
/proc/23013/task/23025/stat : 23025 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23642986 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23030] ppid=23010 vsize=810492 CPUtime=0
/proc/23013/task/23030/stat : 23030 (java) S 23010 23013 18865 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23642989 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23033] ppid=23010 vsize=810492 CPUtime=0
/proc/23013/task/23033/stat : 23033 (java) S 23010 23013 18865 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23642990 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23034] ppid=23010 vsize=810492 CPUtime=0
/proc/23013/task/23034/stat : 23034 (java) S 23010 23013 18865 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23642990 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23038] ppid=23010 vsize=810492 CPUtime=0
/proc/23013/task/23038/stat : 23038 (java) S 23010 23013 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23642994 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23039] ppid=23010 vsize=810492 CPUtime=0.05
/proc/23013/task/23039/stat : 23039 (java) S 23010 23013 18865 0 -1 64 315 0 0 0 5 0 0 0 17 0 12 0 23642994 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23040] ppid=23010 vsize=810492 CPUtime=0.6
/proc/23013/task/23040/stat : 23040 (java) R 23010 23013 18865 0 -1 64 3214 0 0 0 59 1 0 0 17 0 12 0 23642994 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 105856786 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23041] ppid=23010 vsize=810492 CPUtime=0
/proc/23013/task/23041/stat : 23041 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642994 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23042] ppid=23010 vsize=810492 CPUtime=0
/proc/23013/task/23042/stat : 23042 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23642994 829943808 7259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 810492

[startup+3.10234 s]
/proc/loadavg: 3.48 3.21 2.76 5/100 23139
/proc/meminfo: memFree=1173128/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=810972 CPUtime=2.95
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 14569 0 1 0 285 10 0 0 18 0 12 0 23642983 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 202743 11405 1429 9 0 200070 0
[pid=23013/tid=23022] ppid=23010 vsize=810972 CPUtime=1.78
/proc/23013/task/23022/stat : 23022 (java) R 23010 23013 18865 0 -1 64 9104 0 1 0 171 7 0 0 25 0 12 0 23642985 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 103387650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23024] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23024/stat : 23024 (java) S 23010 23013 18865 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23642986 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23025] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23025/stat : 23025 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23642986 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23030] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23030/stat : 23030 (java) S 23010 23013 18865 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23642989 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23033] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23033/stat : 23033 (java) S 23010 23013 18865 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23642990 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23034] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23034/stat : 23034 (java) S 23010 23013 18865 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23642990 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23038] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23038/stat : 23038 (java) S 23010 23013 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23642994 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23039] ppid=23010 vsize=810972 CPUtime=0.15
/proc/23013/task/23039/stat : 23039 (java) S 23010 23013 18865 0 -1 64 320 0 0 0 15 0 0 0 16 0 12 0 23642994 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23040] ppid=23010 vsize=810972 CPUtime=1
/proc/23013/task/23040/stat : 23040 (java) S 23010 23013 18865 0 -1 64 4401 0 0 0 98 2 0 0 16 0 12 0 23642994 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23041] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23041/stat : 23041 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642994 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23042] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23042/stat : 23042 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23642994 830435328 11405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 810972

[startup+6.30162 s]
/proc/loadavg: 3.44 3.20 2.76 6/101 23299
/proc/meminfo: memFree=1116224/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=810972 CPUtime=5.79
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 28757 0 1 0 562 17 0 0 18 0 12 0 23642983 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 202743 25415 1438 9 0 200070 0
[pid=23013/tid=23022] ppid=23010 vsize=810972 CPUtime=4.12
/proc/23013/task/23022/stat : 23022 (java) R 23010 23013 18865 0 -1 64 17405 0 1 0 401 11 0 0 25 0 12 0 23642985 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4109810383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23024] ppid=23010 vsize=810972 CPUtime=0.11
/proc/23013/task/23024/stat : 23024 (java) S 23010 23013 18865 0 -1 64 3094 0 0 0 10 1 0 0 16 0 12 0 23642986 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23025] ppid=23010 vsize=810972 CPUtime=0.12
/proc/23013/task/23025/stat : 23025 (java) S 23010 23013 18865 0 -1 64 2578 0 0 0 12 0 0 0 16 0 12 0 23642986 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23030] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23030/stat : 23030 (java) S 23010 23013 18865 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 23642989 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23033] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23033/stat : 23033 (java) S 23010 23013 18865 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23642990 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23034] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23034/stat : 23034 (java) S 23010 23013 18865 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23642990 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23038] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23038/stat : 23038 (java) S 23010 23013 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23642994 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23039] ppid=23010 vsize=810972 CPUtime=0.15
/proc/23013/task/23039/stat : 23039 (java) S 23010 23013 18865 0 -1 64 320 0 0 0 15 0 0 0 16 0 12 0 23642994 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23040] ppid=23010 vsize=810972 CPUtime=1.24
/proc/23013/task/23040/stat : 23040 (java) S 23010 23013 18865 0 -1 64 4594 0 0 0 122 2 0 0 16 0 12 0 23642994 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23041] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23041/stat : 23041 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642994 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23042] ppid=23010 vsize=810972 CPUtime=0
/proc/23013/task/23042/stat : 23042 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23642994 830435328 25415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 810972

[startup+12.7022 s]
/proc/loadavg: 3.41 3.20 2.76 3/94 24041
/proc/meminfo: memFree=1086328/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=810588 CPUtime=10.76
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 34005 0 1 0 1056 20 0 0 18 0 12 0 23642983 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 202647 30556 1438 9 0 199974 0
[pid=23013/tid=23022] ppid=23010 vsize=810588 CPUtime=8.38
/proc/23013/task/23022/stat : 23022 (java) R 23010 23013 18865 0 -1 64 17426 0 1 0 826 12 0 0 25 0 12 0 23642985 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23024] ppid=23010 vsize=810588 CPUtime=0.44
/proc/23013/task/23024/stat : 23024 (java) R 23010 23013 18865 0 -1 64 5922 0 0 0 42 2 0 0 16 0 12 0 23642986 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23025] ppid=23010 vsize=810588 CPUtime=0.42
/proc/23013/task/23025/stat : 23025 (java) R 23010 23013 18865 0 -1 64 4969 0 0 0 40 2 0 0 16 0 12 0 23642986 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 106197558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23030] ppid=23010 vsize=810588 CPUtime=0
/proc/23013/task/23030/stat : 23030 (java) S 23010 23013 18865 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 23642989 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23033] ppid=23010 vsize=810588 CPUtime=0
/proc/23013/task/23033/stat : 23033 (java) S 23010 23013 18865 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23642990 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23034] ppid=23010 vsize=810588 CPUtime=0
/proc/23013/task/23034/stat : 23034 (java) S 23010 23013 18865 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23642990 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23038] ppid=23010 vsize=810588 CPUtime=0
/proc/23013/task/23038/stat : 23038 (java) S 23010 23013 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23642994 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23039] ppid=23010 vsize=810588 CPUtime=0.15
/proc/23013/task/23039/stat : 23039 (java) S 23010 23013 18865 0 -1 64 320 0 0 0 15 0 0 0 16 0 12 0 23642994 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23040] ppid=23010 vsize=810588 CPUtime=1.32
/proc/23013/task/23040/stat : 23040 (java) S 23010 23013 18865 0 -1 64 4602 0 0 0 130 2 0 0 16 0 12 0 23642994 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23041] ppid=23010 vsize=810588 CPUtime=0
/proc/23013/task/23041/stat : 23041 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642994 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23042] ppid=23010 vsize=810588 CPUtime=0
/proc/23013/task/23042/stat : 23042 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23642994 830042112 30556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.76
Current children cumulated vsize (KiB) 810588

[startup+25.5013 s]
/proc/loadavg: 3.09 3.14 2.74 5/94 24041
/proc/meminfo: memFree=1062168/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=810588 CPUtime=23.49
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 40490 0 1 0 2326 23 0 0 18 0 12 0 23642983 830042112 37013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 202647 37013 1438 9 0 199974 0
[pid=23013/tid=23022] ppid=23010 vsize=810588 CPUtime=20.46
/proc/23013/task/23022/stat : 23022 (java) R 23010 23013 18865 0 -1 64 17455 0 1 0 2034 12 0 0 25 0 12 0 23642985 830042112 37013 996147200 134512640 134550932 4294956016 18446744073709551615 4109628332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23024] ppid=23010 vsize=810588 CPUtime=0.74
/proc/23013/task/23024/stat : 23024 (java) S 23010 23013 18865 0 -1 64 9394 0 0 0 71 3 0 0 16 0 12 0 23642986 830042112 37013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23025] ppid=23010 vsize=810588 CPUtime=0.74
/proc/23013/task/23025/stat : 23025 (java) S 23010 23013 18865 0 -1 64 7953 0 0 0 72 2 0 0 16 0 12 0 23642986 830042112 37013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23030] ppid=23010 vsize=810588 CPUtime=0
/proc/23013/task/23030/stat : 23030 (java) S 23010 23013 18865 0 -1 64 25 0 0 0 0 0 0 0 15 0 12 0 23642989 830042112 37013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23033] ppid=23010 vsize=810588 CPUtime=0
/proc/23013/task/23033/stat : 23033 (java) S 23010 23013 18865 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23642990 830042112 37013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23034] ppid=23010 vsize=810588 CPUtime=0
/proc/23013/task/23034/stat : 23034 (java) S 23010 23013 18865 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23642990 830042112 37013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23038] ppid=23010 vsize=810588 CPUtime=0
/proc/23013/task/23038/stat : 23038 (java) S 23010 23013 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23642994 830042112 37013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23039] ppid=23010 vsize=810588 CPUtime=0.15

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

[pid=23013/tid=23041] ppid=23010 vsize=874592 CPUtime=0
/proc/23013/task/23041/stat : 23041 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642994 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23042] ppid=23010 vsize=874592 CPUtime=0
/proc/23013/task/23042/stat : 23042 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23642994 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 432.4
Current children cumulated vsize (KiB) 874592

[startup+447.903 s]
/proc/loadavg: 2.28 2.64 2.65 3/94 24041
/proc/meminfo: memFree=453592/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=874592 CPUtime=445.14
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 399087 0 1 0 44333 181 0 0 18 0 12 0 23642983 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 218648 188239 1440 9 0 215975 0
[pid=23013/tid=23022] ppid=23010 vsize=874592 CPUtime=99.15
/proc/23013/task/23022/stat : 23022 (java) S 23010 23013 18865 0 -1 64 29974 0 1 0 9897 18 0 0 17 0 12 0 23642985 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23024] ppid=23010 vsize=874592 CPUtime=8.47
/proc/23013/task/23024/stat : 23024 (java) S 23010 23013 18865 0 -1 64 67600 0 0 0 819 28 0 0 16 0 12 0 23642986 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23025] ppid=23010 vsize=874592 CPUtime=8.6
/proc/23013/task/23025/stat : 23025 (java) S 23010 23013 18865 0 -1 64 69657 0 0 0 836 24 0 0 16 0 12 0 23642986 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23030] ppid=23010 vsize=874592 CPUtime=327.01
/proc/23013/task/23030/stat : 23030 (java) R 23010 23013 18865 0 -1 64 225600 0 0 0 32595 106 0 0 25 0 12 0 23642989 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23033] ppid=23010 vsize=874592 CPUtime=0
/proc/23013/task/23033/stat : 23033 (java) S 23010 23013 18865 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23642990 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23034] ppid=23010 vsize=874592 CPUtime=0
/proc/23013/task/23034/stat : 23034 (java) S 23010 23013 18865 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23642990 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23038] ppid=23010 vsize=874592 CPUtime=0
/proc/23013/task/23038/stat : 23038 (java) S 23010 23013 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23642994 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23039] ppid=23010 vsize=874592 CPUtime=0.26
/proc/23013/task/23039/stat : 23039 (java) S 23010 23013 18865 0 -1 64 611 0 0 0 26 0 0 0 16 0 12 0 23642994 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23040] ppid=23010 vsize=874592 CPUtime=1.59
/proc/23013/task/23040/stat : 23040 (java) S 23010 23013 18865 0 -1 64 4904 0 0 0 157 2 0 0 16 0 12 0 23642994 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23041] ppid=23010 vsize=874592 CPUtime=0
/proc/23013/task/23041/stat : 23041 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642994 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23042] ppid=23010 vsize=874592 CPUtime=0
/proc/23013/task/23042/stat : 23042 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23642994 895582208 188239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 445.14
Current children cumulated vsize (KiB) 874592

[startup+454.307 s]
/proc/loadavg: 2.24 2.62 2.64 3/94 24041
/proc/meminfo: memFree=517016/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=811592 CPUtime=451.52
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 399591 0 1 0 44969 183 0 0 18 0 12 0 23642983 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 202898 172489 1440 9 0 200225 0
[pid=23013/tid=23022] ppid=23010 vsize=811592 CPUtime=99.16
/proc/23013/task/23022/stat : 23022 (java) S 23010 23013 18865 0 -1 64 29976 0 1 0 9898 18 0 0 17 0 12 0 23642985 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23024] ppid=23010 vsize=811592 CPUtime=8.47
/proc/23013/task/23024/stat : 23024 (java) S 23010 23013 18865 0 -1 64 67600 0 0 0 819 28 0 0 16 0 12 0 23642986 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23025] ppid=23010 vsize=811592 CPUtime=8.6
/proc/23013/task/23025/stat : 23025 (java) S 23010 23013 18865 0 -1 64 69657 0 0 0 836 24 0 0 16 0 12 0 23642986 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23030] ppid=23010 vsize=811592 CPUtime=333.37
/proc/23013/task/23030/stat : 23030 (java) R 23010 23013 18865 0 -1 64 226102 0 0 0 33230 107 0 0 25 0 12 0 23642989 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23033] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23033/stat : 23033 (java) S 23010 23013 18865 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23642990 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23034] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23034/stat : 23034 (java) S 23010 23013 18865 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23642990 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23038] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23038/stat : 23038 (java) S 23010 23013 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23642994 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23039] ppid=23010 vsize=811592 CPUtime=0.26
/proc/23013/task/23039/stat : 23039 (java) S 23010 23013 18865 0 -1 64 611 0 0 0 26 0 0 0 16 0 12 0 23642994 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23040] ppid=23010 vsize=811592 CPUtime=1.59
/proc/23013/task/23040/stat : 23040 (java) S 23010 23013 18865 0 -1 64 4904 0 0 0 157 2 0 0 16 0 12 0 23642994 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23041] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23041/stat : 23041 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642994 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23042] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23042/stat : 23042 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23642994 831070208 172489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 451.52
Current children cumulated vsize (KiB) 811592

[startup+455.902 s]
/proc/loadavg: 2.24 2.62 2.64 3/94 24041
/proc/meminfo: memFree=517016/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=811592 CPUtime=453.1
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 399846 0 1 0 45127 183 0 0 18 0 12 0 23642983 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 202898 172490 1439 9 0 200225 0
[pid=23013/tid=23022] ppid=23010 vsize=811592 CPUtime=99.16
/proc/23013/task/23022/stat : 23022 (java) S 23010 23013 18865 0 -1 64 29980 0 1 0 9898 18 0 0 17 0 12 0 23642985 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23024] ppid=23010 vsize=811592 CPUtime=8.47
/proc/23013/task/23024/stat : 23024 (java) S 23010 23013 18865 0 -1 64 67600 0 0 0 819 28 0 0 16 0 12 0 23642986 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23025] ppid=23010 vsize=811592 CPUtime=8.6
/proc/23013/task/23025/stat : 23025 (java) S 23010 23013 18865 0 -1 64 69657 0 0 0 836 24 0 0 16 0 12 0 23642986 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23030] ppid=23010 vsize=811592 CPUtime=334.97
/proc/23013/task/23030/stat : 23030 (java) R 23010 23013 18865 0 -1 64 226353 0 0 0 33389 108 0 0 25 0 12 0 23642989 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 106157892 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23033] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23033/stat : 23033 (java) S 23010 23013 18865 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23642990 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23034] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23034/stat : 23034 (java) S 23010 23013 18865 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23642990 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23038] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23038/stat : 23038 (java) S 23010 23013 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23039] ppid=23010 vsize=811592 CPUtime=0.26
/proc/23013/task/23039/stat : 23039 (java) S 23010 23013 18865 0 -1 64 611 0 0 0 26 0 0 0 16 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23040] ppid=23010 vsize=811592 CPUtime=1.59
/proc/23013/task/23040/stat : 23040 (java) S 23010 23013 18865 0 -1 64 4904 0 0 0 157 2 0 0 16 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23041] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23041/stat : 23041 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23042] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23042/stat : 23042 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 453.1
Current children cumulated vsize (KiB) 811592

[startup+456.702 s]
/proc/loadavg: 2.24 2.62 2.64 3/94 24041
/proc/meminfo: memFree=517016/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=811592 CPUtime=453.9
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 399846 0 1 0 45207 183 0 0 18 0 12 0 23642983 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 202898 172490 1439 9 0 200225 0
[pid=23013/tid=23022] ppid=23010 vsize=811592 CPUtime=99.16
/proc/23013/task/23022/stat : 23022 (java) S 23010 23013 18865 0 -1 64 29980 0 1 0 9898 18 0 0 17 0 12 0 23642985 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23024] ppid=23010 vsize=811592 CPUtime=8.47
/proc/23013/task/23024/stat : 23024 (java) S 23010 23013 18865 0 -1 64 67600 0 0 0 819 28 0 0 16 0 12 0 23642986 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23025] ppid=23010 vsize=811592 CPUtime=8.6
/proc/23013/task/23025/stat : 23025 (java) S 23010 23013 18865 0 -1 64 69657 0 0 0 836 24 0 0 16 0 12 0 23642986 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23030] ppid=23010 vsize=811592 CPUtime=335.76
/proc/23013/task/23030/stat : 23030 (java) R 23010 23013 18865 0 -1 64 226353 0 0 0 33468 108 0 0 25 0 12 0 23642989 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 104187821 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23033] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23033/stat : 23033 (java) S 23010 23013 18865 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23642990 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23034] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23034/stat : 23034 (java) S 23010 23013 18865 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23642990 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23038] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23038/stat : 23038 (java) S 23010 23013 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23039] ppid=23010 vsize=811592 CPUtime=0.26
/proc/23013/task/23039/stat : 23039 (java) S 23010 23013 18865 0 -1 64 611 0 0 0 26 0 0 0 16 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23040] ppid=23010 vsize=811592 CPUtime=1.59
/proc/23013/task/23040/stat : 23040 (java) S 23010 23013 18865 0 -1 64 4904 0 0 0 157 2 0 0 16 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23041] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23041/stat : 23041 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23042] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23042/stat : 23042 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 453.9
Current children cumulated vsize (KiB) 811592

[startup+457.503 s]
/proc/loadavg: 2.24 2.62 2.64 3/94 24041
/proc/meminfo: memFree=517016/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=811592 CPUtime=454.7
/proc/23013/stat : 23013 (java) S 23010 23013 18865 0 -1 0 399846 0 1 0 45287 183 0 0 18 0 12 0 23642983 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23013/statm: 202898 172490 1439 9 0 200225 0
[pid=23013/tid=23022] ppid=23010 vsize=811592 CPUtime=99.16
/proc/23013/task/23022/stat : 23022 (java) S 23010 23013 18865 0 -1 64 29980 0 1 0 9898 18 0 0 17 0 12 0 23642985 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23024] ppid=23010 vsize=811592 CPUtime=8.47
/proc/23013/task/23024/stat : 23024 (java) S 23010 23013 18865 0 -1 64 67600 0 0 0 819 28 0 0 16 0 12 0 23642986 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23025] ppid=23010 vsize=811592 CPUtime=8.6
/proc/23013/task/23025/stat : 23025 (java) S 23010 23013 18865 0 -1 64 69657 0 0 0 836 24 0 0 16 0 12 0 23642986 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23030] ppid=23010 vsize=811592 CPUtime=336.56
/proc/23013/task/23030/stat : 23030 (java) R 23010 23013 18865 0 -1 64 226353 0 0 0 33548 108 0 0 25 0 12 0 23642989 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 106159010 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23033] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23033/stat : 23033 (java) S 23010 23013 18865 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23642990 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23034] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23034/stat : 23034 (java) S 23010 23013 18865 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23642990 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23013/tid=23038] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23038/stat : 23038 (java) S 23010 23013 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23039] ppid=23010 vsize=811592 CPUtime=0.26
/proc/23013/task/23039/stat : 23039 (java) S 23010 23013 18865 0 -1 64 611 0 0 0 26 0 0 0 16 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23040] ppid=23010 vsize=811592 CPUtime=1.59
/proc/23013/task/23040/stat : 23040 (java) S 23010 23013 18865 0 -1 64 4904 0 0 0 157 2 0 0 16 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23041] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23041/stat : 23041 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23013/tid=23042] ppid=23010 vsize=811592 CPUtime=0
/proc/23013/task/23042/stat : 23042 (java) S 23010 23013 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23642994 831070208 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 454.7
Current children cumulated vsize (KiB) 811592

[startup+457.903 s]
/proc/loadavg: 2.24 2.62 2.64 3/94 24041
/proc/meminfo: memFree=517016/2055920 swapFree=4192812/4192956
[pid=23013] ppid=23010 vsize=0 CPUtime=455.05
/proc/23013/stat : 23013 (java) Z 23010 23013 18865 0 -1 12 399863 0 1 0 45318 187 0 0 16 0 2 0 23642983 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 455.05
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 457.955
CPU time (s): 455.109
CPU user time (s): 453.18
CPU system time (s): 1.92871
CPU usage (%): 99.3785
Max. virtual memory (cumulated for all children) (KiB): 906596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 453.18
system time used= 1.92871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 399863
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= 12775
involuntary context switches= 19754

runsolver used 0.532918 second user time and 1.65575 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 04:29:55
IDJOB=2077785
IDBENCH=56661
IDSOLVER=731
FILE ID=node51/2077785-1247365795
PBS_JOBID= 9507032
Free space on /tmp= 66204 MiB

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

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

MD5SUM BENCH= d0f2356311776eedef92f313d9b680e0
RANDOM SEED=313660589

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1203584 kB
Buffers:         41644 kB
Cached:         271564 kB
SwapCached:          0 kB
Active:         583180 kB
Inactive:       190780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1203584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:         481552 kB
Slab:            62268 kB
Committed_AS:   643520 kB
PageTables:       2976 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= 66204 MiB
End job on node51 at 2009-07-12 04:37:33