Trace number 2087663

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? 402.367 403.356

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-105-2.xml
MD5SUMf4f9a4db209c71dfa359c0c68f3555b3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.252961
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size634
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data

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

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-2087663-1247386497/watcher-2087663-1247386497 -o /tmp/evaluation-result-2087663-1247386497/solver-2087663-1247386497 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087663-1247386497.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.00 2.00 2.00 4/82 24290
/proc/meminfo: memFree=1692880/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=1612 CPUtime=0
/proc/24290/stat : 24290 (java6) R 24288 24290 23677 0 -1 0 179 0 0 0 0 0 0 0 19 0 1 0 25712316 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/24290/statm: 403 150 114 9 0 45 0

[startup+0.030347 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 24290
/proc/meminfo: memFree=1692880/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=800696 CPUtime=0.02
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 2339 0 1 0 1 1 0 0 19 0 4 0 25712316 819912704 2086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 200174 2086 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.102359 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 24290
/proc/meminfo: memFree=1692880/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=804560 CPUtime=0.09
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 3064 0 1 0 7 2 0 0 19 0 12 0 25712316 823869440 2807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 201140 2807 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302392 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 24290
/proc/meminfo: memFree=1692880/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=805720 CPUtime=0.29
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 4345 0 1 0 25 4 0 0 19 0 12 0 25712316 825057280 4082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 201430 4082 1363 9 0 198757 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805720

[startup+0.701433 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 24290
/proc/meminfo: memFree=1692880/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=807184 CPUtime=0.68
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 6368 0 1 0 64 4 0 0 19 0 12 0 25712316 826556416 5718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 201796 5718 1385 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50152 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 24302
/proc/meminfo: memFree=1662960/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=810556 CPUtime=1.48
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 11861 0 1 0 142 6 0 0 19 0 12 0 25712316 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 202639 9857 1412 9 0 199966 0
[pid=24290/tid=24292] ppid=24288 vsize=810556 CPUtime=0.74
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 23677 0 -1 64 7728 0 1 0 70 4 0 0 19 0 12 0 25712317 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4109124932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 23677 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 25712318 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25712318 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 23677 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25712320 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 23677 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 25712320 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24297] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 23677 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25712320 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25712325 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25712325 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24300] ppid=24288 vsize=810556 CPUtime=0.71
/proc/24290/task/24300/stat : 24300 (java) S 24288 24290 23677 0 -1 64 3379 0 0 0 71 0 0 0 18 0 12 0 25712325 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24301] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24301/stat : 24301 (java) S 24288 24290 23677 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25712325 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24302] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24302/stat : 24302 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25712325 830009344 9857 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810556

[startup+3.1027 s]
/proc/loadavg: 2.08 2.02 2.01 5/94 24302
/proc/meminfo: memFree=1612912/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=810556 CPUtime=3.07
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 27411 0 1 0 296 11 0 0 19 0 12 0 25712316 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 202639 25404 1432 9 0 199966 0
[pid=24290/tid=24292] ppid=24288 vsize=810556 CPUtime=2.06
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 23677 0 -1 64 17364 0 1 0 198 8 0 0 25 0 12 0 25712317 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4109602686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=810556 CPUtime=0.06
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 23677 0 -1 64 3123 0 0 0 6 0 0 0 16 0 12 0 25712318 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=810556 CPUtime=0.07
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 23677 0 -1 64 2757 0 0 0 7 0 0 0 16 0 12 0 25712318 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 25712320 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 23677 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25712320 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24297] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 23677 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25712320 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25712325 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25712325 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24300] ppid=24288 vsize=810556 CPUtime=0.83
/proc/24290/task/24300/stat : 24300 (java) S 24288 24290 23677 0 -1 64 3401 0 0 0 83 0 0 0 16 0 12 0 25712325 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24301] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24301/stat : 24301 (java) S 24288 24290 23677 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25712325 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24302] ppid=24288 vsize=810556 CPUtime=0
/proc/24290/task/24302/stat : 24302 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25712325 830009344 25404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810556

[startup+6.30206 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 24302
/proc/meminfo: memFree=1592496/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=810108 CPUtime=6.26
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 29356 0 1 0 614 12 0 0 19 0 12 0 25712316 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 202527 27242 1432 9 0 199854 0
[pid=24290/tid=24292] ppid=24288 vsize=810108 CPUtime=5.04
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 23677 0 -1 64 17370 0 1 0 496 8 0 0 25 0 12 0 25712317 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4109572242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=810108 CPUtime=0.16
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 23677 0 -1 64 3917 0 0 0 15 1 0 0 16 0 12 0 25712318 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=810108 CPUtime=0.16
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 23677 0 -1 64 3901 0 0 0 16 0 0 0 16 0 12 0 25712318 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 25712320 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 23677 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25712320 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24297] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 23677 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25712320 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25712325 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25712325 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24300] ppid=24288 vsize=810108 CPUtime=0.84
/proc/24290/task/24300/stat : 24300 (java) S 24288 24290 23677 0 -1 64 3402 0 0 0 84 0 0 0 17 0 12 0 25712325 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24301] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24301/stat : 24301 (java) S 24288 24290 23677 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25712325 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24302] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24302/stat : 24302 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25712325 829550592 27242 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 810108

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 24302
/proc/meminfo: memFree=1558512/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=810108 CPUtime=12.62
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 36995 0 1 0 1247 15 0 0 19 0 12 0 25712316 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 202527 34869 1432 9 0 199854 0
[pid=24290/tid=24292] ppid=24288 vsize=810108 CPUtime=11.2
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 23677 0 -1 64 17383 0 1 0 1112 8 0 0 25 0 12 0 25712317 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4109702726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=810108 CPUtime=0.21
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 23677 0 -1 64 7111 0 0 0 19 2 0 0 16 0 12 0 25712318 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=810108 CPUtime=0.24
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 23677 0 -1 64 8332 0 0 0 22 2 0 0 16 0 12 0 25712318 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 25712320 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 23677 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25712320 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24297] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 23677 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25712320 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25712325 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25712325 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24300] ppid=24288 vsize=810108 CPUtime=0.93
/proc/24290/task/24300/stat : 24300 (java) S 24288 24290 23677 0 -1 64 3403 0 0 0 92 1 0 0 17 0 12 0 25712325 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24301] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24301/stat : 24301 (java) S 24288 24290 23677 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25712325 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24302] ppid=24288 vsize=810108 CPUtime=0
/proc/24290/task/24302/stat : 24302 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25712325 829550592 34869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 810108

[startup+25.5022 s]
/proc/loadavg: 2.06 2.01 2.00 3/94 24302
/proc/meminfo: memFree=1507632/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=809340 CPUtime=25.35
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 50547 0 1 0 2515 20 0 0 19 0 12 0 25712316 828764160 48209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 202335 48209 1433 9 0 199662 0
[pid=24290/tid=24292] ppid=24288 vsize=809340 CPUtime=23.69
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 23677 0 -1 64 17405 0 1 0 2361 8 0 0 25 0 12 0 25712317 828764160 48209 996147200 134512640 134550932 4294956016 18446744073709551615 4109703032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24293] ppid=24288 vsize=809340 CPUtime=0.3
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 23677 0 -1 64 13984 0 0 0 26 4 0 0 16 0 12 0 25712318 828764160 48209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24294] ppid=24288 vsize=809340 CPUtime=0.37
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 23677 0 -1 64 14988 0 0 0 32 5 0 0 16 0 12 0 25712318 828764160 48209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24295] ppid=24288 vsize=809340 CPUtime=0.01
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 25712320 828764160 48209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24296] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 23677 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25712320 828764160 48209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24297] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 23677 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25712320 828764160 48209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25712325 828764160 48209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=809340 CPUtime=0

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


[startup+222.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 24302
/proc/meminfo: memFree=1009520/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=809340 CPUtime=221.39
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 174462 0 1 0 22072 67 0 0 19 0 12 0 25712316 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 202335 171569 1437 9 0 199662 0
[pid=24290/tid=24292] ppid=24288 vsize=809340 CPUtime=214.88
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 23677 0 -1 64 17690 0 1 0 21479 9 0 0 25 0 12 0 25712317 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4109675881 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24293] ppid=24288 vsize=809340 CPUtime=2.36
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 23677 0 -1 64 72840 0 0 0 210 26 0 0 16 0 12 0 25712318 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24294] ppid=24288 vsize=809340 CPUtime=2.4
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 23677 0 -1 64 79756 0 0 0 214 26 0 0 16 0 12 0 25712318 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24295] ppid=24288 vsize=809340 CPUtime=0.69
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 23677 0 -1 64 15 0 0 0 66 3 0 0 15 0 12 0 25712320 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24296] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 23677 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25712320 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24297] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 23677 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25712320 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25712325 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25712325 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24300] ppid=24288 vsize=809340 CPUtime=1.02
/proc/24290/task/24300/stat : 24300 (java) S 24288 24290 23677 0 -1 64 3408 0 0 0 101 1 0 0 17 0 12 0 25712325 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24301] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24301/stat : 24301 (java) S 24288 24290 23677 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25712325 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24302] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24302/stat : 24302 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25712325 828764160 171569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 809340

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 24302
/proc/meminfo: memFree=1009520/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=809340 CPUtime=281.37
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 174553 0 1 0 28068 69 0 0 19 0 12 0 25712316 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 202335 171571 1437 9 0 199662 0
[pid=24290/tid=24292] ppid=24288 vsize=809340 CPUtime=271.53
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 23677 0 -1 64 17779 0 1 0 27143 10 0 0 25 0 12 0 25712317 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4109590990 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24293] ppid=24288 vsize=809340 CPUtime=3.12
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 23677 0 -1 64 72840 0 0 0 286 26 0 0 16 0 12 0 25712318 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24294] ppid=24288 vsize=809340 CPUtime=3.1
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 23677 0 -1 64 79758 0 0 0 284 26 0 0 16 0 12 0 25712318 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24295] ppid=24288 vsize=809340 CPUtime=2.54
/proc/24290/task/24295/stat : 24295 (java) S 24288 24290 23677 0 -1 64 15 0 0 0 251 3 0 0 15 0 12 0 25712320 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24296] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 23677 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25712320 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 23677 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25712320 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25712325 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25712325 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24300] ppid=24288 vsize=809340 CPUtime=1.02
/proc/24290/task/24300/stat : 24300 (java) S 24288 24290 23677 0 -1 64 3408 0 0 0 101 1 0 0 17 0 12 0 25712325 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24301] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24301/stat : 24301 (java) S 24288 24290 23677 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25712325 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24302] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24302/stat : 24302 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25712325 828764160 171571 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.37
Current children cumulated vsize (KiB) 809340

[startup+342.302 s]
/proc/loadavg: 2.50 2.15 2.04 4/94 24302
/proc/meminfo: memFree=1008432/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=809340 CPUtime=341.35
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 175881 0 1 0 34064 71 0 0 19 0 12 0 25712316 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 202335 171804 1437 9 0 199662 0
[pid=24290/tid=24292] ppid=24288 vsize=809340 CPUtime=292.57
/proc/24290/task/24292/stat : 24292 (java) R 24288 24290 23677 0 -1 64 17872 0 1 0 29247 10 0 0 25 0 12 0 25712317 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24293] ppid=24288 vsize=809340 CPUtime=3.14
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 23677 0 -1 64 72840 0 0 0 288 26 0 0 16 0 12 0 25712318 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24294] ppid=24288 vsize=809340 CPUtime=3.11
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 23677 0 -1 64 79758 0 0 0 285 26 0 0 15 0 12 0 25712318 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24295] ppid=24288 vsize=809340 CPUtime=41.46
/proc/24290/task/24295/stat : 24295 (java) R 24288 24290 23677 0 -1 64 1250 0 0 0 4141 5 0 0 16 0 12 0 25712320 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24296] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 23677 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25712320 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 23677 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25712320 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24298] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25712325 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25712325 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24300] ppid=24288 vsize=809340 CPUtime=1.02
/proc/24290/task/24300/stat : 24300 (java) S 24288 24290 23677 0 -1 64 3408 0 0 0 101 1 0 0 17 0 12 0 25712325 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24301] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24301/stat : 24301 (java) S 24288 24290 23677 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 25712325 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24302] ppid=24288 vsize=809340 CPUtime=0
/proc/24290/task/24302/stat : 24302 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25712325 828764160 171804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.35
Current children cumulated vsize (KiB) 809340

[startup+402.303 s]
/proc/loadavg: 2.48 2.22 2.07 3/95 24303
/proc/meminfo: memFree=1008424/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=809664 CPUtime=401.33
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 182043 0 1 0 40059 74 0 0 19 0 13 0 25712316 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 202416 171810 1436 9 0 199743 0
[pid=24290/tid=24292] ppid=24288 vsize=809664 CPUtime=295.09
/proc/24290/task/24292/stat : 24292 (java) S 24288 24290 23677 0 -1 64 18016 0 1 0 29499 10 0 0 17 0 13 0 25712317 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24293] ppid=24288 vsize=809664 CPUtime=3.14
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 23677 0 -1 64 72840 0 0 0 288 26 0 0 16 0 13 0 25712318 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24294] ppid=24288 vsize=809664 CPUtime=3.11
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 23677 0 -1 64 79758 0 0 0 285 26 0 0 15 0 13 0 25712318 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24295] ppid=24288 vsize=809664 CPUtime=98.91
/proc/24290/task/24295/stat : 24295 (java) R 24288 24290 23677 0 -1 64 7262 0 0 0 9883 8 0 0 25 0 13 0 25712320 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24296] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 23677 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 25712320 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 23677 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25712320 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24298] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25712325 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25712325 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24300] ppid=24288 vsize=809664 CPUtime=1.02
/proc/24290/task/24300/stat : 24300 (java) S 24288 24290 23677 0 -1 64 3408 0 0 0 101 1 0 0 17 0 13 0 25712325 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24301] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24301/stat : 24301 (java) S 24288 24290 23677 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25712325 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24302] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24302/stat : 24302 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25712325 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24303] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24303/stat : 24303 (java) S 24288 24290 23677 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25752441 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.33
Current children cumulated vsize (KiB) 809664

Solver just ended. Dumping a history of the last processes samples

[startup+403.101 s]
/proc/loadavg: 2.48 2.22 2.07 3/95 24303
/proc/meminfo: memFree=1008424/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=809664 CPUtime=402.12
/proc/24290/stat : 24290 (java) S 24288 24290 23677 0 -1 0 182044 0 1 0 40138 74 0 0 19 0 13 0 25712316 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24290/statm: 202416 171810 1436 9 0 199743 0
[pid=24290/tid=24292] ppid=24288 vsize=809664 CPUtime=295.09
/proc/24290/task/24292/stat : 24292 (java) S 24288 24290 23677 0 -1 64 18016 0 1 0 29499 10 0 0 17 0 13 0 25712317 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24293] ppid=24288 vsize=809664 CPUtime=3.14
/proc/24290/task/24293/stat : 24293 (java) S 24288 24290 23677 0 -1 64 72840 0 0 0 288 26 0 0 16 0 13 0 25712318 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24294] ppid=24288 vsize=809664 CPUtime=3.11
/proc/24290/task/24294/stat : 24294 (java) S 24288 24290 23677 0 -1 64 79758 0 0 0 285 26 0 0 15 0 13 0 25712318 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24295] ppid=24288 vsize=809664 CPUtime=99.71
/proc/24290/task/24295/stat : 24295 (java) R 24288 24290 23677 0 -1 64 7262 0 0 0 9963 8 0 0 25 0 13 0 25712320 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24296] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24296/stat : 24296 (java) S 24288 24290 23677 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 25712320 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24297] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24297/stat : 24297 (java) S 24288 24290 23677 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25712320 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24298] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24298/stat : 24298 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 25712325 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24299] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24299/stat : 24299 (java) S 24288 24290 23677 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 25712325 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24300] ppid=24288 vsize=809664 CPUtime=1.02
/proc/24290/task/24300/stat : 24300 (java) S 24288 24290 23677 0 -1 64 3408 0 0 0 101 1 0 0 17 0 13 0 25712325 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24290/tid=24301] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24301/stat : 24301 (java) S 24288 24290 23677 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 25712325 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24302] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24302/stat : 24302 (java) S 24288 24290 23677 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25712325 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24290/tid=24303] ppid=24288 vsize=809664 CPUtime=0
/proc/24290/task/24303/stat : 24303 (java) S 24288 24290 23677 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25752441 829095936 171810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 809664

[startup+403.301 s]
/proc/loadavg: 2.48 2.22 2.07 3/95 24303
/proc/meminfo: memFree=1008424/2055920 swapFree=4191904/4192956
[pid=24290] ppid=24288 vsize=0 CPUtime=402.31
/proc/24290/stat : 24290 (java) Z 24288 24290 23677 0 -1 12 182055 0 1 0 40152 79 0 0 16 0 2 0 25712316 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24290/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 403.356
CPU time (s): 402.367
CPU user time (s): 401.521
CPU system time (s): 0.845871
CPU usage (%): 99.7548
Max. virtual memory (cumulated for all children) (KiB): 811344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 401.521
system time used= 0.845871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182055
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= 17098
involuntary context switches= 14229

runsolver used 0.563914 second user time and 1.24081 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 10:14:57
IDJOB=2087663
IDBENCH=58770
IDSOLVER=731
FILE ID=node63/2087663-1247386497
PBS_JOBID= 9507264
Free space on /tmp= 66220 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-105-2.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087663-1247386497/watcher-2087663-1247386497 -o /tmp/evaluation-result-2087663-1247386497/solver-2087663-1247386497 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087663-1247386497.xml

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

MD5SUM BENCH= f4f9a4db209c71dfa359c0c68f3555b3
RANDOM SEED=90286776

node63.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1693368 kB
Buffers:         49968 kB
Cached:         166148 kB
SwapCached:        260 kB
Active:         203936 kB
Inactive:       104472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693368 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:         112204 kB
Slab:            39052 kB
Committed_AS:   303840 kB
PageTables:       2088 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= 66220 MiB
End job on node63 at 2009-07-12 10:21:41