Trace number 2081734

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? 222.479 223.444

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-25.xml
MD5SUM38af2b06f564c2fa6a4a17a02adff205
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1033.95
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1518
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
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.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.19/0.24	c c --- Begin Solver configuration ---
0.19/0.24	c Stops conflict analysis at the first Unique Implication Point
0.19/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.24	c Learn all clauses as in MiniSAT
0.19/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.24	c Expensive reason simplification
0.19/0.24	c MiniSAT restarts strategy
0.19/0.24	c Memory based learned constraints deletion strategy
0.19/0.24	c timeout=2147483s
0.19/0.24	c DB Simplification allowed=false
0.19/0.24	c --- End Solver configuration ---
0.19/0.24	c solving HOME/instance-2081734-1247374056.xml
0.19/0.24	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.53	c reading variables done.
2.99/3.09	c reading predicates  done.
3.29/3.32	c reading constraints
214.34/215.26	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
214.34/215.26		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
214.34/215.26		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
214.34/215.26		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
217.12/218.05		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
217.12/218.05		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
217.12/218.05		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
217.12/218.05		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
217.12/218.05		at org.sat4j.csp.Predicate.toClause(Unknown Source)
217.12/218.05		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
217.12/218.05		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
217.12/218.05		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
217.12/218.05		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
217.12/218.05		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
217.12/218.05		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
217.12/218.05		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
217.12/218.05		at org.sat4j.AbstractLauncher.run(Unknown Source)
217.12/218.05		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
222.17/223.14	c starts		: 0
222.17/223.14	c conflicts		: 0
222.17/223.14	c decisions		: 0
222.17/223.14	c propagations		: 0
222.17/223.14	c inspects		: 0
222.17/223.14	c learnt literals	: 0
222.17/223.14	c learnt binary clauses	: 0
222.17/223.14	c learnt ternary clauses	: 0
222.17/223.14	c learnt clauses	: 0
222.17/223.14	c ignored clauses	: 0
222.17/223.14	c root simplifications	: 0
222.17/223.14	c removed literals (reason simplification)	: 0
222.17/223.14	c reason swapping (by a shorter reason)	: 0
222.17/223.14	c Calls to reduceDB	: 0
222.17/223.14	c speed (assignments/second)	: 0.0
222.17/223.14	c non guided choices	0
222.17/223.14	c learnt constraints type 
222.17/223.15	c constraints type 
222.17/223.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75983
222.17/223.15	c org.sat4j.minisat.constraints.card.AtLeast => 800
222.17/223.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
222.17/223.15	s UNKNOWN
222.17/223.15	c Total wall clock time (in seconds) : 217.806

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-2081734-1247374056/watcher-2081734-1247374056 -o /tmp/evaluation-result-2081734-1247374056/solver-2081734-1247374056 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081734-1247374056.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.16 2.42 2.37 4/81 24001
/proc/meminfo: memFree=1736976/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=1612 CPUtime=0
/proc/24001/stat : 24001 (java6) R 23999 24001 23210 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 24472641 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 8344506 0 0 4096 0 0 0 0 17 0 0 0
/proc/24001/statm: 403 150 114 9 0 45 0

[startup+0.100036 s]
/proc/loadavg: 2.16 2.42 2.37 4/81 24001
/proc/meminfo: memFree=1736976/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=804560 CPUtime=0.08
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 3008 0 1 0 6 2 0 0 18 0 12 0 24472641 823869440 2751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 201140 2751 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.201057 s]
/proc/loadavg: 2.16 2.42 2.37 4/81 24001
/proc/meminfo: memFree=1736976/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=805504 CPUtime=0.19
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 3838 0 1 0 16 3 0 0 18 0 12 0 24472641 824836096 3576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 201376 3576 1332 9 0 198710 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805504

[startup+0.301076 s]
/proc/loadavg: 2.16 2.42 2.37 4/81 24001
/proc/meminfo: memFree=1736976/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=805628 CPUtime=0.28
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 4308 0 1 0 25 3 0 0 18 0 12 0 24472641 824963072 4045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 201407 4045 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701153 s]
/proc/loadavg: 2.16 2.42 2.37 4/81 24001
/proc/meminfo: memFree=1736976/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=807184 CPUtime=0.68
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 5440 0 1 0 64 4 0 0 18 0 12 0 24472641 826556416 4933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 201796 4933 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50232 s]
/proc/loadavg: 2.16 2.42 2.37 5/93 24013
/proc/meminfo: memFree=1651568/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=809748 CPUtime=1.5
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 34927 0 1 0 133 17 0 0 18 0 12 0 24472641 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 202437 33636 1402 9 0 199764 0
[pid=24001/tid=24003] ppid=23999 vsize=809748 CPUtime=0.77
/proc/24001/task/24003/stat : 24003 (java) R 23999 24001 23210 0 -1 64 16888 0 1 0 68 9 0 0 23 0 12 0 24472642 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24004] ppid=23999 vsize=809748 CPUtime=0.15
/proc/24001/task/24004/stat : 24004 (java) R 23999 24001 23210 0 -1 64 7349 0 0 0 12 3 0 0 16 0 12 0 24472643 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 106194150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24005] ppid=23999 vsize=809748 CPUtime=0.18
/proc/24001/task/24005/stat : 24005 (java) R 23999 24001 23210 0 -1 64 8760 0 0 0 15 3 0 0 16 0 12 0 24472643 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 105886566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24006] ppid=23999 vsize=809748 CPUtime=0
/proc/24001/task/24006/stat : 24006 (java) S 23999 24001 23210 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24472645 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24007] ppid=23999 vsize=809748 CPUtime=0
/proc/24001/task/24007/stat : 24007 (java) S 23999 24001 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24472646 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24008] ppid=23999 vsize=809748 CPUtime=0
/proc/24001/task/24008/stat : 24008 (java) S 23999 24001 23210 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24472646 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24009] ppid=23999 vsize=809748 CPUtime=0
/proc/24001/task/24009/stat : 24009 (java) S 23999 24001 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24472650 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24010] ppid=23999 vsize=809748 CPUtime=0
/proc/24001/task/24010/stat : 24010 (java) S 23999 24001 23210 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24472650 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24011] ppid=23999 vsize=809748 CPUtime=0.36
/proc/24001/task/24011/stat : 24011 (java) S 23999 24001 23210 0 -1 64 1174 0 0 0 36 0 0 0 16 0 12 0 24472650 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24012] ppid=23999 vsize=809748 CPUtime=0
/proc/24001/task/24012/stat : 24012 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24472650 829181952 33636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24013] ppid=23999 vsize=809748 CPUtime=0
/proc/24001/task/24013/stat : 24013 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24472650 829181952 33636 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) 809748

[startup+3.10163 s]
/proc/loadavg: 2.16 2.42 2.37 4/93 24013
/proc/meminfo: memFree=1543920/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=814872 CPUtime=3.09
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 73646 0 1 0 276 33 0 0 18 0 12 0 24472641 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 203718 71102 1402 9 0 201045 0
[pid=24001/tid=24003] ppid=23999 vsize=814872 CPUtime=1.06
/proc/24001/task/24003/stat : 24003 (java) R 23999 24001 23210 0 -1 64 16908 0 1 0 97 9 0 0 16 0 12 0 24472642 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4109161693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24004] ppid=23999 vsize=814872 CPUtime=0.74
/proc/24001/task/24004/stat : 24004 (java) R 23999 24001 23210 0 -1 64 24289 0 0 0 64 10 0 0 19 0 12 0 24472643 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24005] ppid=23999 vsize=814872 CPUtime=0.89
/proc/24001/task/24005/stat : 24005 (java) S 23999 24001 23210 0 -1 64 30519 0 0 0 77 12 0 0 18 0 12 0 24472643 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24006] ppid=23999 vsize=814872 CPUtime=0
/proc/24001/task/24006/stat : 24006 (java) S 23999 24001 23210 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24472645 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24007] ppid=23999 vsize=814872 CPUtime=0
/proc/24001/task/24007/stat : 24007 (java) S 23999 24001 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24472646 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24008] ppid=23999 vsize=814872 CPUtime=0
/proc/24001/task/24008/stat : 24008 (java) S 23999 24001 23210 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24472646 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24009] ppid=23999 vsize=814872 CPUtime=0
/proc/24001/task/24009/stat : 24009 (java) S 23999 24001 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24472650 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24010] ppid=23999 vsize=814872 CPUtime=0
/proc/24001/task/24010/stat : 24010 (java) S 23999 24001 23210 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24472650 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24011] ppid=23999 vsize=814872 CPUtime=0.37
/proc/24001/task/24011/stat : 24011 (java) R 23999 24001 23210 0 -1 64 1174 0 0 0 37 0 0 0 16 0 12 0 24472650 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 102246736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24012] ppid=23999 vsize=814872 CPUtime=0
/proc/24001/task/24012/stat : 24012 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24472650 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24013] ppid=23999 vsize=814872 CPUtime=0
/proc/24001/task/24013/stat : 24013 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24472650 834428928 71102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 814872

[startup+6.30225 s]
/proc/loadavg: 2.15 2.42 2.37 3/93 24013
/proc/meminfo: memFree=1431408/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=818280 CPUtime=6.28
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 82825 0 1 0 591 37 0 0 18 0 12 0 24472641 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 204570 78924 1424 9 0 201897 0
[pid=24001/tid=24003] ppid=23999 vsize=818280 CPUtime=3.56
/proc/24001/task/24003/stat : 24003 (java) R 23999 24001 23210 0 -1 64 17396 0 1 0 346 10 0 0 25 0 12 0 24472642 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4109567942 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24004] ppid=23999 vsize=818280 CPUtime=0.88
/proc/24001/task/24004/stat : 24004 (java) S 23999 24001 23210 0 -1 64 26133 0 0 0 78 10 0 0 16 0 12 0 24472643 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24005] ppid=23999 vsize=818280 CPUtime=1.06
/proc/24001/task/24005/stat : 24005 (java) S 23999 24001 23210 0 -1 64 35306 0 0 0 92 14 0 0 17 0 12 0 24472643 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24006] ppid=23999 vsize=818280 CPUtime=0
/proc/24001/task/24006/stat : 24006 (java) S 23999 24001 23210 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24472645 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24007] ppid=23999 vsize=818280 CPUtime=0
/proc/24001/task/24007/stat : 24007 (java) S 23999 24001 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24472646 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24008] ppid=23999 vsize=818280 CPUtime=0
/proc/24001/task/24008/stat : 24008 (java) S 23999 24001 23210 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24472646 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24009] ppid=23999 vsize=818280 CPUtime=0
/proc/24001/task/24009/stat : 24009 (java) S 23999 24001 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24472650 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24010] ppid=23999 vsize=818280 CPUtime=0
/proc/24001/task/24010/stat : 24010 (java) S 23999 24001 23210 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24472650 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24011] ppid=23999 vsize=818280 CPUtime=0.73
/proc/24001/task/24011/stat : 24011 (java) S 23999 24001 23210 0 -1 64 3234 0 0 0 73 0 0 0 17 0 12 0 24472650 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24012] ppid=23999 vsize=818280 CPUtime=0
/proc/24001/task/24012/stat : 24012 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24472650 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24013] ppid=23999 vsize=818280 CPUtime=0
/proc/24001/task/24013/stat : 24013 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24472650 837918720 78924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 818280

[startup+12.7025 s]
/proc/loadavg: 2.22 2.42 2.37 3/93 24013
/proc/meminfo: memFree=1367088/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=823672 CPUtime=12.68
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 102466 0 1 0 1225 43 0 0 18 0 12 0 24472641 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 205918 95104 1431 9 0 203245 0
[pid=24001/tid=24003] ppid=23999 vsize=823672 CPUtime=8.55
/proc/24001/task/24003/stat : 24003 (java) R 23999 24001 23210 0 -1 64 17421 0 1 0 845 10 0 0 25 0 12 0 24472642 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4109710033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24004] ppid=23999 vsize=823672 CPUtime=1.25
/proc/24001/task/24004/stat : 24004 (java) S 23999 24001 23210 0 -1 64 32630 0 0 0 113 12 0 0 16 0 12 0 24472643 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24005] ppid=23999 vsize=823672 CPUtime=1.18
/proc/24001/task/24005/stat : 24005 (java) S 23999 24001 23210 0 -1 64 43528 0 0 0 102 16 0 0 16 0 12 0 24472643 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24006] ppid=23999 vsize=823672 CPUtime=0.01
/proc/24001/task/24006/stat : 24006 (java) S 23999 24001 23210 0 -1 64 7 0 0 0 1 0 0 0 15 0 12 0 24472645 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24007] ppid=23999 vsize=823672 CPUtime=0
/proc/24001/task/24007/stat : 24007 (java) S 23999 24001 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24472646 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24008] ppid=23999 vsize=823672 CPUtime=0
/proc/24001/task/24008/stat : 24008 (java) S 23999 24001 23210 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24472646 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24009] ppid=23999 vsize=823672 CPUtime=0
/proc/24001/task/24009/stat : 24009 (java) S 23999 24001 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24472650 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24010] ppid=23999 vsize=823672 CPUtime=0.4
/proc/24001/task/24010/stat : 24010 (java) S 23999 24001 23210 0 -1 64 2294 0 0 0 40 0 0 0 18 0 12 0 24472650 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24011] ppid=23999 vsize=823672 CPUtime=1.22
/proc/24001/task/24011/stat : 24011 (java) S 23999 24001 23210 0 -1 64 5850 0 0 0 121 1 0 0 19 0 12 0 24472650 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24012] ppid=23999 vsize=823672 CPUtime=0
/proc/24001/task/24012/stat : 24012 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24472650 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24013] ppid=23999 vsize=823672 CPUtime=0
/proc/24001/task/24013/stat : 24013 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24472650 843440128 95104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 823672

[startup+25.502 s]
/proc/loadavg: 2.32 2.44 2.37 3/93 24013
/proc/meminfo: memFree=1279088/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=822428 CPUtime=25.47
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 123163 0 1 0 2496 51 0 0 18 0 12 0 24472641 842166272 115461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 205607 115461 1431 9 0 202934 0
[pid=24001/tid=24003] ppid=23999 vsize=822428 CPUtime=20.22
/proc/24001/task/24003/stat : 24003 (java) R 23999 24001 23210 0 -1 64 17456 0 1 0 2012 10 0 0 25 0 12 0 24472642 842166272 115461 996147200 134512640 134550932 4294956016 18446744073709551615 4109805354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24004] ppid=23999 vsize=822428 CPUtime=1.82
/proc/24001/task/24004/stat : 24004 (java) S 23999 24001 23210 0 -1 64 43549 0 0 0 166 16 0 0 16 0 12 0 24472643 842166272 115461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24005] ppid=23999 vsize=822428 CPUtime=1.45
/proc/24001/task/24005/stat : 24005 (java) S 23999 24001 23210 0 -1 64 53271 0 0 0 125 20 0 0 16 0 12 0 24472643 842166272 115461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24006] ppid=23999 vsize=822428 CPUtime=0.01
/proc/24001/task/24006/stat : 24006 (java) S 23999 24001 23210 0 -1 64 7 0 0 0 1 0 0 0 15 0 12 0 24472645 842166272 115461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24007] ppid=23999 vsize=822428 CPUtime=0
/proc/24001/task/24007/stat : 24007 (java) S 23999 24001 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24472646 842166272 115461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24008] ppid=23999 vsize=822428 CPUtime=0
/proc/24001/task/24008/stat : 24008 (java) S 23999 24001 23210 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24472646 842166272 115461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24009] ppid=23999 vsize=822428 CPUtime=0
/proc/24001/task/24009/stat : 24009 (java) S 23999 24001 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24472650 842166272 115461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24010] ppid=23999 vsize=822428 CPUtime=0.68

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


[startup+102.302 s]
/proc/loadavg: 2.77 2.54 2.41 3/93 24013
/proc/meminfo: memFree=1042544/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=820136 CPUtime=102.23
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 217066 0 1 0 10135 88 0 0 18 0 12 0 24472641 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 205034 174400 1435 9 0 202361 0
[pid=24001/tid=24003] ppid=23999 vsize=820136 CPUtime=90.97
/proc/24001/task/24003/stat : 24003 (java) R 23999 24001 23210 0 -1 64 17624 0 1 0 9086 11 0 0 25 0 12 0 24472642 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4109593161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24004] ppid=23999 vsize=820136 CPUtime=3.39
/proc/24001/task/24004/stat : 24004 (java) S 23999 24001 23210 0 -1 64 72073 0 0 0 313 26 0 0 16 0 12 0 24472643 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24005] ppid=23999 vsize=820136 CPUtime=3.29
/proc/24001/task/24005/stat : 24005 (java) S 23999 24001 23210 0 -1 64 84253 0 0 0 298 31 0 0 16 0 12 0 24472643 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24006] ppid=23999 vsize=820136 CPUtime=2.59
/proc/24001/task/24006/stat : 24006 (java) S 23999 24001 23210 0 -1 64 34233 0 0 0 244 15 0 0 15 0 12 0 24472645 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24007] ppid=23999 vsize=820136 CPUtime=0
/proc/24001/task/24007/stat : 24007 (java) S 23999 24001 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24472646 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24008] ppid=23999 vsize=820136 CPUtime=0
/proc/24001/task/24008/stat : 24008 (java) S 23999 24001 23210 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24472646 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24009] ppid=23999 vsize=820136 CPUtime=0
/proc/24001/task/24009/stat : 24009 (java) S 23999 24001 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24472650 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24010] ppid=23999 vsize=820136 CPUtime=0.71
/proc/24001/task/24010/stat : 24010 (java) S 23999 24001 23210 0 -1 64 2294 0 0 0 71 0 0 0 17 0 12 0 24472650 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24011] ppid=23999 vsize=820136 CPUtime=1.22
/proc/24001/task/24011/stat : 24011 (java) S 23999 24001 23210 0 -1 64 5850 0 0 0 121 1 0 0 19 0 12 0 24472650 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24012] ppid=23999 vsize=820136 CPUtime=0
/proc/24001/task/24012/stat : 24012 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24472650 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24013] ppid=23999 vsize=820136 CPUtime=0
/proc/24001/task/24013/stat : 24013 (java) R 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24472650 839819264 174400 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 820136

[startup+162.303 s]
/proc/loadavg: 3.02 2.64 2.45 4/93 24013
/proc/meminfo: memFree=1020400/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=822140 CPUtime=161.95
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 393505 0 1 0 16034 161 0 0 18 0 12 0 24472641 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 205535 175071 1435 9 0 202862 0
[pid=24001/tid=24003] ppid=23999 vsize=822140 CPUtime=127.77
/proc/24001/task/24003/stat : 24003 (java) R 23999 24001 23210 0 -1 64 17748 0 1 0 12766 11 0 0 25 0 12 0 24472642 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24004] ppid=23999 vsize=822140 CPUtime=4.25
/proc/24001/task/24004/stat : 24004 (java) S 23999 24001 23210 0 -1 64 72073 0 0 0 399 26 0 0 16 0 12 0 24472643 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24005] ppid=23999 vsize=822140 CPUtime=4.21
/proc/24001/task/24005/stat : 24005 (java) S 23999 24001 23210 0 -1 64 84422 0 0 0 390 31 0 0 15 0 12 0 24472643 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24006] ppid=23999 vsize=822140 CPUtime=23.72
/proc/24001/task/24006/stat : 24006 (java) R 23999 24001 23210 0 -1 64 210379 0 0 0 2285 87 0 0 16 0 12 0 24472645 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 103585172 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24007] ppid=23999 vsize=822140 CPUtime=0
/proc/24001/task/24007/stat : 24007 (java) S 23999 24001 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24472646 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24008] ppid=23999 vsize=822140 CPUtime=0
/proc/24001/task/24008/stat : 24008 (java) S 23999 24001 23210 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24472646 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24009] ppid=23999 vsize=822140 CPUtime=0
/proc/24001/task/24009/stat : 24009 (java) S 23999 24001 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24472650 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24010] ppid=23999 vsize=822140 CPUtime=0.71
/proc/24001/task/24010/stat : 24010 (java) S 23999 24001 23210 0 -1 64 2294 0 0 0 71 0 0 0 17 0 12 0 24472650 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24011] ppid=23999 vsize=822140 CPUtime=1.22
/proc/24001/task/24011/stat : 24011 (java) S 23999 24001 23210 0 -1 64 5850 0 0 0 121 1 0 0 19 0 12 0 24472650 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24012] ppid=23999 vsize=822140 CPUtime=0
/proc/24001/task/24012/stat : 24012 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24472650 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24013] ppid=23999 vsize=822140 CPUtime=0
/proc/24001/task/24013/stat : 24013 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24472650 841871360 175071 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 822140

[startup+222.307 s]
/proc/loadavg: 3.41 2.84 2.53 3/94 24016
/proc/meminfo: memFree=1020328/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=841592 CPUtime=221.38
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 817312 0 1 0 21789 349 0 0 18 0 13 0 24472641 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 210398 179858 1434 9 0 207725 0
[pid=24001/tid=24003] ppid=23999 vsize=841592 CPUtime=134.17
/proc/24001/task/24003/stat : 24003 (java) S 23999 24001 23210 0 -1 64 17789 0 1 0 13406 11 0 0 18 0 13 0 24472642 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24004] ppid=23999 vsize=841592 CPUtime=4.25
/proc/24001/task/24004/stat : 24004 (java) S 23999 24001 23210 0 -1 64 72073 0 0 0 399 26 0 0 16 0 13 0 24472643 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24005] ppid=23999 vsize=841592 CPUtime=4.21
/proc/24001/task/24005/stat : 24005 (java) S 23999 24001 23210 0 -1 64 84422 0 0 0 390 31 0 0 15 0 13 0 24472643 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24006] ppid=23999 vsize=841592 CPUtime=76.76
/proc/24001/task/24006/stat : 24006 (java) R 23999 24001 23210 0 -1 64 634138 0 0 0 7401 275 0 0 25 0 13 0 24472645 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 104187805 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24007] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24007/stat : 24007 (java) S 23999 24001 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24472646 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24008] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24008/stat : 24008 (java) S 23999 24001 23210 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24472646 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24009] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24009/stat : 24009 (java) S 23999 24001 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24472650 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24010] ppid=23999 vsize=841592 CPUtime=0.71
/proc/24001/task/24010/stat : 24010 (java) S 23999 24001 23210 0 -1 64 2294 0 0 0 71 0 0 0 17 0 13 0 24472650 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24011] ppid=23999 vsize=841592 CPUtime=1.22
/proc/24001/task/24011/stat : 24011 (java) S 23999 24001 23210 0 -1 64 5850 0 0 0 121 1 0 0 19 0 13 0 24472650 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24012] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24012/stat : 24012 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24472650 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24013] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24013/stat : 24013 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24472650 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24016] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24016/stat : 24016 (java) S 23999 24001 23210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24494446 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 841592

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

[startup+222.403 s]
/proc/loadavg: 3.41 2.84 2.53 3/94 24016
/proc/meminfo: memFree=1020328/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=841592 CPUtime=221.48
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 817312 0 1 0 21799 349 0 0 18 0 13 0 24472641 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 210398 179858 1434 9 0 207725 0
[pid=24001/tid=24003] ppid=23999 vsize=841592 CPUtime=134.17
/proc/24001/task/24003/stat : 24003 (java) S 23999 24001 23210 0 -1 64 17789 0 1 0 13406 11 0 0 18 0 13 0 24472642 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24004] ppid=23999 vsize=841592 CPUtime=4.25
/proc/24001/task/24004/stat : 24004 (java) S 23999 24001 23210 0 -1 64 72073 0 0 0 399 26 0 0 16 0 13 0 24472643 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24005] ppid=23999 vsize=841592 CPUtime=4.21
/proc/24001/task/24005/stat : 24005 (java) S 23999 24001 23210 0 -1 64 84422 0 0 0 390 31 0 0 15 0 13 0 24472643 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24006] ppid=23999 vsize=841592 CPUtime=76.86
/proc/24001/task/24006/stat : 24006 (java) R 23999 24001 23210 0 -1 64 634138 0 0 0 7411 275 0 0 25 0 13 0 24472645 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 104187927 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24007] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24007/stat : 24007 (java) S 23999 24001 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24472646 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24008] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24008/stat : 24008 (java) S 23999 24001 23210 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 24472646 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24009] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24009/stat : 24009 (java) S 23999 24001 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24472650 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24010] ppid=23999 vsize=841592 CPUtime=0.71
/proc/24001/task/24010/stat : 24010 (java) S 23999 24001 23210 0 -1 64 2294 0 0 0 71 0 0 0 17 0 13 0 24472650 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24011] ppid=23999 vsize=841592 CPUtime=1.22
/proc/24001/task/24011/stat : 24011 (java) S 23999 24001 23210 0 -1 64 5850 0 0 0 121 1 0 0 19 0 13 0 24472650 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24012] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24012/stat : 24012 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24472650 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24013] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24013/stat : 24013 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24472650 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24016] ppid=23999 vsize=841592 CPUtime=0
/proc/24001/task/24016/stat : 24016 (java) S 23999 24001 23210 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24494446 861790208 179858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.48
Current children cumulated vsize (KiB) 841592

[startup+223.202 s]
/proc/loadavg: 3.41 2.84 2.53 3/94 24016
/proc/meminfo: memFree=1020328/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=820460 CPUtime=222.27
/proc/24001/stat : 24001 (java) S 23999 24001 23210 0 -1 0 817318 0 1 0 21878 349 0 0 18 0 12 0 24472641 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 205115 174580 1435 9 0 202442 0
[pid=24001/tid=24003] ppid=23999 vsize=820460 CPUtime=134.17
/proc/24001/task/24003/stat : 24003 (java) S 23999 24001 23210 0 -1 64 17790 0 1 0 13406 11 0 0 16 0 12 0 24472642 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24004] ppid=23999 vsize=820460 CPUtime=4.25
/proc/24001/task/24004/stat : 24004 (java) S 23999 24001 23210 0 -1 64 72073 0 0 0 399 26 0 0 16 0 12 0 24472643 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24005] ppid=23999 vsize=820460 CPUtime=4.21
/proc/24001/task/24005/stat : 24005 (java) S 23999 24001 23210 0 -1 64 84422 0 0 0 390 31 0 0 15 0 12 0 24472643 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24006] ppid=23999 vsize=820460 CPUtime=77.64
/proc/24001/task/24006/stat : 24006 (java) R 23999 24001 23210 0 -1 64 634138 0 0 0 7489 275 0 0 25 0 12 0 24472645 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 106158105 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24007] ppid=23999 vsize=820460 CPUtime=0
/proc/24001/task/24007/stat : 24007 (java) S 23999 24001 23210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24472646 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24008] ppid=23999 vsize=820460 CPUtime=0
/proc/24001/task/24008/stat : 24008 (java) S 23999 24001 23210 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24472646 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24009] ppid=23999 vsize=820460 CPUtime=0
/proc/24001/task/24009/stat : 24009 (java) S 23999 24001 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24472650 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24010] ppid=23999 vsize=820460 CPUtime=0.71
/proc/24001/task/24010/stat : 24010 (java) S 23999 24001 23210 0 -1 64 2294 0 0 0 71 0 0 0 17 0 12 0 24472650 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24011] ppid=23999 vsize=820460 CPUtime=1.22
/proc/24001/task/24011/stat : 24011 (java) S 23999 24001 23210 0 -1 64 5850 0 0 0 121 1 0 0 19 0 12 0 24472650 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24001/tid=24012] ppid=23999 vsize=820460 CPUtime=0
/proc/24001/task/24012/stat : 24012 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24472650 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24001/tid=24013] ppid=23999 vsize=820460 CPUtime=0
/proc/24001/task/24013/stat : 24013 (java) S 23999 24001 23210 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24472650 840151040 174580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 820460

[startup+223.407 s]
/proc/loadavg: 3.30 2.82 2.53 2/93 24016
/proc/meminfo: memFree=1041448/2055920 swapFree=4192812/4192956
[pid=24001] ppid=23999 vsize=0 CPUtime=222.43
/proc/24001/stat : 24001 (java) Z 23999 24001 23210 0 -1 12 817323 0 1 0 21887 356 0 0 16 0 2 0 24472641 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24001/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.43
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 223.444
CPU time (s): 222.479
CPU user time (s): 218.875
CPU system time (s): 3.60445
CPU usage (%): 99.5681
Max. virtual memory (cumulated for all children) (KiB): 861752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.875
system time used= 3.60445
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 817323
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= 11231
involuntary context switches= 11738

runsolver used 0.328949 second user time and 0.706892 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 06:47:36
IDJOB=2081734
IDBENCH=57479
IDSOLVER=731
FILE ID=node11/2081734-1247374056
PBS_JOBID= 9507148
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 38af2b06f564c2fa6a4a17a02adff205
RANDOM SEED=1883439283

node11.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.274
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.274
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:       1737456 kB
Buffers:         52352 kB
Cached:         168444 kB
SwapCached:          0 kB
Active:         165224 kB
Inactive:        87444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2864 kB
Writeback:           0 kB
Mapped:          52232 kB
Slab:            50876 kB
Committed_AS:   204444 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node11 at 2009-07-12 06:51:20