Trace number 1107616

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? 82.4905 82.335

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg7-8_ext.xml
MD5SUM0cf03a4272c80cc77b6ca975aaa9b1b6
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 benchmark702.439
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.37 1.71 1.27 4/82 3108
/proc/meminfo: memFree=1850696/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=18572 CPUtime=0
/proc/3108/stat : 3108 (runsolver) R 3106 3108 2911 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 4432437 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3108/statm: 4643 292 257 25 0 2626 0

[startup+0.0888471 s]
/proc/loadavg: 2.37 1.71 1.27 4/82 3108
/proc/meminfo: memFree=1850696/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=804612 CPUtime=0.07
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 2981 0 1 0 6 1 0 0 18 0 12 0 4432437 823922688 2715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 201153 2715 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.102848 s]
/proc/loadavg: 2.37 1.71 1.27 4/82 3108
/proc/meminfo: memFree=1850696/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=804756 CPUtime=0.08
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 3164 0 1 0 7 1 0 0 18 0 12 0 4432437 824070144 2895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 201189 2896 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.302875 s]
/proc/loadavg: 2.37 1.71 1.27 4/82 3108
/proc/meminfo: memFree=1850696/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=807912 CPUtime=0.29
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 4980 0 1 0 26 3 0 0 18 0 12 0 4432437 827301888 4307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 201978 4307 1308 9 0 199347 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807912

[startup+0.701929 s]
/proc/loadavg: 2.37 1.71 1.27 4/82 3108
/proc/meminfo: memFree=1850696/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=807940 CPUtime=0.68
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 6438 0 1 0 64 4 0 0 18 0 12 0 4432437 827330560 5585 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 201985 5585 1336 9 0 199347 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807940

[startup+1.50202 s]
/proc/loadavg: 2.34 1.71 1.28 3/94 3120
/proc/meminfo: memFree=1816040/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=807940 CPUtime=1.48
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 12789 0 1 0 141 7 0 0 18 0 12 0 4432437 827330560 11817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 201985 11817 1349 9 0 199347 0
[pid=3108/tid=3110] ppid=3106 vsize=807940 CPUtime=0.79
/proc/3108/task/3110/stat : 3110 (java) R 3106 3108 2911 0 -1 64 10162 0 1 0 74 5 0 0 25 0 12 0 4432438 827330560 11818 996147200 134512640 134550740 4294956016 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3111] ppid=3106 vsize=807940 CPUtime=0
/proc/3108/task/3111/stat : 3111 (java) S 3106 3108 2911 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 4432439 827330560 11818 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3112] ppid=3106 vsize=807940 CPUtime=0
/proc/3108/task/3112/stat : 3112 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 4432439 827330560 11818 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3113] ppid=3106 vsize=807940 CPUtime=0
/proc/3108/task/3113/stat : 3113 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 4432440 827330560 11819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3114] ppid=3106 vsize=807940 CPUtime=0
/proc/3108/task/3114/stat : 3114 (java) S 3106 3108 2911 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 4432441 827330560 11819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3115] ppid=3106 vsize=807940 CPUtime=0
/proc/3108/task/3115/stat : 3115 (java) S 3106 3108 2911 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 4432441 827330560 11819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3116] ppid=3106 vsize=807940 CPUtime=0
/proc/3108/task/3116/stat : 3116 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 827330560 11820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3117] ppid=3106 vsize=807940 CPUtime=0.28
/proc/3108/task/3117/stat : 3117 (java) S 3106 3108 2911 0 -1 64 696 0 0 0 28 0 0 0 16 0 12 0 4432445 827330560 11820 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3118] ppid=3106 vsize=807940 CPUtime=0.38
/proc/3108/task/3118/stat : 3118 (java) S 3106 3108 2911 0 -1 64 1167 0 0 0 38 0 0 0 16 0 12 0 4432445 827330560 11821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3119] ppid=3106 vsize=807940 CPUtime=0
/proc/3108/task/3119/stat : 3119 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 827330560 11821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3120] ppid=3106 vsize=807940 CPUtime=0
/proc/3108/task/3120/stat : 3120 (java) S 3106 3108 2911 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 4432445 827330560 11821 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807940

[startup+3.10122 s]
/proc/loadavg: 2.34 1.71 1.28 3/94 3120
/proc/meminfo: memFree=1764968/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=809628 CPUtime=3.07
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 27949 0 1 0 294 13 0 0 18 0 12 0 4432437 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 202407 25914 1361 9 0 199769 0
[pid=3108/tid=3110] ppid=3106 vsize=809628 CPUtime=1.72
/proc/3108/task/3110/stat : 3110 (java) R 3106 3108 2911 0 -1 64 17004 0 1 0 164 8 0 0 25 0 12 0 4432438 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4109555198 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3111] ppid=3106 vsize=809628 CPUtime=0.03
/proc/3108/task/3111/stat : 3111 (java) S 3106 3108 2911 0 -1 64 3421 0 0 0 2 1 0 0 16 0 12 0 4432439 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3112] ppid=3106 vsize=809628 CPUtime=0.05
/proc/3108/task/3112/stat : 3112 (java) S 3106 3108 2911 0 -1 64 3446 0 0 0 5 0 0 0 16 0 12 0 4432439 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3113] ppid=3106 vsize=809628 CPUtime=0
/proc/3108/task/3113/stat : 3113 (java) S 3106 3108 2911 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 4432440 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3114] ppid=3106 vsize=809628 CPUtime=0
/proc/3108/task/3114/stat : 3114 (java) S 3106 3108 2911 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 4432441 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3115] ppid=3106 vsize=809628 CPUtime=0
/proc/3108/task/3115/stat : 3115 (java) S 3106 3108 2911 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4432441 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3116] ppid=3106 vsize=809628 CPUtime=0
/proc/3108/task/3116/stat : 3116 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3117] ppid=3106 vsize=809628 CPUtime=0.62
/proc/3108/task/3117/stat : 3117 (java) S 3106 3108 2911 0 -1 64 1896 0 0 0 62 0 0 0 16 0 12 0 4432445 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3118] ppid=3106 vsize=809628 CPUtime=0.59
/proc/3108/task/3118/stat : 3118 (java) S 3106 3108 2911 0 -1 64 1389 0 0 0 59 0 0 0 16 0 12 0 4432445 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3119] ppid=3106 vsize=809628 CPUtime=0
/proc/3108/task/3119/stat : 3119 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3120] ppid=3106 vsize=809628 CPUtime=0
/proc/3108/task/3120/stat : 3120 (java) S 3106 3108 2911 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 4432445 829059072 25914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 809628

[startup+6.30262 s]
/proc/loadavg: 2.34 1.71 1.28 4/94 3120
/proc/meminfo: memFree=1613608/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=824572 CPUtime=6.84
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 79638 0 1 0 650 34 0 0 18 0 12 0 4432437 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 206143 71712 1361 9 0 203505 0
[pid=3108/tid=3110] ppid=3106 vsize=824572 CPUtime=3.31
/proc/3108/task/3110/stat : 3110 (java) R 3106 3108 2911 0 -1 64 17009 0 1 0 323 8 0 0 18 0 12 0 4432438 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4109751441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3111] ppid=3106 vsize=824572 CPUtime=1.34
/proc/3108/task/3111/stat : 3111 (java) S 3106 3108 2911 0 -1 64 37259 0 0 0 120 14 0 0 18 0 12 0 4432439 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3112] ppid=3106 vsize=824572 CPUtime=0.92
/proc/3108/task/3112/stat : 3112 (java) R 3106 3108 2911 0 -1 64 21292 0 0 0 83 9 0 0 21 0 12 0 4432439 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3113] ppid=3106 vsize=824572 CPUtime=0
/proc/3108/task/3113/stat : 3113 (java) S 3106 3108 2911 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 4432440 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3114] ppid=3106 vsize=824572 CPUtime=0
/proc/3108/task/3114/stat : 3114 (java) S 3106 3108 2911 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 4432441 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3115] ppid=3106 vsize=824572 CPUtime=0
/proc/3108/task/3115/stat : 3115 (java) S 3106 3108 2911 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4432441 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3116] ppid=3106 vsize=824572 CPUtime=0
/proc/3108/task/3116/stat : 3116 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3117] ppid=3106 vsize=824572 CPUtime=0.62
/proc/3108/task/3117/stat : 3117 (java) S 3106 3108 2911 0 -1 64 1896 0 0 0 62 0 0 0 16 0 12 0 4432445 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3118] ppid=3106 vsize=824572 CPUtime=0.59
/proc/3108/task/3118/stat : 3118 (java) S 3106 3108 2911 0 -1 64 1389 0 0 0 59 0 0 0 16 0 12 0 4432445 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3119] ppid=3106 vsize=824572 CPUtime=0
/proc/3108/task/3119/stat : 3119 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 844361728 71712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3120] ppid=3106 vsize=824572 CPUtime=0
/proc/3108/task/3120/stat : 3120 (java) S 3106 3108 2911 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 4432445 844361728 71712 996147200 134512640 134550740 4294956016 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) 824572

[startup+12.7024 s]
/proc/loadavg: 2.44 1.75 1.29 5/94 3120
/proc/meminfo: memFree=1311848/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=839932 CPUtime=13.21
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 152251 0 1 0 1256 65 0 0 18 0 12 0 4432437 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 209983 140473 1361 9 0 207345 0
[pid=3108/tid=3110] ppid=3106 vsize=839932 CPUtime=6.06
/proc/3108/task/3110/stat : 3110 (java) R 3106 3108 2911 0 -1 64 35452 0 1 0 591 15 0 0 16 0 12 0 4432438 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4109760732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3111] ppid=3106 vsize=839932 CPUtime=3.7
/proc/3108/task/3111/stat : 3111 (java) R 3106 3108 2911 0 -1 64 71150 0 0 0 342 28 0 0 21 0 12 0 4432439 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3112] ppid=3106 vsize=839932 CPUtime=2.16
/proc/3108/task/3112/stat : 3112 (java) S 3106 3108 2911 0 -1 64 41571 0 0 0 199 17 0 0 19 0 12 0 4432439 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3113] ppid=3106 vsize=839932 CPUtime=0
/proc/3108/task/3113/stat : 3113 (java) S 3106 3108 2911 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 4432440 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3114] ppid=3106 vsize=839932 CPUtime=0
/proc/3108/task/3114/stat : 3114 (java) S 3106 3108 2911 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 4432441 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3115] ppid=3106 vsize=839932 CPUtime=0
/proc/3108/task/3115/stat : 3115 (java) S 3106 3108 2911 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4432441 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3116] ppid=3106 vsize=839932 CPUtime=0
/proc/3108/task/3116/stat : 3116 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3117] ppid=3106 vsize=839932 CPUtime=0.62
/proc/3108/task/3117/stat : 3117 (java) S 3106 3108 2911 0 -1 64 1896 0 0 0 62 0 0 0 16 0 12 0 4432445 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3118] ppid=3106 vsize=839932 CPUtime=0.59
/proc/3108/task/3118/stat : 3118 (java) S 3106 3108 2911 0 -1 64 1389 0 0 0 59 0 0 0 16 0 12 0 4432445 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3119] ppid=3106 vsize=839932 CPUtime=0
/proc/3108/task/3119/stat : 3119 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3120] ppid=3106 vsize=839932 CPUtime=0
/proc/3108/task/3120/stat : 3120 (java) S 3106 3108 2911 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 4432445 860090368 140473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 839932

[startup+25.503 s]
/proc/loadavg: 2.44 1.78 1.31 4/94 3120
/proc/meminfo: memFree=1119400/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=871936 CPUtime=25.94
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 250343 0 1 0 2490 104 0 0 18 0 12 0 4432437 892862464 183536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 217984 183536 1365 9 0 215346 0
[pid=3108/tid=3110] ppid=3106 vsize=871936 CPUtime=7.68
/proc/3108/task/3110/stat : 3110 (java) S 3106 3108 2911 0 -1 64 50885 0 1 0 746 22 0 0 19 0 12 0 4432438 892862464 183536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3111] ppid=3106 vsize=871936 CPUtime=3.74
/proc/3108/task/3111/stat : 3111 (java) S 3106 3108 2911 0 -1 64 71631 0 0 0 345 29 0 0 17 0 12 0 4432439 892862464 183536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3112] ppid=3106 vsize=871936 CPUtime=3.71
/proc/3108/task/3112/stat : 3112 (java) S 3106 3108 2911 0 -1 64 60721 0 0 0 346 25 0 0 16 0 12 0 4432439 892862464 183536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3113] ppid=3106 vsize=871936 CPUtime=9.53
/proc/3108/task/3113/stat : 3113 (java) R 3106 3108 2911 0 -1 64 63057 0 0 0 929 24 0 0 25 0 12 0 4432440 892862464 183536 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3114] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3114/stat : 3114 (java) S 3106 3108 2911 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 183536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3115] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3115/stat : 3115 (java) S 3106 3108 2911 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 183536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3116] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3116/stat : 3116 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 183536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=3108/tid=3119] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3119/stat : 3119 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3120] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3120/stat : 3120 (java) S 3106 3108 2911 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.15
Current children cumulated vsize (KiB) 871936

[startup+70.3015 s]
/proc/loadavg: 2.21 1.81 1.34 3/94 3120
/proc/meminfo: memFree=1104168/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=871936 CPUtime=70.52
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 553451 0 1 0 6821 231 0 0 18 0 12 0 4432437 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 217984 187267 1365 9 0 215346 0
[pid=3108/tid=3110] ppid=3106 vsize=871936 CPUtime=8.29
/proc/3108/task/3110/stat : 3110 (java) S 3106 3108 2911 0 -1 64 50898 0 1 0 807 22 0 0 17 0 12 0 4432438 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3111] ppid=3106 vsize=871936 CPUtime=3.74
/proc/3108/task/3111/stat : 3111 (java) S 3106 3108 2911 0 -1 64 71631 0 0 0 345 29 0 0 17 0 12 0 4432439 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3112] ppid=3106 vsize=871936 CPUtime=3.71
/proc/3108/task/3112/stat : 3112 (java) S 3106 3108 2911 0 -1 64 60721 0 0 0 346 25 0 0 16 0 12 0 4432439 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3113] ppid=3106 vsize=871936 CPUtime=53.51
/proc/3108/task/3113/stat : 3113 (java) R 3106 3108 2911 0 -1 64 366152 0 0 0 5199 152 0 0 25 0 12 0 4432440 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3114] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3114/stat : 3114 (java) S 3106 3108 2911 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3115] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3115/stat : 3115 (java) S 3106 3108 2911 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3116] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3116/stat : 3116 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3117] ppid=3106 vsize=871936 CPUtime=0.62
/proc/3108/task/3117/stat : 3117 (java) S 3106 3108 2911 0 -1 64 1896 0 0 0 62 0 0 0 16 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3118] ppid=3106 vsize=871936 CPUtime=0.59
/proc/3108/task/3118/stat : 3118 (java) S 3106 3108 2911 0 -1 64 1389 0 0 0 59 0 0 0 16 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3119] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3119/stat : 3119 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3120] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3120/stat : 3120 (java) S 3106 3108 2911 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.52
Current children cumulated vsize (KiB) 871936

[startup+76.7023 s]
/proc/loadavg: 2.18 1.81 1.34 3/94 3120
/proc/meminfo: memFree=1104168/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=871936 CPUtime=76.89
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 584964 0 1 0 7444 245 0 0 18 0 12 0 4432437 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 217984 187267 1365 9 0 215346 0
[pid=3108/tid=3110] ppid=3106 vsize=871936 CPUtime=8.29
/proc/3108/task/3110/stat : 3110 (java) S 3106 3108 2911 0 -1 64 50899 0 1 0 807 22 0 0 17 0 12 0 4432438 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3111] ppid=3106 vsize=871936 CPUtime=3.74
/proc/3108/task/3111/stat : 3111 (java) S 3106 3108 2911 0 -1 64 71631 0 0 0 345 29 0 0 17 0 12 0 4432439 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3112] ppid=3106 vsize=871936 CPUtime=3.71
/proc/3108/task/3112/stat : 3112 (java) S 3106 3108 2911 0 -1 64 60721 0 0 0 346 25 0 0 16 0 12 0 4432439 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3113] ppid=3106 vsize=871936 CPUtime=59.87
/proc/3108/task/3113/stat : 3113 (java) R 3106 3108 2911 0 -1 64 397664 0 0 0 5822 165 0 0 25 0 12 0 4432440 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 105678353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3114] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3114/stat : 3114 (java) S 3106 3108 2911 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3115] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3115/stat : 3115 (java) S 3106 3108 2911 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3116] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3116/stat : 3116 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3117] ppid=3106 vsize=871936 CPUtime=0.62
/proc/3108/task/3117/stat : 3117 (java) S 3106 3108 2911 0 -1 64 1896 0 0 0 62 0 0 0 16 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3118] ppid=3106 vsize=871936 CPUtime=0.59
/proc/3108/task/3118/stat : 3118 (java) S 3106 3108 2911 0 -1 64 1389 0 0 0 59 0 0 0 16 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3119] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3119/stat : 3119 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3120] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3120/stat : 3120 (java) S 3106 3108 2911 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 4432445 892862464 187267 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.89
Current children cumulated vsize (KiB) 871936

[startup+79.9017 s]
/proc/loadavg: 2.18 1.81 1.34 3/94 3120
/proc/meminfo: memFree=1104168/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=871936 CPUtime=80.08
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 616479 0 1 0 7749 259 0 0 18 0 12 0 4432437 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 217984 187268 1366 9 0 215346 0
[pid=3108/tid=3110] ppid=3106 vsize=871936 CPUtime=8.29
/proc/3108/task/3110/stat : 3110 (java) S 3106 3108 2911 0 -1 64 50902 0 1 0 807 22 0 0 17 0 12 0 4432438 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3111] ppid=3106 vsize=871936 CPUtime=3.74
/proc/3108/task/3111/stat : 3111 (java) S 3106 3108 2911 0 -1 64 71631 0 0 0 345 29 0 0 17 0 12 0 4432439 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3112] ppid=3106 vsize=871936 CPUtime=3.71
/proc/3108/task/3112/stat : 3112 (java) S 3106 3108 2911 0 -1 64 60721 0 0 0 346 25 0 0 16 0 12 0 4432439 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3113] ppid=3106 vsize=871936 CPUtime=63.06
/proc/3108/task/3113/stat : 3113 (java) R 3106 3108 2911 0 -1 64 429176 0 0 0 6127 179 0 0 25 0 12 0 4432440 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3114] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3114/stat : 3114 (java) S 3106 3108 2911 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3115] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3115/stat : 3115 (java) S 3106 3108 2911 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3116] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3116/stat : 3116 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3117] ppid=3106 vsize=871936 CPUtime=0.62
/proc/3108/task/3117/stat : 3117 (java) S 3106 3108 2911 0 -1 64 1896 0 0 0 62 0 0 0 16 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3118] ppid=3106 vsize=871936 CPUtime=0.59
/proc/3108/task/3118/stat : 3118 (java) S 3106 3108 2911 0 -1 64 1389 0 0 0 59 0 0 0 16 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3119] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3119/stat : 3119 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3120] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3120/stat : 3120 (java) S 3106 3108 2911 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.08
Current children cumulated vsize (KiB) 871936

[startup+81.5029 s]
/proc/loadavg: 2.16 1.81 1.35 4/94 3120
/proc/meminfo: memFree=1104168/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=871936 CPUtime=81.67
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 616479 0 1 0 7908 259 0 0 18 0 12 0 4432437 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 217984 187268 1366 9 0 215346 0
[pid=3108/tid=3110] ppid=3106 vsize=871936 CPUtime=8.29
/proc/3108/task/3110/stat : 3110 (java) S 3106 3108 2911 0 -1 64 50902 0 1 0 807 22 0 0 17 0 12 0 4432438 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3111] ppid=3106 vsize=871936 CPUtime=3.74
/proc/3108/task/3111/stat : 3111 (java) S 3106 3108 2911 0 -1 64 71631 0 0 0 345 29 0 0 17 0 12 0 4432439 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3112] ppid=3106 vsize=871936 CPUtime=3.71
/proc/3108/task/3112/stat : 3112 (java) S 3106 3108 2911 0 -1 64 60721 0 0 0 346 25 0 0 16 0 12 0 4432439 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3113] ppid=3106 vsize=871936 CPUtime=64.65
/proc/3108/task/3113/stat : 3113 (java) R 3106 3108 2911 0 -1 64 429176 0 0 0 6286 179 0 0 25 0 12 0 4432440 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 105852589 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3114] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3114/stat : 3114 (java) S 3106 3108 2911 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3115] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3115/stat : 3115 (java) S 3106 3108 2911 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3116] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3116/stat : 3116 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3117] ppid=3106 vsize=871936 CPUtime=0.62
/proc/3108/task/3117/stat : 3117 (java) S 3106 3108 2911 0 -1 64 1896 0 0 0 62 0 0 0 16 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3118] ppid=3106 vsize=871936 CPUtime=0.59
/proc/3108/task/3118/stat : 3118 (java) S 3106 3108 2911 0 -1 64 1389 0 0 0 59 0 0 0 16 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3119] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3119/stat : 3119 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3120] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3120/stat : 3120 (java) S 3106 3108 2911 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.67
Current children cumulated vsize (KiB) 871936

[startup+81.903 s]
/proc/loadavg: 2.16 1.81 1.35 4/94 3120
/proc/meminfo: memFree=1104168/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=871936 CPUtime=82.07
/proc/3108/stat : 3108 (java) S 3106 3108 2911 0 -1 0 616479 0 1 0 7948 259 0 0 18 0 12 0 4432437 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3108/statm: 217984 187268 1366 9 0 215346 0
[pid=3108/tid=3110] ppid=3106 vsize=871936 CPUtime=8.29
/proc/3108/task/3110/stat : 3110 (java) S 3106 3108 2911 0 -1 64 50902 0 1 0 807 22 0 0 17 0 12 0 4432438 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3111] ppid=3106 vsize=871936 CPUtime=3.74
/proc/3108/task/3111/stat : 3111 (java) S 3106 3108 2911 0 -1 64 71631 0 0 0 345 29 0 0 17 0 12 0 4432439 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3112] ppid=3106 vsize=871936 CPUtime=3.71
/proc/3108/task/3112/stat : 3112 (java) S 3106 3108 2911 0 -1 64 60721 0 0 0 346 25 0 0 16 0 12 0 4432439 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3113] ppid=3106 vsize=871936 CPUtime=65.05
/proc/3108/task/3113/stat : 3113 (java) R 3106 3108 2911 0 -1 64 429176 0 0 0 6326 179 0 0 25 0 12 0 4432440 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3108/tid=3114] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3114/stat : 3114 (java) S 3106 3108 2911 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3115] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3115/stat : 3115 (java) S 3106 3108 2911 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 4432441 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3116] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3116/stat : 3116 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3117] ppid=3106 vsize=871936 CPUtime=0.62
/proc/3108/task/3117/stat : 3117 (java) S 3106 3108 2911 0 -1 64 1896 0 0 0 62 0 0 0 16 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3118] ppid=3106 vsize=871936 CPUtime=0.59
/proc/3108/task/3118/stat : 3118 (java) S 3106 3108 2911 0 -1 64 1389 0 0 0 59 0 0 0 16 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3119] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3119/stat : 3119 (java) S 3106 3108 2911 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3108/tid=3120] ppid=3106 vsize=871936 CPUtime=0
/proc/3108/task/3120/stat : 3120 (java) S 3106 3108 2911 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 4432445 892862464 187268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 82.07
Current children cumulated vsize (KiB) 871936

[startup+82.3035 s]
/proc/loadavg: 2.16 1.81 1.35 4/94 3120
/proc/meminfo: memFree=1104168/2055920 swapFree=4192956/4192956
[pid=3108] ppid=3106 vsize=0 CPUtime=82.45
/proc/3108/stat : 3108 (java) Z 3106 3108 2911 0 -1 12 616493 0 1 0 7979 266 0 0 16 0 2 0 4432437 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3108/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 82.45
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 82.335
CPU time (s): 82.4905
CPU user time (s): 79.7949
CPU system time (s): 2.69559
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 887940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.7949
system time used= 2.69559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 616493
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= 2431
involuntary context switches= 4942

runsolver used 0.107983 second user time and 0.281957 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-08 02:35:58
IDJOB=1107616
IDBENCH=56570
IDSOLVER=344
FILE ID=node80/1107616-1215477358
PBS_JOBID= 7888715
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg7-8_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-1107616-1215477358/watcher-1107616-1215477358 -o /tmp/evaluation-result-1107616-1215477358/solver-1107616-1215477358 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1107616-1215477358.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0cf03a4272c80cc77b6ca975aaa9b1b6
RANDOM SEED=43479395

node80.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1851248 kB
Buffers:         27484 kB
Cached:          92536 kB
SwapCached:          0 kB
Active:         127216 kB
Inactive:        46520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851248 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2624 kB
Writeback:           0 kB
Mapped:          71556 kB
Slab:            16104 kB
Committed_AS:   830392 kB
PageTables:       1920 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= 66552 MiB
End job on node80 at 2008-07-08 02:37:21