Trace number 2080216

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? 309.142 311.479

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-3.xml
MD5SUM716b48a774a2867588b51873634e2600
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 benchmark0.739887
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1288
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	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.16	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-2080216-1247369346.xml
0.19/0.24	c reading problem ... 
0.39/0.49	c reading problem named null
0.39/0.50	c reading domains done.
0.69/0.72	c reading variables done.
1.61/1.54	c reading predicates  done.
1.80/1.75	c reading constraints
308.97/311.35	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
308.97/311.35		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
308.97/311.35		at org.sat4j.csp.Predicate.find(Unknown Source)
308.97/311.35		at org.sat4j.csp.Predicate.find(Unknown Source)
308.97/311.35		at org.sat4j.csp.Predicate.find(Unknown Source)
308.97/311.35		at org.sat4j.csp.Predicate.toClause(Unknown Source)
308.97/311.35		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
308.97/311.35		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
308.97/311.35		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
308.97/311.35		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
308.97/311.35		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
308.97/311.35		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
308.97/311.35		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
308.97/311.35		at org.sat4j.AbstractLauncher.run(Unknown Source)
308.97/311.35		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
308.97/311.35	c starts		: 0
308.97/311.35	c conflicts		: 0
308.97/311.35	c decisions		: 0
308.97/311.35	c propagations		: 0
308.97/311.35	c inspects		: 0
308.97/311.35	c learnt literals	: 0
308.97/311.35	c learnt binary clauses	: 0
308.97/311.35	c learnt ternary clauses	: 0
308.97/311.35	c learnt clauses	: 0
308.97/311.35	c ignored clauses	: 0
308.97/311.35	c root simplifications	: 0
308.97/311.35	c removed literals (reason simplification)	: 0
308.97/311.35	c reason swapping (by a shorter reason)	: 0
308.97/311.35	c Calls to reduceDB	: 0
308.97/311.35	c speed (assignments/second)	: 0.0
308.97/311.35	c non guided choices	0
308.97/311.35	c learnt constraints type 
308.97/311.35	c constraints type 
308.97/311.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 123576
308.97/311.35	c org.sat4j.minisat.constraints.card.AtLeast => 300
308.97/311.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
308.97/311.35	s UNKNOWN
308.97/311.35	c Total wall clock time (in seconds) : 311.107

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-2080216-1247369346/watcher-2080216-1247369346 -o /tmp/evaluation-result-2080216-1247369346/solver-2080216-1247369346 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080216-1247369346.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.09 2.03 2.03 4/74 21466
/proc/meminfo: memFree=1645056/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=1616 CPUtime=0
/proc/21466/stat : 21466 (java) D 21464 21466 15772 0 -1 0 335 0 0 0 0 0 0 0 18 0 1 0 23998777 1654784 144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21466/statm: 404 144 107 9 0 46 0

[startup+0.07761 s]
/proc/loadavg: 2.09 2.03 2.03 4/74 21466
/proc/meminfo: memFree=1645056/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=802164 CPUtime=0.06
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 2811 0 1 0 4 2 0 0 18 0 7 0 23998777 821415936 2556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 200541 2556 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102387 s]
/proc/loadavg: 2.09 2.03 2.03 4/74 21466
/proc/meminfo: memFree=1645056/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=804560 CPUtime=0.09
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 3018 0 1 0 7 2 0 0 18 0 12 0 23998777 823869440 2761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 201140 2761 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301405 s]
/proc/loadavg: 2.09 2.03 2.03 4/74 21466
/proc/meminfo: memFree=1645056/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=805628 CPUtime=0.29
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 4308 0 1 0 25 4 0 0 18 0 12 0 23998777 824963072 4045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 201407 4045 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701443 s]
/proc/loadavg: 2.09 2.03 2.03 4/74 21466
/proc/meminfo: memFree=1645056/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=808472 CPUtime=0.69
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 6261 0 1 0 64 5 0 0 18 0 12 0 23998777 827875328 5224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 202118 5224 1388 9 0 199445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808472

[startup+1.50252 s]
/proc/loadavg: 2.09 2.03 2.03 4/86 21478
/proc/meminfo: memFree=1618848/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=808472 CPUtime=1.61
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 31739 0 1 0 143 18 0 0 18 0 12 0 23998777 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 202118 30542 1404 9 0 199445 0
[pid=21466/tid=21467] ppid=21464 vsize=808472 CPUtime=0.66
/proc/21466/task/21467/stat : 21467 (java) R 21464 21466 15772 0 -1 64 16885 0 1 0 56 10 0 0 18 0 12 0 23998778 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4109568881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21469] ppid=21464 vsize=808472 CPUtime=0.25
/proc/21466/task/21469/stat : 21469 (java) R 21464 21466 15772 0 -1 64 6659 0 0 0 22 3 0 0 19 0 12 0 23998779 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21470] ppid=21464 vsize=808472 CPUtime=0.16
/proc/21466/task/21470/stat : 21470 (java) S 21464 21466 15772 0 -1 64 5449 0 0 0 15 1 0 0 18 0 12 0 23998779 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21471] ppid=21464 vsize=808472 CPUtime=0
/proc/21466/task/21471/stat : 21471 (java) S 21464 21466 15772 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23998781 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21472] ppid=21464 vsize=808472 CPUtime=0
/proc/21466/task/21472/stat : 21472 (java) S 21464 21466 15772 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23998781 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21473] ppid=21464 vsize=808472 CPUtime=0
/proc/21466/task/21473/stat : 21473 (java) S 21464 21466 15772 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23998781 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21474] ppid=21464 vsize=808472 CPUtime=0
/proc/21466/task/21474/stat : 21474 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23998786 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21475] ppid=21464 vsize=808472 CPUtime=0
/proc/21466/task/21475/stat : 21475 (java) S 21464 21466 15772 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23998786 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21476] ppid=21464 vsize=808472 CPUtime=0.49
/proc/21466/task/21476/stat : 21476 (java) S 21464 21466 15772 0 -1 64 1982 0 0 0 48 1 0 0 17 0 12 0 23998786 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21477] ppid=21464 vsize=808472 CPUtime=0
/proc/21466/task/21477/stat : 21477 (java) S 21464 21466 15772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23998786 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21478] ppid=21464 vsize=808472 CPUtime=0
/proc/21466/task/21478/stat : 21478 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23998786 827875328 30542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 808472

[startup+3.10267 s]
/proc/loadavg: 2.24 2.06 2.04 3/86 21478
/proc/meminfo: memFree=1524384/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=810484 CPUtime=3.19
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 40743 0 1 0 297 22 0 0 18 0 12 0 23998777 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 202621 38576 1432 9 0 199948 0
[pid=21466/tid=21467] ppid=21464 vsize=810484 CPUtime=1.51
/proc/21466/task/21467/stat : 21467 (java) R 21464 21466 15772 0 -1 64 17210 0 1 0 140 11 0 0 24 0 12 0 23998778 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4109695800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21469] ppid=21464 vsize=810484 CPUtime=0.39
/proc/21466/task/21469/stat : 21469 (java) S 21464 21466 15772 0 -1 64 10846 0 0 0 35 4 0 0 18 0 12 0 23998779 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21470] ppid=21464 vsize=810484 CPUtime=0.28
/proc/21466/task/21470/stat : 21470 (java) S 21464 21466 15772 0 -1 64 8369 0 0 0 25 3 0 0 18 0 12 0 23998779 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21471] ppid=21464 vsize=810484 CPUtime=0
/proc/21466/task/21471/stat : 21471 (java) S 21464 21466 15772 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23998781 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21472] ppid=21464 vsize=810484 CPUtime=0
/proc/21466/task/21472/stat : 21472 (java) S 21464 21466 15772 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23998781 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21473] ppid=21464 vsize=810484 CPUtime=0
/proc/21466/task/21473/stat : 21473 (java) S 21464 21466 15772 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23998781 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21474] ppid=21464 vsize=810484 CPUtime=0
/proc/21466/task/21474/stat : 21474 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23998786 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21475] ppid=21464 vsize=810484 CPUtime=0
/proc/21466/task/21475/stat : 21475 (java) S 21464 21466 15772 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23998786 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21476] ppid=21464 vsize=810484 CPUtime=0.96
/proc/21466/task/21476/stat : 21476 (java) S 21464 21466 15772 0 -1 64 3552 0 0 0 95 1 0 0 17 0 12 0 23998786 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21477] ppid=21464 vsize=810484 CPUtime=0
/proc/21466/task/21477/stat : 21477 (java) S 21464 21466 15772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23998786 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21478] ppid=21464 vsize=810484 CPUtime=0
/proc/21466/task/21478/stat : 21478 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23998786 829935616 38576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 810484

[startup+6.30297 s]
/proc/loadavg: 2.24 2.06 2.04 3/86 21478
/proc/meminfo: memFree=1487200/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=810452 CPUtime=6.35
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 44752 0 1 0 613 22 0 0 18 0 12 0 23998777 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 202613 42577 1433 9 0 199940 0
[pid=21466/tid=21467] ppid=21464 vsize=810452 CPUtime=3.97
/proc/21466/task/21467/stat : 21467 (java) S 21464 21466 15772 0 -1 64 17219 0 1 0 386 11 0 0 25 0 12 0 23998778 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21469] ppid=21464 vsize=810452 CPUtime=0.68
/proc/21466/task/21469/stat : 21469 (java) S 21464 21466 15772 0 -1 64 13968 0 0 0 63 5 0 0 17 0 12 0 23998779 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21466/tid=21470] ppid=21464 vsize=810452 CPUtime=0.45
/proc/21466/task/21470/stat : 21470 (java) R 21464 21466 15772 0 -1 64 9223 0 0 0 42 3 0 0 17 0 12 0 23998779 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21471] ppid=21464 vsize=810452 CPUtime=0
/proc/21466/task/21471/stat : 21471 (java) S 21464 21466 15772 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23998781 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21472] ppid=21464 vsize=810452 CPUtime=0
/proc/21466/task/21472/stat : 21472 (java) S 21464 21466 15772 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23998781 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21473] ppid=21464 vsize=810452 CPUtime=0
/proc/21466/task/21473/stat : 21473 (java) S 21464 21466 15772 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23998781 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21474] ppid=21464 vsize=810452 CPUtime=0
/proc/21466/task/21474/stat : 21474 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23998786 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21475] ppid=21464 vsize=810452 CPUtime=0
/proc/21466/task/21475/stat : 21475 (java) S 21464 21466 15772 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23998786 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21476] ppid=21464 vsize=810452 CPUtime=1.22
/proc/21466/task/21476/stat : 21476 (java) S 21464 21466 15772 0 -1 64 3576 0 0 0 121 1 0 0 16 0 12 0 23998786 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21477] ppid=21464 vsize=810452 CPUtime=0
/proc/21466/task/21477/stat : 21477 (java) S 21464 21466 15772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23998786 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21478] ppid=21464 vsize=810452 CPUtime=0
/proc/21466/task/21478/stat : 21478 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23998786 829902848 42577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 810452

[startup+12.7016 s]
/proc/loadavg: 2.21 2.06 2.04 4/86 21478
/proc/meminfo: memFree=1440544/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=809372 CPUtime=12.71
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 55793 0 1 0 1243 28 0 0 18 0 12 0 23998777 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 202343 53328 1433 9 0 199670 0
[pid=21466/tid=21467] ppid=21464 vsize=809372 CPUtime=10.03
/proc/21466/task/21467/stat : 21467 (java) R 21464 21466 15772 0 -1 64 17240 0 1 0 992 11 0 0 25 0 12 0 23998778 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4109126768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21469] ppid=21464 vsize=809372 CPUtime=0.85
/proc/21466/task/21469/stat : 21469 (java) S 21464 21466 15772 0 -1 64 20366 0 0 0 76 9 0 0 16 0 12 0 23998779 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21470] ppid=21464 vsize=809372 CPUtime=0.55
/proc/21466/task/21470/stat : 21470 (java) S 21464 21466 15772 0 -1 64 13845 0 0 0 50 5 0 0 16 0 12 0 23998779 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21471] ppid=21464 vsize=809372 CPUtime=0
/proc/21466/task/21471/stat : 21471 (java) S 21464 21466 15772 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 23998781 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21472] ppid=21464 vsize=809372 CPUtime=0
/proc/21466/task/21472/stat : 21472 (java) S 21464 21466 15772 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23998781 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21473] ppid=21464 vsize=809372 CPUtime=0
/proc/21466/task/21473/stat : 21473 (java) S 21464 21466 15772 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23998781 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21474] ppid=21464 vsize=809372 CPUtime=0
/proc/21466/task/21474/stat : 21474 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23998786 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21475] ppid=21464 vsize=809372 CPUtime=0
/proc/21466/task/21475/stat : 21475 (java) S 21464 21466 15772 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23998786 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21476] ppid=21464 vsize=809372 CPUtime=1.22
/proc/21466/task/21476/stat : 21476 (java) S 21464 21466 15772 0 -1 64 3576 0 0 0 121 1 0 0 16 0 12 0 23998786 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21477] ppid=21464 vsize=809372 CPUtime=0
/proc/21466/task/21477/stat : 21477 (java) S 21464 21466 15772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23998786 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21478] ppid=21464 vsize=809372 CPUtime=0
/proc/21466/task/21478/stat : 21478 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23998786 828796928 53328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 809372

[startup+25.5028 s]
/proc/loadavg: 2.17 2.06 2.04 3/86 21478
/proc/meminfo: memFree=1367968/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=809372 CPUtime=25.38
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 73713 0 1 0 2503 35 0 0 18 0 12 0 23998777 828796928 71222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 202343 71222 1433 9 0 199670 0
[pid=21466/tid=21467] ppid=21464 vsize=809372 CPUtime=22.36
/proc/21466/task/21467/stat : 21467 (java) R 21464 21466 15772 0 -1 64 17266 0 1 0 2225 11 0 0 25 0 12 0 23998778 828796928 71222 996147200 134512640 134550932 4294956016 18446744073709551615 4109794656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21469] ppid=21464 vsize=809372 CPUtime=0.97
/proc/21466/task/21469/stat : 21469 (java) S 21464 21466 15772 0 -1 64 27892 0 0 0 86 11 0 0 16 0 12 0 23998779 828796928 71222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21470] ppid=21464 vsize=809372 CPUtime=0.74
/proc/21466/task/21470/stat : 21470 (java) S 21464 21466 15772 0 -1 64 24213 0 0 0 65 9 0 0 16 0 12 0 23998779 828796928 71222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21471] ppid=21464 vsize=809372 CPUtime=0.01
/proc/21466/task/21471/stat : 21471 (java) S 21464 21466 15772 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 23998781 828796928 71222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21472] ppid=21464 vsize=809372 CPUtime=0
/proc/21466/task/21472/stat : 21472 (java) S 21464 21466 15772 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23998781 828796928 71222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21473] ppid=21464 vsize=809372 CPUtime=0
/proc/21466/task/21473/stat : 21473 (java) S 21464 21466 15772 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23998781 828796928 71222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21474] ppid=21464 vsize=809372 CPUtime=0
/proc/21466/task/21474/stat : 21474 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23998786 828796928 71222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21475] ppid=21464 vsize=809372 CPUtime=0

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

[pid=21466/tid=21477] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21477/stat : 21477 (java) S 21464 21466 15772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21478] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21478/stat : 21478 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 298.42
Current children cumulated vsize (KiB) 812632

[startup+307.102 s]
/proc/loadavg: 2.73 2.24 2.11 4/87 21479
/proc/meminfo: memFree=957848/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=812632 CPUtime=304.79
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 278929 0 1 0 30352 127 0 0 18 0 12 0 23998777 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 203158 172654 1437 9 0 200485 0
[pid=21466/tid=21467] ppid=21464 vsize=812632 CPUtime=258.58
/proc/21466/task/21467/stat : 21467 (java) R 21464 21466 15772 0 -1 64 17760 0 1 0 25844 14 0 0 25 0 12 0 23998778 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21469] ppid=21464 vsize=812632 CPUtime=4.47
/proc/21466/task/21469/stat : 21469 (java) S 21464 21466 15772 0 -1 64 76591 0 0 0 416 31 0 0 16 0 12 0 23998779 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21470] ppid=21464 vsize=812632 CPUtime=4.15
/proc/21466/task/21470/stat : 21470 (java) S 21464 21466 15772 0 -1 64 76594 0 0 0 387 28 0 0 15 0 12 0 23998779 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21471] ppid=21464 vsize=812632 CPUtime=36.27
/proc/21466/task/21471/stat : 21471 (java) R 21464 21466 15772 0 -1 64 103652 0 0 0 3578 49 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 104187938 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21472] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21472/stat : 21472 (java) S 21464 21466 15772 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21473] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21473/stat : 21473 (java) S 21464 21466 15772 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21474] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21474/stat : 21474 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21475] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21475/stat : 21475 (java) S 21464 21466 15772 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21476] ppid=21464 vsize=812632 CPUtime=1.27
/proc/21466/task/21476/stat : 21476 (java) S 21464 21466 15772 0 -1 64 3578 0 0 0 126 1 0 0 17 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21477] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21477/stat : 21477 (java) S 21464 21466 15772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21478] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21478/stat : 21478 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 304.79
Current children cumulated vsize (KiB) 812632

[startup+308.702 s]
/proc/loadavg: 2.73 2.24 2.11 4/87 21479
/proc/meminfo: memFree=957848/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=812632 CPUtime=306.38
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 283438 0 1 0 30509 129 0 0 18 0 12 0 23998777 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 203158 172654 1437 9 0 200485 0
[pid=21466/tid=21467] ppid=21464 vsize=812632 CPUtime=258.71
/proc/21466/task/21467/stat : 21467 (java) R 21464 21466 15772 0 -1 64 17763 0 1 0 25857 14 0 0 25 0 12 0 23998778 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21469] ppid=21464 vsize=812632 CPUtime=4.47
/proc/21466/task/21469/stat : 21469 (java) S 21464 21466 15772 0 -1 64 76591 0 0 0 416 31 0 0 16 0 12 0 23998779 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21470] ppid=21464 vsize=812632 CPUtime=4.15
/proc/21466/task/21470/stat : 21470 (java) S 21464 21466 15772 0 -1 64 76594 0 0 0 387 28 0 0 15 0 12 0 23998779 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21471] ppid=21464 vsize=812632 CPUtime=37.73
/proc/21466/task/21471/stat : 21471 (java) R 21464 21466 15772 0 -1 64 108158 0 0 0 3722 51 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21472] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21472/stat : 21472 (java) S 21464 21466 15772 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21473] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21473/stat : 21473 (java) S 21464 21466 15772 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21474] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21474/stat : 21474 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21475] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21475/stat : 21475 (java) S 21464 21466 15772 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21476] ppid=21464 vsize=812632 CPUtime=1.27
/proc/21466/task/21476/stat : 21476 (java) S 21464 21466 15772 0 -1 64 3578 0 0 0 126 1 0 0 17 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21477] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21477/stat : 21477 (java) S 21464 21466 15772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21478] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21478/stat : 21478 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 306.38
Current children cumulated vsize (KiB) 812632

[startup+310.302 s]
/proc/loadavg: 2.73 2.24 2.11 4/87 21479
/proc/meminfo: memFree=957848/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=808628 CPUtime=307.97
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 287947 0 1 0 30666 131 0 0 18 0 12 0 23998777 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 202157 171653 1437 9 0 199484 0
[pid=21466/tid=21467] ppid=21464 vsize=808628 CPUtime=258.84
/proc/21466/task/21467/stat : 21467 (java) R 21464 21466 15772 0 -1 64 17766 0 1 0 25870 14 0 0 25 0 12 0 23998778 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4109599473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21469] ppid=21464 vsize=808628 CPUtime=4.47
/proc/21466/task/21469/stat : 21469 (java) S 21464 21466 15772 0 -1 64 76591 0 0 0 416 31 0 0 16 0 12 0 23998779 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21470] ppid=21464 vsize=808628 CPUtime=4.15
/proc/21466/task/21470/stat : 21470 (java) S 21464 21466 15772 0 -1 64 76594 0 0 0 387 28 0 0 15 0 12 0 23998779 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21471] ppid=21464 vsize=808628 CPUtime=39.18
/proc/21466/task/21471/stat : 21471 (java) S 21464 21466 15772 0 -1 64 112664 0 0 0 3865 53 0 0 16 0 12 0 23998781 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21472] ppid=21464 vsize=808628 CPUtime=0
/proc/21466/task/21472/stat : 21472 (java) S 21464 21466 15772 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23998781 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21473] ppid=21464 vsize=808628 CPUtime=0
/proc/21466/task/21473/stat : 21473 (java) S 21464 21466 15772 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23998781 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21474] ppid=21464 vsize=808628 CPUtime=0
/proc/21466/task/21474/stat : 21474 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23998786 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21475] ppid=21464 vsize=808628 CPUtime=0
/proc/21466/task/21475/stat : 21475 (java) S 21464 21466 15772 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23998786 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21476] ppid=21464 vsize=808628 CPUtime=1.27
/proc/21466/task/21476/stat : 21476 (java) S 21464 21466 15772 0 -1 64 3578 0 0 0 126 1 0 0 17 0 12 0 23998786 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21477] ppid=21464 vsize=808628 CPUtime=0
/proc/21466/task/21477/stat : 21477 (java) S 21464 21466 15772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23998786 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21478] ppid=21464 vsize=808628 CPUtime=0
/proc/21466/task/21478/stat : 21478 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23998786 828035072 171653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 307.97
Current children cumulated vsize (KiB) 808628

[startup+311.103 s]
/proc/loadavg: 2.73 2.24 2.11 4/87 21479
/proc/meminfo: memFree=957848/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=812632 CPUtime=308.77
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 290955 0 1 0 30745 132 0 0 18 0 12 0 23998777 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 203158 172654 1436 9 0 200485 0
[pid=21466/tid=21467] ppid=21464 vsize=812632 CPUtime=258.94
/proc/21466/task/21467/stat : 21467 (java) R 21464 21466 15772 0 -1 64 17770 0 1 0 25880 14 0 0 25 0 12 0 23998778 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21469] ppid=21464 vsize=812632 CPUtime=4.47
/proc/21466/task/21469/stat : 21469 (java) S 21464 21466 15772 0 -1 64 76591 0 0 0 416 31 0 0 16 0 12 0 23998779 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21470] ppid=21464 vsize=812632 CPUtime=4.15
/proc/21466/task/21470/stat : 21470 (java) S 21464 21466 15772 0 -1 64 76594 0 0 0 387 28 0 0 15 0 12 0 23998779 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21471] ppid=21464 vsize=812632 CPUtime=39.88
/proc/21466/task/21471/stat : 21471 (java) R 21464 21466 15772 0 -1 64 115668 0 0 0 3934 54 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 106157743 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21472] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21472/stat : 21472 (java) S 21464 21466 15772 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21473] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21473/stat : 21473 (java) S 21464 21466 15772 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21474] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21474/stat : 21474 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21475] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21475/stat : 21475 (java) S 21464 21466 15772 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21476] ppid=21464 vsize=812632 CPUtime=1.27
/proc/21466/task/21476/stat : 21476 (java) S 21464 21466 15772 0 -1 64 3578 0 0 0 126 1 0 0 17 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21477] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21477/stat : 21477 (java) S 21464 21466 15772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21478] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21478/stat : 21478 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 308.77
Current children cumulated vsize (KiB) 812632

[startup+311.308 s]
/proc/loadavg: 2.73 2.24 2.11 4/87 21479
/proc/meminfo: memFree=957784/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=812632 CPUtime=308.97
/proc/21466/stat : 21466 (java) S 21464 21466 15772 0 -1 0 290955 0 1 0 30765 132 0 0 18 0 12 0 23998777 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 203158 172654 1436 9 0 200485 0
[pid=21466/tid=21467] ppid=21464 vsize=812632 CPUtime=258.94
/proc/21466/task/21467/stat : 21467 (java) R 21464 21466 15772 0 -1 64 17770 0 1 0 25880 14 0 0 25 0 12 0 23998778 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21469] ppid=21464 vsize=812632 CPUtime=4.47
/proc/21466/task/21469/stat : 21469 (java) S 21464 21466 15772 0 -1 64 76591 0 0 0 416 31 0 0 16 0 12 0 23998779 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21470] ppid=21464 vsize=812632 CPUtime=4.15
/proc/21466/task/21470/stat : 21470 (java) S 21464 21466 15772 0 -1 64 76594 0 0 0 387 28 0 0 15 0 12 0 23998779 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21471] ppid=21464 vsize=812632 CPUtime=40.08
/proc/21466/task/21471/stat : 21471 (java) R 21464 21466 15772 0 -1 64 115668 0 0 0 3954 54 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 103607492 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21472] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21472/stat : 21472 (java) S 21464 21466 15772 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21473] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21473/stat : 21473 (java) S 21464 21466 15772 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23998781 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21474] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21474/stat : 21474 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21475] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21475/stat : 21475 (java) S 21464 21466 15772 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21476] ppid=21464 vsize=812632 CPUtime=1.27
/proc/21466/task/21476/stat : 21476 (java) S 21464 21466 15772 0 -1 64 3578 0 0 0 126 1 0 0 17 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21477] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21477/stat : 21477 (java) S 21464 21466 15772 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21466/tid=21478] ppid=21464 vsize=812632 CPUtime=0
/proc/21466/task/21478/stat : 21478 (java) S 21464 21466 15772 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23998786 832135168 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 308.97
Current children cumulated vsize (KiB) 812632

[startup+311.403 s]
/proc/loadavg: 2.73 2.24 2.11 4/87 21479
/proc/meminfo: memFree=957784/2055920 swapFree=4192812/4192956
[pid=21466] ppid=21464 vsize=0 CPUtime=309.06
/proc/21466/stat : 21466 (java) Z 21464 21466 15772 0 -1 12 290971 0 1 0 30770 136 0 0 16 0 2 0 23998777 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21466/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 309.06
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 311.479
CPU time (s): 309.142
CPU user time (s): 307.703
CPU system time (s): 1.43878
CPU usage (%): 99.2496
Max. virtual memory (cumulated for all children) (KiB): 814636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 307.703
system time used= 1.43878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290971
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= 15633
involuntary context switches= 15244

runsolver used 0.417936 second user time and 1.05984 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 05:29:06
IDJOB=2080216
IDBENCH=57039
IDSOLVER=731
FILE ID=node48/2080216-1247369346
PBS_JOBID= 9507028
Free space on /tmp= 66468 MiB

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

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

MD5SUM BENCH= 716b48a774a2867588b51873634e2600
RANDOM SEED=302354063

node48.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.237
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.237
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:       1645536 kB
Buffers:         41996 kB
Cached:         272300 kB
SwapCached:          0 kB
Active:         167824 kB
Inactive:       168320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:          32568 kB
Slab:            59668 kB
Committed_AS:   259644 kB
PageTables:       1720 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= 66464 MiB
End job on node48 at 2009-07-12 05:34:18