Trace number 2080194

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 2.1.1? 336.887 337.683

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-7.xml
MD5SUM9fa8114a4ef63331bc87f29078ea148d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1360
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.19/0.24	c c --- Begin Solver configuration ---
0.19/0.24	c Stops conflict analysis at the first Unique Implication Point
0.19/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.24	c Learn all clauses as in MiniSAT
0.19/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.24	c Expensive reason simplification
0.19/0.24	c MiniSAT restarts strategy
0.19/0.24	c Memory based learned constraints deletion strategy
0.19/0.24	c timeout=2147483s
0.19/0.24	c DB Simplification allowed=false
0.19/0.24	c --- End Solver configuration ---
0.19/0.24	c solving HOME/instance-2080194-1247369313.xml
0.19/0.24	c reading problem ... 
0.39/0.49	c reading problem named null
0.39/0.49	c reading domains done.
0.69/0.71	c reading variables done.
1.56/1.57	c reading predicates  done.
1.76/1.78	c reading constraints
333.90/334.79	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
335.80/336.63		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
335.80/336.63		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
335.80/336.63		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
335.80/336.63		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
335.80/336.63		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
335.80/336.63		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
335.80/336.63		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
335.80/336.63		at org.sat4j.csp.Predicate.toClause(Unknown Source)
335.80/336.63		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
335.80/336.63		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
335.80/336.63		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
335.80/336.63		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
335.80/336.63		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
335.80/336.63		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
335.80/336.63		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
335.80/336.63		at org.sat4j.AbstractLauncher.run(Unknown Source)
335.80/336.63		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
336.60/337.47	c starts		: 0
336.60/337.47	c conflicts		: 0
336.60/337.47	c decisions		: 0
336.60/337.47	c propagations		: 0
336.60/337.47	c inspects		: 0
336.60/337.47	c learnt literals	: 0
336.60/337.47	c learnt binary clauses	: 0
336.60/337.47	c learnt ternary clauses	: 0
336.60/337.47	c learnt clauses	: 0
336.60/337.47	c ignored clauses	: 0
336.60/337.47	c root simplifications	: 0
336.60/337.47	c removed literals (reason simplification)	: 0
336.60/337.47	c reason swapping (by a shorter reason)	: 0
336.60/337.47	c Calls to reduceDB	: 0
336.60/337.47	c speed (assignments/second)	: 0.0
336.60/337.47	c non guided choices	0
336.60/337.47	c learnt constraints type 
336.60/337.47	c constraints type 
336.60/337.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 115362
336.60/337.47	c org.sat4j.minisat.constraints.card.AtLeast => 300
336.60/337.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
336.60/337.47	s UNKNOWN
336.60/337.47	c Total wall clock time (in seconds) : 336.391

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080194-1247369313/watcher-2080194-1247369313 -o /tmp/evaluation-result-2080194-1247369313/solver-2080194-1247369313 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080194-1247369313.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.12 2.04 4/74 23277
/proc/meminfo: memFree=1476976/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=13208 CPUtime=0
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23994613 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 3302 521 219 9 0 1186 0
[pid=23277/tid=23278] ppid=23275 vsize=13208 CPUtime=0
/proc/23277/task/23278/stat : 23278 (java) R 23275 23277 19406 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23994614 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 12779480 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.044128 s]
/proc/loadavg: 2.13 2.12 2.04 4/74 23277
/proc/meminfo: memFree=1476976/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=801708 CPUtime=0.03
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 2531 0 1 0 2 1 0 0 18 0 6 0 23994613 820948992 2278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 200427 2278 985 9 0 197778 0
[pid=23277/tid=23278] ppid=23275 vsize=801708 CPUtime=0.02
/proc/23277/task/23278/stat : 23278 (java) S 23275 23277 19406 0 -1 64 1804 0 1 0 2 0 0 0 19 0 6 0 23994614 820948992 2278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801708

[startup+0.101492 s]
/proc/loadavg: 2.13 2.12 2.04 4/74 23277
/proc/meminfo: memFree=1476976/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=804560 CPUtime=0.09
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 3044 0 1 0 7 2 0 0 18 0 12 0 23994613 823869440 2787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 201140 2787 1082 9 0 198474 0
[pid=23277/tid=23278] ppid=23275 vsize=804560 CPUtime=0.08
/proc/23277/task/23278/stat : 23278 (java) R 23275 23277 19406 0 -1 64 2288 0 1 0 7 1 0 0 21 0 12 0 23994614 823869440 2787 996147200 134512640 134550932 4294956016 18446744073709551615 4109170310 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.30151 s]
/proc/loadavg: 2.13 2.12 2.04 4/74 23277
/proc/meminfo: memFree=1476976/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=805628 CPUtime=0.28
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 4318 0 1 0 25 3 0 0 18 0 12 0 23994613 824963072 4055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 201407 4055 1359 9 0 198734 0
[pid=23277/tid=23278] ppid=23275 vsize=805628 CPUtime=0.21
/proc/23277/task/23278/stat : 23278 (java) R 23275 23277 19406 0 -1 64 3079 0 1 0 19 2 0 0 21 0 12 0 23994614 824963072 4055 996147200 134512640 134550932 4294956016 18446744073709551615 4109414131 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701548 s]
/proc/loadavg: 2.13 2.12 2.04 4/74 23277
/proc/meminfo: memFree=1476976/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=808472 CPUtime=0.69
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 6268 0 1 0 64 5 0 0 18 0 12 0 23994613 827875328 5231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 202118 5231 1389 9 0 199445 0
[pid=23277/tid=23278] ppid=23275 vsize=808472 CPUtime=0.38
/proc/23277/task/23278/stat : 23278 (java) R 23275 23277 19406 0 -1 64 3540 0 1 0 35 3 0 0 23 0 12 0 23994614 827875328 5231 996147200 134512640 134550932 4294956016 18446744073709551615 4109155873 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808472

[startup+1.50163 s]
/proc/loadavg: 2.13 2.12 2.04 4/86 23289
/proc/meminfo: memFree=1450064/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=808472 CPUtime=1.56
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 31601 0 1 0 141 15 0 0 18 0 12 0 23994613 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 202118 30059 1400 9 0 199445 0
[pid=23277/tid=23278] ppid=23275 vsize=808472 CPUtime=0.65
/proc/23277/task/23278/stat : 23278 (java) R 23275 23277 19406 0 -1 64 16883 0 1 0 56 9 0 0 25 0 12 0 23994614 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23280] ppid=23275 vsize=808472 CPUtime=0.24
/proc/23277/task/23280/stat : 23280 (java) R 23275 23277 19406 0 -1 64 6979 0 0 0 21 3 0 0 18 0 12 0 23994615 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 106197552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23281] ppid=23275 vsize=808472 CPUtime=0.14
/proc/23277/task/23281/stat : 23281 (java) R 23275 23277 19406 0 -1 64 4987 0 0 0 13 1 0 0 18 0 12 0 23994615 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23277/tid=23282] ppid=23275 vsize=808472 CPUtime=0
/proc/23277/task/23282/stat : 23282 (java) S 23275 23277 19406 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 23994617 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23283] ppid=23275 vsize=808472 CPUtime=0
/proc/23277/task/23283/stat : 23283 (java) S 23275 23277 19406 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23994618 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23284] ppid=23275 vsize=808472 CPUtime=0
/proc/23277/task/23284/stat : 23284 (java) S 23275 23277 19406 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23994618 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23285] ppid=23275 vsize=808472 CPUtime=0
/proc/23277/task/23285/stat : 23285 (java) S 23275 23277 19406 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23994622 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23286] ppid=23275 vsize=808472 CPUtime=0
/proc/23277/task/23286/stat : 23286 (java) S 23275 23277 19406 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23994622 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23287] ppid=23275 vsize=808472 CPUtime=0.5
/proc/23277/task/23287/stat : 23287 (java) S 23275 23277 19406 0 -1 64 1998 0 0 0 50 0 0 0 17 0 12 0 23994622 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23288] ppid=23275 vsize=808472 CPUtime=0
/proc/23277/task/23288/stat : 23288 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23994622 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23289] ppid=23275 vsize=808472 CPUtime=0
/proc/23277/task/23289/stat : 23289 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23994622 827875328 30059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 808472

[startup+3.10278 s]
/proc/loadavg: 2.13 2.12 2.04 4/86 23289
/proc/meminfo: memFree=1356240/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=811128 CPUtime=3.28
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 42820 0 1 0 307 21 0 0 18 0 12 0 23994613 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 202782 39561 1432 9 0 200109 0
[pid=23277/tid=23278] ppid=23275 vsize=811128 CPUtime=1.55
/proc/23277/task/23278/stat : 23278 (java) R 23275 23277 19406 0 -1 64 17202 0 1 0 146 9 0 0 23 0 12 0 23994614 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4109612504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23280] ppid=23275 vsize=811128 CPUtime=0.42
/proc/23277/task/23280/stat : 23280 (java) S 23275 23277 19406 0 -1 64 11198 0 0 0 37 5 0 0 18 0 12 0 23994615 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23281] ppid=23275 vsize=811128 CPUtime=0.3
/proc/23277/task/23281/stat : 23281 (java) S 23275 23277 19406 0 -1 64 10096 0 0 0 26 4 0 0 18 0 12 0 23994615 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23282] ppid=23275 vsize=811128 CPUtime=0
/proc/23277/task/23282/stat : 23282 (java) S 23275 23277 19406 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 23994617 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23283] ppid=23275 vsize=811128 CPUtime=0
/proc/23277/task/23283/stat : 23283 (java) S 23275 23277 19406 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23994618 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23284] ppid=23275 vsize=811128 CPUtime=0
/proc/23277/task/23284/stat : 23284 (java) S 23275 23277 19406 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23994618 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23285] ppid=23275 vsize=811128 CPUtime=0
/proc/23277/task/23285/stat : 23285 (java) S 23275 23277 19406 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23994622 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23286] ppid=23275 vsize=811128 CPUtime=0
/proc/23277/task/23286/stat : 23286 (java) S 23275 23277 19406 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23994622 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23287] ppid=23275 vsize=811128 CPUtime=0.97
/proc/23277/task/23287/stat : 23287 (java) S 23275 23277 19406 0 -1 64 3562 0 0 0 96 1 0 0 17 0 12 0 23994622 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23288] ppid=23275 vsize=811128 CPUtime=0
/proc/23277/task/23288/stat : 23288 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23994622 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23289] ppid=23275 vsize=811128 CPUtime=0
/proc/23277/task/23289/stat : 23289 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23994622 830595072 39561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 811128

[startup+6.30209 s]
/proc/loadavg: 2.12 2.11 2.04 3/86 23289
/proc/meminfo: memFree=1314768/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=810176 CPUtime=6.48
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 47155 0 1 0 626 22 0 0 18 0 12 0 23994613 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 202544 43553 1433 9 0 199871 0
[pid=23277/tid=23278] ppid=23275 vsize=810176 CPUtime=4.25
/proc/23277/task/23278/stat : 23278 (java) R 23275 23277 19406 0 -1 64 17212 0 1 0 416 9 0 0 25 0 12 0 23994614 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4109632620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23280] ppid=23275 vsize=810176 CPUtime=0.53
/proc/23277/task/23280/stat : 23280 (java) S 23275 23277 19406 0 -1 64 12258 0 0 0 48 5 0 0 17 0 12 0 23994615 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23281] ppid=23275 vsize=810176 CPUtime=0.43
/proc/23277/task/23281/stat : 23281 (java) S 23275 23277 19406 0 -1 64 13337 0 0 0 38 5 0 0 17 0 12 0 23994615 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23282] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23282/stat : 23282 (java) S 23275 23277 19406 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 23994617 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23283] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23283/stat : 23283 (java) S 23275 23277 19406 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23994618 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23284] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23284/stat : 23284 (java) S 23275 23277 19406 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23994618 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23285] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23285/stat : 23285 (java) S 23275 23277 19406 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23994622 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23286] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23286/stat : 23286 (java) S 23275 23277 19406 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23994622 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23287] ppid=23275 vsize=810176 CPUtime=1.22
/proc/23277/task/23287/stat : 23287 (java) S 23275 23277 19406 0 -1 64 3586 0 0 0 121 1 0 0 16 0 12 0 23994622 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23288] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23288/stat : 23288 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23994622 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23289] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23289/stat : 23289 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23994622 829620224 43553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 810176

[startup+12.7027 s]
/proc/loadavg: 2.11 2.11 2.04 3/86 23289
/proc/meminfo: memFree=1277584/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=810176 CPUtime=12.84
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 54738 0 1 0 1259 25 0 0 18 0 12 0 23994613 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 202544 51117 1433 9 0 199871 0
[pid=23277/tid=23278] ppid=23275 vsize=810176 CPUtime=10.39
/proc/23277/task/23278/stat : 23278 (java) R 23275 23277 19406 0 -1 64 17231 0 1 0 1029 10 0 0 25 0 12 0 23994614 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4109805660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23280] ppid=23275 vsize=810176 CPUtime=0.7
/proc/23277/task/23280/stat : 23280 (java) S 23275 23277 19406 0 -1 64 17855 0 0 0 63 7 0 0 16 0 12 0 23994615 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23281] ppid=23275 vsize=810176 CPUtime=0.48
/proc/23277/task/23281/stat : 23281 (java) S 23275 23277 19406 0 -1 64 15304 0 0 0 43 5 0 0 16 0 12 0 23994615 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23282] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23282/stat : 23282 (java) S 23275 23277 19406 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 23994617 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23283] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23283/stat : 23283 (java) S 23275 23277 19406 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23994618 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23284] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23284/stat : 23284 (java) S 23275 23277 19406 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23994618 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23285] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23285/stat : 23285 (java) S 23275 23277 19406 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23994622 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23286] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23286/stat : 23286 (java) S 23275 23277 19406 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23994622 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23287] ppid=23275 vsize=810176 CPUtime=1.23
/proc/23277/task/23287/stat : 23287 (java) S 23275 23277 19406 0 -1 64 3586 0 0 0 122 1 0 0 16 0 12 0 23994622 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23288] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23288/stat : 23288 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23994622 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23289] ppid=23275 vsize=810176 CPUtime=0
/proc/23277/task/23289/stat : 23289 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23994622 829620224 51117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 810176

[startup+25.502 s]
/proc/loadavg: 2.08 2.11 2.03 3/86 23289
/proc/meminfo: memFree=1210960/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=810176 CPUtime=25.57
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 71267 0 1 0 2526 31 0 0 18 0 12 0 23994613 829620224 67623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 202544 67623 1433 9 0 199871 0
[pid=23277/tid=23278] ppid=23275 vsize=810176 CPUtime=22.8
/proc/23277/task/23278/stat : 23278 (java) R 23275 23277 19406 0 -1 64 17254 0 1 0 2270 10 0 0 25 0 12 0 23994614 829620224 67623 996147200 134512640 134550932 4294956016 18446744073709551615 4109805455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23280] ppid=23275 vsize=810176 CPUtime=0.76
/proc/23277/task/23280/stat : 23280 (java) S 23275 23277 19406 0 -1 64 22221 0 0 0 68 8 0 0 16 0 12 0 23994615 829620224 67623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23281] ppid=23275 vsize=810176 CPUtime=0.72

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

[pid=23277/tid=23288] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23288/stat : 23288 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23289] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23289/stat : 23289 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 325.5
Current children cumulated vsize (KiB) 814180

[startup+332.703 s]
/proc/loadavg: 2.41 2.19 2.07 4/87 23290
/proc/meminfo: memFree=788048/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=814180 CPUtime=331.9
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 267420 0 1 0 33075 115 0 0 18 0 12 0 23994613 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 203545 173042 1437 9 0 200872 0
[pid=23277/tid=23278] ppid=23275 vsize=814180 CPUtime=290.29
/proc/23277/task/23278/stat : 23278 (java) R 23275 23277 19406 0 -1 64 17725 0 1 0 29017 12 0 0 25 0 12 0 23994614 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23280] ppid=23275 vsize=814180 CPUtime=4.17
/proc/23277/task/23280/stat : 23280 (java) S 23275 23277 19406 0 -1 64 78686 0 0 0 387 30 0 0 15 0 12 0 23994615 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23281] ppid=23275 vsize=814180 CPUtime=4.08
/proc/23277/task/23281/stat : 23281 (java) S 23275 23277 19406 0 -1 64 76537 0 0 0 381 27 0 0 16 0 12 0 23994615 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23282] ppid=23275 vsize=814180 CPUtime=32.02
/proc/23277/task/23282/stat : 23282 (java) R 23275 23277 19406 0 -1 64 90130 0 0 0 3160 42 0 0 17 0 12 0 23994617 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23283] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23283/stat : 23283 (java) S 23275 23277 19406 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23994618 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23284] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23284/stat : 23284 (java) S 23275 23277 19406 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23994618 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23285] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23285/stat : 23285 (java) S 23275 23277 19406 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23286] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23286/stat : 23286 (java) S 23275 23277 19406 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23287] ppid=23275 vsize=814180 CPUtime=1.28
/proc/23277/task/23287/stat : 23287 (java) S 23275 23277 19406 0 -1 64 3588 0 0 0 127 1 0 0 16 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23288] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23288/stat : 23288 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23289] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23289/stat : 23289 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 331.9
Current children cumulated vsize (KiB) 814180

[startup+335.901 s]
/proc/loadavg: 2.46 2.20 2.07 3/87 23290
/proc/meminfo: memFree=788048/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=814180 CPUtime=335.09
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 277940 0 1 0 33389 120 0 0 18 0 12 0 23994613 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 203545 173042 1436 9 0 200872 0
[pid=23277/tid=23278] ppid=23275 vsize=814180 CPUtime=290.33
/proc/23277/task/23278/stat : 23278 (java) S 23275 23277 19406 0 -1 64 17731 0 1 0 29021 12 0 0 23 0 12 0 23994614 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23280] ppid=23275 vsize=814180 CPUtime=4.17
/proc/23277/task/23280/stat : 23280 (java) S 23275 23277 19406 0 -1 64 78686 0 0 0 387 30 0 0 15 0 12 0 23994615 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23281] ppid=23275 vsize=814180 CPUtime=4.08
/proc/23277/task/23281/stat : 23281 (java) S 23275 23277 19406 0 -1 64 76537 0 0 0 381 27 0 0 16 0 12 0 23994615 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23282] ppid=23275 vsize=814180 CPUtime=35.18
/proc/23277/task/23282/stat : 23282 (java) R 23275 23277 19406 0 -1 64 100644 0 0 0 3471 47 0 0 20 0 12 0 23994617 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 105880834 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23283] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23283/stat : 23283 (java) S 23275 23277 19406 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23994618 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23284] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23284/stat : 23284 (java) S 23275 23277 19406 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23994618 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23285] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23285/stat : 23285 (java) S 23275 23277 19406 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23286] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23286/stat : 23286 (java) S 23275 23277 19406 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23287] ppid=23275 vsize=814180 CPUtime=1.28
/proc/23277/task/23287/stat : 23287 (java) S 23275 23277 19406 0 -1 64 3588 0 0 0 127 1 0 0 16 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23288] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23288/stat : 23288 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23289] ppid=23275 vsize=814180 CPUtime=0
/proc/23277/task/23289/stat : 23289 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23994622 833720320 173042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 335.09
Current children cumulated vsize (KiB) 814180

[startup+336.701 s]
/proc/loadavg: 2.46 2.20 2.07 3/87 23290
/proc/meminfo: memFree=788048/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=812504 CPUtime=335.9
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 278448 0 1 0 33469 121 0 0 18 0 13 0 23994613 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 203126 172549 1436 9 0 200453 0
[pid=23277/tid=23278] ppid=23275 vsize=812504 CPUtime=290.33
/proc/23277/task/23278/stat : 23278 (java) S 23275 23277 19406 0 -1 64 17733 0 1 0 29021 12 0 0 17 0 13 0 23994614 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23280] ppid=23275 vsize=812504 CPUtime=4.17
/proc/23277/task/23280/stat : 23280 (java) S 23275 23277 19406 0 -1 64 78686 0 0 0 387 30 0 0 15 0 13 0 23994615 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23281] ppid=23275 vsize=812504 CPUtime=4.08
/proc/23277/task/23281/stat : 23281 (java) S 23275 23277 19406 0 -1 64 76537 0 0 0 381 27 0 0 16 0 13 0 23994615 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23282] ppid=23275 vsize=812504 CPUtime=35.98
/proc/23277/task/23282/stat : 23282 (java) R 23275 23277 19406 0 -1 64 101145 0 0 0 3551 47 0 0 23 0 13 0 23994617 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 105696665 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23283] ppid=23275 vsize=812504 CPUtime=0
/proc/23277/task/23283/stat : 23283 (java) S 23275 23277 19406 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23994618 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23284] ppid=23275 vsize=812504 CPUtime=0
/proc/23277/task/23284/stat : 23284 (java) S 23275 23277 19406 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23994618 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23285] ppid=23275 vsize=812504 CPUtime=0
/proc/23277/task/23285/stat : 23285 (java) S 23275 23277 19406 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23994622 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23286] ppid=23275 vsize=812504 CPUtime=0
/proc/23277/task/23286/stat : 23286 (java) S 23275 23277 19406 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23994622 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23287] ppid=23275 vsize=812504 CPUtime=1.28
/proc/23277/task/23287/stat : 23287 (java) S 23275 23277 19406 0 -1 64 3588 0 0 0 127 1 0 0 16 0 13 0 23994622 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23288] ppid=23275 vsize=812504 CPUtime=0
/proc/23277/task/23288/stat : 23288 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23994622 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23289] ppid=23275 vsize=812504 CPUtime=0
/proc/23277/task/23289/stat : 23289 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23994622 832004096 172549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 335.9
Current children cumulated vsize (KiB) 812504

[startup+337.101 s]
/proc/loadavg: 2.46 2.20 2.07 3/87 23290
/proc/meminfo: memFree=788048/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=814504 CPUtime=336.3
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 279449 0 1 0 33509 121 0 0 18 0 13 0 23994613 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 203626 173049 1436 9 0 200953 0
[pid=23277/tid=23278] ppid=23275 vsize=814504 CPUtime=290.33
/proc/23277/task/23278/stat : 23278 (java) S 23275 23277 19406 0 -1 64 17733 0 1 0 29021 12 0 0 17 0 13 0 23994614 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23280] ppid=23275 vsize=814504 CPUtime=4.17
/proc/23277/task/23280/stat : 23280 (java) S 23275 23277 19406 0 -1 64 78686 0 0 0 387 30 0 0 15 0 13 0 23994615 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23281] ppid=23275 vsize=814504 CPUtime=4.08
/proc/23277/task/23281/stat : 23281 (java) S 23275 23277 19406 0 -1 64 76537 0 0 0 381 27 0 0 16 0 13 0 23994615 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23282] ppid=23275 vsize=814504 CPUtime=36.38
/proc/23277/task/23282/stat : 23282 (java) R 23275 23277 19406 0 -1 64 102146 0 0 0 3590 48 0 0 25 0 13 0 23994617 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23283] ppid=23275 vsize=814504 CPUtime=0
/proc/23277/task/23283/stat : 23283 (java) S 23275 23277 19406 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23994618 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23284] ppid=23275 vsize=814504 CPUtime=0
/proc/23277/task/23284/stat : 23284 (java) S 23275 23277 19406 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23994618 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23285] ppid=23275 vsize=814504 CPUtime=0
/proc/23277/task/23285/stat : 23285 (java) S 23275 23277 19406 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23994622 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23286] ppid=23275 vsize=814504 CPUtime=0
/proc/23277/task/23286/stat : 23286 (java) S 23275 23277 19406 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23994622 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23287] ppid=23275 vsize=814504 CPUtime=1.28
/proc/23277/task/23287/stat : 23287 (java) S 23275 23277 19406 0 -1 64 3588 0 0 0 127 1 0 0 16 0 13 0 23994622 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23288] ppid=23275 vsize=814504 CPUtime=0
/proc/23277/task/23288/stat : 23288 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23994622 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23289] ppid=23275 vsize=814504 CPUtime=0
/proc/23277/task/23289/stat : 23289 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23994622 834052096 173049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.3
Current children cumulated vsize (KiB) 814504

[startup+337.501 s]
/proc/loadavg: 2.46 2.20 2.07 3/87 23290
/proc/meminfo: memFree=788048/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=810500 CPUtime=336.69
/proc/23277/stat : 23277 (java) S 23275 23277 19406 0 -1 0 279455 0 1 0 33548 121 0 0 18 0 12 0 23994613 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 202625 172053 1437 9 0 199952 0
[pid=23277/tid=23278] ppid=23275 vsize=810500 CPUtime=290.33
/proc/23277/task/23278/stat : 23278 (java) S 23275 23277 19406 0 -1 64 17734 0 1 0 29021 12 0 0 15 0 12 0 23994614 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23280] ppid=23275 vsize=810500 CPUtime=4.17
/proc/23277/task/23280/stat : 23280 (java) S 23275 23277 19406 0 -1 64 78686 0 0 0 387 30 0 0 15 0 12 0 23994615 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23281] ppid=23275 vsize=810500 CPUtime=4.08
/proc/23277/task/23281/stat : 23281 (java) S 23275 23277 19406 0 -1 64 76537 0 0 0 381 27 0 0 16 0 12 0 23994615 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23282] ppid=23275 vsize=810500 CPUtime=36.78
/proc/23277/task/23282/stat : 23282 (java) R 23275 23277 19406 0 -1 64 102146 0 0 0 3630 48 0 0 25 0 12 0 23994617 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 106158095 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23283] ppid=23275 vsize=810500 CPUtime=0
/proc/23277/task/23283/stat : 23283 (java) S 23275 23277 19406 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23994618 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23284] ppid=23275 vsize=810500 CPUtime=0
/proc/23277/task/23284/stat : 23284 (java) S 23275 23277 19406 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23994618 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23285] ppid=23275 vsize=810500 CPUtime=0
/proc/23277/task/23285/stat : 23285 (java) S 23275 23277 19406 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23994622 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23286] ppid=23275 vsize=810500 CPUtime=0
/proc/23277/task/23286/stat : 23286 (java) S 23275 23277 19406 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23994622 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23287] ppid=23275 vsize=810500 CPUtime=1.28
/proc/23277/task/23287/stat : 23287 (java) S 23275 23277 19406 0 -1 64 3588 0 0 0 127 1 0 0 16 0 12 0 23994622 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23288] ppid=23275 vsize=810500 CPUtime=0
/proc/23277/task/23288/stat : 23288 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23994622 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23277/tid=23289] ppid=23275 vsize=810500 CPUtime=0
/proc/23277/task/23289/stat : 23289 (java) S 23275 23277 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23994622 829952000 172053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.69
Current children cumulated vsize (KiB) 810500

[startup+337.601 s]
/proc/loadavg: 2.46 2.20 2.07 3/77 23291
/proc/meminfo: memFree=953344/2055920 swapFree=4192952/4192956
[pid=23277] ppid=23275 vsize=0 CPUtime=336.8
/proc/23277/stat : 23277 (java) Z 23275 23277 19406 0 -1 12 279459 0 1 0 33556 124 0 0 16 0 2 0 23994613 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23277/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 336.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 337.683
CPU time (s): 336.887
CPU user time (s): 335.561
CPU system time (s): 1.3258
CPU usage (%): 99.7641
Max. virtual memory (cumulated for all children) (KiB): 816184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 335.561
system time used= 1.3258
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279459
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= 15667
involuntary context switches= 16728

runsolver used 0.433934 second user time and 1.14882 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 05:28:33
IDJOB=2080194
IDBENCH=57026
IDSOLVER=731
FILE ID=node56/2080194-1247369313
PBS_JOBID= 9507086
Free space on /tmp= 103048 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-95-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080194-1247369313/watcher-2080194-1247369313 -o /tmp/evaluation-result-2080194-1247369313/solver-2080194-1247369313 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080194-1247369313.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9fa8114a4ef63331bc87f29078ea148d
RANDOM SEED=339309211

node56.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.209
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.209
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:       1477456 kB
Buffers:         78676 kB
Cached:         370392 kB
SwapCached:          4 kB
Active:         196684 kB
Inactive:       302684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477456 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          60940 kB
Slab:            64368 kB
Committed_AS:   251948 kB
PageTables:       1900 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= 103044 MiB
End job on node56 at 2009-07-12 05:34:11