Trace number 1059799

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 2008-06-13? 119.286 116.265

General information on the benchmark

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

Solver Data (download as text)

0.29/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.32	c See www.sat4j.org for details.
0.29/0.32	c That software uses the Rhino library from the Mozilla project.
0.29/0.37	c version 9.9.9.token
0.29/0.37	c sun.arch.data.model	32
0.29/0.37	c java.version	1.6.0_06
0.29/0.37	c os.name	Linux
0.29/0.37	c os.version	2.6.9-22.EL.rootsmp
0.29/0.37	c os.arch	i386
0.29/0.37	c Free memory 669864272
0.29/0.37	c Max memory 672137216
0.29/0.37	c Total memory 672137216
0.29/0.37	c Number of processors 2
0.38/0.42	c c --- Begin Solver configuration ---
0.38/0.42	c Stops conflict analysis at the first Unique Implication Point
0.38/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.42	c Learn all clauses as in MiniSAT
0.38/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.42	c Expensive reason simplification
0.38/0.42	c MiniSAT restarts strategy
0.38/0.42	c timeout=2147483s
0.38/0.42	c DB Simplification allowed=false
0.38/0.42	c --- End Solver configuration ---
0.38/0.42	c solving HOME/instance-1059799-1215124916.xml
0.38/0.42	c reading problem ... 
0.58/0.70	c reading problem named null
0.58/0.70	c reading domains done.
0.68/0.70	c reading variables done.
0.98/1.05	c reading predicates  done.
1.27/1.32	c reading constraints
119.15/116.10	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
119.15/116.11		at org.sat4j.core.Vec.ensure(Vec.java:175)
119.15/116.11		at org.sat4j.core.Vec.push(Vec.java:182)
119.15/116.11		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
119.15/116.11		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:52)
119.15/116.11		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
119.15/116.11		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
119.15/116.11		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
119.15/116.11		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
119.15/116.11		at org.sat4j.csp.Predicate.find(Predicate.java:132)
119.15/116.11		at org.sat4j.csp.Predicate.find(Predicate.java:139)
119.15/116.11		at org.sat4j.csp.Predicate.find(Predicate.java:139)
119.15/116.11		at org.sat4j.csp.Predicate.find(Predicate.java:139)
119.15/116.11		at org.sat4j.csp.Predicate.find(Predicate.java:139)
119.15/116.11		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
119.15/116.11		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
119.15/116.11		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
119.15/116.11		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
119.15/116.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
119.15/116.11		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
119.15/116.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
119.15/116.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
119.15/116.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
119.15/116.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
119.15/116.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
119.15/116.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
119.15/116.11		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
119.15/116.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
119.15/116.11		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
119.15/116.11		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
119.15/116.11		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
119.15/116.11		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
119.15/116.11		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
119.15/116.11	c starts		: 0
119.15/116.11	c conflicts		: 0
119.15/116.11	c decisions		: 0
119.15/116.11	c propagations		: 0
119.15/116.11	c inspects		: 0
119.15/116.11	c learnt literals	: 0
119.15/116.11	c learnt binary clauses	: 0
119.15/116.11	c learnt ternary clauses	: 0
119.15/116.11	c learnt clauses	: 0
119.15/116.11	c ignored clauses	: 0
119.15/116.11	c root simplifications	: 0
119.15/116.11	c removed literals (reason simplification)	: 0
119.15/116.11	c reason swapping (by a shorter reason)	: 0
119.15/116.11	c Calls to reduceDB	: 0
119.15/116.11	c speed (assignments/second)	: 0.0
119.15/116.11	c non guided choices	0
119.15/116.11	s UNKNOWN
119.15/116.11	c Total wall clock time (in seconds) : 115.693

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059799-1215124916/watcher-1059799-1215124916 -o /tmp/evaluation-result-1059799-1215124916/solver-1059799-1215124916 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059799-1215124916.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.24 1.12 1.11 3/82 22022
/proc/meminfo: memFree=1385216/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=18572 CPUtime=0
/proc/22022/stat : 22022 (runsolver) R 22020 22022 19956 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 124161688 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/22022/statm: 4643 292 257 25 0 2626 0

[startup+0.087633 s]
/proc/loadavg: 1.24 1.12 1.11 3/82 22022
/proc/meminfo: memFree=1385216/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=802236 CPUtime=0.07
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 2811 0 1 0 5 2 0 0 18 0 7 0 124161688 821489664 2546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 200559 2546 1009 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101633 s]
/proc/loadavg: 1.24 1.12 1.11 3/82 22022
/proc/meminfo: memFree=1385216/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=804432 CPUtime=0.08
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 2924 0 1 0 6 2 0 0 18 0 12 0 124161688 823738368 2657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 201108 2657 1027 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804432

[startup+0.301654 s]
/proc/loadavg: 1.24 1.12 1.11 3/82 22022
/proc/meminfo: memFree=1385216/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=807760 CPUtime=0.29
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 4778 0 1 0 25 4 0 0 18 0 12 0 124161688 827146240 4107 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 201940 4107 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807760

[startup+0.701692 s]
/proc/loadavg: 1.24 1.12 1.11 3/82 22022
/proc/meminfo: memFree=1385216/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=807788 CPUtime=0.68
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 6236 0 1 0 63 5 0 0 18 0 12 0 124161688 827174912 5366 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 201947 5366 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50278 s]
/proc/loadavg: 1.24 1.12 1.11 6/94 22034
/proc/meminfo: memFree=1330016/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=807788 CPUtime=1.47
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 8455 0 1 0 140 7 0 0 18 0 12 0 124161688 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 201947 6940 1357 9 0 199309 0
[pid=22022/tid=22024] ppid=22020 vsize=807788 CPUtime=0.81
/proc/22022/task/22024/stat : 22024 (java) R 22020 22022 19956 0 -1 64 5332 0 1 0 76 5 0 0 22 0 12 0 124161690 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22025] ppid=22020 vsize=807788 CPUtime=0
/proc/22022/task/22025/stat : 22025 (java) S 22020 22022 19956 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 124161691 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22026] ppid=22020 vsize=807788 CPUtime=0
/proc/22022/task/22026/stat : 22026 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 124161691 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22027] ppid=22020 vsize=807788 CPUtime=0
/proc/22022/task/22027/stat : 22027 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 124161693 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22028] ppid=22020 vsize=807788 CPUtime=0
/proc/22022/task/22028/stat : 22028 (java) S 22020 22022 19956 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 124161694 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22029] ppid=22020 vsize=807788 CPUtime=0
/proc/22022/task/22029/stat : 22029 (java) S 22020 22022 19956 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 124161694 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22030] ppid=22020 vsize=807788 CPUtime=0
/proc/22022/task/22030/stat : 22030 (java) S 22020 22022 19956 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 124161698 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22031] ppid=22020 vsize=807788 CPUtime=0.34
/proc/22022/task/22031/stat : 22031 (java) S 22020 22022 19956 0 -1 64 1052 0 0 0 34 0 0 0 16 0 12 0 124161698 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22032] ppid=22020 vsize=807788 CPUtime=0.29
/proc/22022/task/22032/stat : 22032 (java) R 22020 22022 19956 0 -1 64 1305 0 0 0 29 0 0 0 16 0 12 0 124161698 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 103407542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22033] ppid=22020 vsize=807788 CPUtime=0
/proc/22022/task/22033/stat : 22033 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 124161698 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22034] ppid=22020 vsize=807788 CPUtime=0
/proc/22022/task/22034/stat : 22034 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 124161698 827174912 6940 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807788

[startup+3.10294 s]
/proc/loadavg: 1.24 1.12 1.11 4/94 22034
/proc/meminfo: memFree=1218400/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=818680 CPUtime=3.07
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 17187 0 1 0 295 12 0 0 18 0 12 0 124161688 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 204670 11399 1380 9 0 202032 0
[pid=22022/tid=22024] ppid=22020 vsize=818680 CPUtime=1.07
/proc/22022/task/22024/stat : 22024 (java) R 22020 22022 19956 0 -1 64 7139 0 1 0 101 6 0 0 25 0 12 0 124161690 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4109185278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22025] ppid=22020 vsize=818680 CPUtime=0
/proc/22022/task/22025/stat : 22025 (java) S 22020 22022 19956 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 124161691 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22026] ppid=22020 vsize=818680 CPUtime=0
/proc/22022/task/22026/stat : 22026 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 124161691 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22027] ppid=22020 vsize=818680 CPUtime=0
/proc/22022/task/22027/stat : 22027 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 124161693 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22028] ppid=22020 vsize=818680 CPUtime=0
/proc/22022/task/22028/stat : 22028 (java) S 22020 22022 19956 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 124161694 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22029] ppid=22020 vsize=818680 CPUtime=0
/proc/22022/task/22029/stat : 22029 (java) S 22020 22022 19956 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 124161694 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22030] ppid=22020 vsize=818680 CPUtime=0
/proc/22022/task/22030/stat : 22030 (java) S 22020 22022 19956 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 124161698 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22031] ppid=22020 vsize=818680 CPUtime=1.26
/proc/22022/task/22031/stat : 22031 (java) R 22020 22022 19956 0 -1 64 6398 0 0 0 123 3 0 0 19 0 12 0 124161698 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 104112550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22032] ppid=22020 vsize=818680 CPUtime=0.7
/proc/22022/task/22032/stat : 22032 (java) S 22020 22022 19956 0 -1 64 2884 0 0 0 69 1 0 0 16 0 12 0 124161698 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22033] ppid=22020 vsize=818680 CPUtime=0
/proc/22022/task/22033/stat : 22033 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 124161698 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22034] ppid=22020 vsize=818680 CPUtime=0
/proc/22022/task/22034/stat : 22034 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 124161698 838328320 11399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 818680

[startup+6.30126 s]
/proc/loadavg: 1.46 1.17 1.12 6/94 22034
/proc/meminfo: memFree=1001392/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=821128 CPUtime=6.32
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 41409 0 1 0 608 24 0 0 18 0 12 0 124161688 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 205282 34102 1385 9 0 202644 0
[pid=22022/tid=22024] ppid=22020 vsize=821128 CPUtime=3.15
/proc/22022/task/22024/stat : 22024 (java) R 22020 22022 19956 0 -1 64 17274 0 1 0 303 12 0 0 25 0 12 0 124161690 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4109678036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22025] ppid=22020 vsize=821128 CPUtime=0.34
/proc/22022/task/22025/stat : 22025 (java) S 22020 22022 19956 0 -1 64 5795 0 0 0 33 1 0 0 17 0 12 0 124161691 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22026] ppid=22020 vsize=821128 CPUtime=0.33
/proc/22022/task/22026/stat : 22026 (java) S 22020 22022 19956 0 -1 64 6955 0 0 0 31 2 0 0 17 0 12 0 124161691 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22027] ppid=22020 vsize=821128 CPUtime=0
/proc/22022/task/22027/stat : 22027 (java) S 22020 22022 19956 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 124161693 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22028] ppid=22020 vsize=821128 CPUtime=0
/proc/22022/task/22028/stat : 22028 (java) S 22020 22022 19956 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124161694 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22029] ppid=22020 vsize=821128 CPUtime=0
/proc/22022/task/22029/stat : 22029 (java) S 22020 22022 19956 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 124161694 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22030] ppid=22020 vsize=821128 CPUtime=0
/proc/22022/task/22030/stat : 22030 (java) S 22020 22022 19956 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 124161698 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22031] ppid=22020 vsize=821128 CPUtime=1.47
/proc/22022/task/22031/stat : 22031 (java) S 22020 22022 19956 0 -1 64 7011 0 0 0 144 3 0 0 16 0 12 0 124161698 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22032] ppid=22020 vsize=821128 CPUtime=0.95
/proc/22022/task/22032/stat : 22032 (java) S 22020 22022 19956 0 -1 64 3583 0 0 0 94 1 0 0 17 0 12 0 124161698 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22033] ppid=22020 vsize=821128 CPUtime=0
/proc/22022/task/22033/stat : 22033 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 124161698 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22034] ppid=22020 vsize=821128 CPUtime=0
/proc/22022/task/22034/stat : 22034 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 124161698 840835072 34102 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 821128

[startup+12.7029 s]
/proc/loadavg: 1.66 1.22 1.14 3/92 22035
/proc/meminfo: memFree=618992/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=828812 CPUtime=13.75
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 70705 0 1 0 1339 36 0 0 18 0 12 0 124161688 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 207203 62324 1386 9 0 204565 0
[pid=22022/tid=22024] ppid=22020 vsize=828812 CPUtime=6.55
/proc/22022/task/22024/stat : 22024 (java) R 22020 22022 19956 0 -1 64 17288 0 1 0 643 12 0 0 25 0 12 0 124161690 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4109678048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22022/tid=22025] ppid=22020 vsize=828812 CPUtime=2.34
/proc/22022/task/22025/stat : 22025 (java) S 22020 22022 19956 0 -1 64 20684 0 0 0 226 8 0 0 16 0 12 0 124161691 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22022/tid=22026] ppid=22020 vsize=828812 CPUtime=2.35
/proc/22022/task/22026/stat : 22026 (java) S 22020 22022 19956 0 -1 64 21348 0 0 0 226 9 0 0 16 0 12 0 124161691 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22022/tid=22027] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22027/stat : 22027 (java) S 22020 22022 19956 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 124161693 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22022/tid=22028] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22028/stat : 22028 (java) S 22020 22022 19956 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22029] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22029/stat : 22029 (java) S 22020 22022 19956 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 124161694 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22030] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22030/stat : 22030 (java) S 22020 22022 19956 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 124161698 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22031] ppid=22020 vsize=828812 CPUtime=1.49
/proc/22022/task/22031/stat : 22031 (java) S 22020 22022 19956 0 -1 64 7011 0 0 0 146 3 0 0 16 0 12 0 124161698 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22032] ppid=22020 vsize=828812 CPUtime=0.96
/proc/22022/task/22032/stat : 22032 (java) S 22020 22022 19956 0 -1 64 3583 0 0 0 95 1 0 0 16 0 12 0 124161698 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22033] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22033/stat : 22033 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 124161698 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22034] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22034/stat : 22034 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 124161698 848703488 62324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.75
Current children cumulated vsize (KiB) 828812

[startup+25.5012 s]
/proc/loadavg: 2.03 1.32 1.17 5/84 22064
/proc/meminfo: memFree=1187056/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=828812 CPUtime=28.09
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 127130 0 1 0 2744 65 0 0 18 0 12 0 124161688 848703488 117816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 207203 117816 1386 9 0 204565 0
[pid=22022/tid=22024] ppid=22020 vsize=828812 CPUtime=14.47
/proc/22022/task/22024/stat : 22024 (java) R 22020 22022 19956 0 -1 64 17320 0 1 0 1435 12 0 0 25 0 12 0 124161690 848703488 117816 996147200 134512640 134550740 4294956032 18446744073709551615 4110053953 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22022/tid=22025] ppid=22020 vsize=828812 CPUtime=5.55
/proc/22022/task/22025/stat : 22025 (java) S 22020 22022 19956 0 -1 64 49938 0 0 0 533 22 0 0 16 0 12 0 124161691 848703488 117816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22026] ppid=22020 vsize=828812 CPUtime=5.52
/proc/22022/task/22026/stat : 22026 (java) S 22020 22022 19956 0 -1 64 48487 0 0 0 529 23 0 0 16 0 12 0 124161691 848703488 117816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22022/tid=22027] ppid=22020 vsize=828812 CPUtime=0.01
/proc/22022/task/22027/stat : 22027 (java) S 22020 22022 19956 0 -1 64 29 0 0 0 1 0 0 0 16 0 12 0 124161693 848703488 117816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22022/tid=22028] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22028/stat : 22028 (java) S 22020 22022 19956 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 117816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22029] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22029/stat : 22029 (java) S 22020 22022 19956 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 124161694 848703488 117816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22030] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22030/stat : 22030 (java) S 22020 22022 19956 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 124161698 848703488 117816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=22022/tid=22033] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22033/stat : 22033 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22034] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22034/stat : 22034 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 111.82
Current children cumulated vsize (KiB) 828812

[startup+111.903 s]
/proc/loadavg: 2.16 1.55 1.27 3/84 22064
/proc/meminfo: memFree=944368/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=828812 CPUtime=114.99
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 202620 0 1 0 11404 95 0 0 18 0 12 0 124161688 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 207203 176834 1390 9 0 204565 0
[pid=22022/tid=22024] ppid=22020 vsize=828812 CPUtime=29.8
/proc/22022/task/22024/stat : 22024 (java) S 22020 22022 19956 0 -1 64 29658 0 1 0 2962 18 0 0 17 0 12 0 124161690 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22025] ppid=22020 vsize=828812 CPUtime=9.46
/proc/22022/task/22025/stat : 22025 (java) S 22020 22022 19956 0 -1 64 66192 0 0 0 916 30 0 0 16 0 12 0 124161691 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22026] ppid=22020 vsize=828812 CPUtime=9.42
/proc/22022/task/22026/stat : 22026 (java) S 22020 22022 19956 0 -1 64 74262 0 0 0 910 32 0 0 16 0 12 0 124161691 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22027] ppid=22020 vsize=828812 CPUtime=63.76
/proc/22022/task/22027/stat : 22027 (java) R 22020 22022 19956 0 -1 64 21150 0 0 0 6368 8 0 0 25 0 12 0 124161693 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 105847309 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22028] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22028/stat : 22028 (java) S 22020 22022 19956 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22029] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22029/stat : 22029 (java) S 22020 22022 19956 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22030] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22030/stat : 22030 (java) S 22020 22022 19956 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22031] ppid=22020 vsize=828812 CPUtime=1.51
/proc/22022/task/22031/stat : 22031 (java) S 22020 22022 19956 0 -1 64 7011 0 0 0 148 3 0 0 16 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22032] ppid=22020 vsize=828812 CPUtime=0.99
/proc/22022/task/22032/stat : 22032 (java) S 22020 22022 19956 0 -1 64 3583 0 0 0 98 1 0 0 16 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22033] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22033/stat : 22033 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22034] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22034/stat : 22034 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 114.99
Current children cumulated vsize (KiB) 828812

[startup+113.502 s]
/proc/loadavg: 2.16 1.55 1.27 3/84 22064
/proc/meminfo: memFree=944368/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=828812 CPUtime=116.58
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 202620 0 1 0 11563 95 0 0 18 0 12 0 124161688 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 207203 176834 1390 9 0 204565 0
[pid=22022/tid=22024] ppid=22020 vsize=828812 CPUtime=29.8
/proc/22022/task/22024/stat : 22024 (java) S 22020 22022 19956 0 -1 64 29658 0 1 0 2962 18 0 0 17 0 12 0 124161690 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22025] ppid=22020 vsize=828812 CPUtime=9.46
/proc/22022/task/22025/stat : 22025 (java) S 22020 22022 19956 0 -1 64 66192 0 0 0 916 30 0 0 16 0 12 0 124161691 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22026] ppid=22020 vsize=828812 CPUtime=9.42
/proc/22022/task/22026/stat : 22026 (java) S 22020 22022 19956 0 -1 64 74262 0 0 0 910 32 0 0 16 0 12 0 124161691 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22027] ppid=22020 vsize=828812 CPUtime=65.34
/proc/22022/task/22027/stat : 22027 (java) R 22020 22022 19956 0 -1 64 21150 0 0 0 6526 8 0 0 25 0 12 0 124161693 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 104136443 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22028] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22028/stat : 22028 (java) S 22020 22022 19956 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22029] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22029/stat : 22029 (java) S 22020 22022 19956 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22030] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22030/stat : 22030 (java) S 22020 22022 19956 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22031] ppid=22020 vsize=828812 CPUtime=1.51
/proc/22022/task/22031/stat : 22031 (java) S 22020 22022 19956 0 -1 64 7011 0 0 0 148 3 0 0 16 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22032] ppid=22020 vsize=828812 CPUtime=0.99
/proc/22022/task/22032/stat : 22032 (java) S 22020 22022 19956 0 -1 64 3583 0 0 0 98 1 0 0 16 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22033] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22033/stat : 22033 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22034] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22034/stat : 22034 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 116.58
Current children cumulated vsize (KiB) 828812

[startup+115.102 s]
/proc/loadavg: 2.16 1.55 1.27 3/84 22064
/proc/meminfo: memFree=944368/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=828812 CPUtime=118.16
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 202620 0 1 0 11721 95 0 0 18 0 12 0 124161688 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 207203 176834 1390 9 0 204565 0
[pid=22022/tid=22024] ppid=22020 vsize=828812 CPUtime=29.8
/proc/22022/task/22024/stat : 22024 (java) S 22020 22022 19956 0 -1 64 29658 0 1 0 2962 18 0 0 17 0 12 0 124161690 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22025] ppid=22020 vsize=828812 CPUtime=9.46
/proc/22022/task/22025/stat : 22025 (java) S 22020 22022 19956 0 -1 64 66192 0 0 0 916 30 0 0 16 0 12 0 124161691 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22026] ppid=22020 vsize=828812 CPUtime=9.42
/proc/22022/task/22026/stat : 22026 (java) S 22020 22022 19956 0 -1 64 74262 0 0 0 910 32 0 0 16 0 12 0 124161691 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22027] ppid=22020 vsize=828812 CPUtime=66.93
/proc/22022/task/22027/stat : 22027 (java) R 22020 22022 19956 0 -1 64 21150 0 0 0 6685 8 0 0 25 0 12 0 124161693 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 105678649 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22028] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22028/stat : 22028 (java) S 22020 22022 19956 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22029] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22029/stat : 22029 (java) S 22020 22022 19956 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22030] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22030/stat : 22030 (java) S 22020 22022 19956 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22031] ppid=22020 vsize=828812 CPUtime=1.51
/proc/22022/task/22031/stat : 22031 (java) S 22020 22022 19956 0 -1 64 7011 0 0 0 148 3 0 0 16 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22032] ppid=22020 vsize=828812 CPUtime=0.99
/proc/22022/task/22032/stat : 22032 (java) S 22020 22022 19956 0 -1 64 3583 0 0 0 98 1 0 0 16 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22033] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22033/stat : 22033 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22034] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22034/stat : 22034 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.16
Current children cumulated vsize (KiB) 828812

[startup+115.902 s]
/proc/loadavg: 2.15 1.56 1.27 3/84 22064
/proc/meminfo: memFree=944368/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=828812 CPUtime=118.95
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 202620 0 1 0 11800 95 0 0 18 0 12 0 124161688 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 207203 176834 1390 9 0 204565 0
[pid=22022/tid=22024] ppid=22020 vsize=828812 CPUtime=29.8
/proc/22022/task/22024/stat : 22024 (java) S 22020 22022 19956 0 -1 64 29658 0 1 0 2962 18 0 0 17 0 12 0 124161690 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22025] ppid=22020 vsize=828812 CPUtime=9.46
/proc/22022/task/22025/stat : 22025 (java) S 22020 22022 19956 0 -1 64 66192 0 0 0 916 30 0 0 16 0 12 0 124161691 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22026] ppid=22020 vsize=828812 CPUtime=9.42
/proc/22022/task/22026/stat : 22026 (java) S 22020 22022 19956 0 -1 64 74262 0 0 0 910 32 0 0 16 0 12 0 124161691 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22027] ppid=22020 vsize=828812 CPUtime=67.72
/proc/22022/task/22027/stat : 22027 (java) R 22020 22022 19956 0 -1 64 21150 0 0 0 6764 8 0 0 25 0 12 0 124161693 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 104136487 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22028] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22028/stat : 22028 (java) S 22020 22022 19956 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22029] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22029/stat : 22029 (java) S 22020 22022 19956 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22030] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22030/stat : 22030 (java) S 22020 22022 19956 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22031] ppid=22020 vsize=828812 CPUtime=1.51
/proc/22022/task/22031/stat : 22031 (java) S 22020 22022 19956 0 -1 64 7011 0 0 0 148 3 0 0 16 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22032] ppid=22020 vsize=828812 CPUtime=0.99
/proc/22022/task/22032/stat : 22032 (java) S 22020 22022 19956 0 -1 64 3583 0 0 0 98 1 0 0 16 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22033] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22033/stat : 22033 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22034] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22034/stat : 22034 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.95
Current children cumulated vsize (KiB) 828812

[startup+116.102 s]
/proc/loadavg: 2.15 1.56 1.27 3/84 22064
/proc/meminfo: memFree=944368/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=828812 CPUtime=119.15
/proc/22022/stat : 22022 (java) S 22020 22022 19956 0 -1 0 202620 0 1 0 11820 95 0 0 18 0 12 0 124161688 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 207203 176834 1390 9 0 204565 0
[pid=22022/tid=22024] ppid=22020 vsize=828812 CPUtime=29.8
/proc/22022/task/22024/stat : 22024 (java) S 22020 22022 19956 0 -1 64 29658 0 1 0 2962 18 0 0 17 0 12 0 124161690 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22025] ppid=22020 vsize=828812 CPUtime=9.46
/proc/22022/task/22025/stat : 22025 (java) S 22020 22022 19956 0 -1 64 66192 0 0 0 916 30 0 0 16 0 12 0 124161691 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22026] ppid=22020 vsize=828812 CPUtime=9.42
/proc/22022/task/22026/stat : 22026 (java) S 22020 22022 19956 0 -1 64 74262 0 0 0 910 32 0 0 16 0 12 0 124161691 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22027] ppid=22020 vsize=828812 CPUtime=67.92
/proc/22022/task/22027/stat : 22027 (java) R 22020 22022 19956 0 -1 64 21150 0 0 0 6784 8 0 0 25 0 12 0 124161693 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 103571187 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22028] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22028/stat : 22028 (java) S 22020 22022 19956 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22029] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22029/stat : 22029 (java) S 22020 22022 19956 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124161694 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22030] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22030/stat : 22030 (java) S 22020 22022 19956 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22031] ppid=22020 vsize=828812 CPUtime=1.51
/proc/22022/task/22031/stat : 22031 (java) S 22020 22022 19956 0 -1 64 7011 0 0 0 148 3 0 0 16 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22032] ppid=22020 vsize=828812 CPUtime=0.99
/proc/22022/task/22032/stat : 22032 (java) S 22020 22022 19956 0 -1 64 3583 0 0 0 98 1 0 0 16 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22033] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22033/stat : 22033 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22022/tid=22034] ppid=22020 vsize=828812 CPUtime=0
/proc/22022/task/22034/stat : 22034 (java) S 22020 22022 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 124161698 848703488 176834 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 119.15
Current children cumulated vsize (KiB) 828812

[startup+116.203 s]
/proc/loadavg: 2.15 1.56 1.27 3/84 22064
/proc/meminfo: memFree=944368/2055920 swapFree=4192812/4192956
[pid=22022] ppid=22020 vsize=0 CPUtime=119.21
/proc/22022/stat : 22022 (java) Z 22020 22022 19956 0 -1 12 202634 0 1 0 11821 100 0 0 16 0 2 0 124161688 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22022/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 119.21
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 116.265
CPU time (s): 119.286
CPU user time (s): 118.218
CPU system time (s): 1.06784
CPU usage (%): 102.598
Max. virtual memory (cumulated for all children) (KiB): 860816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.218
system time used= 1.06784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202634
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= 3855
involuntary context switches= 5187

runsolver used 0.171973 second user time and 0.376942 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 00:41:56
IDJOB=1059799
IDBENCH=54381
IDSOLVER=344
FILE ID=node27/1059799-1215124916
PBS_JOBID= 7877150
Free space on /tmp= 66468 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-40-2-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059799-1215124916/watcher-1059799-1215124916 -o /tmp/evaluation-result-1059799-1215124916/solver-1059799-1215124916 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059799-1215124916.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2785aab9aaac7b7201a44e769841c423
RANDOM SEED=363200780

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1385632 kB
Buffers:         27740 kB
Cached:         306072 kB
SwapCached:          0 kB
Active:         420008 kB
Inactive:       197888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1385632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2136 kB
Writeback:           0 kB
Mapped:         305784 kB
Slab:            37276 kB
Committed_AS:   550120 kB
PageTables:       2132 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-04 00:43:52