Trace number 2080282

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? (exit code) 322.451 324.298

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-4.xml
MD5SUM2fde0f12d2ada321174c733f0f6dc917
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 size1306
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2080282-1247369547.xml
0.18/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.68/0.72	c reading variables done.
1.63/1.61	c reading predicates  done.
1.82/1.82	c reading constraints
317.51/319.33	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
317.51/319.33		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
319.90/321.72		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
319.90/321.72		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
319.90/321.72		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
319.90/321.72		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
319.90/321.72		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
319.90/321.72		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
319.90/321.72		at org.sat4j.csp.Predicate.toClause(Unknown Source)
319.90/321.72		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
319.90/321.72		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
319.90/321.72		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
319.90/321.72		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
319.90/321.72		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
319.90/321.72		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
319.90/321.72		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
319.90/321.72		at org.sat4j.AbstractLauncher.run(Unknown Source)
319.90/321.72		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
322.17/324.06	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
322.17/324.06		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
322.17/324.06		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
322.17/324.06		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
322.17/324.06		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080282-1247369547/watcher-2080282-1247369547 -o /tmp/evaluation-result-2080282-1247369547/solver-2080282-1247369547 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080282-1247369547.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.28 2.09 2.02 4/75 24011
/proc/meminfo: memFree=1724688/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=18576 CPUtime=0
/proc/24011/stat : 24011 (runsolver) R 24009 24011 19487 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24021212 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 268213742887 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24011/statm: 4644 284 249 26 0 2626 0

[startup+0.0459879 s]
/proc/loadavg: 2.28 2.09 2.02 4/75 24011
/proc/meminfo: memFree=1724688/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=801384 CPUtime=0.03
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 2475 0 1 0 2 1 0 0 18 0 5 0 24021212 820617216 2222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 200346 2222 965 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.101964 s]
/proc/loadavg: 2.28 2.09 2.02 4/75 24011
/proc/meminfo: memFree=1724688/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=804560 CPUtime=0.08
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 2991 0 1 0 6 2 0 0 18 0 12 0 24021212 823869440 2734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 201140 2734 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301984 s]
/proc/loadavg: 2.28 2.09 2.02 4/75 24011
/proc/meminfo: memFree=1724688/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=805628 CPUtime=0.28
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 4296 0 1 0 24 4 0 0 18 0 12 0 24021212 824963072 4033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 201407 4033 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701031 s]
/proc/loadavg: 2.28 2.09 2.02 4/75 24011
/proc/meminfo: memFree=1724688/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=808408 CPUtime=0.68
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 6259 0 1 0 63 5 0 0 18 0 12 0 24021212 827809792 5224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 202102 5224 1388 9 0 199429 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808408

[startup+1.50212 s]
/proc/loadavg: 2.28 2.09 2.02 4/87 24023
/proc/meminfo: memFree=1698224/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=808408 CPUtime=1.5
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 29363 0 1 0 135 15 0 0 18 0 12 0 24021212 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 202102 28140 1400 9 0 199429 0
[pid=24011/tid=24013] ppid=24009 vsize=808408 CPUtime=0.65
/proc/24011/task/24013/stat : 24013 (java) R 24009 24011 19487 0 -1 64 16883 0 1 0 56 9 0 0 21 0 12 0 24021214 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24014] ppid=24009 vsize=808408 CPUtime=0.17
/proc/24011/task/24014/stat : 24014 (java) R 24009 24011 19487 0 -1 64 5382 0 0 0 15 2 0 0 18 0 12 0 24021215 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24015] ppid=24009 vsize=808408 CPUtime=0.13
/proc/24011/task/24015/stat : 24015 (java) R 24009 24011 19487 0 -1 64 4350 0 0 0 12 1 0 0 17 0 12 0 24021215 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 106196880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24011/tid=24016] ppid=24009 vsize=808408 CPUtime=0
/proc/24011/task/24016/stat : 24016 (java) S 24009 24011 19487 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 24021217 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24017] ppid=24009 vsize=808408 CPUtime=0
/proc/24011/task/24017/stat : 24017 (java) S 24009 24011 19487 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 24021218 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24018] ppid=24009 vsize=808408 CPUtime=0
/proc/24011/task/24018/stat : 24018 (java) S 24009 24011 19487 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 24021218 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24019] ppid=24009 vsize=808408 CPUtime=0
/proc/24011/task/24019/stat : 24019 (java) S 24009 24011 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24021222 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24020] ppid=24009 vsize=808408 CPUtime=0
/proc/24011/task/24020/stat : 24020 (java) S 24009 24011 19487 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24021222 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24021] ppid=24009 vsize=808408 CPUtime=0.5
/proc/24011/task/24021/stat : 24021 (java) S 24009 24011 19487 0 -1 64 1996 0 0 0 50 0 0 0 17 0 12 0 24021222 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24022] ppid=24009 vsize=808408 CPUtime=0
/proc/24011/task/24022/stat : 24022 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24021222 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24023] ppid=24009 vsize=808408 CPUtime=0
/proc/24011/task/24023/stat : 24023 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24021222 827809792 28140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 808408

[startup+3.1023 s]
/proc/loadavg: 2.25 2.08 2.02 4/87 24023
/proc/meminfo: memFree=1605232/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=810448 CPUtime=3.18
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 41529 0 1 0 299 19 0 0 18 0 12 0 24021212 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 202612 38793 1432 9 0 199939 0
[pid=24011/tid=24013] ppid=24009 vsize=810448 CPUtime=1.5
/proc/24011/task/24013/stat : 24013 (java) R 24009 24011 19487 0 -1 64 17202 0 1 0 141 9 0 0 23 0 12 0 24021214 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4109292907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24014] ppid=24009 vsize=810448 CPUtime=0.36
/proc/24011/task/24014/stat : 24014 (java) S 24009 24011 19487 0 -1 64 10748 0 0 0 32 4 0 0 18 0 12 0 24021215 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24015] ppid=24009 vsize=810448 CPUtime=0.29
/proc/24011/task/24015/stat : 24015 (java) S 24009 24011 19487 0 -1 64 9334 0 0 0 26 3 0 0 18 0 12 0 24021215 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24016] ppid=24009 vsize=810448 CPUtime=0
/proc/24011/task/24016/stat : 24016 (java) S 24009 24011 19487 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24021217 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24017] ppid=24009 vsize=810448 CPUtime=0
/proc/24011/task/24017/stat : 24017 (java) S 24009 24011 19487 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24021218 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24018] ppid=24009 vsize=810448 CPUtime=0
/proc/24011/task/24018/stat : 24018 (java) S 24009 24011 19487 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24021218 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24019] ppid=24009 vsize=810448 CPUtime=0
/proc/24011/task/24019/stat : 24019 (java) S 24009 24011 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24021222 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24020] ppid=24009 vsize=810448 CPUtime=0
/proc/24011/task/24020/stat : 24020 (java) S 24009 24011 19487 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24021222 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24021] ppid=24009 vsize=810448 CPUtime=0.98
/proc/24011/task/24021/stat : 24021 (java) S 24009 24011 19487 0 -1 64 3485 0 0 0 97 1 0 0 17 0 12 0 24021222 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24022] ppid=24009 vsize=810448 CPUtime=0
/proc/24011/task/24022/stat : 24022 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24021222 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24023] ppid=24009 vsize=810448 CPUtime=0
/proc/24011/task/24023/stat : 24023 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24021222 829898752 38793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 810448

[startup+6.30166 s]
/proc/loadavg: 2.25 2.08 2.02 3/87 24023
/proc/meminfo: memFree=1566640/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=809872 CPUtime=6.35
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 44615 0 1 0 615 20 0 0 18 0 12 0 24021212 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 202468 41734 1433 9 0 199795 0
[pid=24011/tid=24013] ppid=24009 vsize=809872 CPUtime=4.18
/proc/24011/task/24013/stat : 24013 (java) R 24009 24011 19487 0 -1 64 17211 0 1 0 409 9 0 0 25 0 12 0 24021214 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4109624855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24014] ppid=24009 vsize=809872 CPUtime=0.48
/proc/24011/task/24014/stat : 24014 (java) S 24009 24011 19487 0 -1 64 12529 0 0 0 44 4 0 0 17 0 12 0 24021215 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24015] ppid=24009 vsize=809872 CPUtime=0.39
/proc/24011/task/24015/stat : 24015 (java) S 24009 24011 19487 0 -1 64 10600 0 0 0 36 3 0 0 17 0 12 0 24021215 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24016] ppid=24009 vsize=809872 CPUtime=0
/proc/24011/task/24016/stat : 24016 (java) S 24009 24011 19487 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24021217 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24017] ppid=24009 vsize=809872 CPUtime=0
/proc/24011/task/24017/stat : 24017 (java) S 24009 24011 19487 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24021218 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24018] ppid=24009 vsize=809872 CPUtime=0
/proc/24011/task/24018/stat : 24018 (java) S 24009 24011 19487 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24021218 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24019] ppid=24009 vsize=809872 CPUtime=0
/proc/24011/task/24019/stat : 24019 (java) S 24009 24011 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24021222 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24020] ppid=24009 vsize=809872 CPUtime=0
/proc/24011/task/24020/stat : 24020 (java) S 24009 24011 19487 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24021222 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24021] ppid=24009 vsize=809872 CPUtime=1.25
/proc/24011/task/24021/stat : 24021 (java) S 24009 24011 19487 0 -1 64 3515 0 0 0 124 1 0 0 16 0 12 0 24021222 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24022] ppid=24009 vsize=809872 CPUtime=0
/proc/24011/task/24022/stat : 24022 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24021222 829308928 41734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24023] ppid=24009 vsize=809872 CPUtime=0
/proc/24011/task/24023/stat : 24023 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24021222 829308928 41734 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) 809872

[startup+12.7024 s]
/proc/loadavg: 2.21 2.08 2.02 3/87 24023
/proc/meminfo: memFree=1524080/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=808892 CPUtime=12.7
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 55185 0 1 0 1246 24 0 0 18 0 12 0 24021212 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 202223 52038 1433 9 0 199550 0
[pid=24011/tid=24013] ppid=24009 vsize=808892 CPUtime=10.31
/proc/24011/task/24013/stat : 24013 (java) R 24009 24011 19487 0 -1 64 17232 0 1 0 1021 10 0 0 25 0 12 0 24021214 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4109602324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24014] ppid=24009 vsize=808892 CPUtime=0.58
/proc/24011/task/24014/stat : 24014 (java) S 24009 24011 19487 0 -1 64 15985 0 0 0 52 6 0 0 16 0 12 0 24021215 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24015] ppid=24009 vsize=808892 CPUtime=0.51
/proc/24011/task/24015/stat : 24015 (java) S 24009 24011 19487 0 -1 64 17693 0 0 0 46 5 0 0 16 0 12 0 24021215 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24016] ppid=24009 vsize=808892 CPUtime=0
/proc/24011/task/24016/stat : 24016 (java) S 24009 24011 19487 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 24021217 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24017] ppid=24009 vsize=808892 CPUtime=0
/proc/24011/task/24017/stat : 24017 (java) S 24009 24011 19487 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24021218 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24018] ppid=24009 vsize=808892 CPUtime=0
/proc/24011/task/24018/stat : 24018 (java) S 24009 24011 19487 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24021218 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24019] ppid=24009 vsize=808892 CPUtime=0
/proc/24011/task/24019/stat : 24019 (java) S 24009 24011 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24021222 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24020] ppid=24009 vsize=808892 CPUtime=0
/proc/24011/task/24020/stat : 24020 (java) S 24009 24011 19487 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24021222 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24021] ppid=24009 vsize=808892 CPUtime=1.25
/proc/24011/task/24021/stat : 24021 (java) S 24009 24011 19487 0 -1 64 3515 0 0 0 124 1 0 0 17 0 12 0 24021222 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24022] ppid=24009 vsize=808892 CPUtime=0
/proc/24011/task/24022/stat : 24022 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24021222 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24023] ppid=24009 vsize=808892 CPUtime=0
/proc/24011/task/24023/stat : 24023 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24021222 828305408 52038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 808892

[startup+25.5018 s]
/proc/loadavg: 2.18 2.08 2.02 3/87 24023
/proc/meminfo: memFree=1455472/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=808796 CPUtime=25.38
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 71597 0 1 0 2508 30 0 0 18 0 12 0 24021212 828207104 68401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 202199 68401 1433 9 0 199526 0
[pid=24011/tid=24013] ppid=24009 vsize=808796 CPUtime=22.66
/proc/24011/task/24013/stat : 24013 (java) R 24009 24011 19487 0 -1 64 17257 0 1 0 2256 10 0 0 25 0 12 0 24021214 828207104 68401 996147200 134512640 134550932 4294956016 18446744073709551615 4109126823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24014] ppid=24009 vsize=808796 CPUtime=0.72
/proc/24011/task/24014/stat : 24014 (java) S 24009 24011 19487 0 -1 64 22369 0 0 0 64 8 0 0 16 0 12 0 24021215 828207104 68401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24015] ppid=24009 vsize=808796 CPUtime=0.67
/proc/24011/task/24015/stat : 24015 (java) S 24009 24011 19487 0 -1 64 27696 0 0 0 58 9 0 0 16 0 12 0 24021215 828207104 68401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24016] ppid=24009 vsize=808796 CPUtime=0.01
/proc/24011/task/24016/stat : 24016 (java) S 24009 24011 19487 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24021217 828207104 68401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24017] ppid=24009 vsize=808796 CPUtime=0
/proc/24011/task/24017/stat : 24017 (java) S 24009 24011 19487 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24021218 828207104 68401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24018] ppid=24009 vsize=808796 CPUtime=0
/proc/24011/task/24018/stat : 24018 (java) S 24009 24011 19487 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24021218 828207104 68401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24019] ppid=24009 vsize=808796 CPUtime=0
/proc/24011/task/24019/stat : 24019 (java) S 24009 24011 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24021222 828207104 68401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24020] ppid=24009 vsize=808796 CPUtime=0

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

Current children cumulated CPU time (s) 311.77
Current children cumulated vsize (KiB) 812800

[startup+319.902 s]
/proc/loadavg: 2.52 2.16 2.04 4/88 24024
/proc/meminfo: memFree=1040808/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=810800 CPUtime=318.11
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 315900 0 1 0 31676 135 0 0 18 0 12 0 24021212 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 202700 172196 1436 9 0 200027 0
[pid=24011/tid=24013] ppid=24009 vsize=810800 CPUtime=259.62
/proc/24011/task/24013/stat : 24013 (java) S 24009 24011 19487 0 -1 64 17788 0 1 0 25950 12 0 0 22 0 12 0 24021214 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24014] ppid=24009 vsize=810800 CPUtime=4.3
/proc/24011/task/24014/stat : 24014 (java) S 24009 24011 19487 0 -1 64 76407 0 0 0 402 28 0 0 15 0 12 0 24021215 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24015] ppid=24009 vsize=810800 CPUtime=4.04
/proc/24011/task/24015/stat : 24015 (java) S 24009 24011 19487 0 -1 64 77091 0 0 0 378 26 0 0 16 0 12 0 24021215 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24016] ppid=24009 vsize=810800 CPUtime=48.78
/proc/24011/task/24016/stat : 24016 (java) R 24009 24011 19487 0 -1 64 140345 0 0 0 4813 65 0 0 19 0 12 0 24021217 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24017] ppid=24009 vsize=810800 CPUtime=0
/proc/24011/task/24017/stat : 24017 (java) S 24009 24011 19487 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24021218 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24018] ppid=24009 vsize=810800 CPUtime=0
/proc/24011/task/24018/stat : 24018 (java) S 24009 24011 19487 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24021218 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24019] ppid=24009 vsize=810800 CPUtime=0
/proc/24011/task/24019/stat : 24019 (java) S 24009 24011 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24021222 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24020] ppid=24009 vsize=810800 CPUtime=0
/proc/24011/task/24020/stat : 24020 (java) S 24009 24011 19487 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24021222 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24021] ppid=24009 vsize=810800 CPUtime=1.31
/proc/24011/task/24021/stat : 24021 (java) S 24009 24011 19487 0 -1 64 3517 0 0 0 130 1 0 0 17 0 12 0 24021222 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24011/tid=24022] ppid=24009 vsize=810800 CPUtime=0
/proc/24011/task/24022/stat : 24022 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24021222 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24023] ppid=24009 vsize=810800 CPUtime=0
/proc/24011/task/24023/stat : 24023 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24021222 830259200 172196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 318.11
Current children cumulated vsize (KiB) 810800

[startup+321.503 s]
/proc/loadavg: 2.52 2.16 2.04 3/88 24024
/proc/meminfo: memFree=1036776/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=812800 CPUtime=319.7
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 319906 0 1 0 31833 137 0 0 18 0 12 0 24021212 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 203200 172696 1436 9 0 200527 0
[pid=24011/tid=24013] ppid=24009 vsize=812800 CPUtime=259.62
/proc/24011/task/24013/stat : 24013 (java) S 24009 24011 19487 0 -1 64 17789 0 1 0 25950 12 0 0 20 0 12 0 24021214 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24014] ppid=24009 vsize=812800 CPUtime=4.3
/proc/24011/task/24014/stat : 24014 (java) S 24009 24011 19487 0 -1 64 76407 0 0 0 402 28 0 0 15 0 12 0 24021215 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24015] ppid=24009 vsize=812800 CPUtime=4.04
/proc/24011/task/24015/stat : 24015 (java) S 24009 24011 19487 0 -1 64 77091 0 0 0 378 26 0 0 16 0 12 0 24021215 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24016] ppid=24009 vsize=812800 CPUtime=50.37
/proc/24011/task/24016/stat : 24016 (java) R 24009 24011 19487 0 -1 64 144350 0 0 0 4970 67 0 0 24 0 12 0 24021217 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24017] ppid=24009 vsize=812800 CPUtime=0
/proc/24011/task/24017/stat : 24017 (java) S 24009 24011 19487 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24021218 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24018] ppid=24009 vsize=812800 CPUtime=0
/proc/24011/task/24018/stat : 24018 (java) S 24009 24011 19487 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24021218 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24019] ppid=24009 vsize=812800 CPUtime=0
/proc/24011/task/24019/stat : 24019 (java) S 24009 24011 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24021222 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24020] ppid=24009 vsize=812800 CPUtime=0
/proc/24011/task/24020/stat : 24020 (java) S 24009 24011 19487 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24021222 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24021] ppid=24009 vsize=812800 CPUtime=1.31
/proc/24011/task/24021/stat : 24021 (java) S 24009 24011 19487 0 -1 64 3517 0 0 0 130 1 0 0 17 0 12 0 24021222 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24011/tid=24022] ppid=24009 vsize=812800 CPUtime=0
/proc/24011/task/24022/stat : 24022 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24021222 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24023] ppid=24009 vsize=812800 CPUtime=0
/proc/24011/task/24023/stat : 24023 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24021222 832307200 172696 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 319.7
Current children cumulated vsize (KiB) 812800

[startup+323.102 s]
/proc/loadavg: 2.48 2.16 2.04 3/89 24025
/proc/meminfo: memFree=1036768/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=813124 CPUtime=321.28
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 324421 0 1 0 31990 138 0 0 18 0 13 0 24021212 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 203281 172702 1436 9 0 200608 0
[pid=24011/tid=24013] ppid=24009 vsize=813124 CPUtime=259.62
/proc/24011/task/24013/stat : 24013 (java) S 24009 24011 19487 0 -1 64 17792 0 1 0 25950 12 0 0 18 0 13 0 24021214 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24014] ppid=24009 vsize=813124 CPUtime=4.3
/proc/24011/task/24014/stat : 24014 (java) S 24009 24011 19487 0 -1 64 76407 0 0 0 402 28 0 0 15 0 13 0 24021215 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24015] ppid=24009 vsize=813124 CPUtime=4.04
/proc/24011/task/24015/stat : 24015 (java) S 24009 24011 19487 0 -1 64 77091 0 0 0 378 26 0 0 16 0 13 0 24021215 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24016] ppid=24009 vsize=813124 CPUtime=51.95
/proc/24011/task/24016/stat : 24016 (java) R 24009 24011 19487 0 -1 64 148856 0 0 0 5127 68 0 0 25 0 13 0 24021217 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24017] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24017/stat : 24017 (java) S 24009 24011 19487 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24021218 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24018] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24018/stat : 24018 (java) S 24009 24011 19487 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24021218 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24019] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24019/stat : 24019 (java) S 24009 24011 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24021222 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24020] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24020/stat : 24020 (java) S 24009 24011 19487 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24021222 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24021] ppid=24009 vsize=813124 CPUtime=1.31
/proc/24011/task/24021/stat : 24021 (java) S 24009 24011 19487 0 -1 64 3517 0 0 0 130 1 0 0 17 0 13 0 24021222 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24011/tid=24022] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24022/stat : 24022 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 24021222 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24023] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24023/stat : 24023 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24021222 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24025] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24025/stat : 24025 (java) S 24009 24011 19487 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24053385 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.28
Current children cumulated vsize (KiB) 813124

[startup+323.902 s]
/proc/loadavg: 2.48 2.16 2.04 3/89 24025
/proc/meminfo: memFree=1036768/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=813124 CPUtime=322.07
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 325924 0 1 0 32068 139 0 0 18 0 13 0 24021212 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 203281 172702 1436 9 0 200608 0
[pid=24011/tid=24013] ppid=24009 vsize=813124 CPUtime=259.62
/proc/24011/task/24013/stat : 24013 (java) S 24009 24011 19487 0 -1 64 17792 0 1 0 25950 12 0 0 18 0 13 0 24021214 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24014] ppid=24009 vsize=813124 CPUtime=4.3
/proc/24011/task/24014/stat : 24014 (java) S 24009 24011 19487 0 -1 64 76407 0 0 0 402 28 0 0 15 0 13 0 24021215 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24015] ppid=24009 vsize=813124 CPUtime=4.04
/proc/24011/task/24015/stat : 24015 (java) S 24009 24011 19487 0 -1 64 77091 0 0 0 378 26 0 0 16 0 13 0 24021215 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24016] ppid=24009 vsize=813124 CPUtime=52.74
/proc/24011/task/24016/stat : 24016 (java) R 24009 24011 19487 0 -1 64 150358 0 0 0 5205 69 0 0 25 0 13 0 24021217 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24017] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24017/stat : 24017 (java) S 24009 24011 19487 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24021218 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24018] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24018/stat : 24018 (java) S 24009 24011 19487 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24021218 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24019] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24019/stat : 24019 (java) S 24009 24011 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24021222 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24020] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24020/stat : 24020 (java) S 24009 24011 19487 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24021222 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24021] ppid=24009 vsize=813124 CPUtime=1.31
/proc/24011/task/24021/stat : 24021 (java) S 24009 24011 19487 0 -1 64 3517 0 0 0 130 1 0 0 17 0 13 0 24021222 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24011/tid=24022] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24022/stat : 24022 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 24021222 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24023] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24023/stat : 24023 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24021222 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24025] ppid=24009 vsize=813124 CPUtime=0
/proc/24011/task/24025/stat : 24025 (java) S 24009 24011 19487 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24053385 832638976 172702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.07
Current children cumulated vsize (KiB) 813124

[startup+324.102 s]
/proc/loadavg: 2.48 2.16 2.04 3/89 24025
/proc/meminfo: memFree=1036768/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=809120 CPUtime=322.27
/proc/24011/stat : 24011 (java) S 24009 24011 19487 0 -1 0 325926 0 1 0 32088 139 0 0 18 0 12 0 24021212 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 202280 171702 1437 9 0 199607 0
[pid=24011/tid=24013] ppid=24009 vsize=809120 CPUtime=259.62
/proc/24011/task/24013/stat : 24013 (java) S 24009 24011 19487 0 -1 64 17792 0 1 0 25950 12 0 0 16 0 12 0 24021214 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24014] ppid=24009 vsize=809120 CPUtime=4.3
/proc/24011/task/24014/stat : 24014 (java) S 24009 24011 19487 0 -1 64 76407 0 0 0 402 28 0 0 15 0 12 0 24021215 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24015] ppid=24009 vsize=809120 CPUtime=4.04
/proc/24011/task/24015/stat : 24015 (java) S 24009 24011 19487 0 -1 64 77091 0 0 0 378 26 0 0 16 0 12 0 24021215 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24016] ppid=24009 vsize=809120 CPUtime=52.94
/proc/24011/task/24016/stat : 24016 (java) R 24009 24011 19487 0 -1 64 150358 0 0 0 5225 69 0 0 25 0 12 0 24021217 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 106158100 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24017] ppid=24009 vsize=809120 CPUtime=0
/proc/24011/task/24017/stat : 24017 (java) S 24009 24011 19487 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24021218 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24018] ppid=24009 vsize=809120 CPUtime=0
/proc/24011/task/24018/stat : 24018 (java) S 24009 24011 19487 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24021218 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24019] ppid=24009 vsize=809120 CPUtime=0
/proc/24011/task/24019/stat : 24019 (java) S 24009 24011 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24021222 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24020] ppid=24009 vsize=809120 CPUtime=0
/proc/24011/task/24020/stat : 24020 (java) S 24009 24011 19487 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24021222 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24021] ppid=24009 vsize=809120 CPUtime=1.31
/proc/24011/task/24021/stat : 24021 (java) S 24009 24011 19487 0 -1 64 3517 0 0 0 130 1 0 0 17 0 12 0 24021222 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24011/tid=24022] ppid=24009 vsize=809120 CPUtime=0
/proc/24011/task/24022/stat : 24022 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24021222 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24011/tid=24023] ppid=24009 vsize=809120 CPUtime=0
/proc/24011/task/24023/stat : 24023 (java) S 24009 24011 19487 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24021222 828538880 171702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.27
Current children cumulated vsize (KiB) 809120

[startup+324.202 s]
/proc/loadavg: 2.48 2.16 2.04 3/89 24025
/proc/meminfo: memFree=1036768/2055920 swapFree=4192812/4192956
[pid=24011] ppid=24009 vsize=0 CPUtime=322.34
/proc/24011/stat : 24011 (java) Z 24009 24011 19487 0 -1 12 325931 0 1 0 32094 140 0 0 16 0 2 0 24021212 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24011/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 322.34
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 324.298
CPU time (s): 322.451
CPU user time (s): 320.946
CPU system time (s): 1.50477
CPU usage (%): 99.4306
Max. virtual memory (cumulated for all children) (KiB): 815128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 320.946
system time used= 1.50477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325931
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= 16241
involuntary context switches= 17219

runsolver used 0.422935 second user time and 1.09683 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 05:32:27
IDJOB=2080282
IDBENCH=57052
IDSOLVER=731
FILE ID=node32/2080282-1247369547
PBS_JOBID= 9507034
Free space on /tmp= 66368 MiB

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

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

MD5SUM BENCH= 2fde0f12d2ada321174c733f0f6dc917
RANDOM SEED=599453992

node32.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.236
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.236
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:       1725168 kB
Buffers:         42096 kB
Cached:         170200 kB
SwapCached:          0 kB
Active:         185624 kB
Inactive:        78736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          62808 kB
Slab:            51364 kB
Committed_AS:   278432 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node32 at 2009-07-12 05:37:52