Trace number 1052674

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? 91.6231 88.3213

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-27_ext.xml
MD5SUM52b2ac764766c58603d22566b55509ea
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.712891
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.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1052674-1215057097.xml
0.38/0.41	c reading problem ... 
0.67/0.70	c reading problem named null
0.67/0.70	c reading domains done.
0.67/0.70	c reading variables done.
0.67/0.73	c reading relations done.
2.86/2.90	c reading constraints
91.41/88.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
91.41/88.20		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
91.41/88.20		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
91.41/88.20		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
91.41/88.20		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.41/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.51/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.51/88.20		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
91.51/88.20		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
91.51/88.20		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
91.51/88.20		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
91.51/88.20		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
91.51/88.20		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
91.51/88.20		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
91.51/88.20		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
91.51/88.20		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
91.51/88.20		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
91.51/88.20	c starts		: 0
91.51/88.20	c conflicts		: 0
91.51/88.20	c decisions		: 0
91.51/88.20	c propagations		: 0
91.51/88.20	c inspects		: 0
91.51/88.20	c learnt literals	: 0
91.51/88.20	c learnt binary clauses	: 0
91.51/88.20	c learnt ternary clauses	: 0
91.51/88.20	c learnt clauses	: 0
91.51/88.20	c ignored clauses	: 0
91.51/88.20	c root simplifications	: 0
91.51/88.20	c removed literals (reason simplification)	: 0
91.51/88.20	c reason swapping (by a shorter reason)	: 0
91.51/88.20	c Calls to reduceDB	: 0
91.51/88.20	c speed (assignments/second)	: 0.0
91.51/88.20	c non guided choices	0
91.51/88.20	s UNKNOWN
91.51/88.20	c Total wall clock time (in seconds) : 87.788

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-1052674-1215057097/watcher-1052674-1215057097 -o /tmp/evaluation-result-1052674-1215057097/solver-1052674-1215057097 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052674-1215057097.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: 2.01 2.04 2.00 3/80 28636
/proc/meminfo: memFree=1645264/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=18572 CPUtime=0
/proc/28636/stat : 28636 (runsolver) R 28634 28636 25780 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1984683251 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28636/statm: 4643 292 257 25 0 2626 0

[startup+0.0759149 s]
/proc/loadavg: 2.01 2.04 2.00 3/80 28636
/proc/meminfo: memFree=1645264/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=802236 CPUtime=0.05
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 2762 0 1 0 4 1 0 0 18 0 7 0 1984683251 821489664 2497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 200559 2497 1004 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.102921 s]
/proc/loadavg: 2.01 2.04 2.00 3/80 28636
/proc/meminfo: memFree=1645264/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=804612 CPUtime=0.08
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 2993 0 1 0 7 1 0 0 18 0 12 0 1984683251 823922688 2726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 201153 2726 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302964 s]
/proc/loadavg: 2.01 2.04 2.00 3/80 28636
/proc/meminfo: memFree=1645264/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=808180 CPUtime=0.28
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 4889 0 1 0 25 3 0 0 18 0 12 0 1984683251 827576320 4215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 202045 4215 1297 9 0 199414 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808180

[startup+0.702014 s]
/proc/loadavg: 2.01 2.04 2.00 3/80 28636
/proc/meminfo: memFree=1645264/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=808208 CPUtime=0.67
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 6268 0 1 0 62 5 0 0 18 0 12 0 1984683251 827604992 5428 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 202052 5428 1335 9 0 199414 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808208

[startup+1.50113 s]
/proc/loadavg: 2.01 2.04 2.00 4/92 28648
/proc/meminfo: memFree=1592048/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=808208 CPUtime=1.47
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 15385 0 1 0 137 10 0 0 18 0 12 0 1984683251 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 202052 14545 1339 9 0 199414 0
[pid=28636/tid=28638] ppid=28634 vsize=808208 CPUtime=1.04
/proc/28636/task/28638/stat : 28638 (java) R 28634 28636 25780 0 -1 64 12862 0 1 0 95 9 0 0 24 0 12 0 1984683253 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4109589206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28639] ppid=28634 vsize=808208 CPUtime=0
/proc/28636/task/28639/stat : 28639 (java) S 28634 28636 25780 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1984683254 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28640] ppid=28634 vsize=808208 CPUtime=0
/proc/28636/task/28640/stat : 28640 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1984683254 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28641] ppid=28634 vsize=808208 CPUtime=0
/proc/28636/task/28641/stat : 28641 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1984683256 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28642] ppid=28634 vsize=808208 CPUtime=0
/proc/28636/task/28642/stat : 28642 (java) S 28634 28636 25780 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1984683256 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28643] ppid=28634 vsize=808208 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28634 28636 25780 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1984683256 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28644] ppid=28634 vsize=808208 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1984683261 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28645] ppid=28634 vsize=808208 CPUtime=0.2
/proc/28636/task/28645/stat : 28645 (java) S 28634 28636 25780 0 -1 64 619 0 0 0 20 0 0 0 16 0 12 0 1984683261 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28646] ppid=28634 vsize=808208 CPUtime=0.2
/proc/28636/task/28646/stat : 28646 (java) S 28634 28636 25780 0 -1 64 1140 0 0 0 20 0 0 0 16 0 12 0 1984683261 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28647] ppid=28634 vsize=808208 CPUtime=0
/proc/28636/task/28647/stat : 28647 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1984683261 827604992 14545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28648] ppid=28634 vsize=808208 CPUtime=0
/proc/28636/task/28648/stat : 28648 (java) R 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984683261 827604992 14545 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) 808208

[startup+3.10239 s]
/proc/loadavg: 2.09 2.06 2.01 3/92 28648
/proc/meminfo: memFree=1576880/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=810444 CPUtime=3.07
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 31141 0 1 0 289 18 0 0 18 0 12 0 1984683251 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 202611 28612 1358 9 0 199973 0
[pid=28636/tid=28638] ppid=28634 vsize=810444 CPUtime=1.72
/proc/28636/task/28638/stat : 28638 (java) R 28634 28636 25780 0 -1 64 16972 0 1 0 161 11 0 0 25 0 12 0 1984683253 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28639] ppid=28634 vsize=810444 CPUtime=0.05
/proc/28636/task/28639/stat : 28639 (java) S 28634 28636 25780 0 -1 64 4439 0 0 0 4 1 0 0 16 0 12 0 1984683254 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28640] ppid=28634 vsize=810444 CPUtime=0.05
/proc/28636/task/28640/stat : 28640 (java) S 28634 28636 25780 0 -1 64 5019 0 0 0 3 2 0 0 16 0 12 0 1984683254 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28641] ppid=28634 vsize=810444 CPUtime=0
/proc/28636/task/28641/stat : 28641 (java) S 28634 28636 25780 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1984683256 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28642] ppid=28634 vsize=810444 CPUtime=0
/proc/28636/task/28642/stat : 28642 (java) S 28634 28636 25780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984683256 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28643] ppid=28634 vsize=810444 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28634 28636 25780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984683256 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28644] ppid=28634 vsize=810444 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1984683261 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28645] ppid=28634 vsize=810444 CPUtime=0.75
/proc/28636/task/28645/stat : 28645 (java) R 28634 28636 25780 0 -1 64 2727 0 0 0 74 1 0 0 16 0 12 0 1984683261 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 104110208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28646] ppid=28634 vsize=810444 CPUtime=0.44
/proc/28636/task/28646/stat : 28646 (java) S 28634 28636 25780 0 -1 64 1166 0 0 0 44 0 0 0 16 0 12 0 1984683261 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28647] ppid=28634 vsize=810444 CPUtime=0
/proc/28636/task/28647/stat : 28647 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1984683261 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28648] ppid=28634 vsize=810444 CPUtime=0
/proc/28636/task/28648/stat : 28648 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984683261 829894656 28612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810444

[startup+6.30189 s]
/proc/loadavg: 2.09 2.06 2.01 4/92 28648
/proc/meminfo: memFree=1467888/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=817428 CPUtime=6.81
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 64625 0 1 0 650 31 0 0 18 0 12 0 1984683251 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 204357 53795 1360 9 0 201719 0
[pid=28636/tid=28638] ppid=28634 vsize=817428 CPUtime=3.63
/proc/28636/task/28638/stat : 28638 (java) R 28634 28636 25780 0 -1 64 16978 0 1 0 352 11 0 0 21 0 12 0 1984683253 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28639] ppid=28634 vsize=817428 CPUtime=0.82
/proc/28636/task/28639/stat : 28639 (java) R 28634 28636 25780 0 -1 64 22258 0 0 0 74 8 0 0 18 0 12 0 1984683254 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28640] ppid=28634 vsize=817428 CPUtime=0.83
/proc/28636/task/28640/stat : 28640 (java) R 28634 28636 25780 0 -1 64 19533 0 0 0 75 8 0 0 18 0 12 0 1984683254 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28641] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28641/stat : 28641 (java) S 28634 28636 25780 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1984683256 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28642] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28642/stat : 28642 (java) S 28634 28636 25780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984683256 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28643] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28634 28636 25780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984683256 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28644] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1984683261 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28645] ppid=28634 vsize=817428 CPUtime=0.85
/proc/28636/task/28645/stat : 28645 (java) S 28634 28636 25780 0 -1 64 2746 0 0 0 84 1 0 0 16 0 12 0 1984683261 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28646] ppid=28634 vsize=817428 CPUtime=0.63
/proc/28636/task/28646/stat : 28646 (java) S 28634 28636 25780 0 -1 64 2292 0 0 0 63 0 0 0 16 0 12 0 1984683261 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28647] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28647/stat : 28647 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1984683261 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28648] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28648/stat : 28648 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984683261 837046272 53795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 817428

[startup+12.7029 s]
/proc/loadavg: 2.24 2.09 2.02 3/92 28648
/proc/meminfo: memFree=1260912/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=817428 CPUtime=14.22
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 116157 0 1 0 1366 56 0 0 18 0 12 0 1984683251 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 204357 101326 1360 9 0 201719 0
[pid=28636/tid=28638] ppid=28634 vsize=817428 CPUtime=6.92
/proc/28636/task/28638/stat : 28638 (java) R 28634 28636 25780 0 -1 64 16993 0 1 0 681 11 0 0 25 0 12 0 1984683253 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28639] ppid=28634 vsize=817428 CPUtime=2.83
/proc/28636/task/28639/stat : 28639 (java) R 28634 28636 25780 0 -1 64 39781 0 0 0 267 16 0 0 17 0 12 0 1984683254 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 106158032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28640] ppid=28634 vsize=817428 CPUtime=2.92
/proc/28636/task/28640/stat : 28640 (java) R 28634 28636 25780 0 -1 64 53527 0 0 0 268 24 0 0 17 0 12 0 1984683254 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28641] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28641/stat : 28641 (java) S 28634 28636 25780 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1984683256 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28642] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28642/stat : 28642 (java) S 28634 28636 25780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984683256 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28643] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28634 28636 25780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984683256 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28644] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1984683261 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28645] ppid=28634 vsize=817428 CPUtime=0.85
/proc/28636/task/28645/stat : 28645 (java) S 28634 28636 25780 0 -1 64 2746 0 0 0 84 1 0 0 16 0 12 0 1984683261 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28646] ppid=28634 vsize=817428 CPUtime=0.63
/proc/28636/task/28646/stat : 28646 (java) S 28634 28636 25780 0 -1 64 2292 0 0 0 63 0 0 0 16 0 12 0 1984683261 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28647] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28647/stat : 28647 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1984683261 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28648] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28648/stat : 28648 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984683261 837046272 101326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 817428

[startup+25.5029 s]
/proc/loadavg: 2.36 2.12 2.03 4/92 28648
/proc/meminfo: memFree=971184/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=817428 CPUtime=28.98
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 199322 0 1 0 2804 94 0 0 18 0 12 0 1984683251 837046272 169304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 204357 169304 1364 9 0 201719 0
[pid=28636/tid=28638] ppid=28634 vsize=817428 CPUtime=12.04
/proc/28636/task/28638/stat : 28638 (java) R 28634 28636 25780 0 -1 64 23158 0 1 0 1190 14 0 0 18 0 12 0 1984683253 837046272 169304 996147200 134512640 134550740 4294956032 18446744073709551615 4109808216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28639] ppid=28634 vsize=817428 CPUtime=6.4
/proc/28636/task/28639/stat : 28639 (java) S 28634 28636 25780 0 -1 64 66558 0 0 0 612 28 0 0 16 0 12 0 1984683254 837046272 169304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28640] ppid=28634 vsize=817428 CPUtime=6.46
/proc/28636/task/28640/stat : 28640 (java) S 28634 28636 25780 0 -1 64 95991 0 0 0 602 44 0 0 16 0 12 0 1984683254 837046272 169304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28641] ppid=28634 vsize=817428 CPUtime=2.53
/proc/28636/task/28641/stat : 28641 (java) S 28634 28636 25780 0 -1 64 7814 0 0 0 250 3 0 0 15 0 12 0 1984683256 837046272 169304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28642] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28642/stat : 28642 (java) S 28634 28636 25780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984683256 837046272 169304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28643] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28634 28636 25780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984683256 837046272 169304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28644] ppid=28634 vsize=817428 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1984683261 837046272 169304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=28636/tid=28647] ppid=28634 vsize=849432 CPUtime=0
/proc/28636/task/28647/stat : 28647 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1984683261 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28648] ppid=28634 vsize=849432 CPUtime=0
/proc/28636/task/28648/stat : 28648 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984683261 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.33
Current children cumulated vsize (KiB) 849432

[startup+76.7018 s]
/proc/loadavg: 2.20 2.11 2.03 3/92 28648
/proc/meminfo: memFree=921392/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=849432 CPUtime=80.06
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 439041 0 1 0 7801 205 0 0 18 0 12 0 1984683251 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 212358 181653 1364 9 0 209720 0
[pid=28636/tid=28638] ppid=28634 vsize=849432 CPUtime=13.86
/proc/28636/task/28638/stat : 28638 (java) S 28634 28636 25780 0 -1 64 23173 0 1 0 1372 14 0 0 17 0 12 0 1984683253 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28639] ppid=28634 vsize=849432 CPUtime=6.72
/proc/28636/task/28639/stat : 28639 (java) S 28634 28636 25780 0 -1 64 66558 0 0 0 644 28 0 0 16 0 12 0 1984683254 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28640] ppid=28634 vsize=849432 CPUtime=6.79
/proc/28636/task/28640/stat : 28640 (java) S 28634 28636 25780 0 -1 64 95991 0 0 0 635 44 0 0 16 0 12 0 1984683254 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28641] ppid=28634 vsize=849432 CPUtime=51.14
/proc/28636/task/28641/stat : 28641 (java) R 28634 28636 25780 0 -1 64 247518 0 0 0 5000 114 0 0 25 0 12 0 1984683256 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28642] ppid=28634 vsize=849432 CPUtime=0
/proc/28636/task/28642/stat : 28642 (java) S 28634 28636 25780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984683256 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28643] ppid=28634 vsize=849432 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28634 28636 25780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984683256 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28644] ppid=28634 vsize=849432 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1984683261 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28645] ppid=28634 vsize=849432 CPUtime=0.85
/proc/28636/task/28645/stat : 28645 (java) S 28634 28636 25780 0 -1 64 2746 0 0 0 84 1 0 0 16 0 12 0 1984683261 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28646] ppid=28634 vsize=849432 CPUtime=0.63
/proc/28636/task/28646/stat : 28646 (java) S 28634 28636 25780 0 -1 64 2292 0 0 0 63 0 0 0 16 0 12 0 1984683261 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28647] ppid=28634 vsize=849432 CPUtime=0
/proc/28636/task/28647/stat : 28647 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1984683261 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28648] ppid=28634 vsize=849432 CPUtime=0
/proc/28636/task/28648/stat : 28648 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984683261 869818368 181653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.06
Current children cumulated vsize (KiB) 849432

[startup+83.1028 s]
/proc/loadavg: 2.17 2.11 2.03 3/92 28648
/proc/meminfo: memFree=945456/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=833432 CPUtime=86.43
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 478310 0 1 0 8420 223 0 0 18 0 12 0 1984683251 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 208358 177653 1364 9 0 205720 0
[pid=28636/tid=28638] ppid=28634 vsize=833432 CPUtime=13.87
/proc/28636/task/28638/stat : 28638 (java) S 28634 28636 25780 0 -1 64 23175 0 1 0 1373 14 0 0 17 0 12 0 1984683253 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28639] ppid=28634 vsize=833432 CPUtime=6.72
/proc/28636/task/28639/stat : 28639 (java) S 28634 28636 25780 0 -1 64 66558 0 0 0 644 28 0 0 16 0 12 0 1984683254 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28640] ppid=28634 vsize=833432 CPUtime=6.79
/proc/28636/task/28640/stat : 28640 (java) S 28634 28636 25780 0 -1 64 95991 0 0 0 635 44 0 0 16 0 12 0 1984683254 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28641] ppid=28634 vsize=833432 CPUtime=57.51
/proc/28636/task/28641/stat : 28641 (java) R 28634 28636 25780 0 -1 64 286785 0 0 0 5619 132 0 0 25 0 12 0 1984683256 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28642] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28642/stat : 28642 (java) S 28634 28636 25780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984683256 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28643] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28634 28636 25780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984683256 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28644] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1984683261 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28645] ppid=28634 vsize=833432 CPUtime=0.85
/proc/28636/task/28645/stat : 28645 (java) S 28634 28636 25780 0 -1 64 2746 0 0 0 84 1 0 0 16 0 12 0 1984683261 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28646] ppid=28634 vsize=833432 CPUtime=0.63
/proc/28636/task/28646/stat : 28646 (java) S 28634 28636 25780 0 -1 64 2292 0 0 0 63 0 0 0 16 0 12 0 1984683261 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28647] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28647/stat : 28647 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1984683261 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28648] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28648/stat : 28648 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984683261 853434368 177653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.43
Current children cumulated vsize (KiB) 833432

[startup+86.3023 s]
/proc/loadavg: 2.17 2.11 2.03 3/92 28648
/proc/meminfo: memFree=937456/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=833432 CPUtime=89.62
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 486068 0 1 0 8735 227 0 0 18 0 12 0 1984683251 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 208358 177654 1365 9 0 205720 0
[pid=28636/tid=28638] ppid=28634 vsize=833432 CPUtime=13.87
/proc/28636/task/28638/stat : 28638 (java) S 28634 28636 25780 0 -1 64 23178 0 1 0 1373 14 0 0 17 0 12 0 1984683253 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28639] ppid=28634 vsize=833432 CPUtime=6.72
/proc/28636/task/28639/stat : 28639 (java) S 28634 28636 25780 0 -1 64 66558 0 0 0 644 28 0 0 16 0 12 0 1984683254 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28640] ppid=28634 vsize=833432 CPUtime=6.79
/proc/28636/task/28640/stat : 28640 (java) S 28634 28636 25780 0 -1 64 95991 0 0 0 635 44 0 0 16 0 12 0 1984683254 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28641] ppid=28634 vsize=833432 CPUtime=60.69
/proc/28636/task/28641/stat : 28641 (java) R 28634 28636 25780 0 -1 64 294540 0 0 0 5934 135 0 0 25 0 12 0 1984683256 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28642] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28642/stat : 28642 (java) S 28634 28636 25780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984683256 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28643] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28634 28636 25780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984683256 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28644] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28645] ppid=28634 vsize=833432 CPUtime=0.85
/proc/28636/task/28645/stat : 28645 (java) S 28634 28636 25780 0 -1 64 2746 0 0 0 84 1 0 0 16 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28646] ppid=28634 vsize=833432 CPUtime=0.63
/proc/28636/task/28646/stat : 28646 (java) S 28634 28636 25780 0 -1 64 2292 0 0 0 63 0 0 0 16 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28647] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28647/stat : 28647 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28648] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28648/stat : 28648 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.62
Current children cumulated vsize (KiB) 833432

[startup+87.1014 s]
/proc/loadavg: 2.15 2.11 2.03 3/92 28648
/proc/meminfo: memFree=937456/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=833432 CPUtime=90.42
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 486068 0 1 0 8815 227 0 0 18 0 12 0 1984683251 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 208358 177654 1365 9 0 205720 0
[pid=28636/tid=28638] ppid=28634 vsize=833432 CPUtime=13.87
/proc/28636/task/28638/stat : 28638 (java) S 28634 28636 25780 0 -1 64 23178 0 1 0 1373 14 0 0 17 0 12 0 1984683253 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28639] ppid=28634 vsize=833432 CPUtime=6.72
/proc/28636/task/28639/stat : 28639 (java) S 28634 28636 25780 0 -1 64 66558 0 0 0 644 28 0 0 16 0 12 0 1984683254 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28640] ppid=28634 vsize=833432 CPUtime=6.79
/proc/28636/task/28640/stat : 28640 (java) S 28634 28636 25780 0 -1 64 95991 0 0 0 635 44 0 0 16 0 12 0 1984683254 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28641] ppid=28634 vsize=833432 CPUtime=61.49
/proc/28636/task/28641/stat : 28641 (java) R 28634 28636 25780 0 -1 64 294540 0 0 0 6014 135 0 0 25 0 12 0 1984683256 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28642] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28642/stat : 28642 (java) S 28634 28636 25780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984683256 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28643] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28634 28636 25780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984683256 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28644] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28645] ppid=28634 vsize=833432 CPUtime=0.85
/proc/28636/task/28645/stat : 28645 (java) S 28634 28636 25780 0 -1 64 2746 0 0 0 84 1 0 0 16 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28646] ppid=28634 vsize=833432 CPUtime=0.63
/proc/28636/task/28646/stat : 28646 (java) S 28634 28636 25780 0 -1 64 2292 0 0 0 63 0 0 0 16 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28647] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28647/stat : 28647 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28648] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28648/stat : 28648 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.42
Current children cumulated vsize (KiB) 833432

[startup+87.9025 s]
/proc/loadavg: 2.15 2.11 2.03 3/92 28648
/proc/meminfo: memFree=937456/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=833432 CPUtime=91.22
/proc/28636/stat : 28636 (java) S 28634 28636 25780 0 -1 0 486068 0 1 0 8895 227 0 0 18 0 12 0 1984683251 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28636/statm: 208358 177654 1365 9 0 205720 0
[pid=28636/tid=28638] ppid=28634 vsize=833432 CPUtime=13.87
/proc/28636/task/28638/stat : 28638 (java) S 28634 28636 25780 0 -1 64 23178 0 1 0 1373 14 0 0 17 0 12 0 1984683253 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28639] ppid=28634 vsize=833432 CPUtime=6.72
/proc/28636/task/28639/stat : 28639 (java) S 28634 28636 25780 0 -1 64 66558 0 0 0 644 28 0 0 16 0 12 0 1984683254 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28640] ppid=28634 vsize=833432 CPUtime=6.79
/proc/28636/task/28640/stat : 28640 (java) S 28634 28636 25780 0 -1 64 95991 0 0 0 635 44 0 0 16 0 12 0 1984683254 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28641] ppid=28634 vsize=833432 CPUtime=62.29
/proc/28636/task/28641/stat : 28641 (java) R 28634 28636 25780 0 -1 64 294540 0 0 0 6094 135 0 0 25 0 12 0 1984683256 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28642] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28642/stat : 28642 (java) S 28634 28636 25780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984683256 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28636/tid=28643] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28643/stat : 28643 (java) S 28634 28636 25780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984683256 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28644] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28644/stat : 28644 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28645] ppid=28634 vsize=833432 CPUtime=0.85
/proc/28636/task/28645/stat : 28645 (java) S 28634 28636 25780 0 -1 64 2746 0 0 0 84 1 0 0 16 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28646] ppid=28634 vsize=833432 CPUtime=0.63
/proc/28636/task/28646/stat : 28646 (java) S 28634 28636 25780 0 -1 64 2292 0 0 0 63 0 0 0 16 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28647] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28647/stat : 28647 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28636/tid=28648] ppid=28634 vsize=833432 CPUtime=0
/proc/28636/task/28648/stat : 28648 (java) S 28634 28636 25780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984683261 853434368 177654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.22
Current children cumulated vsize (KiB) 833432

[startup+88.3026 s]
/proc/loadavg: 2.15 2.11 2.03 3/92 28648
/proc/meminfo: memFree=937456/2055920 swapFree=4179812/4192956
[pid=28636] ppid=28634 vsize=0 CPUtime=91.59
/proc/28636/stat : 28636 (java) Z 28634 28636 25780 0 -1 12 486082 0 1 0 8924 235 0 0 16 0 2 0 1984683251 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28636/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.59
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 88.3213
CPU time (s): 91.6231
CPU user time (s): 89.2494
CPU system time (s): 2.37364
CPU usage (%): 103.738
Max. virtual memory (cumulated for all children) (KiB): 865436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.2494
system time used= 2.37364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486082
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= 2948
involuntary context switches= 5476

runsolver used 0.109983 second user time and 0.307953 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-03 05:51:38
IDJOB=1052674
IDBENCH=55990
IDSOLVER=344
FILE ID=node34/1052674-1215057097
PBS_JOBID= 7875106
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 52b2ac764766c58603d22566b55509ea
RANDOM SEED=376778040

node34.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.259
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.259
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:       1645744 kB
Buffers:         43184 kB
Cached:         189652 kB
SwapCached:       6932 kB
Active:         239184 kB
Inactive:        99872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645744 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            3148 kB
Writeback:           0 kB
Mapped:         119604 kB
Slab:            56156 kB
Committed_AS:  4183844 kB
PageTables:       2036 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= 66536 MiB
End job on node34 at 2008-07-03 05:53:06