Trace number 1084106

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? 473.059 473.649

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-7.xml
MD5SUMfc9f58475a614e928f4d65ba1e610c18
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.52061
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of constraints48510
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48510
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.33	c See www.sat4j.org for details.
0.28/0.33	c That software uses the Rhino library from the Mozilla project.
0.28/0.37	c version 9.9.9.token
0.28/0.37	c sun.arch.data.model	32
0.28/0.37	c java.version	1.6.0_06
0.28/0.37	c os.name	Linux
0.28/0.37	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.39/0.42	c c --- Begin Solver configuration ---
0.39/0.42	c Stops conflict analysis at the first Unique Implication Point
0.39/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.42	c Learn all clauses as in MiniSAT
0.39/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.42	c Expensive reason simplification
0.39/0.42	c MiniSAT restarts strategy
0.39/0.42	c timeout=2147483s
0.39/0.42	c DB Simplification allowed=false
0.39/0.42	c --- End Solver configuration ---
0.39/0.42	c solving HOME/instance-1084106-1215230009.xml
0.39/0.42	c reading problem ... 
0.68/0.71	c reading problem named null
0.68/0.71	c reading domains done.
0.68/0.71	c reading variables done.
1.08/1.17	c reading predicates  done.
1.27/1.36	c reading constraints
468.53/469.12	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
468.53/469.12		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
468.53/469.12		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
468.53/469.12		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
468.53/469.12		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
468.53/469.12		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
468.53/469.12		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
468.53/469.12		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
468.53/469.12		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
468.53/469.12		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
468.53/469.12		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
468.53/469.12		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
468.53/469.12		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
468.53/469.12		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
468.53/469.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
468.53/469.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
468.53/469.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
468.53/469.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
468.53/469.12		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
468.53/469.12		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
468.53/469.12		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
468.53/469.12		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
468.53/469.12		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
468.53/469.12		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
468.53/469.12		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
468.53/469.12		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
468.53/469.12		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
468.53/469.12		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
472.72/473.33	c starts		: 0
472.72/473.33	c conflicts		: 0
472.72/473.33	c decisions		: 0
472.72/473.33	c propagations		: 0
472.72/473.33	c inspects		: 0
472.72/473.33	c learnt literals	: 0
472.72/473.33	c learnt binary clauses	: 0
472.72/473.33	c learnt ternary clauses	: 0
472.72/473.33	c learnt clauses	: 0
472.72/473.33	c ignored clauses	: 0
472.72/473.33	c root simplifications	: 0
472.72/473.33	c removed literals (reason simplification)	: 0
472.72/473.33	c reason swapping (by a shorter reason)	: 0
472.72/473.33	c Calls to reduceDB	: 0
472.72/473.33	c speed (assignments/second)	: 0.0
472.72/473.33	c non guided choices	0
472.72/473.33	s UNKNOWN
472.72/473.33	c Total wall clock time (in seconds) : 468.704

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-1084106-1215230009/watcher-1084106-1215230009 -o /tmp/evaluation-result-1084106-1215230009/solver-1084106-1215230009 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1084106-1215230009.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.02 2.12 2.07 3/83 15622
/proc/meminfo: memFree=1014072/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=1804 CPUtime=0
/proc/15622/stat : 15622 (java6) D 15620 15622 12618 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 2001974431 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/15622/statm: 451 155 111 9 0 93 0

[startup+0.0786879 s]
/proc/loadavg: 2.02 2.12 2.07 3/83 15622
/proc/meminfo: memFree=1014072/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=802236 CPUtime=0.07
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 2791 0 1 0 4 3 0 0 18 0 7 0 2001974431 821489664 2526 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 200559 2526 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.102691 s]
/proc/loadavg: 2.02 2.12 2.07 3/83 15622
/proc/meminfo: memFree=1014072/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=804612 CPUtime=0.09
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 2995 0 1 0 6 3 0 0 18 0 12 0 2001974431 823922688 2728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 201153 2728 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301724 s]
/proc/loadavg: 2.02 2.12 2.07 3/83 15622
/proc/meminfo: memFree=1014072/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=808212 CPUtime=0.28
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 4870 0 1 0 24 4 0 0 18 0 12 0 2001974431 827609088 4197 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 202053 4197 1297 9 0 199422 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.701787 s]
/proc/loadavg: 2.02 2.12 2.07 3/83 15622
/proc/meminfo: memFree=1014072/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=808240 CPUtime=0.68
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 6320 0 1 0 62 6 0 0 18 0 12 0 2001974431 827637760 5448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 202060 5448 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808240

[startup+1.50291 s]
/proc/loadavg: 2.02 2.12 2.07 4/95 15634
/proc/meminfo: memFree=994776/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=808240 CPUtime=1.47
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 11176 0 1 0 137 10 0 0 18 0 12 0 2001974431 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 202060 9659 1352 9 0 199422 0
[pid=15622/tid=15624] ppid=15620 vsize=808240 CPUtime=0.85
/proc/15622/task/15624/stat : 15624 (java) R 15620 15622 12618 0 -1 64 7983 0 1 0 78 7 0 0 18 0 12 0 2001974432 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15625] ppid=15620 vsize=808240 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15620 15622 12618 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2001974433 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15620 vsize=808240 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2001974433 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15620 vsize=808240 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2001974435 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15620 vsize=808240 CPUtime=0
/proc/15622/task/15628/stat : 15628 (java) S 15620 15622 12618 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2001974436 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15620 vsize=808240 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15620 15622 12618 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2001974436 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15620 vsize=808240 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15620 15622 12618 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001974440 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15631] ppid=15620 vsize=808240 CPUtime=0.34
/proc/15622/task/15631/stat : 15631 (java) R 15620 15622 12618 0 -1 64 1256 0 0 0 34 0 0 0 16 0 12 0 2001974440 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 106733312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15632] ppid=15620 vsize=808240 CPUtime=0.25
/proc/15622/task/15632/stat : 15632 (java) S 15620 15622 12618 0 -1 64 1171 0 0 0 25 0 0 0 16 0 12 0 2001974441 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15633] ppid=15620 vsize=808240 CPUtime=0
/proc/15622/task/15633/stat : 15633 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001974441 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15634] ppid=15620 vsize=808240 CPUtime=0
/proc/15622/task/15634/stat : 15634 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001974441 827637760 9659 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808240

[startup+3.10197 s]
/proc/loadavg: 2.02 2.12 2.07 4/95 15634
/proc/meminfo: memFree=974048/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=824480 CPUtime=3.06
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 21529 0 1 0 291 15 0 0 18 0 12 0 2001974431 844267520 14674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 206120 14674 1381 9 0 203482 0
[pid=15622/tid=15624] ppid=15620 vsize=824480 CPUtime=1.21
/proc/15622/task/15624/stat : 15624 (java) R 15620 15622 12618 0 -1 64 9103 0 1 0 114 7 0 0 22 0 12 0 2001974432 844267520 14674 996147200 134512640 134550740 4294956016 18446744073709551615 103016321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15625] ppid=15620 vsize=824480 CPUtime=0
/proc/15622/task/15625/stat : 15625 (java) S 15620 15622 12618 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2001974433 844267520 14674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15620 vsize=824480 CPUtime=0
/proc/15622/task/15626/stat : 15626 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2001974433 844267520 14675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15620 vsize=824480 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2001974435 844267520 14675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15620 vsize=824480 CPUtime=0
/proc/15622/task/15628/stat : 15628 (java) S 15620 15622 12618 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2001974436 844267520 14675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15620 vsize=824480 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15620 15622 12618 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2001974436 844267520 14675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15620 vsize=824480 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15620 15622 12618 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001974440 844267520 14675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15631] ppid=15620 vsize=824480 CPUtime=1.21
/proc/15622/task/15631/stat : 15631 (java) R 15620 15622 12618 0 -1 64 9635 0 0 0 116 5 0 0 21 0 12 0 2001974440 844267520 14675 996147200 134512640 134550740 4294956016 18446744073709551615 104112630 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15632] ppid=15620 vsize=824480 CPUtime=0.61
/proc/15622/task/15632/stat : 15632 (java) S 15620 15622 12618 0 -1 64 2025 0 0 0 60 1 0 0 16 0 12 0 2001974441 844267520 14675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15633] ppid=15620 vsize=824480 CPUtime=0
/proc/15622/task/15633/stat : 15633 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001974441 844267520 14676 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15634] ppid=15620 vsize=824480 CPUtime=0
/proc/15622/task/15634/stat : 15634 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001974441 844267520 14676 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 824480

[startup+6.30247 s]
/proc/loadavg: 2.10 2.13 2.07 3/95 15634
/proc/meminfo: memFree=903968/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=820796 CPUtime=6.25
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 38376 0 1 0 600 25 0 0 18 0 12 0 2001974431 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 205199 29431 1386 9 0 202561 0
[pid=15622/tid=15624] ppid=15620 vsize=820796 CPUtime=3.81
/proc/15622/task/15624/stat : 15624 (java) R 15620 15622 12618 0 -1 64 17271 0 1 0 369 12 0 0 25 0 12 0 2001974432 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4109836340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15625] ppid=15620 vsize=820796 CPUtime=0.11
/proc/15622/task/15625/stat : 15625 (java) S 15620 15622 12618 0 -1 64 3693 0 0 0 9 2 0 0 16 0 12 0 2001974433 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15620 vsize=820796 CPUtime=0.1
/proc/15622/task/15626/stat : 15626 (java) S 15620 15622 12618 0 -1 64 3691 0 0 0 9 1 0 0 16 0 12 0 2001974433 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15620 15622 12618 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2001974435 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15628/stat : 15628 (java) S 15620 15622 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001974436 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15620 15622 12618 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001974436 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15620 15622 12618 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001974440 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15631] ppid=15620 vsize=820796 CPUtime=1.53
/proc/15622/task/15631/stat : 15631 (java) S 15620 15622 12618 0 -1 64 10903 0 0 0 147 6 0 0 16 0 12 0 2001974440 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15632] ppid=15620 vsize=820796 CPUtime=0.65
/proc/15622/task/15632/stat : 15632 (java) S 15620 15622 12618 0 -1 64 2025 0 0 0 64 1 0 0 16 0 12 0 2001974441 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15633] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15633/stat : 15633 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001974441 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15634] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15634/stat : 15634 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001974441 840495104 29431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 820796

[startup+12.7025 s]
/proc/loadavg: 2.09 2.13 2.07 3/95 15634
/proc/meminfo: memFree=868320/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=820796 CPUtime=12.63
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 48019 0 1 0 1233 30 0 0 18 0 12 0 2001974431 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 205199 38611 1386 9 0 202561 0
[pid=15622/tid=15624] ppid=15620 vsize=820796 CPUtime=9.81
/proc/15622/task/15624/stat : 15624 (java) R 15620 15622 12618 0 -1 64 17283 0 1 0 969 12 0 0 25 0 12 0 2001974432 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4109750209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15625] ppid=15620 vsize=820796 CPUtime=0.25
/proc/15622/task/15625/stat : 15625 (java) S 15620 15622 12618 0 -1 64 8053 0 0 0 22 3 0 0 16 0 12 0 2001974433 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15620 vsize=820796 CPUtime=0.29
/proc/15622/task/15626/stat : 15626 (java) S 15620 15622 12618 0 -1 64 8962 0 0 0 25 4 0 0 16 0 12 0 2001974433 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15627/stat : 15627 (java) S 15620 15622 12618 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2001974435 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15628/stat : 15628 (java) S 15620 15622 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001974436 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15620 15622 12618 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001974436 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15620 15622 12618 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001974440 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15631] ppid=15620 vsize=820796 CPUtime=1.55
/proc/15622/task/15631/stat : 15631 (java) S 15620 15622 12618 0 -1 64 10903 0 0 0 149 6 0 0 17 0 12 0 2001974440 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15632] ppid=15620 vsize=820796 CPUtime=0.67
/proc/15622/task/15632/stat : 15632 (java) S 15620 15622 12618 0 -1 64 2025 0 0 0 66 1 0 0 16 0 12 0 2001974441 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15633] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15633/stat : 15633 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001974441 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15634] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15634/stat : 15634 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001974441 840495104 38611 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 820796

[startup+25.5024 s]
/proc/loadavg: 2.07 2.12 2.07 5/95 15634
/proc/meminfo: memFree=810528/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=820796 CPUtime=25.39
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 61743 0 1 0 2503 36 0 0 18 0 12 0 2001974431 840495104 52158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 205199 52158 1388 9 0 202561 0
[pid=15622/tid=15624] ppid=15620 vsize=820796 CPUtime=22.13
/proc/15622/task/15624/stat : 15624 (java) R 15620 15622 12618 0 -1 64 17308 0 1 0 2201 12 0 0 25 0 12 0 2001974432 840495104 52158 996147200 134512640 134550740 4294956016 18446744073709551615 4109744562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15625] ppid=15620 vsize=820796 CPUtime=0.44
/proc/15622/task/15625/stat : 15625 (java) S 15620 15622 12618 0 -1 64 15047 0 0 0 38 6 0 0 16 0 12 0 2001974433 840495104 52158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15626] ppid=15620 vsize=820796 CPUtime=0.46
/proc/15622/task/15626/stat : 15626 (java) S 15620 15622 12618 0 -1 64 15660 0 0 0 39 7 0 0 16 0 12 0 2001974433 840495104 52158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15627] ppid=15620 vsize=820796 CPUtime=0.01
/proc/15622/task/15627/stat : 15627 (java) S 15620 15622 12618 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 2001974435 840495104 52158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15628] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15628/stat : 15628 (java) S 15620 15622 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001974436 840495104 52158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15629] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15620 15622 12618 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001974436 840495104 52158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15630] ppid=15620 vsize=820796 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15620 15622 12618 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001974440 840495104 52158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.01 2.10 2.08 3/93 16160
/proc/meminfo: memFree=955488/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=821120 CPUtime=469.74
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 206406 0 1 0 46865 109 0 0 18 0 13 0 2001974431 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 205280 174811 1394 9 0 202642 0
[pid=15622/tid=15624] ppid=15620 vsize=821120 CPUtime=154.97
/proc/15622/task/15624/stat : 15624 (java) S 15620 15622 12618 0 -1 64 17775 0 1 0 15482 15 0 0 17 0 13 0 2001974432 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15625] ppid=15620 vsize=821120 CPUtime=2.86
/proc/15622/task/15625/stat : 15625 (java) S 15620 15622 12618 0 -1 64 76866 0 0 0 253 33 0 0 15 0 13 0 2001974433 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15626] ppid=15620 vsize=821120 CPUtime=2.71
/proc/15622/task/15626/stat : 15626 (java) S 15620 15622 12618 0 -1 64 77034 0 0 0 234 37 0 0 16 0 13 0 2001974433 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15627] ppid=15620 vsize=821120 CPUtime=306.22
/proc/15622/task/15627/stat : 15627 (java) R 15620 15622 12618 0 -1 64 20996 0 0 0 30609 13 0 0 25 0 13 0 2001974435 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15628] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15628/stat : 15628 (java) S 15620 15622 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001974436 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15629] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15620 15622 12618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001974436 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15630] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15620 15622 12618 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001974440 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15631] ppid=15620 vsize=821120 CPUtime=1.85
/proc/15622/task/15631/stat : 15631 (java) S 15620 15622 12618 0 -1 64 10923 0 0 0 179 6 0 0 17 0 13 0 2001974440 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15632] ppid=15620 vsize=821120 CPUtime=1.05
/proc/15622/task/15632/stat : 15632 (java) S 15620 15622 12618 0 -1 64 2044 0 0 0 104 1 0 0 17 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15633] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15633/stat : 15633 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15634] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15634/stat : 15634 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=16160] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/16160/stat : 16160 (java) S 15620 15622 12618 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 2002021344 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 469.74
Current children cumulated vsize (KiB) 821120

[startup+471.907 s]
/proc/loadavg: 2.01 2.10 2.08 3/93 16160
/proc/meminfo: memFree=955488/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=821120 CPUtime=471.33
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 206407 0 1 0 47024 109 0 0 18 0 13 0 2001974431 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 205280 174811 1394 9 0 202642 0
[pid=15622/tid=15624] ppid=15620 vsize=821120 CPUtime=154.97
/proc/15622/task/15624/stat : 15624 (java) S 15620 15622 12618 0 -1 64 17775 0 1 0 15482 15 0 0 17 0 13 0 2001974432 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15625] ppid=15620 vsize=821120 CPUtime=2.86
/proc/15622/task/15625/stat : 15625 (java) S 15620 15622 12618 0 -1 64 76866 0 0 0 253 33 0 0 15 0 13 0 2001974433 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15626] ppid=15620 vsize=821120 CPUtime=2.71
/proc/15622/task/15626/stat : 15626 (java) S 15620 15622 12618 0 -1 64 77034 0 0 0 234 37 0 0 16 0 13 0 2001974433 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15627] ppid=15620 vsize=821120 CPUtime=307.82
/proc/15622/task/15627/stat : 15627 (java) R 15620 15622 12618 0 -1 64 20996 0 0 0 30769 13 0 0 25 0 13 0 2001974435 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 104152744 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15628] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15628/stat : 15628 (java) S 15620 15622 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001974436 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15629] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15620 15622 12618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001974436 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15630] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15620 15622 12618 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001974440 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15631] ppid=15620 vsize=821120 CPUtime=1.85
/proc/15622/task/15631/stat : 15631 (java) S 15620 15622 12618 0 -1 64 10923 0 0 0 179 6 0 0 17 0 13 0 2001974440 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15632] ppid=15620 vsize=821120 CPUtime=1.05
/proc/15622/task/15632/stat : 15632 (java) S 15620 15622 12618 0 -1 64 2044 0 0 0 104 1 0 0 17 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15633] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15633/stat : 15633 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15634] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15634/stat : 15634 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=16160] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/16160/stat : 16160 (java) S 15620 15622 12618 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 2002021344 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 471.33
Current children cumulated vsize (KiB) 821120

[startup+472.703 s]
/proc/loadavg: 2.01 2.10 2.08 3/93 16160
/proc/meminfo: memFree=955488/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=821120 CPUtime=472.13
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 206408 0 1 0 47104 109 0 0 18 0 13 0 2001974431 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 205280 174811 1394 9 0 202642 0
[pid=15622/tid=15624] ppid=15620 vsize=821120 CPUtime=154.97
/proc/15622/task/15624/stat : 15624 (java) S 15620 15622 12618 0 -1 64 17775 0 1 0 15482 15 0 0 17 0 13 0 2001974432 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15625] ppid=15620 vsize=821120 CPUtime=2.86
/proc/15622/task/15625/stat : 15625 (java) S 15620 15622 12618 0 -1 64 76866 0 0 0 253 33 0 0 15 0 13 0 2001974433 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15626] ppid=15620 vsize=821120 CPUtime=2.71
/proc/15622/task/15626/stat : 15626 (java) S 15620 15622 12618 0 -1 64 77034 0 0 0 234 37 0 0 16 0 13 0 2001974433 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15627] ppid=15620 vsize=821120 CPUtime=308.61
/proc/15622/task/15627/stat : 15627 (java) R 15620 15622 12618 0 -1 64 20996 0 0 0 30848 13 0 0 25 0 13 0 2001974435 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15628] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15628/stat : 15628 (java) S 15620 15622 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001974436 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15629] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15620 15622 12618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001974436 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15630] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15620 15622 12618 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001974440 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15631] ppid=15620 vsize=821120 CPUtime=1.85
/proc/15622/task/15631/stat : 15631 (java) S 15620 15622 12618 0 -1 64 10923 0 0 0 179 6 0 0 17 0 13 0 2001974440 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15632] ppid=15620 vsize=821120 CPUtime=1.05
/proc/15622/task/15632/stat : 15632 (java) S 15620 15622 12618 0 -1 64 2044 0 0 0 104 1 0 0 17 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15633] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15633/stat : 15633 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15634] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15634/stat : 15634 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=16160] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/16160/stat : 16160 (java) S 15620 15622 12618 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2002021344 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 472.13
Current children cumulated vsize (KiB) 821120

[startup+473.103 s]
/proc/loadavg: 2.01 2.10 2.08 3/93 16160
/proc/meminfo: memFree=955488/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=821120 CPUtime=472.52
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 206408 0 1 0 47143 109 0 0 18 0 13 0 2001974431 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 205280 174811 1394 9 0 202642 0
[pid=15622/tid=15624] ppid=15620 vsize=821120 CPUtime=154.97
/proc/15622/task/15624/stat : 15624 (java) S 15620 15622 12618 0 -1 64 17775 0 1 0 15482 15 0 0 17 0 13 0 2001974432 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15625] ppid=15620 vsize=821120 CPUtime=2.86
/proc/15622/task/15625/stat : 15625 (java) S 15620 15622 12618 0 -1 64 76866 0 0 0 253 33 0 0 15 0 13 0 2001974433 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15626] ppid=15620 vsize=821120 CPUtime=2.71
/proc/15622/task/15626/stat : 15626 (java) S 15620 15622 12618 0 -1 64 77034 0 0 0 234 37 0 0 16 0 13 0 2001974433 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15627] ppid=15620 vsize=821120 CPUtime=309.01
/proc/15622/task/15627/stat : 15627 (java) R 15620 15622 12618 0 -1 64 20996 0 0 0 30888 13 0 0 25 0 13 0 2001974435 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15628] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15628/stat : 15628 (java) S 15620 15622 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2001974436 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15629] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15620 15622 12618 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2001974436 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15630] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15620 15622 12618 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2001974440 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15631] ppid=15620 vsize=821120 CPUtime=1.85
/proc/15622/task/15631/stat : 15631 (java) S 15620 15622 12618 0 -1 64 10923 0 0 0 179 6 0 0 17 0 13 0 2001974440 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15632] ppid=15620 vsize=821120 CPUtime=1.05
/proc/15622/task/15632/stat : 15632 (java) S 15620 15622 12618 0 -1 64 2044 0 0 0 104 1 0 0 17 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15633] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15633/stat : 15633 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15634] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15634/stat : 15634 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2001974441 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=16160] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/16160/stat : 16160 (java) S 15620 15622 12618 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2002021344 840826880 174811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 472.52
Current children cumulated vsize (KiB) 821120

[startup+473.503 s]
/proc/loadavg: 2.01 2.10 2.08 3/93 16160
/proc/meminfo: memFree=955488/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=821120 CPUtime=472.92
/proc/15622/stat : 15622 (java) S 15620 15622 12618 0 -1 0 206410 0 1 0 47183 109 0 0 18 0 12 0 2001974431 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15622/statm: 205280 174812 1395 9 0 202642 0
[pid=15622/tid=15624] ppid=15620 vsize=821120 CPUtime=154.97
/proc/15622/task/15624/stat : 15624 (java) S 15620 15622 12618 0 -1 64 17775 0 1 0 15482 15 0 0 16 0 12 0 2001974432 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15625] ppid=15620 vsize=821120 CPUtime=2.86
/proc/15622/task/15625/stat : 15625 (java) S 15620 15622 12618 0 -1 64 76866 0 0 0 253 33 0 0 15 0 12 0 2001974433 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15626] ppid=15620 vsize=821120 CPUtime=2.71
/proc/15622/task/15626/stat : 15626 (java) S 15620 15622 12618 0 -1 64 77034 0 0 0 234 37 0 0 16 0 12 0 2001974433 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15627] ppid=15620 vsize=821120 CPUtime=309.41
/proc/15622/task/15627/stat : 15627 (java) R 15620 15622 12618 0 -1 64 20996 0 0 0 30928 13 0 0 25 0 12 0 2001974435 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 106122628 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15628] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15628/stat : 15628 (java) S 15620 15622 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2001974436 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15629] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15629/stat : 15629 (java) S 15620 15622 12618 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001974436 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15630] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15630/stat : 15630 (java) S 15620 15622 12618 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001974440 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15631] ppid=15620 vsize=821120 CPUtime=1.85
/proc/15622/task/15631/stat : 15631 (java) S 15620 15622 12618 0 -1 64 10923 0 0 0 179 6 0 0 17 0 12 0 2001974440 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15632] ppid=15620 vsize=821120 CPUtime=1.05
/proc/15622/task/15632/stat : 15632 (java) S 15620 15622 12618 0 -1 64 2044 0 0 0 104 1 0 0 17 0 12 0 2001974441 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15622/tid=15633] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15633/stat : 15633 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001974441 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15622/tid=15634] ppid=15620 vsize=821120 CPUtime=0
/proc/15622/task/15634/stat : 15634 (java) S 15620 15622 12618 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001974441 840826880 174812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 472.92
Current children cumulated vsize (KiB) 821120

[startup+473.603 s]
/proc/loadavg: 2.01 2.10 2.08 3/93 16160
/proc/meminfo: memFree=955488/2055920 swapFree=4179828/4192956
[pid=15622] ppid=15620 vsize=0 CPUtime=473
/proc/15622/stat : 15622 (java) Z 15620 15622 12618 0 -1 12 206415 0 1 0 47186 114 0 0 16 0 2 0 2001974431 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15622/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 473
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 473.649
CPU time (s): 473.059
CPU user time (s): 471.868
CPU system time (s): 1.19082
CPU usage (%): 99.8754
Max. virtual memory (cumulated for all children) (KiB): 826468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 471.868
system time used= 1.19082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206415
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= 13389
involuntary context switches= 15238

runsolver used 0.659899 second user time and 1.52177 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 05:53:29
IDJOB=1084106
IDBENCH=57526
IDSOLVER=344
FILE ID=node34/1084106-1215230009
PBS_JOBID= 7881812
Free space on /tmp= 66496 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-7.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-1084106-1215230009/watcher-1084106-1215230009 -o /tmp/evaluation-result-1084106-1215230009/solver-1084106-1215230009 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1084106-1215230009.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc9f58475a614e928f4d65ba1e610c18
RANDOM SEED=1140308940

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1014552 kB
Buffers:         46800 kB
Cached:         235292 kB
SwapCached:       6976 kB
Active:         855996 kB
Inactive:       128024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1014552 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            7040 kB
Writeback:           0 kB
Mapped:         713264 kB
Slab:            41112 kB
Committed_AS:  4233392 kB
PageTables:       3196 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= 66496 MiB
End job on node34 at 2008-07-05 06:01:23