Trace number 1052490

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? 105.625 101.99

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-21_ext.xml
MD5SUMd8728ee8e65a3149904fb6f60b5335ce
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.3838
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.21/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.21/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.21/0.25	c See www.sat4j.org for details.
0.21/0.25	c That software uses the Rhino library from the Mozilla project.
0.21/0.30	c version 9.9.9.token
0.21/0.30	c sun.arch.data.model	32
0.21/0.30	c java.version	1.6.0_06
0.35/0.30	c os.name	Linux
0.35/0.30	c os.version	2.6.9-22.EL.rootsmp
0.35/0.30	c os.arch	i386
0.35/0.30	c Free memory 669864272
0.35/0.30	c Max memory 672137216
0.35/0.30	c Total memory 672137216
0.35/0.30	c Number of processors 2
0.35/0.34	c c --- Begin Solver configuration ---
0.35/0.34	c Stops conflict analysis at the first Unique Implication Point
0.35/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.35/0.34	c Learn all clauses as in MiniSAT
0.35/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.35/0.34	c Expensive reason simplification
0.35/0.34	c MiniSAT restarts strategy
0.35/0.34	c timeout=2147483s
0.35/0.34	c DB Simplification allowed=false
0.35/0.34	c --- End Solver configuration ---
0.35/0.34	c solving HOME/instance-1052490-1215056835.xml
0.35/0.34	c reading problem ... 
0.63/0.63	c reading problem named null
0.63/0.63	c reading domains done.
0.63/0.63	c reading variables done.
0.63/0.66	c reading relations done.
2.62/2.68	c reading constraints
105.44/101.85	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
105.44/101.86		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
105.44/101.86		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
105.44/101.86		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
105.44/101.86		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
105.44/101.86		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
105.44/101.86		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
105.44/101.86		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
105.44/101.86		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
105.44/101.86		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
105.44/101.86		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
105.44/101.86		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
105.44/101.86		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
105.44/101.86		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
105.44/101.86	c starts		: 0
105.44/101.86	c conflicts		: 0
105.44/101.86	c decisions		: 0
105.44/101.86	c propagations		: 0
105.44/101.86	c inspects		: 0
105.44/101.86	c learnt literals	: 0
105.44/101.86	c learnt binary clauses	: 0
105.44/101.86	c learnt ternary clauses	: 0
105.44/101.86	c learnt clauses	: 0
105.44/101.86	c ignored clauses	: 0
105.44/101.86	c root simplifications	: 0
105.44/101.86	c removed literals (reason simplification)	: 0
105.44/101.86	c reason swapping (by a shorter reason)	: 0
105.44/101.86	c Calls to reduceDB	: 0
105.44/101.86	c speed (assignments/second)	: 0.0
105.44/101.86	c non guided choices	0
105.44/101.86	s UNKNOWN
105.44/101.86	c Total wall clock time (in seconds) : 101.516

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-1052490-1215056835/watcher-1052490-1215056835 -o /tmp/evaluation-result-1052490-1215056835/solver-1052490-1215056835 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052490-1215056835.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 29737
/proc/meminfo: memFree=1838592/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=18572 CPUtime=0
/proc/29737/stat : 29737 (runsolver) R 29735 29737 26413 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1984657921 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29737/statm: 4643 292 257 25 0 2626 0

[startup+0.0968081 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 29737
/proc/meminfo: memFree=1838592/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=802236 CPUtime=0.07
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 2870 0 1 0 5 2 0 0 18 0 7 0 1984657921 821489664 2605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 200559 2605 1014 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.102806 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 29737
/proc/meminfo: memFree=1838592/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=804488 CPUtime=0.07
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 2941 0 1 0 5 2 0 0 18 0 12 0 1984657921 823795712 2674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 201122 2674 1043 9 0 198491 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804488

[startup+0.301846 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 29737
/proc/meminfo: memFree=1838592/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=808484 CPUtime=0.35
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 5158 0 1 0 31 4 0 0 18 0 12 0 1984657921 827887616 4462 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 202121 4462 1310 9 0 199490 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 808484

[startup+0.701917 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 29737
/proc/meminfo: memFree=1838592/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=808608 CPUtime=0.73
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 6526 0 1 0 67 6 0 0 18 0 12 0 1984657921 828014592 5571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 202152 5571 1335 9 0 199514 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 808608

[startup+1.50106 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 29749
/proc/meminfo: memFree=1784032/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=808512 CPUtime=1.53
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 17703 0 1 0 141 12 0 0 18 0 12 0 1984657921 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 202128 16741 1339 9 0 199490 0
[pid=29737/tid=29739] ppid=29735 vsize=808512 CPUtime=1.06
/proc/29737/task/29739/stat : 29739 (java) R 29735 29737 26413 0 -1 64 15214 0 1 0 96 10 0 0 19 0 12 0 1984657923 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29740] ppid=29735 vsize=808512 CPUtime=0
/proc/29737/task/29740/stat : 29740 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657924 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29741] ppid=29735 vsize=808512 CPUtime=0
/proc/29737/task/29741/stat : 29741 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984657924 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29742] ppid=29735 vsize=808512 CPUtime=0
/proc/29737/task/29742/stat : 29742 (java) S 29735 29737 26413 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1984657926 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29743] ppid=29735 vsize=808512 CPUtime=0
/proc/29737/task/29743/stat : 29743 (java) S 29735 29737 26413 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1984657926 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29744] ppid=29735 vsize=808512 CPUtime=0
/proc/29737/task/29744/stat : 29744 (java) S 29735 29737 26413 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984657926 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29745] ppid=29735 vsize=808512 CPUtime=0
/proc/29737/task/29745/stat : 29745 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657931 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29746] ppid=29735 vsize=808512 CPUtime=0.18
/proc/29737/task/29746/stat : 29746 (java) S 29735 29737 26413 0 -1 64 367 0 0 0 18 0 0 0 16 0 12 0 1984657931 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29747] ppid=29735 vsize=808512 CPUtime=0.26
/proc/29737/task/29747/stat : 29747 (java) R 29735 29737 26413 0 -1 64 1360 0 0 0 26 0 0 0 16 0 12 0 1984657931 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 103071424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29748] ppid=29735 vsize=808512 CPUtime=0
/proc/29737/task/29748/stat : 29748 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984657931 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29749] ppid=29735 vsize=808512 CPUtime=0
/proc/29737/task/29749/stat : 29749 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984657931 827916288 16741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 808512

[startup+3.10234 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 29749
/proc/meminfo: memFree=1738912/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=811636 CPUtime=3.12
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 32543 0 1 0 293 19 0 0 18 0 12 0 1984657921 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 202909 28863 1358 9 0 200271 0
[pid=29737/tid=29739] ppid=29735 vsize=811636 CPUtime=1.69
/proc/29737/task/29739/stat : 29739 (java) R 29735 29737 26413 0 -1 64 17145 0 1 0 158 11 0 0 25 0 12 0 1984657923 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29740] ppid=29735 vsize=811636 CPUtime=0.03
/proc/29737/task/29740/stat : 29740 (java) S 29735 29737 26413 0 -1 64 4667 0 0 0 1 2 0 0 16 0 12 0 1984657924 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29741] ppid=29735 vsize=811636 CPUtime=0.06
/proc/29737/task/29741/stat : 29741 (java) S 29735 29737 26413 0 -1 64 4881 0 0 0 5 1 0 0 16 0 12 0 1984657924 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29742] ppid=29735 vsize=811636 CPUtime=0
/proc/29737/task/29742/stat : 29742 (java) S 29735 29737 26413 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1984657926 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29743] ppid=29735 vsize=811636 CPUtime=0
/proc/29737/task/29743/stat : 29743 (java) S 29735 29737 26413 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984657926 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29744] ppid=29735 vsize=811636 CPUtime=0
/proc/29737/task/29744/stat : 29744 (java) S 29735 29737 26413 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984657926 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29745] ppid=29735 vsize=811636 CPUtime=0
/proc/29737/task/29745/stat : 29745 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657931 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29746] ppid=29735 vsize=811636 CPUtime=0.5
/proc/29737/task/29746/stat : 29746 (java) R 29735 29737 26413 0 -1 64 1551 0 0 0 50 0 0 0 16 0 12 0 1984657931 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 106711880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29747] ppid=29735 vsize=811636 CPUtime=0.78
/proc/29737/task/29747/stat : 29747 (java) S 29735 29737 26413 0 -1 64 3480 0 0 0 77 1 0 0 16 0 12 0 1984657931 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29748] ppid=29735 vsize=811636 CPUtime=0
/proc/29737/task/29748/stat : 29748 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984657931 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29749] ppid=29735 vsize=811636 CPUtime=0
/proc/29737/task/29749/stat : 29749 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984657931 831115264 28863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 811636

[startup+6.30291 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 29749
/proc/meminfo: memFree=1651232/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=817880 CPUtime=6.93
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 62902 0 1 0 659 34 0 0 18 0 12 0 1984657921 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 204470 55368 1360 9 0 201832 0
[pid=29737/tid=29739] ppid=29735 vsize=817880 CPUtime=3.67
/proc/29737/task/29739/stat : 29739 (java) R 29735 29737 26413 0 -1 64 17150 0 1 0 355 12 0 0 19 0 12 0 1984657923 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29740] ppid=29735 vsize=817880 CPUtime=0.87
/proc/29737/task/29740/stat : 29740 (java) R 29735 29737 26413 0 -1 64 17848 0 0 0 78 9 0 0 16 0 12 0 1984657924 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29741] ppid=29735 vsize=817880 CPUtime=0.98
/proc/29737/task/29741/stat : 29741 (java) R 29735 29737 26413 0 -1 64 22040 0 0 0 89 9 0 0 16 0 12 0 1984657924 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 103075170 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29742] ppid=29735 vsize=817880 CPUtime=0
/proc/29737/task/29742/stat : 29742 (java) S 29735 29737 26413 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1984657926 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29743] ppid=29735 vsize=817880 CPUtime=0
/proc/29737/task/29743/stat : 29743 (java) S 29735 29737 26413 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984657926 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29744] ppid=29735 vsize=817880 CPUtime=0
/proc/29737/task/29744/stat : 29744 (java) S 29735 29737 26413 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984657926 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29745] ppid=29735 vsize=817880 CPUtime=0
/proc/29737/task/29745/stat : 29745 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657931 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29746] ppid=29735 vsize=817880 CPUtime=0.54
/proc/29737/task/29746/stat : 29746 (java) S 29735 29737 26413 0 -1 64 1558 0 0 0 54 0 0 0 16 0 12 0 1984657931 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29747] ppid=29735 vsize=817880 CPUtime=0.83
/proc/29737/task/29747/stat : 29747 (java) S 29735 29737 26413 0 -1 64 3487 0 0 0 82 1 0 0 16 0 12 0 1984657931 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29748] ppid=29735 vsize=817880 CPUtime=0
/proc/29737/task/29748/stat : 29748 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984657931 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29749] ppid=29735 vsize=817880 CPUtime=0
/proc/29737/task/29749/stat : 29749 (java) R 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984657931 837509120 55368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 817880

[startup+12.701 s]
/proc/loadavg: 2.01 2.00 2.00 5/84 29749
/proc/meminfo: memFree=1445664/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=820440 CPUtime=14.53
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 114680 0 1 0 1392 61 0 0 18 0 12 0 1984657921 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 205110 104612 1360 9 0 202472 0
[pid=29737/tid=29739] ppid=29735 vsize=820440 CPUtime=6.8
/proc/29737/task/29739/stat : 29739 (java) R 29735 29737 26413 0 -1 64 17164 0 1 0 668 12 0 0 25 0 12 0 1984657923 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4109803768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29740] ppid=29735 vsize=820440 CPUtime=3.07
/proc/29737/task/29740/stat : 29740 (java) S 29735 29737 26413 0 -1 64 40297 0 0 0 286 21 0 0 17 0 12 0 1984657924 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29741] ppid=29735 vsize=820440 CPUtime=3.23
/proc/29737/task/29741/stat : 29741 (java) S 29735 29737 26413 0 -1 64 51355 0 0 0 300 23 0 0 17 0 12 0 1984657924 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29742] ppid=29735 vsize=820440 CPUtime=0
/proc/29737/task/29742/stat : 29742 (java) S 29735 29737 26413 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1984657926 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29743] ppid=29735 vsize=820440 CPUtime=0
/proc/29737/task/29743/stat : 29743 (java) S 29735 29737 26413 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984657926 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29744] ppid=29735 vsize=820440 CPUtime=0
/proc/29737/task/29744/stat : 29744 (java) S 29735 29737 26413 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984657926 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29745] ppid=29735 vsize=820440 CPUtime=0
/proc/29737/task/29745/stat : 29745 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657931 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29746] ppid=29735 vsize=820440 CPUtime=0.54
/proc/29737/task/29746/stat : 29746 (java) S 29735 29737 26413 0 -1 64 1558 0 0 0 54 0 0 0 16 0 12 0 1984657931 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29747] ppid=29735 vsize=820440 CPUtime=0.83
/proc/29737/task/29747/stat : 29747 (java) S 29735 29737 26413 0 -1 64 3487 0 0 0 82 1 0 0 16 0 12 0 1984657931 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29748] ppid=29735 vsize=820440 CPUtime=0
/proc/29737/task/29748/stat : 29748 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984657931 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29749] ppid=29735 vsize=820440 CPUtime=0
/proc/29737/task/29749/stat : 29749 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984657931 840130560 104612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.53
Current children cumulated vsize (KiB) 820440

[startup+25.5023 s]
/proc/loadavg: 2.22 2.05 2.02 5/84 29749
/proc/meminfo: memFree=1167968/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=820440 CPUtime=29.49
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 189540 0 1 0 2848 101 0 0 18 0 12 0 1984657921 840130560 168199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 205110 168199 1364 9 0 202472 0
[pid=29737/tid=29739] ppid=29735 vsize=820440 CPUtime=11.88
/proc/29737/task/29739/stat : 29739 (java) R 29735 29737 26413 0 -1 64 23330 0 1 0 1173 15 0 0 19 0 12 0 1984657923 840130560 168199 996147200 134512640 134550740 4294956032 18446744073709551615 4109786945 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29740] ppid=29735 vsize=820440 CPUtime=6.48
/proc/29737/task/29740/stat : 29740 (java) S 29735 29737 26413 0 -1 64 69424 0 0 0 612 36 0 0 16 0 12 0 1984657924 840130560 168199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29741] ppid=29735 vsize=820440 CPUtime=6.79
/proc/29737/task/29741/stat : 29741 (java) S 29735 29737 26413 0 -1 64 83163 0 0 0 638 41 0 0 16 0 12 0 1984657924 840130560 168199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29742] ppid=29735 vsize=820440 CPUtime=2.91
/proc/29737/task/29742/stat : 29742 (java) S 29735 29737 26413 0 -1 64 7816 0 0 0 287 4 0 0 16 0 12 0 1984657926 840130560 168199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29743] ppid=29735 vsize=820440 CPUtime=0
/proc/29737/task/29743/stat : 29743 (java) S 29735 29737 26413 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984657926 840130560 168199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29744] ppid=29735 vsize=820440 CPUtime=0
/proc/29737/task/29744/stat : 29744 (java) S 29735 29737 26413 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984657926 840130560 168199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29745] ppid=29735 vsize=820440 CPUtime=0
/proc/29737/task/29745/stat : 29745 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657931 840130560 168199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=29737/tid=29748] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29748/stat : 29748 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984657931 856518656 178299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29749] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29749/stat : 29749 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984657931 856518656 178299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.47
Current children cumulated vsize (KiB) 836444

[startup+89.5026 s]
/proc/loadavg: 2.07 2.04 2.01 3/84 29749
/proc/meminfo: memFree=1127072/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=844448 CPUtime=93.2
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 406190 0 1 0 9104 216 0 0 18 0 12 0 1984657921 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 211112 180219 1364 9 0 208474 0
[pid=29737/tid=29739] ppid=29735 vsize=844448 CPUtime=13.76
/proc/29737/task/29739/stat : 29739 (java) S 29735 29737 26413 0 -1 64 23347 0 1 0 1361 15 0 0 17 0 12 0 1984657923 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29740] ppid=29735 vsize=844448 CPUtime=6.82
/proc/29737/task/29740/stat : 29740 (java) S 29735 29737 26413 0 -1 64 69425 0 0 0 646 36 0 0 16 0 12 0 1984657924 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29741] ppid=29735 vsize=844448 CPUtime=6.95
/proc/29737/task/29741/stat : 29741 (java) S 29735 29737 26413 0 -1 64 83530 0 0 0 654 41 0 0 15 0 12 0 1984657924 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29742] ppid=29735 vsize=844448 CPUtime=64.24
/proc/29737/task/29742/stat : 29742 (java) R 29735 29737 26413 0 -1 64 224081 0 0 0 6305 119 0 0 25 0 12 0 1984657926 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29743] ppid=29735 vsize=844448 CPUtime=0
/proc/29737/task/29743/stat : 29743 (java) S 29735 29737 26413 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984657926 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29744] ppid=29735 vsize=844448 CPUtime=0
/proc/29737/task/29744/stat : 29744 (java) S 29735 29737 26413 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984657926 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29745] ppid=29735 vsize=844448 CPUtime=0
/proc/29737/task/29745/stat : 29745 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657931 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29746] ppid=29735 vsize=844448 CPUtime=0.54
/proc/29737/task/29746/stat : 29746 (java) S 29735 29737 26413 0 -1 64 1558 0 0 0 54 0 0 0 16 0 12 0 1984657931 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29747] ppid=29735 vsize=844448 CPUtime=0.83
/proc/29737/task/29747/stat : 29747 (java) S 29735 29737 26413 0 -1 64 3487 0 0 0 82 1 0 0 16 0 12 0 1984657931 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29748] ppid=29735 vsize=844448 CPUtime=0
/proc/29737/task/29748/stat : 29748 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984657931 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29749] ppid=29735 vsize=844448 CPUtime=0
/proc/29737/task/29749/stat : 29749 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984657931 864714752 180219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.2
Current children cumulated vsize (KiB) 844448

[startup+95.9027 s]
/proc/loadavg: 2.07 2.03 2.01 3/84 29749
/proc/meminfo: memFree=1127200/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=836444 CPUtime=99.57
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 437786 0 1 0 9723 234 0 0 18 0 12 0 1984657921 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 209111 178300 1365 9 0 206473 0
[pid=29737/tid=29739] ppid=29735 vsize=836444 CPUtime=13.76
/proc/29737/task/29739/stat : 29739 (java) S 29735 29737 26413 0 -1 64 23350 0 1 0 1361 15 0 0 17 0 12 0 1984657923 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29740] ppid=29735 vsize=836444 CPUtime=6.82
/proc/29737/task/29740/stat : 29740 (java) S 29735 29737 26413 0 -1 64 69425 0 0 0 646 36 0 0 16 0 12 0 1984657924 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29741] ppid=29735 vsize=836444 CPUtime=6.95
/proc/29737/task/29741/stat : 29741 (java) S 29735 29737 26413 0 -1 64 83530 0 0 0 654 41 0 0 15 0 12 0 1984657924 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29742] ppid=29735 vsize=836444 CPUtime=70.61
/proc/29737/task/29742/stat : 29742 (java) R 29735 29737 26413 0 -1 64 255674 0 0 0 6924 137 0 0 25 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29743] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29743/stat : 29743 (java) S 29735 29737 26413 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29744] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29744/stat : 29744 (java) S 29735 29737 26413 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29745] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29745/stat : 29745 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29746] ppid=29735 vsize=836444 CPUtime=0.54
/proc/29737/task/29746/stat : 29746 (java) S 29735 29737 26413 0 -1 64 1558 0 0 0 54 0 0 0 16 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29747] ppid=29735 vsize=836444 CPUtime=0.83
/proc/29737/task/29747/stat : 29747 (java) S 29735 29737 26413 0 -1 64 3487 0 0 0 82 1 0 0 16 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29748] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29748/stat : 29748 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29749] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29749/stat : 29749 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.57
Current children cumulated vsize (KiB) 836444

[startup+99.1013 s]
/proc/loadavg: 2.06 2.03 2.01 3/84 29749
/proc/meminfo: memFree=1127200/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=836444 CPUtime=102.75
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 445541 0 1 0 10037 238 0 0 18 0 12 0 1984657921 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 209111 178300 1365 9 0 206473 0
[pid=29737/tid=29739] ppid=29735 vsize=836444 CPUtime=13.76
/proc/29737/task/29739/stat : 29739 (java) S 29735 29737 26413 0 -1 64 23350 0 1 0 1361 15 0 0 17 0 12 0 1984657923 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29740] ppid=29735 vsize=836444 CPUtime=6.82
/proc/29737/task/29740/stat : 29740 (java) S 29735 29737 26413 0 -1 64 69425 0 0 0 646 36 0 0 16 0 12 0 1984657924 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29741] ppid=29735 vsize=836444 CPUtime=6.95
/proc/29737/task/29741/stat : 29741 (java) S 29735 29737 26413 0 -1 64 83530 0 0 0 654 41 0 0 15 0 12 0 1984657924 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29742] ppid=29735 vsize=836444 CPUtime=73.79
/proc/29737/task/29742/stat : 29742 (java) R 29735 29737 26413 0 -1 64 263429 0 0 0 7238 141 0 0 25 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29743] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29743/stat : 29743 (java) S 29735 29737 26413 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29744] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29744/stat : 29744 (java) S 29735 29737 26413 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29745] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29745/stat : 29745 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29746] ppid=29735 vsize=836444 CPUtime=0.54
/proc/29737/task/29746/stat : 29746 (java) S 29735 29737 26413 0 -1 64 1558 0 0 0 54 0 0 0 16 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29747] ppid=29735 vsize=836444 CPUtime=0.83
/proc/29737/task/29747/stat : 29747 (java) S 29735 29737 26413 0 -1 64 3487 0 0 0 82 1 0 0 16 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29748] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29748/stat : 29748 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29749] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29749/stat : 29749 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.75
Current children cumulated vsize (KiB) 836444

[startup+100.703 s]
/proc/loadavg: 2.06 2.03 2.01 3/84 29749
/proc/meminfo: memFree=1127200/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=836444 CPUtime=104.35
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 445541 0 1 0 10197 238 0 0 18 0 12 0 1984657921 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 209111 178300 1365 9 0 206473 0
[pid=29737/tid=29739] ppid=29735 vsize=836444 CPUtime=13.76
/proc/29737/task/29739/stat : 29739 (java) S 29735 29737 26413 0 -1 64 23350 0 1 0 1361 15 0 0 17 0 12 0 1984657923 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29740] ppid=29735 vsize=836444 CPUtime=6.82
/proc/29737/task/29740/stat : 29740 (java) S 29735 29737 26413 0 -1 64 69425 0 0 0 646 36 0 0 16 0 12 0 1984657924 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29741] ppid=29735 vsize=836444 CPUtime=6.95
/proc/29737/task/29741/stat : 29741 (java) S 29735 29737 26413 0 -1 64 83530 0 0 0 654 41 0 0 15 0 12 0 1984657924 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29742] ppid=29735 vsize=836444 CPUtime=75.38
/proc/29737/task/29742/stat : 29742 (java) R 29735 29737 26413 0 -1 64 263429 0 0 0 7397 141 0 0 25 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29743] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29743/stat : 29743 (java) S 29735 29737 26413 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29744] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29744/stat : 29744 (java) S 29735 29737 26413 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29745] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29745/stat : 29745 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29746] ppid=29735 vsize=836444 CPUtime=0.54
/proc/29737/task/29746/stat : 29746 (java) S 29735 29737 26413 0 -1 64 1558 0 0 0 54 0 0 0 16 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29747] ppid=29735 vsize=836444 CPUtime=0.83
/proc/29737/task/29747/stat : 29747 (java) S 29735 29737 26413 0 -1 64 3487 0 0 0 82 1 0 0 16 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29748] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29748/stat : 29748 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29749] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29749/stat : 29749 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 104.35
Current children cumulated vsize (KiB) 836444

[startup+101.503 s]
/proc/loadavg: 2.06 2.03 2.01 3/84 29749
/proc/meminfo: memFree=1127200/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=836444 CPUtime=105.14
/proc/29737/stat : 29737 (java) S 29735 29737 26413 0 -1 0 445541 0 1 0 10276 238 0 0 18 0 12 0 1984657921 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 209111 178300 1365 9 0 206473 0
[pid=29737/tid=29739] ppid=29735 vsize=836444 CPUtime=13.76
/proc/29737/task/29739/stat : 29739 (java) S 29735 29737 26413 0 -1 64 23350 0 1 0 1361 15 0 0 17 0 12 0 1984657923 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29740] ppid=29735 vsize=836444 CPUtime=6.82
/proc/29737/task/29740/stat : 29740 (java) S 29735 29737 26413 0 -1 64 69425 0 0 0 646 36 0 0 16 0 12 0 1984657924 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29741] ppid=29735 vsize=836444 CPUtime=6.95
/proc/29737/task/29741/stat : 29741 (java) S 29735 29737 26413 0 -1 64 83530 0 0 0 654 41 0 0 15 0 12 0 1984657924 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29742] ppid=29735 vsize=836444 CPUtime=76.18
/proc/29737/task/29742/stat : 29742 (java) R 29735 29737 26413 0 -1 64 263429 0 0 0 7477 141 0 0 25 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29743] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29743/stat : 29743 (java) S 29735 29737 26413 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29744] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29744/stat : 29744 (java) S 29735 29737 26413 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984657926 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29745] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29745/stat : 29745 (java) S 29735 29737 26413 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29746] ppid=29735 vsize=836444 CPUtime=0.54
/proc/29737/task/29746/stat : 29746 (java) S 29735 29737 26413 0 -1 64 1558 0 0 0 54 0 0 0 16 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29747] ppid=29735 vsize=836444 CPUtime=0.83
/proc/29737/task/29747/stat : 29747 (java) S 29735 29737 26413 0 -1 64 3487 0 0 0 82 1 0 0 16 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29737/tid=29748] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29748/stat : 29748 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29737/tid=29749] ppid=29735 vsize=836444 CPUtime=0
/proc/29737/task/29749/stat : 29749 (java) S 29735 29737 26413 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984657931 856518656 178300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 105.14
Current children cumulated vsize (KiB) 836444

[startup+101.903 s]
/proc/loadavg: 2.06 2.03 2.01 3/84 29749
/proc/meminfo: memFree=1127200/2055920 swapFree=4180540/4192956
[pid=29737] ppid=29735 vsize=0 CPUtime=105.53
/proc/29737/stat : 29737 (java) Z 29735 29737 26413 0 -1 12 445554 0 1 0 10312 241 0 0 16 0 2 0 1984657921 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29737/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 105.53
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 101.99
CPU time (s): 105.625
CPU user time (s): 103.128
CPU system time (s): 2.49662
CPU usage (%): 103.564
Max. virtual memory (cumulated for all children) (KiB): 868448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.128
system time used= 2.49662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445554
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= 3383
involuntary context switches= 4407

runsolver used 0.150977 second user time and 0.332949 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-03 05:47:15
IDJOB=1052490
IDBENCH=55982
IDSOLVER=344
FILE ID=node18/1052490-1215056835
PBS_JOBID= 7875137
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d8728ee8e65a3149904fb6f60b5335ce
RANDOM SEED=373097095

node18.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.268
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	: 5931.00
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.268
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:       1839072 kB
Buffers:         14804 kB
Cached:         114100 kB
SwapCached:       6280 kB
Active:          54416 kB
Inactive:       102248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839072 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            3152 kB
Writeback:           0 kB
Mapped:          35428 kB
Slab:            44116 kB
Committed_AS:  3461904 kB
PageTables:       3224 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= 66544 MiB
End job on node18 at 2008-07-03 05:48:57