Trace number 1047119

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? 95.8704 93.4677

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-31_ext.xml
MD5SUM79a92164f7ef19f1350e88cea39e1a5d
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 benchmark1.41578
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1047119-1215039503/watcher-1047119-1215039503 -o /tmp/evaluation-result-1047119-1215039503/solver-1047119-1215039503 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047119-1215039503.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: 0.44 0.10 0.03 4/72 12039
/proc/meminfo: memFree=1827536/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=18572 CPUtime=0
/proc/12039/stat : 12039 (runsolver) R 12037 12039 11897 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1982921715 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 218076081447 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12039/statm: 4643 292 257 25 0 2626 0

[startup+0.076604 s]
/proc/loadavg: 0.44 0.10 0.03 4/72 12039
/proc/meminfo: memFree=1827536/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=802236 CPUtime=0.06
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 2799 0 1 0 4 2 0 0 18 0 7 0 1982921715 821489664 2534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 200559 2534 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101773 s]
/proc/loadavg: 0.44 0.10 0.03 4/72 12039
/proc/meminfo: memFree=1827536/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=804612 CPUtime=0.09
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 3006 0 1 0 7 2 0 0 18 0 12 0 1982921715 823922688 2739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 201153 2739 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302806 s]
/proc/loadavg: 0.44 0.10 0.03 4/72 12039
/proc/meminfo: memFree=1827536/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=807760 CPUtime=0.29
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 4908 0 1 0 26 3 0 0 18 0 12 0 1982921715 827146240 4237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 201940 4237 1307 9 0 199309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807760

[startup+0.702874 s]
/proc/loadavg: 0.44 0.10 0.03 4/72 12039
/proc/meminfo: memFree=1827536/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=807788 CPUtime=0.68
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 6267 0 1 0 64 4 0 0 18 0 12 0 1982921715 827174912 5397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 201947 5397 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50201 s]
/proc/loadavg: 0.44 0.10 0.03 4/84 12051
/proc/meminfo: memFree=1806960/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=812932 CPUtime=1.48
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 11475 0 1 0 141 7 0 0 18 0 12 0 1982921715 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 203233 8951 1348 9 0 200595 0
[pid=12039/tid=12041] ppid=12037 vsize=812932 CPUtime=0.65
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11897 0 -1 64 6078 0 1 0 61 4 0 0 25 0 12 0 1982921717 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4109218378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12042] ppid=12037 vsize=812932 CPUtime=0
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11897 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1982921718 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12043] ppid=12037 vsize=812932 CPUtime=0
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1982921718 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12044] ppid=12037 vsize=812932 CPUtime=0
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1982921719 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12045] ppid=12037 vsize=812932 CPUtime=0
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11897 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1982921720 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12046] ppid=12037 vsize=812932 CPUtime=0
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11897 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1982921720 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12047] ppid=12037 vsize=812932 CPUtime=0
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1982921724 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12048] ppid=12037 vsize=812932 CPUtime=0.37
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11897 0 -1 64 1334 0 0 0 37 0 0 0 16 0 12 0 1982921724 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12049] ppid=12037 vsize=812932 CPUtime=0.43
/proc/12039/task/12049/stat : 12049 (java) S 12037 12039 11897 0 -1 64 3297 0 0 0 42 1 0 0 16 0 12 0 1982921724 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12050] ppid=12037 vsize=812932 CPUtime=0
/proc/12039/task/12050/stat : 12050 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1982921724 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12051] ppid=12037 vsize=812932 CPUtime=0
/proc/12039/task/12051/stat : 12051 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1982921724 832442368 8951 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812932

[startup+3.10126 s]
/proc/loadavg: 0.44 0.10 0.03 3/84 12051
/proc/meminfo: memFree=1788592/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=813576 CPUtime=3.07
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 27798 0 1 0 293 14 0 0 18 0 12 0 1982921715 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 203394 25272 1359 9 0 200756 0
[pid=12039/tid=12041] ppid=12037 vsize=813576 CPUtime=1.71
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11897 0 -1 64 16971 0 1 0 162 9 0 0 20 0 12 0 1982921717 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4109679389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=813576 CPUtime=0.07
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11897 0 -1 64 3272 0 0 0 7 0 0 0 17 0 12 0 1982921718 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=813576 CPUtime=0.06
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11897 0 -1 64 2069 0 0 0 6 0 0 0 17 0 12 0 1982921718 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=813576 CPUtime=0
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11897 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1982921719 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=813576 CPUtime=0
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11897 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1982921720 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=813576 CPUtime=0
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1982921720 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=813576 CPUtime=0
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1982921724 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12048] ppid=12037 vsize=813576 CPUtime=0.59
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11897 0 -1 64 1381 0 0 0 59 0 0 0 16 0 12 0 1982921724 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12049] ppid=12037 vsize=813576 CPUtime=0.58
/proc/12039/task/12049/stat : 12049 (java) S 12037 12039 11897 0 -1 64 3312 0 0 0 57 1 0 0 16 0 12 0 1982921724 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12050] ppid=12037 vsize=813576 CPUtime=0
/proc/12039/task/12050/stat : 12050 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1982921724 833101824 25272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12051] ppid=12037 vsize=813576 CPUtime=0
/proc/12039/task/12051/stat : 12051 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1982921724 833101824 25272 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) 813576

[startup+6.30179 s]
/proc/loadavg: 0.56 0.13 0.04 3/84 12051
/proc/meminfo: memFree=1634544/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=820424 CPUtime=6.84
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 61481 0 1 0 655 29 0 0 18 0 12 0 1982921715 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 205106 56341 1359 9 0 202468 0
[pid=12039/tid=12041] ppid=12037 vsize=820424 CPUtime=3.69
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11897 0 -1 64 16977 0 1 0 360 9 0 0 20 0 12 0 1982921717 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4109679365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=820424 CPUtime=0.97
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11897 0 -1 64 17651 0 0 0 89 8 0 0 19 0 12 0 1982921718 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=820424 CPUtime=0.96
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11897 0 -1 64 21367 0 0 0 87 9 0 0 16 0 12 0 1982921718 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=820424 CPUtime=0
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11897 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1982921719 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=820424 CPUtime=0
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11897 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1982921720 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=820424 CPUtime=0
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1982921720 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=820424 CPUtime=0
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1982921724 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12048] ppid=12037 vsize=820424 CPUtime=0.59
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11897 0 -1 64 1381 0 0 0 59 0 0 0 16 0 12 0 1982921724 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12049] ppid=12037 vsize=820424 CPUtime=0.58
/proc/12039/task/12049/stat : 12049 (java) S 12037 12039 11897 0 -1 64 3312 0 0 0 57 1 0 0 16 0 12 0 1982921724 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12050] ppid=12037 vsize=820424 CPUtime=0
/proc/12039/task/12050/stat : 12050 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1982921724 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12051] ppid=12037 vsize=820424 CPUtime=0
/proc/12039/task/12051/stat : 12051 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1982921724 840114176 56341 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 820424

[startup+12.7019 s]
/proc/loadavg: 0.84 0.19 0.06 4/84 12051
/proc/meminfo: memFree=1433776/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=822984 CPUtime=14.41
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 111812 0 1 0 1390 51 0 0 18 0 12 0 1982921715 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 205746 102255 1359 9 0 203108 0
[pid=12039/tid=12041] ppid=12037 vsize=822984 CPUtime=6.79
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11897 0 -1 64 16992 0 1 0 670 9 0 0 18 0 12 0 1982921717 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4109679374 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12042] ppid=12037 vsize=822984 CPUtime=3.44
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11897 0 -1 64 44738 0 0 0 325 19 0 0 17 0 12 0 1982921718 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=822984 CPUtime=2.95
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11897 0 -1 64 44596 0 0 0 276 19 0 0 17 0 12 0 1982921718 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12044] ppid=12037 vsize=822984 CPUtime=0
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11897 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1982921719 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12045] ppid=12037 vsize=822984 CPUtime=0
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11897 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1982921720 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=822984 CPUtime=0
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1982921720 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=822984 CPUtime=0
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1982921724 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12048] ppid=12037 vsize=822984 CPUtime=0.59
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11897 0 -1 64 1381 0 0 0 59 0 0 0 16 0 12 0 1982921724 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12049] ppid=12037 vsize=822984 CPUtime=0.58
/proc/12039/task/12049/stat : 12049 (java) S 12037 12039 11897 0 -1 64 3312 0 0 0 57 1 0 0 16 0 12 0 1982921724 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12050] ppid=12037 vsize=822984 CPUtime=0
/proc/12039/task/12050/stat : 12050 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1982921724 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12051] ppid=12037 vsize=822984 CPUtime=0
/proc/12039/task/12051/stat : 12051 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1982921724 842735616 102255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 822984

[startup+25.5028 s]
/proc/loadavg: 1.38 0.34 0.11 5/84 12051
/proc/meminfo: memFree=1154224/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=822984 CPUtime=28
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 188317 0 1 0 2716 84 0 0 18 0 12 0 1982921715 842735616 169134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 205746 169134 1365 9 0 203108 0
[pid=12039/tid=12041] ppid=12037 vsize=822984 CPUtime=11.71
/proc/12039/task/12041/stat : 12041 (java) R 12037 12039 11897 0 -1 64 23158 0 1 0 1159 12 0 0 20 0 12 0 1982921717 842735616 169134 996147200 134512640 134550740 4294956032 18446744073709551615 4109706981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12042] ppid=12037 vsize=822984 CPUtime=5.42
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11897 0 -1 64 69534 0 0 0 513 29 0 0 16 0 12 0 1982921718 842735616 169134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12043] ppid=12037 vsize=822984 CPUtime=7.09
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11897 0 -1 64 83118 0 0 0 673 36 0 0 16 0 12 0 1982921718 842735616 169134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12044] ppid=12037 vsize=822984 CPUtime=2.45
/proc/12039/task/12044/stat : 12044 (java) S 12037 12039 11897 0 -1 64 7045 0 0 0 243 2 0 0 15 0 12 0 1982921719 842735616 169134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12045] ppid=12037 vsize=822984 CPUtime=0
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11897 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1982921720 842735616 169134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12046] ppid=12037 vsize=822984 CPUtime=0
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1982921720 842735616 169134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=822984 CPUtime=0
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1982921724 842735616 169134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=12039/tid=12050] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12050/stat : 12050 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1982921724 859123712 179029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12051] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12051/stat : 12051 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1982921724 859123712 179029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.56
Current children cumulated vsize (KiB) 838988

[startup+89.5014 s]
/proc/loadavg: 1.82 0.68 0.24 3/84 12051
/proc/meminfo: memFree=1114096/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=838988 CPUtime=91.94
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 417314 0 1 0 9012 182 0 0 18 0 12 0 1982921715 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 209747 179030 1366 9 0 207109 0
[pid=12039/tid=12041] ppid=12037 vsize=838988 CPUtime=13.95
/proc/12039/task/12041/stat : 12041 (java) S 12037 12039 11897 0 -1 64 23180 0 1 0 1383 12 0 0 17 0 12 0 1982921717 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12042] ppid=12037 vsize=838988 CPUtime=5.82
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11897 0 -1 64 69534 0 0 0 553 29 0 0 16 0 12 0 1982921718 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=838988 CPUtime=7.5
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11897 0 -1 64 83118 0 0 0 714 36 0 0 16 0 12 0 1982921718 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12044] ppid=12037 vsize=838988 CPUtime=63.34
/proc/12039/task/12044/stat : 12044 (java) R 12037 12039 11897 0 -1 64 236020 0 0 0 6234 100 0 0 25 0 12 0 1982921719 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 105852544 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12045] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11897 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1982921720 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12046] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1982921720 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12048] ppid=12037 vsize=838988 CPUtime=0.65
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11897 0 -1 64 1386 0 0 0 65 0 0 0 17 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12049] ppid=12037 vsize=838988 CPUtime=0.61
/proc/12039/task/12049/stat : 12049 (java) S 12037 12039 11897 0 -1 64 3313 0 0 0 60 1 0 0 16 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12050] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12050/stat : 12050 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12051] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12051/stat : 12051 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.94
Current children cumulated vsize (KiB) 838988

[startup+91.1027 s]
/proc/loadavg: 1.82 0.68 0.24 3/84 12051
/proc/meminfo: memFree=1114032/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=838988 CPUtime=93.54
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 424317 0 1 0 9168 186 0 0 18 0 12 0 1982921715 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 209747 179030 1366 9 0 207109 0
[pid=12039/tid=12041] ppid=12037 vsize=838988 CPUtime=13.95
/proc/12039/task/12041/stat : 12041 (java) S 12037 12039 11897 0 -1 64 23180 0 1 0 1383 12 0 0 17 0 12 0 1982921717 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12042] ppid=12037 vsize=838988 CPUtime=5.82
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11897 0 -1 64 69534 0 0 0 553 29 0 0 16 0 12 0 1982921718 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=838988 CPUtime=7.5
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11897 0 -1 64 83118 0 0 0 714 36 0 0 16 0 12 0 1982921718 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12044] ppid=12037 vsize=838988 CPUtime=64.94
/proc/12039/task/12044/stat : 12044 (java) R 12037 12039 11897 0 -1 64 243023 0 0 0 6390 104 0 0 25 0 12 0 1982921719 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 105677185 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12045] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11897 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1982921720 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12046] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1982921720 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12048] ppid=12037 vsize=838988 CPUtime=0.65
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11897 0 -1 64 1386 0 0 0 65 0 0 0 17 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12049] ppid=12037 vsize=838988 CPUtime=0.61
/proc/12039/task/12049/stat : 12049 (java) S 12037 12039 11897 0 -1 64 3313 0 0 0 60 1 0 0 16 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12050] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12050/stat : 12050 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12051] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12051/stat : 12051 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.54
Current children cumulated vsize (KiB) 838988

[startup+92.7029 s]
/proc/loadavg: 1.82 0.68 0.24 3/84 12051
/proc/meminfo: memFree=1114096/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=838988 CPUtime=95.13
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 424317 0 1 0 9327 186 0 0 18 0 12 0 1982921715 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 209747 179030 1366 9 0 207109 0
[pid=12039/tid=12041] ppid=12037 vsize=838988 CPUtime=13.95
/proc/12039/task/12041/stat : 12041 (java) S 12037 12039 11897 0 -1 64 23180 0 1 0 1383 12 0 0 17 0 12 0 1982921717 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12042] ppid=12037 vsize=838988 CPUtime=5.82
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11897 0 -1 64 69534 0 0 0 553 29 0 0 16 0 12 0 1982921718 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=838988 CPUtime=7.5
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11897 0 -1 64 83118 0 0 0 714 36 0 0 16 0 12 0 1982921718 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12044] ppid=12037 vsize=838988 CPUtime=66.54
/proc/12039/task/12044/stat : 12044 (java) R 12037 12039 11897 0 -1 64 243023 0 0 0 6550 104 0 0 25 0 12 0 1982921719 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 104136530 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12045] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11897 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1982921720 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12046] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1982921720 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12048] ppid=12037 vsize=838988 CPUtime=0.65
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11897 0 -1 64 1386 0 0 0 65 0 0 0 17 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12049] ppid=12037 vsize=838988 CPUtime=0.61
/proc/12039/task/12049/stat : 12049 (java) S 12037 12039 11897 0 -1 64 3313 0 0 0 60 1 0 0 16 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12050] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12050/stat : 12050 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12051] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12051/stat : 12051 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.13
Current children cumulated vsize (KiB) 838988

[startup+93.103 s]
/proc/loadavg: 1.82 0.68 0.24 3/84 12051
/proc/meminfo: memFree=1114096/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=838988 CPUtime=95.53
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 424317 0 1 0 9367 186 0 0 18 0 12 0 1982921715 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 209747 179030 1366 9 0 207109 0
[pid=12039/tid=12041] ppid=12037 vsize=838988 CPUtime=13.95
/proc/12039/task/12041/stat : 12041 (java) S 12037 12039 11897 0 -1 64 23180 0 1 0 1383 12 0 0 17 0 12 0 1982921717 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12042] ppid=12037 vsize=838988 CPUtime=5.82
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11897 0 -1 64 69534 0 0 0 553 29 0 0 16 0 12 0 1982921718 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=838988 CPUtime=7.5
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11897 0 -1 64 83118 0 0 0 714 36 0 0 16 0 12 0 1982921718 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12044] ppid=12037 vsize=838988 CPUtime=66.93
/proc/12039/task/12044/stat : 12044 (java) R 12037 12039 11897 0 -1 64 243023 0 0 0 6589 104 0 0 25 0 12 0 1982921719 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 106123724 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12045] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11897 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1982921720 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12046] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1982921720 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12048] ppid=12037 vsize=838988 CPUtime=0.65
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11897 0 -1 64 1386 0 0 0 65 0 0 0 17 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12049] ppid=12037 vsize=838988 CPUtime=0.61
/proc/12039/task/12049/stat : 12049 (java) S 12037 12039 11897 0 -1 64 3313 0 0 0 60 1 0 0 16 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12050] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12050/stat : 12050 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12051] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12051/stat : 12051 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.53
Current children cumulated vsize (KiB) 838988

[startup+93.302 s]
/proc/loadavg: 1.82 0.68 0.24 3/84 12051
/proc/meminfo: memFree=1114096/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=838988 CPUtime=95.73
/proc/12039/stat : 12039 (java) S 12037 12039 11897 0 -1 0 424317 0 1 0 9387 186 0 0 18 0 12 0 1982921715 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 209747 179030 1366 9 0 207109 0
[pid=12039/tid=12041] ppid=12037 vsize=838988 CPUtime=13.95
/proc/12039/task/12041/stat : 12041 (java) S 12037 12039 11897 0 -1 64 23180 0 1 0 1383 12 0 0 17 0 12 0 1982921717 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12042] ppid=12037 vsize=838988 CPUtime=5.82
/proc/12039/task/12042/stat : 12042 (java) S 12037 12039 11897 0 -1 64 69534 0 0 0 553 29 0 0 16 0 12 0 1982921718 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12043] ppid=12037 vsize=838988 CPUtime=7.5
/proc/12039/task/12043/stat : 12043 (java) S 12037 12039 11897 0 -1 64 83118 0 0 0 714 36 0 0 16 0 12 0 1982921718 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12044] ppid=12037 vsize=838988 CPUtime=67.13
/proc/12039/task/12044/stat : 12044 (java) R 12037 12039 11897 0 -1 64 243023 0 0 0 6609 104 0 0 25 0 12 0 1982921719 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12045] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12045/stat : 12045 (java) S 12037 12039 11897 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1982921720 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12046] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12046/stat : 12046 (java) S 12037 12039 11897 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1982921720 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12039/tid=12047] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12047/stat : 12047 (java) S 12037 12039 11897 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12048] ppid=12037 vsize=838988 CPUtime=0.65
/proc/12039/task/12048/stat : 12048 (java) S 12037 12039 11897 0 -1 64 1386 0 0 0 65 0 0 0 17 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12049] ppid=12037 vsize=838988 CPUtime=0.61
/proc/12039/task/12049/stat : 12049 (java) S 12037 12039 11897 0 -1 64 3313 0 0 0 60 1 0 0 16 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12050] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12050/stat : 12050 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12039/tid=12051] ppid=12037 vsize=838988 CPUtime=0
/proc/12039/task/12051/stat : 12051 (java) S 12037 12039 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1982921724 859123712 179030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.73
Current children cumulated vsize (KiB) 838988

[startup+93.4021 s]
/proc/loadavg: 1.84 0.70 0.25 3/74 12052
/proc/meminfo: memFree=1403376/2055920 swapFree=4180724/4192956
[pid=12039] ppid=12037 vsize=0 CPUtime=95.8
/proc/12039/stat : 12039 (java) Z 12037 12039 11897 0 -1 12 424331 0 1 0 9389 191 0 0 16 0 2 0 1982921715 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12039/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 95.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 93.4677
CPU time (s): 95.8704
CPU user time (s): 93.8967
CPU system time (s): 1.9737
CPU usage (%): 102.571
Max. virtual memory (cumulated for all children) (KiB): 870992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.8967
system time used= 1.9737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424331
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= 2869
involuntary context switches= 3944

runsolver used 0.121981 second user time and 0.294955 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-03 00:58:23
IDJOB=1047119
IDBENCH=54133
IDSOLVER=344
FILE ID=node57/1047119-1215039503
PBS_JOBID= 7875061
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 79a92164f7ef19f1350e88cea39e1a5d
RANDOM SEED=1915741379

node57.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.258
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.258
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:       1828016 kB
Buffers:         27584 kB
Cached:         125944 kB
SwapCached:       5864 kB
Active:         115464 kB
Inactive:        48256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828016 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:          17752 kB
Slab:            49572 kB
Committed_AS:  3840372 kB
PageTables:       1756 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= 66540 MiB
End job on node57 at 2008-07-03 00:59:56