Trace number 1080388

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? 659.271 640.14

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-47.xml
MD5SUM9f2b1f2a813a54b58c5f088befccb806
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity17
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.20/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.20/0.29	c See www.sat4j.org for details.
0.20/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1080388-1215212923.xml
0.29/0.38	c reading problem ... 
0.60/0.64	c reading problem named null
0.60/0.64	c reading domains done.
0.60/0.64	c reading variables done.
0.60/0.69	c reading predicates  done.
0.99/1.08	c reading constraints
659.05/640.00	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
659.15/640.00		at org.mozilla.javascript.gen.c41._c0(rhino.log:1)
659.15/640.00		at org.mozilla.javascript.gen.c41.call(rhino.log)
659.15/640.00		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
659.15/640.00		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
659.15/640.00		at org.mozilla.javascript.gen.c41.call(rhino.log)
659.15/640.00		at org.mozilla.javascript.gen.c41.exec(rhino.log)
659.15/640.00		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:129)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:139)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:139)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:139)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:139)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:139)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:139)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:139)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:139)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:139)
659.15/640.00		at org.sat4j.csp.Predicate.find(Predicate.java:139)
659.15/640.00		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
659.15/640.00		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
659.15/640.00		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
659.15/640.00		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
659.15/640.00		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
659.15/640.00		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
659.15/640.00		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
659.15/640.00		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
659.15/640.00		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
659.15/640.00		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
659.15/640.00		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
659.15/640.00		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
659.15/640.00		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
659.15/640.00		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
659.15/640.00	c starts		: 0
659.15/640.00	c conflicts		: 0
659.15/640.00	c decisions		: 0
659.15/640.00	c propagations		: 0
659.15/640.00	c inspects		: 0
659.15/640.00	c learnt literals	: 0
659.15/640.00	c learnt binary clauses	: 0
659.15/640.00	c learnt ternary clauses	: 0
659.15/640.00	c learnt clauses	: 0
659.15/640.00	c ignored clauses	: 0
659.15/640.00	c root simplifications	: 0
659.15/640.00	c removed literals (reason simplification)	: 0
659.15/640.00	c reason swapping (by a shorter reason)	: 0
659.15/640.00	c Calls to reduceDB	: 0
659.15/640.00	c speed (assignments/second)	: 0.0
659.15/640.00	c non guided choices	0
659.15/640.01	s UNKNOWN
659.15/640.01	c Total wall clock time (in seconds) : 639.625

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-1080388-1215212923/watcher-1080388-1215212923 -o /tmp/evaluation-result-1080388-1215212923/solver-1080388-1215212923 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080388-1215212923.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.99 2.00 1.99 3/73 30240
/proc/meminfo: memFree=1321656/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=0 CPUtime=0
/proc/30240/stat : 30240 (java6) R 30238 30240 29431 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 1550959158 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30240/statm: 12 1 0 0 0 1 0

[startup+0.0937299 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 30240
/proc/meminfo: memFree=1321656/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=804612 CPUtime=0.08
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 2994 0 1 0 6 2 0 0 18 0 12 0 1550959158 823922688 2727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 201153 2727 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.102733 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 30240
/proc/meminfo: memFree=1321656/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=804756 CPUtime=0.09
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 3131 0 1 0 7 2 0 0 18 0 12 0 1550959158 824070144 2863 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 201189 2875 1159 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.302767 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 30240
/proc/meminfo: memFree=1321656/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=807848 CPUtime=0.29
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 4968 0 1 0 26 3 0 0 18 0 12 0 1550959158 827236352 4315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 201962 4315 1308 9 0 199331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807848

[startup+0.702835 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 30240
/proc/meminfo: memFree=1321656/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=807876 CPUtime=0.69
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 6206 0 1 0 64 5 0 0 18 0 12 0 1550959158 827265024 5501 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 201969 5502 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807876

[startup+1.50198 s]
/proc/loadavg: 1.99 2.00 1.99 4/85 30252
/proc/meminfo: memFree=1301464/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=815540 CPUtime=1.49
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 10109 0 1 0 142 7 0 0 18 0 12 0 1550959158 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 203885 8196 1363 9 0 201247 0
[pid=30240/tid=30242] ppid=30238 vsize=815540 CPUtime=0.79
/proc/30240/task/30242/stat : 30242 (java) R 30238 30240 29431 0 -1 64 4993 0 1 0 75 4 0 0 25 0 12 0 1550959159 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30243] ppid=30238 vsize=815540 CPUtime=0
/proc/30240/task/30243/stat : 30243 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1550959160 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30244] ppid=30238 vsize=815540 CPUtime=0
/proc/30240/task/30244/stat : 30244 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1550959160 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30245] ppid=30238 vsize=815540 CPUtime=0
/proc/30240/task/30245/stat : 30245 (java) S 30238 30240 29431 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1550959162 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30246] ppid=30238 vsize=815540 CPUtime=0
/proc/30240/task/30246/stat : 30246 (java) S 30238 30240 29431 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1550959162 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30247] ppid=30238 vsize=815540 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30238 30240 29431 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1550959162 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30248] ppid=30238 vsize=815540 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550959166 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30249] ppid=30238 vsize=815540 CPUtime=0.19
/proc/30240/task/30249/stat : 30249 (java) S 30238 30240 29431 0 -1 64 516 0 0 0 19 0 0 0 16 0 12 0 1550959167 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30250] ppid=30238 vsize=815540 CPUtime=0.47
/proc/30240/task/30250/stat : 30250 (java) R 30238 30240 29431 0 -1 64 3838 0 0 0 46 1 0 0 17 0 12 0 1550959167 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 105481275 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30251] ppid=30238 vsize=815540 CPUtime=0
/proc/30240/task/30251/stat : 30251 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550959167 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30252] ppid=30238 vsize=815540 CPUtime=0
/proc/30240/task/30252/stat : 30252 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550959167 835112960 8196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 815540

[startup+3.10226 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 30252
/proc/meminfo: memFree=1288216/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=815304 CPUtime=3.09
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 17840 0 1 0 298 11 0 0 18 0 12 0 1550959158 834871296 14945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 203826 14946 1379 9 0 201188 0
[pid=30240/tid=30242] ppid=30238 vsize=815304 CPUtime=1.92
/proc/30240/task/30242/stat : 30242 (java) R 30238 30240 29431 0 -1 64 11524 0 1 0 185 7 0 0 25 0 12 0 1550959159 834871296 14946 996147200 134512640 134550740 4294956016 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30243] ppid=30238 vsize=815304 CPUtime=0
/proc/30240/task/30243/stat : 30243 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1550959160 834871296 14946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30244] ppid=30238 vsize=815304 CPUtime=0
/proc/30240/task/30244/stat : 30244 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1550959160 834871296 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30245] ppid=30238 vsize=815304 CPUtime=0
/proc/30240/task/30245/stat : 30245 (java) S 30238 30240 29431 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1550959162 834871296 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30246] ppid=30238 vsize=815304 CPUtime=0
/proc/30240/task/30246/stat : 30246 (java) S 30238 30240 29431 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1550959162 834871296 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30247] ppid=30238 vsize=815304 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30238 30240 29431 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1550959162 834871296 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30248] ppid=30238 vsize=815304 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550959166 834871296 14948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30249] ppid=30238 vsize=815304 CPUtime=0.29
/proc/30240/task/30249/stat : 30249 (java) S 30238 30240 29431 0 -1 64 534 0 0 0 29 0 0 0 16 0 12 0 1550959167 834871296 14948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30250] ppid=30238 vsize=815304 CPUtime=0.84
/proc/30240/task/30250/stat : 30250 (java) S 30238 30240 29431 0 -1 64 5021 0 0 0 82 2 0 0 16 0 12 0 1550959167 834871296 14948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30251] ppid=30238 vsize=815304 CPUtime=0
/proc/30240/task/30251/stat : 30251 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550959167 834871296 14949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30252] ppid=30238 vsize=815304 CPUtime=0
/proc/30240/task/30252/stat : 30252 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550959167 834871296 14949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 815304

[startup+6.30182 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 30252
/proc/meminfo: memFree=1235800/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=817332 CPUtime=6.29
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 30765 0 1 0 611 18 0 0 18 0 12 0 1550959158 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 204333 22831 1385 9 0 201695 0
[pid=30240/tid=30242] ppid=30238 vsize=817332 CPUtime=3.36
/proc/30240/task/30242/stat : 30242 (java) R 30238 30240 29431 0 -1 64 17323 0 1 0 326 10 0 0 25 0 12 0 1550959159 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30243] ppid=30238 vsize=817332 CPUtime=0.02
/proc/30240/task/30243/stat : 30243 (java) S 30238 30240 29431 0 -1 64 410 0 0 0 2 0 0 0 17 0 12 0 1550959160 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30244] ppid=30238 vsize=817332 CPUtime=0.02
/proc/30240/task/30244/stat : 30244 (java) S 30238 30240 29431 0 -1 64 900 0 0 0 2 0 0 0 17 0 12 0 1550959160 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30245] ppid=30238 vsize=817332 CPUtime=0
/proc/30240/task/30245/stat : 30245 (java) S 30238 30240 29431 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1550959162 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30246] ppid=30238 vsize=817332 CPUtime=0
/proc/30240/task/30246/stat : 30246 (java) S 30238 30240 29431 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550959162 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30247] ppid=30238 vsize=817332 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30238 30240 29431 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1550959162 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30248] ppid=30238 vsize=817332 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550959166 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30249] ppid=30238 vsize=817332 CPUtime=1.53
/proc/30240/task/30249/stat : 30249 (java) S 30238 30240 29431 0 -1 64 4728 0 0 0 151 2 0 0 16 0 12 0 1550959167 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30250] ppid=30238 vsize=817332 CPUtime=1.31
/proc/30240/task/30250/stat : 30250 (java) R 30238 30240 29431 0 -1 64 6614 0 0 0 128 3 0 0 16 0 12 0 1550959167 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 105835940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30251] ppid=30238 vsize=817332 CPUtime=0
/proc/30240/task/30251/stat : 30251 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550959167 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30252] ppid=30238 vsize=817332 CPUtime=0
/proc/30240/task/30252/stat : 30252 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550959167 836947968 22831 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 817332

[startup+12.7029 s]
/proc/loadavg: 2.15 2.03 2.01 3/85 30252
/proc/meminfo: memFree=1202264/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=821372 CPUtime=12.75
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 45595 0 1 0 1250 25 0 0 18 0 12 0 1550959158 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 205343 30872 1385 9 0 202705 0
[pid=30240/tid=30242] ppid=30238 vsize=821372 CPUtime=6.81
/proc/30240/task/30242/stat : 30242 (java) R 30238 30240 29431 0 -1 64 17337 0 1 0 671 10 0 0 20 0 12 0 1550959159 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4109614613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30243] ppid=30238 vsize=821372 CPUtime=0.26
/proc/30240/task/30243/stat : 30243 (java) S 30238 30240 29431 0 -1 64 4397 0 0 0 24 2 0 0 17 0 12 0 1550959160 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30244] ppid=30238 vsize=821372 CPUtime=0.27
/proc/30240/task/30244/stat : 30244 (java) S 30238 30240 29431 0 -1 64 4365 0 0 0 25 2 0 0 16 0 12 0 1550959160 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30245] ppid=30238 vsize=821372 CPUtime=0
/proc/30240/task/30245/stat : 30245 (java) S 30238 30240 29431 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1550959162 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30246] ppid=30238 vsize=821372 CPUtime=0
/proc/30240/task/30246/stat : 30246 (java) S 30238 30240 29431 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550959162 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30247] ppid=30238 vsize=821372 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30238 30240 29431 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1550959162 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30248] ppid=30238 vsize=821372 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550959166 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30249] ppid=30238 vsize=821372 CPUtime=3.08
/proc/30240/task/30249/stat : 30249 (java) S 30238 30240 29431 0 -1 64 8967 0 0 0 304 4 0 0 16 0 12 0 1550959167 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30250] ppid=30238 vsize=821372 CPUtime=2.28
/proc/30240/task/30250/stat : 30250 (java) S 30238 30240 29431 0 -1 64 9711 0 0 0 224 4 0 0 16 0 12 0 1550959167 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30251] ppid=30238 vsize=821372 CPUtime=0
/proc/30240/task/30251/stat : 30251 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550959167 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30252] ppid=30238 vsize=821372 CPUtime=0
/proc/30240/task/30252/stat : 30252 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550959167 841084928 30872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 821372

[startup+25.503 s]
/proc/loadavg: 2.11 2.03 2.00 5/85 30252
/proc/meminfo: memFree=1153432/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=822132 CPUtime=25.45
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 67073 0 1 0 2511 34 0 0 18 0 12 0 1550959158 841863168 43395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 205533 43395 1385 9 0 202895 0
[pid=30240/tid=30242] ppid=30238 vsize=822132 CPUtime=14.25
/proc/30240/task/30242/stat : 30242 (java) R 30238 30240 29431 0 -1 64 17365 0 1 0 1415 10 0 0 25 0 12 0 1550959159 841863168 43395 996147200 134512640 134550740 4294956016 18446744073709551615 4111994949 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30243] ppid=30238 vsize=822132 CPUtime=0.77
/proc/30240/task/30243/stat : 30243 (java) S 30238 30240 29431 0 -1 64 9152 0 0 0 73 4 0 0 17 0 12 0 1550959160 841863168 43395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30244] ppid=30238 vsize=822132 CPUtime=0.84
/proc/30240/task/30244/stat : 30244 (java) S 30238 30240 29431 0 -1 64 12068 0 0 0 78 6 0 0 17 0 12 0 1550959160 841863168 43395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30245] ppid=30238 vsize=822132 CPUtime=0
/proc/30240/task/30245/stat : 30245 (java) S 30238 30240 29431 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1550959162 841863168 43395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30246] ppid=30238 vsize=822132 CPUtime=0
/proc/30240/task/30246/stat : 30246 (java) S 30238 30240 29431 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550959162 841863168 43395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30247] ppid=30238 vsize=822132 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30238 30240 29431 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1550959162 841863168 43395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30248] ppid=30238 vsize=822132 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550959166 841863168 43395 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=30240/tid=30251] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30251/stat : 30251 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550959167 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30252] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30252/stat : 30252 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550959167 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 646.25
Current children cumulated vsize (KiB) 822264

[startup+633.502 s]
/proc/loadavg: 2.23 2.19 2.09 3/85 30252
/proc/meminfo: memFree=575384/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=822264 CPUtime=652.66
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 216794 0 1 0 65156 110 0 0 18 0 12 0 1550959158 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 205566 176152 1388 9 0 202928 0
[pid=30240/tid=30242] ppid=30238 vsize=822264 CPUtime=114.73
/proc/30240/task/30242/stat : 30242 (java) S 30238 30240 29431 0 -1 64 17660 0 1 0 11461 12 0 0 17 0 12 0 1550959159 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30243] ppid=30238 vsize=822264 CPUtime=45.72
/proc/30240/task/30243/stat : 30243 (java) S 30238 30240 29431 0 -1 64 77015 0 0 0 4537 35 0 0 17 0 12 0 1550959160 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30244] ppid=30238 vsize=822264 CPUtime=46.09
/proc/30240/task/30244/stat : 30244 (java) S 30238 30240 29431 0 -1 64 76690 0 0 0 4572 37 0 0 17 0 12 0 1550959160 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30245] ppid=30238 vsize=822264 CPUtime=430.6
/proc/30240/task/30245/stat : 30245 (java) R 30238 30240 29431 0 -1 64 2780 0 0 0 43055 5 0 0 25 0 12 0 1550959162 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 106123411 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30246] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30246/stat : 30246 (java) S 30238 30240 29431 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550959162 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30247] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30238 30240 29431 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1550959162 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30248] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550959166 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30249] ppid=30238 vsize=822264 CPUtime=12.57
/proc/30240/task/30249/stat : 30249 (java) S 30238 30240 29431 0 -1 64 30971 0 0 0 1244 13 0 0 16 0 12 0 1550959167 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30250] ppid=30238 vsize=822264 CPUtime=2.89
/proc/30240/task/30250/stat : 30250 (java) S 30238 30240 29431 0 -1 64 10917 0 0 0 284 5 0 0 15 0 12 0 1550959167 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30251] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30251/stat : 30251 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550959167 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30252] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30252/stat : 30252 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550959167 841998336 176152 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 652.66
Current children cumulated vsize (KiB) 822264

[startup+636.703 s]
/proc/loadavg: 2.21 2.19 2.09 3/85 30252
/proc/meminfo: memFree=575192/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=822264 CPUtime=655.85
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 216798 0 1 0 65475 110 0 0 18 0 12 0 1550959158 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 205566 176153 1389 9 0 202928 0
[pid=30240/tid=30242] ppid=30238 vsize=822264 CPUtime=114.73
/proc/30240/task/30242/stat : 30242 (java) S 30238 30240 29431 0 -1 64 17664 0 1 0 11461 12 0 0 17 0 12 0 1550959159 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30243] ppid=30238 vsize=822264 CPUtime=45.72
/proc/30240/task/30243/stat : 30243 (java) S 30238 30240 29431 0 -1 64 77015 0 0 0 4537 35 0 0 17 0 12 0 1550959160 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30244] ppid=30238 vsize=822264 CPUtime=46.09
/proc/30240/task/30244/stat : 30244 (java) S 30238 30240 29431 0 -1 64 76690 0 0 0 4572 37 0 0 17 0 12 0 1550959160 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30245] ppid=30238 vsize=822264 CPUtime=433.79
/proc/30240/task/30245/stat : 30245 (java) R 30238 30240 29431 0 -1 64 2780 0 0 0 43374 5 0 0 25 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 104126450 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30246] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30246/stat : 30246 (java) S 30238 30240 29431 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30247] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30238 30240 29431 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30248] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550959166 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30249] ppid=30238 vsize=822264 CPUtime=12.57
/proc/30240/task/30249/stat : 30249 (java) S 30238 30240 29431 0 -1 64 30971 0 0 0 1244 13 0 0 16 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30250] ppid=30238 vsize=822264 CPUtime=2.89
/proc/30240/task/30250/stat : 30250 (java) S 30238 30240 29431 0 -1 64 10917 0 0 0 284 5 0 0 15 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30251] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30251/stat : 30251 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30252] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30252/stat : 30252 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 655.85
Current children cumulated vsize (KiB) 822264

[startup+638.302 s]
/proc/loadavg: 2.21 2.19 2.09 3/85 30252
/proc/meminfo: memFree=575128/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=822264 CPUtime=657.45
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 216798 0 1 0 65635 110 0 0 18 0 12 0 1550959158 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 205566 176153 1389 9 0 202928 0
[pid=30240/tid=30242] ppid=30238 vsize=822264 CPUtime=114.73
/proc/30240/task/30242/stat : 30242 (java) S 30238 30240 29431 0 -1 64 17664 0 1 0 11461 12 0 0 17 0 12 0 1550959159 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30243] ppid=30238 vsize=822264 CPUtime=45.72
/proc/30240/task/30243/stat : 30243 (java) S 30238 30240 29431 0 -1 64 77015 0 0 0 4537 35 0 0 17 0 12 0 1550959160 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30244] ppid=30238 vsize=822264 CPUtime=46.09
/proc/30240/task/30244/stat : 30244 (java) S 30238 30240 29431 0 -1 64 76690 0 0 0 4572 37 0 0 17 0 12 0 1550959160 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30245] ppid=30238 vsize=822264 CPUtime=435.39
/proc/30240/task/30245/stat : 30245 (java) R 30238 30240 29431 0 -1 64 2780 0 0 0 43534 5 0 0 25 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30246] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30246/stat : 30246 (java) S 30238 30240 29431 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30247] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30238 30240 29431 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30248] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550959166 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30249] ppid=30238 vsize=822264 CPUtime=12.57
/proc/30240/task/30249/stat : 30249 (java) S 30238 30240 29431 0 -1 64 30971 0 0 0 1244 13 0 0 16 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30250] ppid=30238 vsize=822264 CPUtime=2.89
/proc/30240/task/30250/stat : 30250 (java) S 30238 30240 29431 0 -1 64 10917 0 0 0 284 5 0 0 15 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30251] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30251/stat : 30251 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30252] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30252/stat : 30252 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 657.45
Current children cumulated vsize (KiB) 822264

[startup+639.107 s]
/proc/loadavg: 2.21 2.19 2.09 3/85 30252
/proc/meminfo: memFree=575064/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=822264 CPUtime=658.25
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 216798 0 1 0 65715 110 0 0 18 0 12 0 1550959158 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 205566 176153 1389 9 0 202928 0
[pid=30240/tid=30242] ppid=30238 vsize=822264 CPUtime=114.73
/proc/30240/task/30242/stat : 30242 (java) S 30238 30240 29431 0 -1 64 17664 0 1 0 11461 12 0 0 17 0 12 0 1550959159 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30243] ppid=30238 vsize=822264 CPUtime=45.72
/proc/30240/task/30243/stat : 30243 (java) S 30238 30240 29431 0 -1 64 77015 0 0 0 4537 35 0 0 17 0 12 0 1550959160 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30244] ppid=30238 vsize=822264 CPUtime=46.09
/proc/30240/task/30244/stat : 30244 (java) S 30238 30240 29431 0 -1 64 76690 0 0 0 4572 37 0 0 17 0 12 0 1550959160 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30245] ppid=30238 vsize=822264 CPUtime=436.2
/proc/30240/task/30245/stat : 30245 (java) R 30238 30240 29431 0 -1 64 2780 0 0 0 43615 5 0 0 25 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30246] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30246/stat : 30246 (java) S 30238 30240 29431 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30247] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30238 30240 29431 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30248] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550959166 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30249] ppid=30238 vsize=822264 CPUtime=12.57
/proc/30240/task/30249/stat : 30249 (java) S 30238 30240 29431 0 -1 64 30971 0 0 0 1244 13 0 0 16 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30250] ppid=30238 vsize=822264 CPUtime=2.89
/proc/30240/task/30250/stat : 30250 (java) S 30238 30240 29431 0 -1 64 10917 0 0 0 284 5 0 0 15 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30251] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30251/stat : 30251 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30252] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30252/stat : 30252 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 658.25
Current children cumulated vsize (KiB) 822264

[startup+639.902 s]
/proc/loadavg: 2.21 2.19 2.09 3/85 30252
/proc/meminfo: memFree=575064/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=822264 CPUtime=659.05
/proc/30240/stat : 30240 (java) S 30238 30240 29431 0 -1 0 216798 0 1 0 65795 110 0 0 18 0 12 0 1550959158 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 205566 176153 1389 9 0 202928 0
[pid=30240/tid=30242] ppid=30238 vsize=822264 CPUtime=114.73
/proc/30240/task/30242/stat : 30242 (java) S 30238 30240 29431 0 -1 64 17664 0 1 0 11461 12 0 0 17 0 12 0 1550959159 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30243] ppid=30238 vsize=822264 CPUtime=45.72
/proc/30240/task/30243/stat : 30243 (java) S 30238 30240 29431 0 -1 64 77015 0 0 0 4537 35 0 0 17 0 12 0 1550959160 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30244] ppid=30238 vsize=822264 CPUtime=46.09
/proc/30240/task/30244/stat : 30244 (java) S 30238 30240 29431 0 -1 64 76690 0 0 0 4572 37 0 0 17 0 12 0 1550959160 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30245] ppid=30238 vsize=822264 CPUtime=436.99
/proc/30240/task/30245/stat : 30245 (java) R 30238 30240 29431 0 -1 64 2780 0 0 0 43694 5 0 0 25 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30246] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30246/stat : 30246 (java) S 30238 30240 29431 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30247] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30238 30240 29431 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1550959162 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30248] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30238 30240 29431 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1550959166 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30249] ppid=30238 vsize=822264 CPUtime=12.57
/proc/30240/task/30249/stat : 30249 (java) S 30238 30240 29431 0 -1 64 30971 0 0 0 1244 13 0 0 16 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30250] ppid=30238 vsize=822264 CPUtime=2.89
/proc/30240/task/30250/stat : 30250 (java) S 30238 30240 29431 0 -1 64 10917 0 0 0 284 5 0 0 15 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30251] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30251/stat : 30251 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30240/tid=30252] ppid=30238 vsize=822264 CPUtime=0
/proc/30240/task/30252/stat : 30252 (java) S 30238 30240 29431 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1550959167 841998336 176153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 659.05
Current children cumulated vsize (KiB) 822264

[startup+640.102 s]
/proc/loadavg: 2.20 2.19 2.09 3/75 30253
/proc/meminfo: memFree=1021080/2055920 swapFree=4180408/4192956
[pid=30240] ppid=30238 vsize=0 CPUtime=659.22
/proc/30240/stat : 30240 (java) Z 30238 30240 29431 0 -1 12 216811 0 1 0 65805 117 0 0 16 0 2 0 1550959158 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30240/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 659.22
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 640.14
CPU time (s): 659.271
CPU user time (s): 658.059
CPU system time (s): 1.21181
CPU usage (%): 102.989
Max. virtual memory (cumulated for all children) (KiB): 825964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 658.059
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216811
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= 16423
involuntary context switches= 18405

runsolver used 0.805877 second user time and 2.20566 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 01:08:43
IDJOB=1080388
IDBENCH=56977
IDSOLVER=344
FILE ID=node55/1080388-1215212923
PBS_JOBID= 7881750
Free space on /tmp= 66420 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f2b1f2a813a54b58c5f088befccb806
RANDOM SEED=1346082924

node55.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:       1322136 kB
Buffers:         83900 kB
Cached:         358776 kB
SwapCached:       6804 kB
Active:         433080 kB
Inactive:       238832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322136 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1120 kB
Writeback:           0 kB
Mapped:         235304 kB
Slab:            46892 kB
Committed_AS:  3285448 kB
PageTables:       2164 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= 66416 MiB
End job on node55 at 2008-07-05 01:19:24