Trace number 1052559

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? 99.2359 99.4405

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-17_ext.xml
MD5SUM492239dd190222b9315cceda5ed8aac8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.724889
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1052559-1215056922.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.68/0.71	c reading relations done.
2.76/2.87	c reading constraints
99.09/99.31	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
99.09/99.31		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
99.09/99.31		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
99.09/99.31		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
99.09/99.31		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.31		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.32		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.32		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.09/99.32		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
99.09/99.32		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
99.09/99.32		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
99.09/99.32		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
99.09/99.32		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
99.09/99.32		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
99.09/99.32		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
99.09/99.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
99.09/99.32		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
99.09/99.32	c starts		: 0
99.09/99.32	c conflicts		: 0
99.09/99.32	c decisions		: 0
99.09/99.32	c propagations		: 0
99.09/99.32	c inspects		: 0
99.09/99.32	c learnt literals	: 0
99.09/99.32	c learnt binary clauses	: 0
99.09/99.32	c learnt ternary clauses	: 0
99.09/99.32	c learnt clauses	: 0
99.09/99.32	c ignored clauses	: 0
99.09/99.32	c root simplifications	: 0
99.09/99.32	c removed literals (reason simplification)	: 0
99.09/99.32	c reason swapping (by a shorter reason)	: 0
99.09/99.32	c Calls to reduceDB	: 0
99.09/99.32	c speed (assignments/second)	: 0.0
99.09/99.32	c non guided choices	0
99.09/99.32	s UNKNOWN
99.09/99.32	c Total wall clock time (in seconds) : 98.916

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-1052559-1215056922/watcher-1052559-1215056922 -o /tmp/evaluation-result-1052559-1215056922/solver-1052559-1215056922 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052559-1215056922.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.97 1.97 1.99 3/72 5242
/proc/meminfo: memFree=1764432/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=18572 CPUtime=0
/proc/5242/stat : 5242 (runsolver) R 5240 5242 2877 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1535363965 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/5242/statm: 4643 292 257 25 0 2626 0

[startup+0.0788129 s]
/proc/loadavg: 1.97 1.97 1.99 3/72 5242
/proc/meminfo: memFree=1764432/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=802236 CPUtime=0.06
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 2796 0 1 0 4 2 0 0 18 0 7 0 1535363965 821489664 2531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 200559 2531 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102807 s]
/proc/loadavg: 1.97 1.97 1.99 3/72 5242
/proc/meminfo: memFree=1764432/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=804612 CPUtime=0.09
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 3000 0 1 0 7 2 0 0 18 0 12 0 1535363965 823922688 2733 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 201153 2733 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302832 s]
/proc/loadavg: 1.97 1.97 1.99 3/72 5242
/proc/meminfo: memFree=1764432/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=807760 CPUtime=0.29
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 4859 0 1 0 26 3 0 0 18 0 12 0 1535363965 827146240 4188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 201940 4188 1299 9 0 199309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807760

[startup+0.702887 s]
/proc/loadavg: 1.97 1.97 1.99 3/72 5242
/proc/meminfo: memFree=1764432/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=807788 CPUtime=0.68
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 6250 0 1 0 64 4 0 0 18 0 12 0 1535363965 827174912 5380 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 201947 5380 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50199 s]
/proc/loadavg: 1.97 1.97 1.99 3/84 5254
/proc/meminfo: memFree=1711408/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=807788 CPUtime=1.47
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 15701 0 1 0 138 9 0 0 18 0 12 0 1535363965 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 201947 14830 1339 9 0 199309 0
[pid=5242/tid=5244] ppid=5240 vsize=807788 CPUtime=1.05
/proc/5242/task/5244/stat : 5244 (java) R 5240 5242 2877 0 -1 64 13211 0 1 0 97 8 0 0 25 0 12 0 1535363967 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 106734545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5245] ppid=5240 vsize=807788 CPUtime=0
/proc/5242/task/5245/stat : 5245 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363968 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5246] ppid=5240 vsize=807788 CPUtime=0
/proc/5242/task/5246/stat : 5246 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1535363968 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5247] ppid=5240 vsize=807788 CPUtime=0
/proc/5242/task/5247/stat : 5247 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1535363969 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5248] ppid=5240 vsize=807788 CPUtime=0
/proc/5242/task/5248/stat : 5248 (java) S 5240 5242 2877 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1535363970 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5249] ppid=5240 vsize=807788 CPUtime=0
/proc/5242/task/5249/stat : 5249 (java) S 5240 5242 2877 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1535363970 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5250] ppid=5240 vsize=807788 CPUtime=0
/proc/5242/task/5250/stat : 5250 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363974 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5251] ppid=5240 vsize=807788 CPUtime=0.15
/proc/5242/task/5251/stat : 5251 (java) S 5240 5242 2877 0 -1 64 428 0 0 0 15 0 0 0 16 0 12 0 1535363974 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5252] ppid=5240 vsize=807788 CPUtime=0.24
/proc/5242/task/5252/stat : 5252 (java) S 5240 5242 2877 0 -1 64 1300 0 0 0 24 0 0 0 16 0 12 0 1535363974 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5253] ppid=5240 vsize=807788 CPUtime=0
/proc/5242/task/5253/stat : 5253 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1535363974 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5254] ppid=5240 vsize=807788 CPUtime=0
/proc/5242/task/5254/stat : 5254 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535363974 827174912 14830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807788

[startup+3.1012 s]
/proc/loadavg: 1.97 1.97 1.99 4/84 5254
/proc/meminfo: memFree=1695600/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=809620 CPUtime=3.05
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 31124 0 1 0 287 18 0 0 18 0 12 0 1535363965 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 202405 28457 1358 9 0 199767 0
[pid=5242/tid=5244] ppid=5240 vsize=809620 CPUtime=1.7
/proc/5242/task/5244/stat : 5244 (java) R 5240 5242 2877 0 -1 64 16972 0 1 0 160 10 0 0 25 0 12 0 1535363967 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5245] ppid=5240 vsize=809620 CPUtime=0.04
/proc/5242/task/5245/stat : 5245 (java) S 5240 5242 2877 0 -1 64 4700 0 0 0 2 2 0 0 16 0 12 0 1535363968 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5246] ppid=5240 vsize=809620 CPUtime=0.05
/proc/5242/task/5246/stat : 5246 (java) S 5240 5242 2877 0 -1 64 4711 0 0 0 3 2 0 0 16 0 12 0 1535363968 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5247] ppid=5240 vsize=809620 CPUtime=0
/proc/5242/task/5247/stat : 5247 (java) S 5240 5242 2877 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1535363969 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5248] ppid=5240 vsize=809620 CPUtime=0
/proc/5242/task/5248/stat : 5248 (java) S 5240 5242 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535363970 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5249] ppid=5240 vsize=809620 CPUtime=0
/proc/5242/task/5249/stat : 5249 (java) S 5240 5242 2877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535363970 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5250] ppid=5240 vsize=809620 CPUtime=0
/proc/5242/task/5250/stat : 5250 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363974 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5251] ppid=5240 vsize=809620 CPUtime=0.39
/proc/5242/task/5251/stat : 5251 (java) S 5240 5242 2877 0 -1 64 457 0 0 0 39 0 0 0 16 0 12 0 1535363974 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5252] ppid=5240 vsize=809620 CPUtime=0.81
/proc/5242/task/5252/stat : 5252 (java) R 5240 5242 2877 0 -1 64 3466 0 0 0 80 1 0 0 17 0 12 0 1535363974 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 106080696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5253] ppid=5240 vsize=809620 CPUtime=0
/proc/5242/task/5253/stat : 5253 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1535363974 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5254] ppid=5240 vsize=809620 CPUtime=0
/proc/5242/task/5254/stat : 5254 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535363974 829050880 28457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 809620

[startup+6.30264 s]
/proc/loadavg: 1.98 1.97 1.99 5/84 5254
/proc/meminfo: memFree=1584048/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=814864 CPUtime=6.45
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 60057 0 1 0 614 31 0 0 18 0 12 0 1535363965 834420736 54364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 203716 54368 1360 9 0 201078 0
[pid=5242/tid=5244] ppid=5240 vsize=814864 CPUtime=3.59
/proc/5242/task/5244/stat : 5244 (java) S 5240 5242 2877 0 -1 64 16978 0 1 0 349 10 0 0 20 0 12 0 1535363967 834420736 54370 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5245] ppid=5240 vsize=814864 CPUtime=0.66
/proc/5242/task/5245/stat : 5245 (java) R 5240 5242 2877 0 -1 64 17518 0 0 0 58 8 0 0 17 0 12 0 1535363968 834420736 54374 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5242/tid=5246] ppid=5240 vsize=814864 CPUtime=0.68
/proc/5242/task/5246/stat : 5246 (java) R 5240 5242 2877 0 -1 64 19701 0 0 0 59 9 0 0 17 0 12 0 1535363968 834420736 54376 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5242/tid=5247] ppid=5240 vsize=814864 CPUtime=0
/proc/5242/task/5247/stat : 5247 (java) S 5240 5242 2877 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1535363969 834420736 54380 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5242/tid=5248] ppid=5240 vsize=814864 CPUtime=0
/proc/5242/task/5248/stat : 5248 (java) S 5240 5242 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535363970 834420736 54384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5249] ppid=5240 vsize=814864 CPUtime=0
/proc/5242/task/5249/stat : 5249 (java) S 5240 5242 2877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535363970 834420736 54387 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5250] ppid=5240 vsize=814864 CPUtime=0
/proc/5242/task/5250/stat : 5250 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363974 834420736 54390 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5251] ppid=5240 vsize=814864 CPUtime=0.58
/proc/5242/task/5251/stat : 5251 (java) S 5240 5242 2877 0 -1 64 1580 0 0 0 58 0 0 0 16 0 12 0 1535363974 834420736 54393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5252] ppid=5240 vsize=814864 CPUtime=0.89
/proc/5242/task/5252/stat : 5252 (java) S 5240 5242 2877 0 -1 64 3473 0 0 0 88 1 0 0 16 0 12 0 1535363974 834420736 54396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5253] ppid=5240 vsize=814864 CPUtime=0
/proc/5242/task/5253/stat : 5253 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1535363974 834420736 54400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5254] ppid=5240 vsize=814864 CPUtime=0
/proc/5242/task/5254/stat : 5254 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535363974 834420736 54403 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 814864

[startup+12.7025 s]
/proc/loadavg: 2.06 1.99 1.99 4/84 5254
/proc/meminfo: memFree=1367024/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=819984 CPUtime=12.86
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 111662 0 1 0 1230 56 0 0 18 0 12 0 1535363965 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 204996 104671 1360 9 0 202358 0
[pid=5242/tid=5244] ppid=5240 vsize=819984 CPUtime=6.93
/proc/5242/task/5244/stat : 5244 (java) R 5240 5242 2877 0 -1 64 16993 0 1 0 683 10 0 0 17 0 12 0 1535363967 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4109762899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5242/tid=5245] ppid=5240 vsize=819984 CPUtime=3.04
/proc/5242/task/5245/stat : 5245 (java) S 5240 5242 2877 0 -1 64 61527 0 0 0 276 28 0 0 17 0 12 0 1535363968 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5242/tid=5246] ppid=5240 vsize=819984 CPUtime=1.35
/proc/5242/task/5246/stat : 5246 (java) R 5240 5242 2877 0 -1 64 27271 0 0 0 122 13 0 0 19 0 12 0 1535363968 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5242/tid=5247] ppid=5240 vsize=819984 CPUtime=0
/proc/5242/task/5247/stat : 5247 (java) S 5240 5242 2877 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1535363969 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5242/tid=5248] ppid=5240 vsize=819984 CPUtime=0
/proc/5242/task/5248/stat : 5248 (java) S 5240 5242 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535363970 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5249] ppid=5240 vsize=819984 CPUtime=0
/proc/5242/task/5249/stat : 5249 (java) S 5240 5242 2877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535363970 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5250] ppid=5240 vsize=819984 CPUtime=0
/proc/5242/task/5250/stat : 5250 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363974 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5251] ppid=5240 vsize=819984 CPUtime=0.58
/proc/5242/task/5251/stat : 5251 (java) S 5240 5242 2877 0 -1 64 1580 0 0 0 58 0 0 0 16 0 12 0 1535363974 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5252] ppid=5240 vsize=819984 CPUtime=0.89
/proc/5242/task/5252/stat : 5252 (java) S 5240 5242 2877 0 -1 64 3473 0 0 0 88 1 0 0 16 0 12 0 1535363974 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5253] ppid=5240 vsize=819984 CPUtime=0
/proc/5242/task/5253/stat : 5253 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1535363974 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5254] ppid=5240 vsize=819984 CPUtime=0
/proc/5242/task/5254/stat : 5254 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535363974 839663616 104671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 819984

[startup+25.5022 s]
/proc/loadavg: 2.27 2.04 2.01 5/84 5254
/proc/meminfo: memFree=1094704/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=819984 CPUtime=25.95
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 179087 0 1 0 2508 87 0 0 18 0 12 0 1535363965 839663616 168320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 204996 168320 1364 9 0 202358 0
[pid=5242/tid=5244] ppid=5240 vsize=819984 CPUtime=12.18
/proc/5242/task/5244/stat : 5244 (java) R 5240 5242 2877 0 -1 64 23159 0 1 0 1204 14 0 0 24 0 12 0 1535363967 839663616 168320 996147200 134512640 134550740 4294956032 18446744073709551615 4109752652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5245] ppid=5240 vsize=819984 CPUtime=7.73
/proc/5242/task/5245/stat : 5245 (java) S 5240 5242 2877 0 -1 64 119028 0 0 0 719 54 0 0 16 0 12 0 1535363968 839663616 168320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5246] ppid=5240 vsize=819984 CPUtime=1.98
/proc/5242/task/5246/stat : 5246 (java) S 5240 5242 2877 0 -1 64 27271 0 0 0 185 13 0 0 17 0 12 0 1535363968 839663616 168320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5247] ppid=5240 vsize=819984 CPUtime=2.53
/proc/5242/task/5247/stat : 5247 (java) S 5240 5242 2877 0 -1 64 3813 0 0 0 251 2 0 0 15 0 12 0 1535363969 839663616 168320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5248] ppid=5240 vsize=819984 CPUtime=0
/proc/5242/task/5248/stat : 5248 (java) S 5240 5242 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535363970 839663616 168320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5249] ppid=5240 vsize=819984 CPUtime=0
/proc/5242/task/5249/stat : 5249 (java) S 5240 5242 2877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535363970 839663616 168320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5250] ppid=5240 vsize=819984 CPUtime=0
/proc/5242/task/5250/stat : 5250 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363974 839663616 168320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=5242/tid=5253] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5253/stat : 5253 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1535363974 856051712 178293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5254] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5254/stat : 5254 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535363974 856051712 178293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 89.38
Current children cumulated vsize (KiB) 835988

[startup+95.9015 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 5254
/proc/meminfo: memFree=1054320/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=827988 CPUtime=95.72
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 446717 0 1 0 9345 227 0 0 18 0 12 0 1535363965 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 206997 176294 1365 9 0 204359 0
[pid=5242/tid=5244] ppid=5240 vsize=827988 CPUtime=13.79
/proc/5242/task/5244/stat : 5244 (java) S 5240 5242 2877 0 -1 64 23180 0 1 0 1365 14 0 0 17 0 12 0 1535363967 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5245] ppid=5240 vsize=827988 CPUtime=7.86
/proc/5242/task/5245/stat : 5245 (java) S 5240 5242 2877 0 -1 64 119028 0 0 0 732 54 0 0 16 0 12 0 1535363968 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5246] ppid=5240 vsize=827988 CPUtime=2.12
/proc/5242/task/5246/stat : 5246 (java) S 5240 5242 2877 0 -1 64 28018 0 0 0 199 13 0 0 17 0 12 0 1535363968 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5247] ppid=5240 vsize=827988 CPUtime=70.41
/proc/5242/task/5247/stat : 5247 (java) R 5240 5242 2877 0 -1 64 270675 0 0 0 6900 141 0 0 25 0 12 0 1535363969 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 103550465 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5248] ppid=5240 vsize=827988 CPUtime=0
/proc/5242/task/5248/stat : 5248 (java) S 5240 5242 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535363970 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5249] ppid=5240 vsize=827988 CPUtime=0
/proc/5242/task/5249/stat : 5249 (java) S 5240 5242 2877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535363970 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5250] ppid=5240 vsize=827988 CPUtime=0
/proc/5242/task/5250/stat : 5250 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363974 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5251] ppid=5240 vsize=827988 CPUtime=0.58
/proc/5242/task/5251/stat : 5251 (java) S 5240 5242 2877 0 -1 64 1580 0 0 0 58 0 0 0 16 0 12 0 1535363974 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5252] ppid=5240 vsize=827988 CPUtime=0.89
/proc/5242/task/5252/stat : 5252 (java) S 5240 5242 2877 0 -1 64 3473 0 0 0 88 1 0 0 16 0 12 0 1535363974 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5253] ppid=5240 vsize=827988 CPUtime=0
/proc/5242/task/5253/stat : 5253 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1535363974 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5254] ppid=5240 vsize=827988 CPUtime=0
/proc/5242/task/5254/stat : 5254 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535363974 847859712 176294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.72
Current children cumulated vsize (KiB) 827988

[startup+97.5027 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 5254
/proc/meminfo: memFree=1054320/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=835988 CPUtime=97.31
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 450718 0 1 0 9502 229 0 0 18 0 12 0 1535363965 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 208997 178294 1365 9 0 206359 0
[pid=5242/tid=5244] ppid=5240 vsize=835988 CPUtime=13.79
/proc/5242/task/5244/stat : 5244 (java) S 5240 5242 2877 0 -1 64 23180 0 1 0 1365 14 0 0 17 0 12 0 1535363967 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5245] ppid=5240 vsize=835988 CPUtime=7.86
/proc/5242/task/5245/stat : 5245 (java) S 5240 5242 2877 0 -1 64 119028 0 0 0 732 54 0 0 16 0 12 0 1535363968 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5246] ppid=5240 vsize=835988 CPUtime=2.12
/proc/5242/task/5246/stat : 5246 (java) S 5240 5242 2877 0 -1 64 28018 0 0 0 199 13 0 0 17 0 12 0 1535363968 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5247] ppid=5240 vsize=835988 CPUtime=72
/proc/5242/task/5247/stat : 5247 (java) R 5240 5242 2877 0 -1 64 274676 0 0 0 7057 143 0 0 25 0 12 0 1535363969 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 106736519 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5248] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5248/stat : 5248 (java) S 5240 5242 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535363970 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5249] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5249/stat : 5249 (java) S 5240 5242 2877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535363970 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5250] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5250/stat : 5250 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5251] ppid=5240 vsize=835988 CPUtime=0.58
/proc/5242/task/5251/stat : 5251 (java) S 5240 5242 2877 0 -1 64 1580 0 0 0 58 0 0 0 16 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5252] ppid=5240 vsize=835988 CPUtime=0.89
/proc/5242/task/5252/stat : 5252 (java) S 5240 5242 2877 0 -1 64 3473 0 0 0 88 1 0 0 16 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5253] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5253/stat : 5253 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5254] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5254/stat : 5254 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.31
Current children cumulated vsize (KiB) 835988

[startup+98.3028 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 5254
/proc/meminfo: memFree=1054320/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=835988 CPUtime=98.1
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 450718 0 1 0 9581 229 0 0 18 0 12 0 1535363965 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 208997 178294 1365 9 0 206359 0
[pid=5242/tid=5244] ppid=5240 vsize=835988 CPUtime=13.79
/proc/5242/task/5244/stat : 5244 (java) S 5240 5242 2877 0 -1 64 23180 0 1 0 1365 14 0 0 17 0 12 0 1535363967 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5245] ppid=5240 vsize=835988 CPUtime=7.86
/proc/5242/task/5245/stat : 5245 (java) S 5240 5242 2877 0 -1 64 119028 0 0 0 732 54 0 0 16 0 12 0 1535363968 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5246] ppid=5240 vsize=835988 CPUtime=2.12
/proc/5242/task/5246/stat : 5246 (java) S 5240 5242 2877 0 -1 64 28018 0 0 0 199 13 0 0 17 0 12 0 1535363968 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5247] ppid=5240 vsize=835988 CPUtime=72.79
/proc/5242/task/5247/stat : 5247 (java) R 5240 5242 2877 0 -1 64 274676 0 0 0 7136 143 0 0 25 0 12 0 1535363969 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5248] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5248/stat : 5248 (java) S 5240 5242 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535363970 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5249] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5249/stat : 5249 (java) S 5240 5242 2877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535363970 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5250] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5250/stat : 5250 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5251] ppid=5240 vsize=835988 CPUtime=0.58
/proc/5242/task/5251/stat : 5251 (java) S 5240 5242 2877 0 -1 64 1580 0 0 0 58 0 0 0 16 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5252] ppid=5240 vsize=835988 CPUtime=0.89
/proc/5242/task/5252/stat : 5252 (java) S 5240 5242 2877 0 -1 64 3473 0 0 0 88 1 0 0 16 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5253] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5253/stat : 5253 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5254] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5254/stat : 5254 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.1
Current children cumulated vsize (KiB) 835988

[startup+99.1029 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 5254
/proc/meminfo: memFree=1054320/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=835988 CPUtime=98.89
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 450718 0 1 0 9660 229 0 0 18 0 12 0 1535363965 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 208997 178294 1365 9 0 206359 0
[pid=5242/tid=5244] ppid=5240 vsize=835988 CPUtime=13.79
/proc/5242/task/5244/stat : 5244 (java) S 5240 5242 2877 0 -1 64 23180 0 1 0 1365 14 0 0 17 0 12 0 1535363967 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5245] ppid=5240 vsize=835988 CPUtime=7.86
/proc/5242/task/5245/stat : 5245 (java) S 5240 5242 2877 0 -1 64 119028 0 0 0 732 54 0 0 16 0 12 0 1535363968 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5246] ppid=5240 vsize=835988 CPUtime=2.12
/proc/5242/task/5246/stat : 5246 (java) S 5240 5242 2877 0 -1 64 28018 0 0 0 199 13 0 0 17 0 12 0 1535363968 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5247] ppid=5240 vsize=835988 CPUtime=73.58
/proc/5242/task/5247/stat : 5247 (java) R 5240 5242 2877 0 -1 64 274676 0 0 0 7215 143 0 0 25 0 12 0 1535363969 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5248] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5248/stat : 5248 (java) S 5240 5242 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535363970 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5249] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5249/stat : 5249 (java) S 5240 5242 2877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535363970 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5250] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5250/stat : 5250 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5251] ppid=5240 vsize=835988 CPUtime=0.58
/proc/5242/task/5251/stat : 5251 (java) S 5240 5242 2877 0 -1 64 1580 0 0 0 58 0 0 0 16 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5252] ppid=5240 vsize=835988 CPUtime=0.89
/proc/5242/task/5252/stat : 5252 (java) S 5240 5242 2877 0 -1 64 3473 0 0 0 88 1 0 0 16 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5253] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5253/stat : 5253 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5254] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5254/stat : 5254 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.89
Current children cumulated vsize (KiB) 835988

[startup+99.3029 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 5254
/proc/meminfo: memFree=1054320/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=835988 CPUtime=99.09
/proc/5242/stat : 5242 (java) S 5240 5242 2877 0 -1 0 450718 0 1 0 9680 229 0 0 18 0 12 0 1535363965 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 208997 178294 1365 9 0 206359 0
[pid=5242/tid=5244] ppid=5240 vsize=835988 CPUtime=13.79
/proc/5242/task/5244/stat : 5244 (java) S 5240 5242 2877 0 -1 64 23180 0 1 0 1365 14 0 0 17 0 12 0 1535363967 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5245] ppid=5240 vsize=835988 CPUtime=7.86
/proc/5242/task/5245/stat : 5245 (java) S 5240 5242 2877 0 -1 64 119028 0 0 0 732 54 0 0 16 0 12 0 1535363968 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5246] ppid=5240 vsize=835988 CPUtime=2.12
/proc/5242/task/5246/stat : 5246 (java) S 5240 5242 2877 0 -1 64 28018 0 0 0 199 13 0 0 17 0 12 0 1535363968 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5247] ppid=5240 vsize=835988 CPUtime=73.78
/proc/5242/task/5247/stat : 5247 (java) R 5240 5242 2877 0 -1 64 274676 0 0 0 7235 143 0 0 25 0 12 0 1535363969 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5248] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5248/stat : 5248 (java) S 5240 5242 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1535363970 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5249] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5249/stat : 5249 (java) S 5240 5242 2877 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1535363970 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5250] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5250/stat : 5250 (java) S 5240 5242 2877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5251] ppid=5240 vsize=835988 CPUtime=0.58
/proc/5242/task/5251/stat : 5251 (java) S 5240 5242 2877 0 -1 64 1580 0 0 0 58 0 0 0 16 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5252] ppid=5240 vsize=835988 CPUtime=0.89
/proc/5242/task/5252/stat : 5252 (java) S 5240 5242 2877 0 -1 64 3473 0 0 0 88 1 0 0 16 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5253] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5253/stat : 5253 (java) S 5240 5242 2877 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5242/tid=5254] ppid=5240 vsize=835988 CPUtime=0
/proc/5242/task/5254/stat : 5254 (java) S 5240 5242 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1535363974 856051712 178294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.09
Current children cumulated vsize (KiB) 835988

[startup+99.4036 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 5254
/proc/meminfo: memFree=1054320/2055920 swapFree=4180424/4192956
[pid=5242] ppid=5240 vsize=0 CPUtime=99.19
/proc/5242/stat : 5242 (java) Z 5240 5242 2877 0 -1 12 450731 0 1 0 9682 237 0 0 16 0 2 0 1535363965 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5242/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.19
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 99.4405
CPU time (s): 99.2359
CPU user time (s): 96.8243
CPU system time (s): 2.41163
CPU usage (%): 99.7943
Max. virtual memory (cumulated for all children) (KiB): 867992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.8243
system time used= 2.41163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 450731
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= 3079
involuntary context switches= 4542

runsolver used 0.124981 second user time and 0.344947 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-03 05:48:42
IDJOB=1052559
IDBENCH=55985
IDSOLVER=344
FILE ID=node13/1052559-1215056922
PBS_JOBID= 7875147
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-17_ext.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-1052559-1215056922/watcher-1052559-1215056922 -o /tmp/evaluation-result-1052559-1215056922/solver-1052559-1215056922 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052559-1215056922.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 492239dd190222b9315cceda5ed8aac8
RANDOM SEED=491818398

node13.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.238
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.238
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:       1764912 kB
Buffers:         41396 kB
Cached:         141384 kB
SwapCached:       6668 kB
Active:         130836 kB
Inactive:        80652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764912 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3444 kB
Writeback:           0 kB
Mapped:          36556 kB
Slab:            63224 kB
Committed_AS:  2981316 kB
PageTables:       3408 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= 66548 MiB
End job on node13 at 2008-07-03 05:50:21