Trace number 1077894

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? 153.017 151.113

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-3-1.xml
MD5SUM4d0a352e6db252e31dbc9ee4f2cdc652
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.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity4
Maximum domain size28
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.19/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.28	c See www.sat4j.org for details.
0.19/0.28	c That software uses the Rhino library from the Mozilla project.
0.30/0.32	c version 9.9.9.token
0.30/0.32	c sun.arch.data.model	32
0.30/0.32	c java.version	1.6.0_06
0.30/0.32	c os.name	Linux
0.30/0.32	c os.version	2.6.9-22.EL.rootsmp
0.30/0.32	c os.arch	i386
0.30/0.32	c Free memory 669864272
0.30/0.32	c Max memory 672137216
0.30/0.32	c Total memory 672137216
0.30/0.32	c Number of processors 2
0.30/0.37	c c --- Begin Solver configuration ---
0.30/0.37	c Stops conflict analysis at the first Unique Implication Point
0.30/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.37	c Learn all clauses as in MiniSAT
0.30/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.37	c Expensive reason simplification
0.30/0.37	c MiniSAT restarts strategy
0.30/0.37	c timeout=2147483s
0.30/0.37	c DB Simplification allowed=false
0.30/0.37	c --- End Solver configuration ---
0.30/0.37	c solving HOME/instance-1077894-1215196011.xml
0.30/0.37	c reading problem ... 
0.59/0.62	c reading problem named null
0.59/0.62	c reading domains done.
0.59/0.63	c reading variables done.
0.59/0.70	c reading predicates  done.
0.79/0.89	c reading constraints
152.80/150.98	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
152.80/150.98		at java.util.HashMap.addEntry(Unknown Source)
152.80/150.98		at java.util.HashMap.put(Unknown Source)
152.80/150.98		at org.sat4j.csp.Predicate.find(Predicate.java:138)
152.80/150.98		at org.sat4j.csp.Predicate.find(Predicate.java:139)
152.80/150.98		at org.sat4j.csp.Predicate.find(Predicate.java:139)
152.80/150.98		at org.sat4j.csp.Predicate.find(Predicate.java:139)
152.80/150.99		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
152.80/150.99		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
152.80/150.99		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
152.80/150.99		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
152.80/150.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
152.80/150.99		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
152.80/150.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
152.80/150.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
152.80/150.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
152.80/150.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
152.80/150.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
152.80/150.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
152.80/150.99		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
152.80/150.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
152.80/150.99		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
152.80/150.99		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
152.80/150.99		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
152.80/150.99		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
152.80/150.99		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
152.80/150.99		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
152.80/150.99	c starts		: 0
152.80/150.99	c conflicts		: 0
152.80/150.99	c decisions		: 0
152.80/150.99	c propagations		: 0
152.80/150.99	c inspects		: 0
152.80/150.99	c learnt literals	: 0
152.80/150.99	c learnt binary clauses	: 0
152.80/150.99	c learnt ternary clauses	: 0
152.80/150.99	c learnt clauses	: 0
152.80/150.99	c ignored clauses	: 0
152.80/150.99	c root simplifications	: 0
152.80/150.99	c removed literals (reason simplification)	: 0
152.80/150.99	c reason swapping (by a shorter reason)	: 0
152.80/150.99	c Calls to reduceDB	: 0
152.80/150.99	c speed (assignments/second)	: 0.0
152.80/150.99	c non guided choices	0
152.80/150.99	s UNKNOWN
152.80/150.99	c Total wall clock time (in seconds) : 150.621

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-1077894-1215196011/watcher-1077894-1215196011 -o /tmp/evaluation-result-1077894-1215196011/solver-1077894-1215196011 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077894-1215196011.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.92 1.98 1.99 4/81 11116
/proc/meminfo: memFree=1706416/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=1804 CPUtime=0
/proc/11116/stat : 11116 (java6) R 11114 11116 9167 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 1998570663 1847296 158 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/11116/statm: 451 158 114 9 0 93 0

[startup+0.010591 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 11116
/proc/meminfo: memFree=1706416/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=13012 CPUtime=0
/proc/11116/stat : 11116 (java) R 11114 11116 9167 0 -1 0 613 0 0 0 0 0 0 0 18 0 1 0 1998570663 13324288 414 996147200 134512640 134550740 4294956016 18446744073709551615 6824746 0 0 4096 0 0 0 0 17 0 0 0
/proc/11116/statm: 3253 422 140 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101605 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 11116
/proc/meminfo: memFree=1706416/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=804756 CPUtime=0.09
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 3165 0 1 0 7 2 0 0 18 0 12 0 1998570663 824070144 2896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 201189 2896 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301639 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 11116
/proc/meminfo: memFree=1706416/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=808136 CPUtime=0.3
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 5009 0 1 0 27 3 0 0 18 0 12 0 1998570663 827531264 4336 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 202034 4336 1310 9 0 199403 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 808136

[startup+0.701707 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 11116
/proc/meminfo: memFree=1706416/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=808164 CPUtime=0.69
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 6494 0 1 0 65 4 0 0 18 0 12 0 1998570663 827559936 5641 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 202041 5641 1335 9 0 199403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808164

[startup+1.50284 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 11128
/proc/meminfo: memFree=1685520/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=818272 CPUtime=1.5
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 12072 0 1 0 143 7 0 0 18 0 12 0 1998570663 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 204568 8933 1364 9 0 201930 0
[pid=11116/tid=11118] ppid=11114 vsize=818272 CPUtime=0.74
/proc/11116/task/11118/stat : 11118 (java) R 11114 11116 9167 0 -1 64 4997 0 1 0 70 4 0 0 25 0 12 0 1998570664 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=818272 CPUtime=0
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 9167 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1998570665 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=818272 CPUtime=0
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1998570665 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=818272 CPUtime=0
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1998570667 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=818272 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 9167 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1998570667 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=818272 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 9167 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 1998570667 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=818272 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=818272 CPUtime=0.49
/proc/11116/task/11125/stat : 11125 (java) R 11114 11116 9167 0 -1 64 5039 0 0 0 48 1 0 0 18 0 12 0 1998570671 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 104090835 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=818272 CPUtime=0.23
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 9167 0 -1 64 1271 0 0 0 23 0 0 0 16 0 12 0 1998570671 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=818272 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=818272 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 9167 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998570672 837910528 8933 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 818272

[startup+3.10111 s]
/proc/loadavg: 2.01 2.00 2.00 4/93 11128
/proc/meminfo: memFree=1668560/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=817308 CPUtime=3.08
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 21951 0 1 0 297 11 0 0 18 0 12 0 1998570663 836923392 17560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 204327 17561 1380 9 0 201689 0
[pid=11116/tid=11118] ppid=11114 vsize=817308 CPUtime=1.68
/proc/11116/task/11118/stat : 11118 (java) R 11114 11116 9167 0 -1 64 13573 0 1 0 160 8 0 0 25 0 12 0 1998570664 836923392 17562 996147200 134512640 134550740 4294956016 18446744073709551615 4109893870 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=817308 CPUtime=0
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 9167 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1998570665 836923392 17563 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=817308 CPUtime=0
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1998570665 836923392 17564 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=817308 CPUtime=0
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1998570667 836923392 17565 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=817308 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 9167 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1998570667 836923392 17566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=817308 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 9167 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 1998570667 836923392 17566 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=817308 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 836923392 17567 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=817308 CPUtime=0.85
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 9167 0 -1 64 5867 0 0 0 83 2 0 0 16 0 12 0 1998570671 836923392 17568 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=817308 CPUtime=0.54
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 9167 0 -1 64 1748 0 0 0 54 0 0 0 16 0 12 0 1998570671 836923392 17569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=817308 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 836923392 17570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=817308 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 9167 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998570672 836923392 17571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 817308

[startup+6.30266 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 11128
/proc/meminfo: memFree=1577040/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=821864 CPUtime=6.46
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 42339 0 1 0 626 20 0 0 18 0 12 0 1998570663 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 205466 36373 1388 9 0 202828 0
[pid=11116/tid=11118] ppid=11114 vsize=821864 CPUtime=3.83
/proc/11116/task/11118/stat : 11118 (java) R 11114 11116 9167 0 -1 64 17339 0 1 0 373 10 0 0 23 0 12 0 1998570664 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4109666052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11119] ppid=11114 vsize=821864 CPUtime=0.47
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 9167 0 -1 64 7870 0 0 0 45 2 0 0 17 0 12 0 1998570665 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11120] ppid=11114 vsize=821864 CPUtime=0.48
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 9167 0 -1 64 8696 0 0 0 44 4 0 0 17 0 12 0 1998570665 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11121] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 9167 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11122] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 9167 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 9167 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=821864 CPUtime=0.96
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 9167 0 -1 64 5880 0 0 0 94 2 0 0 15 0 12 0 1998570671 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=821864 CPUtime=0.68
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 9167 0 -1 64 1761 0 0 0 68 0 0 0 15 0 12 0 1998570671 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 9167 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998570672 841588736 36373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 821864

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11128
/proc/meminfo: memFree=1472464/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=821864 CPUtime=13.3
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 68293 0 1 0 1299 31 0 0 18 0 12 0 1998570663 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 205466 61608 1388 9 0 202828 0
[pid=11116/tid=11118] ppid=11114 vsize=821864 CPUtime=7.92
/proc/11116/task/11118/stat : 11118 (java) R 11114 11116 9167 0 -1 64 17359 0 1 0 782 10 0 0 25 0 12 0 1998570664 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4109175694 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=821864 CPUtime=1.87
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 9167 0 -1 64 18247 0 0 0 182 5 0 0 16 0 12 0 1998570665 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=821864 CPUtime=1.76
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 9167 0 -1 64 24251 0 0 0 166 10 0 0 16 0 12 0 1998570665 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 9167 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 9167 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 9167 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=821864 CPUtime=0.98
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 9167 0 -1 64 5882 0 0 0 96 2 0 0 16 0 12 0 1998570671 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=821864 CPUtime=0.7
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 9167 0 -1 64 1761 0 0 0 70 0 0 0 16 0 12 0 1998570671 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 9167 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998570672 841588736 61608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 821864

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 11128
/proc/meminfo: memFree=1291152/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=821864 CPUtime=26.79
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 114370 0 1 0 2629 50 0 0 18 0 12 0 1998570663 841588736 106586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 205466 106586 1388 9 0 202828 0
[pid=11116/tid=11118] ppid=11114 vsize=821864 CPUtime=16.66
/proc/11116/task/11118/stat : 11118 (java) R 11114 11116 9167 0 -1 64 23532 0 1 0 1653 13 0 0 18 0 12 0 1998570664 841588736 106586 996147200 134512640 134550740 4294956016 18446744073709551615 4109642744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11119] ppid=11114 vsize=821864 CPUtime=4.39
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 9167 0 -1 64 38189 0 0 0 426 13 0 0 16 0 12 0 1998570665 841588736 106586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11120] ppid=11114 vsize=821864 CPUtime=3.93
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 9167 0 -1 64 44213 0 0 0 374 19 0 0 16 0 12 0 1998570665 841588736 106586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11121] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 9167 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1998570667 841588736 106586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11122] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 9167 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 106586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 9167 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 106586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 106586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=11116/tid=11127] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 9167 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998570672 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 129.92
Current children cumulated vsize (KiB) 821864

[startup+140.703 s]
/proc/loadavg: 2.05 2.02 2.00 3/93 11128
/proc/meminfo: memFree=1008848/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=821864 CPUtime=142.66
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 356912 0 1 0 14113 153 0 0 18 0 12 0 1998570663 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 205466 175087 1391 9 0 202828 0
[pid=11116/tid=11118] ppid=11114 vsize=821864 CPUtime=34.91
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 9167 0 -1 64 35888 0 1 0 3473 18 0 0 17 0 12 0 1998570664 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11119] ppid=11114 vsize=821864 CPUtime=8.16
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 9167 0 -1 64 65520 0 0 0 792 24 0 0 16 0 12 0 1998570665 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11120] ppid=11114 vsize=821864 CPUtime=7.76
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 9167 0 -1 64 68085 0 0 0 747 29 0 0 15 0 12 0 1998570665 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11121] ppid=11114 vsize=821864 CPUtime=89.87
/proc/11116/task/11121/stat : 11121 (java) R 11114 11116 9167 0 -1 64 179012 0 0 0 8910 77 0 0 25 0 12 0 1998570667 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 105677283 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11122] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 9167 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11123] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 9167 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=821864 CPUtime=1.09
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 9167 0 -1 64 5882 0 0 0 107 2 0 0 16 0 12 0 1998570671 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11126] ppid=11114 vsize=821864 CPUtime=0.8
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 9167 0 -1 64 1762 0 0 0 80 0 0 0 16 0 12 0 1998570671 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11127] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 9167 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998570672 841588736 175087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 142.66
Current children cumulated vsize (KiB) 821864

[startup+147.103 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 11128
/proc/meminfo: memFree=1008848/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=821864 CPUtime=149.02
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 356915 0 1 0 14749 153 0 0 18 0 12 0 1998570663 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 205466 175088 1391 9 0 202828 0
[pid=11116/tid=11118] ppid=11114 vsize=821864 CPUtime=34.93
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 9167 0 -1 64 35891 0 1 0 3475 18 0 0 17 0 12 0 1998570664 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11119] ppid=11114 vsize=821864 CPUtime=8.16
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 9167 0 -1 64 65520 0 0 0 792 24 0 0 16 0 12 0 1998570665 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11120] ppid=11114 vsize=821864 CPUtime=7.76
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 9167 0 -1 64 68085 0 0 0 747 29 0 0 15 0 12 0 1998570665 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11121] ppid=11114 vsize=821864 CPUtime=96.22
/proc/11116/task/11121/stat : 11121 (java) R 11114 11116 9167 0 -1 64 179012 0 0 0 9545 77 0 0 25 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 105852568 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11122] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 9167 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11123] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 9167 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=821864 CPUtime=1.09
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 9167 0 -1 64 5882 0 0 0 107 2 0 0 16 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11126] ppid=11114 vsize=821864 CPUtime=0.8
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 9167 0 -1 64 1762 0 0 0 80 0 0 0 16 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11127] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 9167 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998570672 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 149.02
Current children cumulated vsize (KiB) 821864

[startup+148.703 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 11128
/proc/meminfo: memFree=1008848/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=821864 CPUtime=150.61
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 356915 0 1 0 14908 153 0 0 18 0 12 0 1998570663 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 205466 175088 1391 9 0 202828 0
[pid=11116/tid=11118] ppid=11114 vsize=821864 CPUtime=34.93
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 9167 0 -1 64 35891 0 1 0 3475 18 0 0 17 0 12 0 1998570664 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11119] ppid=11114 vsize=821864 CPUtime=8.16
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 9167 0 -1 64 65520 0 0 0 792 24 0 0 16 0 12 0 1998570665 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11120] ppid=11114 vsize=821864 CPUtime=7.76
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 9167 0 -1 64 68085 0 0 0 747 29 0 0 15 0 12 0 1998570665 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11121] ppid=11114 vsize=821864 CPUtime=97.81
/proc/11116/task/11121/stat : 11121 (java) R 11114 11116 9167 0 -1 64 179012 0 0 0 9704 77 0 0 25 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 105847304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11122] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 9167 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11123] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 9167 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=821864 CPUtime=1.09
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 9167 0 -1 64 5882 0 0 0 107 2 0 0 16 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11126] ppid=11114 vsize=821864 CPUtime=0.8
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 9167 0 -1 64 1762 0 0 0 80 0 0 0 16 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11127] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 9167 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998570672 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 150.61
Current children cumulated vsize (KiB) 821864

[startup+150.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 11128
/proc/meminfo: memFree=1008848/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=821864 CPUtime=152.21
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 356915 0 1 0 15068 153 0 0 18 0 12 0 1998570663 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 205466 175088 1391 9 0 202828 0
[pid=11116/tid=11118] ppid=11114 vsize=821864 CPUtime=34.93
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 9167 0 -1 64 35891 0 1 0 3475 18 0 0 17 0 12 0 1998570664 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11119] ppid=11114 vsize=821864 CPUtime=8.16
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 9167 0 -1 64 65520 0 0 0 792 24 0 0 16 0 12 0 1998570665 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11120] ppid=11114 vsize=821864 CPUtime=7.76
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 9167 0 -1 64 68085 0 0 0 747 29 0 0 15 0 12 0 1998570665 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11121] ppid=11114 vsize=821864 CPUtime=99.4
/proc/11116/task/11121/stat : 11121 (java) R 11114 11116 9167 0 -1 64 179012 0 0 0 9863 77 0 0 25 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11122] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 9167 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11123] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 9167 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=821864 CPUtime=1.09
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 9167 0 -1 64 5882 0 0 0 107 2 0 0 16 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11126] ppid=11114 vsize=821864 CPUtime=0.8
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 9167 0 -1 64 1762 0 0 0 80 0 0 0 16 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11127] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 9167 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998570672 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152.21
Current children cumulated vsize (KiB) 821864

[startup+150.707 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 11128
/proc/meminfo: memFree=1008848/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=821864 CPUtime=152.61
/proc/11116/stat : 11116 (java) S 11114 11116 9167 0 -1 0 356915 0 1 0 15108 153 0 0 18 0 12 0 1998570663 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11116/statm: 205466 175088 1391 9 0 202828 0
[pid=11116/tid=11118] ppid=11114 vsize=821864 CPUtime=34.93
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 9167 0 -1 64 35891 0 1 0 3475 18 0 0 17 0 12 0 1998570664 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11119] ppid=11114 vsize=821864 CPUtime=8.16
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 9167 0 -1 64 65520 0 0 0 792 24 0 0 16 0 12 0 1998570665 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11120] ppid=11114 vsize=821864 CPUtime=7.76
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 9167 0 -1 64 68085 0 0 0 747 29 0 0 15 0 12 0 1998570665 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11121] ppid=11114 vsize=821864 CPUtime=99.8
/proc/11116/task/11121/stat : 11121 (java) R 11114 11116 9167 0 -1 64 179012 0 0 0 9903 77 0 0 25 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 106123700 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11122] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 9167 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11123] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 9167 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998570667 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=821864 CPUtime=1.09
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 9167 0 -1 64 5882 0 0 0 107 2 0 0 16 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11126] ppid=11114 vsize=821864 CPUtime=0.8
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 9167 0 -1 64 1762 0 0 0 80 0 0 0 16 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11116/tid=11127] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 9167 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998570671 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=821864 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 9167 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998570672 841588736 175088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152.61
Current children cumulated vsize (KiB) 821864

[startup+151.103 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 11128
/proc/meminfo: memFree=1008848/2055920 swapFree=4180444/4192956
[pid=11116] ppid=11114 vsize=0 CPUtime=152.99
/proc/11116/stat : 11116 (java) Z 11114 11116 9167 0 -1 12 356929 0 1 0 15136 163 0 0 16 0 2 0 1998570663 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11116/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 152.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 151.113
CPU time (s): 153.017
CPU user time (s): 151.369
CPU system time (s): 1.64775
CPU usage (%): 101.26
Max. virtual memory (cumulated for all children) (KiB): 917872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.369
system time used= 1.64775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356929
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= 4774
involuntary context switches= 6946

runsolver used 0.180972 second user time and 0.518921 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 20:26:51
IDJOB=1077894
IDBENCH=56722
IDSOLVER=344
FILE ID=node68/1077894-1215196011
PBS_JOBID= 7881588
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-3-1.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-1077894-1215196011/watcher-1077894-1215196011 -o /tmp/evaluation-result-1077894-1215196011/solver-1077894-1215196011 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077894-1215196011.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d0a352e6db252e31dbc9ee4f2cdc652
RANDOM SEED=1555108929

node68.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.261
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.261
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:       1706896 kB
Buffers:         18976 kB
Cached:         173476 kB
SwapCached:       6312 kB
Active:         225192 kB
Inactive:        72648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706896 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            1100 kB
Writeback:           0 kB
Mapped:         119452 kB
Slab:            36300 kB
Committed_AS:  4997864 kB
PageTables:       1988 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= 66524 MiB
End job on node68 at 2008-07-04 20:29:22