Trace number 2083868

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? 1340.34 1346.49

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-10.xml
MD5SUM5e00df4470fb1641364528d5964a8e44
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 benchmark38.2512
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	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.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.21	c c --- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.21	c Expensive reason simplification
0.19/0.21	c MiniSAT restarts strategy
0.19/0.21	c Memory based learned constraints deletion strategy
0.19/0.21	c timeout=2147483s
0.19/0.21	c DB Simplification allowed=false
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving HOME/instance-2083868-1247378371.xml
0.19/0.21	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.68/0.79	c reading variables done.
1.97/1.97	c reading predicates  done.
2.17/2.17	c reading constraints
1335.08/1341.24	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1335.08/1341.24		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
1335.08/1341.24		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
1335.08/1341.24		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
1335.08/1341.24		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
1335.08/1341.24		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
1335.08/1341.24		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
1335.08/1341.24		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
1335.08/1341.24		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1335.08/1341.24		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1335.08/1341.24		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1335.08/1341.24		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1335.08/1341.24		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1335.08/1341.24		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
1335.08/1341.24		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
1335.08/1341.24		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
1335.08/1341.24		at org.sat4j.AbstractLauncher.run(Unknown Source)
1335.08/1341.24		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
1339.96/1346.17	c starts		: 0
1339.96/1346.17	c conflicts		: 0
1339.96/1346.17	c decisions		: 0
1339.96/1346.17	c propagations		: 0
1339.96/1346.17	c inspects		: 0
1339.96/1346.17	c learnt literals	: 0
1339.96/1346.17	c learnt binary clauses	: 0
1339.96/1346.17	c learnt ternary clauses	: 0
1339.96/1346.17	c learnt clauses	: 0
1339.96/1346.17	c ignored clauses	: 0
1339.96/1346.17	c root simplifications	: 0
1339.96/1346.17	c removed literals (reason simplification)	: 0
1339.96/1346.17	c reason swapping (by a shorter reason)	: 0
1339.96/1346.17	c Calls to reduceDB	: 0
1339.96/1346.17	c speed (assignments/second)	: 0.0
1339.96/1346.17	c non guided choices	0
1339.96/1346.17	c learnt constraints type 
1339.96/1346.17	c constraints type 
1339.96/1346.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 726370
1339.96/1346.17	c org.sat4j.minisat.constraints.card.AtLeast => 1800
1339.96/1346.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 218
1339.96/1346.17	s UNKNOWN
1339.96/1346.17	c Total wall clock time (in seconds) : 1341.031

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-2083868-1247378371/watcher-2083868-1247378371 -o /tmp/evaluation-result-2083868-1247378371/solver-2083868-1247378371 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083868-1247378371.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.02 2.00 4/72 30686
/proc/meminfo: memFree=1570440/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=152 CPUtime=0
/proc/30686/stat : 30686 (java) R 30684 30686 28810 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 24901054 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 1978667 0 0 4096 0 0 0 0 17 0 0 0
/proc/30686/statm: 38 26 19 9 0 4 0

[startup+0.029327 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 30686
/proc/meminfo: memFree=1570440/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=800696 CPUtime=0.02
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 2366 0 1 0 1 1 0 0 18 0 4 0 24901054 819912704 2113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 200174 2114 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101333 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 30686
/proc/meminfo: memFree=1570440/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=805584 CPUtime=0.09
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 3080 0 1 0 7 2 0 0 18 0 12 0 24901054 824918016 2823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 201396 2823 1083 9 0 198730 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 805584

[startup+0.301351 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 30686
/proc/meminfo: memFree=1570440/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=806880 CPUtime=0.28
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 4390 0 1 0 25 3 0 0 18 0 12 0 24901054 826245120 4127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 201720 4127 1365 9 0 199047 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806880

[startup+0.701386 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 30686
/proc/meminfo: memFree=1570440/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=809444 CPUtime=0.68
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 6196 0 1 0 64 4 0 0 18 0 12 0 24901054 828870656 5259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 202361 5259 1390 9 0 199688 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 809444

[startup+1.50246 s]
/proc/loadavg: 2.00 2.02 2.00 4/84 30698
/proc/meminfo: memFree=1553832/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=809540 CPUtime=1.48
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 15470 0 1 0 140 8 0 0 18 0 12 0 24901054 828968960 14532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 202385 14537 1401 9 0 199712 0
[pid=30686/tid=30688] ppid=30684 vsize=809540 CPUtime=0.74
/proc/30686/task/30688/stat : 30688 (java) R 30684 30686 28810 0 -1 64 12761 0 1 0 68 6 0 0 25 0 12 0 24901055 828968960 14539 996147200 134512640 134550932 4294956016 18446744073709551615 4109586138 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30689] ppid=30684 vsize=809540 CPUtime=0
/proc/30686/task/30689/stat : 30689 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 24901056 828968960 14543 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30690] ppid=30684 vsize=809540 CPUtime=0
/proc/30686/task/30690/stat : 30690 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 24901056 828968960 14545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30691] ppid=30684 vsize=809540 CPUtime=0
/proc/30686/task/30691/stat : 30691 (java) S 30684 30686 28810 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24901058 828968960 14546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30692] ppid=30684 vsize=809540 CPUtime=0
/proc/30686/task/30692/stat : 30692 (java) S 30684 30686 28810 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 24901058 828968960 14550 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30693] ppid=30684 vsize=809540 CPUtime=0
/proc/30686/task/30693/stat : 30693 (java) S 30684 30686 28810 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24901058 828968960 14552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30694] ppid=30684 vsize=809540 CPUtime=0
/proc/30686/task/30694/stat : 30694 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 828968960 14557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30695] ppid=30684 vsize=809540 CPUtime=0.02
/proc/30686/task/30695/stat : 30695 (java) S 30684 30686 28810 0 -1 64 232 0 0 0 2 0 0 0 17 0 12 0 24901062 828968960 14562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30696] ppid=30684 vsize=809540 CPUtime=0.69
/proc/30686/task/30696/stat : 30696 (java) S 30684 30686 28810 0 -1 64 1738 0 0 0 69 0 0 0 17 0 12 0 24901062 828968960 14563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30697] ppid=30684 vsize=809540 CPUtime=0
/proc/30686/task/30697/stat : 30697 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 828968960 14564 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30698] ppid=30684 vsize=809540 CPUtime=0
/proc/30686/task/30698/stat : 30698 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24901063 828968960 14569 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) 809540

[startup+3.1016 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 30698
/proc/meminfo: memFree=1449384/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=811780 CPUtime=3.17
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 40892 0 1 0 298 19 0 0 18 0 12 0 24901054 831262720 37768 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 202945 37769 1439 9 0 200272 0
[pid=30686/tid=30688] ppid=30684 vsize=811780 CPUtime=1.42
/proc/30686/task/30688/stat : 30688 (java) R 30684 30686 28810 0 -1 64 17241 0 1 0 133 9 0 0 25 0 12 0 24901055 831262720 37770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30689] ppid=30684 vsize=811780 CPUtime=0.31
/proc/30686/task/30689/stat : 30689 (java) R 30684 30686 28810 0 -1 64 10489 0 0 0 28 3 0 0 17 0 12 0 24901056 831262720 37772 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30690] ppid=30684 vsize=811780 CPUtime=0.23
/proc/30686/task/30690/stat : 30690 (java) R 30684 30686 28810 0 -1 64 8971 0 0 0 20 3 0 0 17 0 12 0 24901056 831262720 37774 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30691] ppid=30684 vsize=811780 CPUtime=0
/proc/30686/task/30691/stat : 30691 (java) S 30684 30686 28810 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24901058 831262720 37776 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30692] ppid=30684 vsize=811780 CPUtime=0
/proc/30686/task/30692/stat : 30692 (java) S 30684 30686 28810 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24901058 831262720 37777 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30693] ppid=30684 vsize=811780 CPUtime=0
/proc/30686/task/30693/stat : 30693 (java) S 30684 30686 28810 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24901058 831262720 37779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30694] ppid=30684 vsize=811780 CPUtime=0
/proc/30686/task/30694/stat : 30694 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 831262720 37781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30695] ppid=30684 vsize=811780 CPUtime=0.02
/proc/30686/task/30695/stat : 30695 (java) S 30684 30686 28810 0 -1 64 232 0 0 0 2 0 0 0 17 0 12 0 24901062 831262720 37782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30696] ppid=30684 vsize=811780 CPUtime=1.14
/proc/30686/task/30696/stat : 30696 (java) S 30684 30686 28810 0 -1 64 3215 0 0 0 113 1 0 0 17 0 12 0 24901062 831262720 37784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30697] ppid=30684 vsize=811780 CPUtime=0
/proc/30686/task/30697/stat : 30697 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 831262720 37786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30698] ppid=30684 vsize=811780 CPUtime=0
/proc/30686/task/30698/stat : 30698 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24901063 831262720 37787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 811780

[startup+6.30289 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 30698
/proc/meminfo: memFree=1403624/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=811460 CPUtime=6.38
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 46864 0 1 0 617 21 0 0 18 0 12 0 24901054 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 202865 43458 1439 9 0 200192 0
[pid=30686/tid=30688] ppid=30684 vsize=811460 CPUtime=4.05
/proc/30686/task/30688/stat : 30688 (java) R 30684 30686 28810 0 -1 64 17249 0 1 0 396 9 0 0 25 0 12 0 24901055 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4109831000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30689] ppid=30684 vsize=811460 CPUtime=0.42
/proc/30686/task/30689/stat : 30689 (java) S 30684 30686 28810 0 -1 64 12341 0 0 0 38 4 0 0 17 0 12 0 24901056 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30690] ppid=30684 vsize=811460 CPUtime=0.43
/proc/30686/task/30690/stat : 30690 (java) S 30684 30686 28810 0 -1 64 12971 0 0 0 38 5 0 0 17 0 12 0 24901056 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30691] ppid=30684 vsize=811460 CPUtime=0
/proc/30686/task/30691/stat : 30691 (java) S 30684 30686 28810 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 24901058 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30692] ppid=30684 vsize=811460 CPUtime=0
/proc/30686/task/30692/stat : 30692 (java) S 30684 30686 28810 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24901058 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30693] ppid=30684 vsize=811460 CPUtime=0
/proc/30686/task/30693/stat : 30693 (java) S 30684 30686 28810 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24901058 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30694] ppid=30684 vsize=811460 CPUtime=0
/proc/30686/task/30694/stat : 30694 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30695] ppid=30684 vsize=811460 CPUtime=0.02
/proc/30686/task/30695/stat : 30695 (java) S 30684 30686 28810 0 -1 64 232 0 0 0 2 0 0 0 17 0 12 0 24901062 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30696] ppid=30684 vsize=811460 CPUtime=1.41
/proc/30686/task/30696/stat : 30696 (java) S 30684 30686 28810 0 -1 64 3322 0 0 0 140 1 0 0 16 0 12 0 24901062 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30697] ppid=30684 vsize=811460 CPUtime=0
/proc/30686/task/30697/stat : 30697 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30698] ppid=30684 vsize=811460 CPUtime=0
/proc/30686/task/30698/stat : 30698 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24901063 830935040 43458 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 811460

[startup+12.7015 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 30698
/proc/meminfo: memFree=1380136/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=810892 CPUtime=12.75
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 52539 0 1 0 1252 23 0 0 18 0 12 0 24901054 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 202723 48973 1439 9 0 200050 0
[pid=30686/tid=30688] ppid=30684 vsize=810892 CPUtime=10.08
/proc/30686/task/30688/stat : 30688 (java) R 30684 30686 28810 0 -1 64 17269 0 1 0 999 9 0 0 25 0 12 0 24901055 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4109681459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30689] ppid=30684 vsize=810892 CPUtime=0.55
/proc/30686/task/30689/stat : 30689 (java) S 30684 30686 28810 0 -1 64 16474 0 0 0 49 6 0 0 16 0 12 0 24901056 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30690] ppid=30684 vsize=810892 CPUtime=0.51
/proc/30686/task/30690/stat : 30690 (java) S 30684 30686 28810 0 -1 64 14486 0 0 0 46 5 0 0 16 0 12 0 24901056 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30691] ppid=30684 vsize=810892 CPUtime=0.01
/proc/30686/task/30691/stat : 30691 (java) S 30684 30686 28810 0 -1 64 9 0 0 0 1 0 0 0 16 0 12 0 24901058 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30692] ppid=30684 vsize=810892 CPUtime=0
/proc/30686/task/30692/stat : 30692 (java) S 30684 30686 28810 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24901058 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30693] ppid=30684 vsize=810892 CPUtime=0
/proc/30686/task/30693/stat : 30693 (java) S 30684 30686 28810 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24901058 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30694] ppid=30684 vsize=810892 CPUtime=0
/proc/30686/task/30694/stat : 30694 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30695] ppid=30684 vsize=810892 CPUtime=0.02
/proc/30686/task/30695/stat : 30695 (java) S 30684 30686 28810 0 -1 64 232 0 0 0 2 0 0 0 17 0 12 0 24901062 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30696] ppid=30684 vsize=810892 CPUtime=1.52
/proc/30686/task/30696/stat : 30696 (java) S 30684 30686 28810 0 -1 64 3329 0 0 0 151 1 0 0 16 0 12 0 24901062 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30697] ppid=30684 vsize=810892 CPUtime=0
/proc/30686/task/30697/stat : 30697 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30698] ppid=30684 vsize=810892 CPUtime=0
/proc/30686/task/30698/stat : 30698 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24901063 830353408 48973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 810892

[startup+25.5026 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 30698
/proc/meminfo: memFree=1357864/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=810892 CPUtime=25.48
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 58349 0 1 0 2523 25 0 0 18 0 12 0 24901054 830353408 54761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 202723 54761 1439 9 0 200050 0
[pid=30686/tid=30688] ppid=30684 vsize=810892 CPUtime=22.58
/proc/30686/task/30688/stat : 30688 (java) R 30684 30686 28810 0 -1 64 17293 0 1 0 2249 9 0 0 25 0 12 0 24901055 830353408 54761 996147200 134512640 134550932 4294956016 18446744073709551615 4109771572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30689] ppid=30684 vsize=810892 CPUtime=0.65
/proc/30686/task/30689/stat : 30689 (java) S 30684 30686 28810 0 -1 64 19350 0 0 0 58 7 0 0 16 0 12 0 24901056 830353408 54761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30690] ppid=30684 vsize=810892 CPUtime=0.61
/proc/30686/task/30690/stat : 30690 (java) S 30684 30686 28810 0 -1 64 17396 0 0 0 55 6 0 0 16 0 12 0 24901056 830353408 54761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30691] ppid=30684 vsize=810892 CPUtime=0.01
/proc/30686/task/30691/stat : 30691 (java) S 30684 30686 28810 0 -1 64 9 0 0 0 1 0 0 0 15 0 12 0 24901058 830353408 54761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30692] ppid=30684 vsize=810892 CPUtime=0
/proc/30686/task/30692/stat : 30692 (java) S 30684 30686 28810 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24901058 830353408 54761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30693] ppid=30684 vsize=810892 CPUtime=0
/proc/30686/task/30693/stat : 30693 (java) S 30684 30686 28810 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24901058 830353408 54761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30694] ppid=30684 vsize=810892 CPUtime=0
/proc/30686/task/30694/stat : 30694 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 830353408 54761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30695] ppid=30684 vsize=810892 CPUtime=0.02

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


[startup+1340.7 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 30704
/proc/meminfo: memFree=884848/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=814896 CPUtime=1334.58
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 1459435 0 1 0 132814 644 0 0 18 0 12 0 24901054 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 203724 173079 1451 9 0 201051 0
[pid=30686/tid=30688] ppid=30684 vsize=814896 CPUtime=370.23
/proc/30686/task/30688/stat : 30688 (java) S 30684 30686 28810 0 -1 64 18499 0 1 0 37011 12 0 0 16 0 12 0 24901055 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30689] ppid=30684 vsize=814896 CPUtime=4.12
/proc/30686/task/30689/stat : 30689 (java) S 30684 30686 28810 0 -1 64 77666 0 0 0 384 28 0 0 16 0 12 0 24901056 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30690] ppid=30684 vsize=814896 CPUtime=4.09
/proc/30686/task/30690/stat : 30690 (java) S 30684 30686 28810 0 -1 64 76220 0 0 0 382 27 0 0 15 0 12 0 24901056 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30691] ppid=30684 vsize=814896 CPUtime=954
/proc/30686/task/30691/stat : 30691 (java) R 30684 30686 28810 0 -1 64 1280530 0 0 0 94827 573 0 0 25 0 12 0 24901058 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30692] ppid=30684 vsize=814896 CPUtime=0
/proc/30686/task/30692/stat : 30692 (java) S 30684 30686 28810 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24901058 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30693] ppid=30684 vsize=814896 CPUtime=0
/proc/30686/task/30693/stat : 30693 (java) S 30684 30686 28810 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24901058 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30694] ppid=30684 vsize=814896 CPUtime=0
/proc/30686/task/30694/stat : 30694 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30695] ppid=30684 vsize=814896 CPUtime=0.02
/proc/30686/task/30695/stat : 30695 (java) S 30684 30686 28810 0 -1 64 232 0 0 0 2 0 0 0 17 0 12 0 24901062 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30696] ppid=30684 vsize=814896 CPUtime=2.05
/proc/30686/task/30696/stat : 30696 (java) S 30684 30686 28810 0 -1 64 5545 0 0 0 204 1 0 0 17 0 12 0 24901062 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30697] ppid=30684 vsize=814896 CPUtime=0
/proc/30686/task/30697/stat : 30697 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30698] ppid=30684 vsize=814896 CPUtime=0
/proc/30686/task/30698/stat : 30698 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24901063 834453504 173079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1334.58
Current children cumulated vsize (KiB) 814896

[startup+1343.9 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 30705
/proc/meminfo: memFree=880808/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=815220 CPUtime=1337.76
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 1463951 0 1 0 133130 646 0 0 18 0 13 0 24901054 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 203805 173086 1451 9 0 201132 0
[pid=30686/tid=30688] ppid=30684 vsize=815220 CPUtime=370.24
/proc/30686/task/30688/stat : 30688 (java) S 30684 30686 28810 0 -1 64 18502 0 1 0 37012 12 0 0 16 0 13 0 24901055 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30689] ppid=30684 vsize=815220 CPUtime=4.12
/proc/30686/task/30689/stat : 30689 (java) S 30684 30686 28810 0 -1 64 77666 0 0 0 384 28 0 0 16 0 13 0 24901056 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30690] ppid=30684 vsize=815220 CPUtime=4.09
/proc/30686/task/30690/stat : 30690 (java) S 30684 30686 28810 0 -1 64 76220 0 0 0 382 27 0 0 15 0 13 0 24901056 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30691] ppid=30684 vsize=815220 CPUtime=957.18
/proc/30686/task/30691/stat : 30691 (java) R 30684 30686 28810 0 -1 64 1285036 0 0 0 95143 575 0 0 25 0 13 0 24901058 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30692] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30692/stat : 30692 (java) S 30684 30686 28810 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24901058 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30693] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30693/stat : 30693 (java) S 30684 30686 28810 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24901058 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30694] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30694/stat : 30694 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30695] ppid=30684 vsize=815220 CPUtime=0.02
/proc/30686/task/30695/stat : 30695 (java) S 30684 30686 28810 0 -1 64 232 0 0 0 2 0 0 0 17 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30696] ppid=30684 vsize=815220 CPUtime=2.05
/proc/30686/task/30696/stat : 30696 (java) S 30684 30686 28810 0 -1 64 5545 0 0 0 204 1 0 0 17 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30697] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30697/stat : 30697 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30698] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30698/stat : 30698 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24901063 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30705] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30705/stat : 30705 (java) S 30684 30686 28810 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 25035179 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1337.76
Current children cumulated vsize (KiB) 815220

[startup+1345.5 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 30705
/proc/meminfo: memFree=880808/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=815220 CPUtime=1339.36
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 1465453 0 1 0 133289 647 0 0 18 0 13 0 24901054 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 203805 173086 1451 9 0 201132 0
[pid=30686/tid=30688] ppid=30684 vsize=815220 CPUtime=370.24
/proc/30686/task/30688/stat : 30688 (java) S 30684 30686 28810 0 -1 64 18502 0 1 0 37012 12 0 0 16 0 13 0 24901055 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30689] ppid=30684 vsize=815220 CPUtime=4.12
/proc/30686/task/30689/stat : 30689 (java) S 30684 30686 28810 0 -1 64 77666 0 0 0 384 28 0 0 16 0 13 0 24901056 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30690] ppid=30684 vsize=815220 CPUtime=4.09
/proc/30686/task/30690/stat : 30690 (java) S 30684 30686 28810 0 -1 64 76220 0 0 0 382 27 0 0 15 0 13 0 24901056 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30691] ppid=30684 vsize=815220 CPUtime=958.77
/proc/30686/task/30691/stat : 30691 (java) R 30684 30686 28810 0 -1 64 1286538 0 0 0 95301 576 0 0 25 0 13 0 24901058 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30692] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30692/stat : 30692 (java) S 30684 30686 28810 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24901058 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30693] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30693/stat : 30693 (java) S 30684 30686 28810 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24901058 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30694] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30694/stat : 30694 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30695] ppid=30684 vsize=815220 CPUtime=0.02
/proc/30686/task/30695/stat : 30695 (java) S 30684 30686 28810 0 -1 64 232 0 0 0 2 0 0 0 17 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30696] ppid=30684 vsize=815220 CPUtime=2.05
/proc/30686/task/30696/stat : 30696 (java) S 30684 30686 28810 0 -1 64 5545 0 0 0 204 1 0 0 17 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30697] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30697/stat : 30697 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30698] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30698/stat : 30698 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24901063 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30705] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30705/stat : 30705 (java) S 30684 30686 28810 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 25035179 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1339.36
Current children cumulated vsize (KiB) 815220

[startup+1345.9 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 30705
/proc/meminfo: memFree=880808/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=815220 CPUtime=1339.76
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 1465453 0 1 0 133329 647 0 0 18 0 13 0 24901054 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 203805 173086 1451 9 0 201132 0
[pid=30686/tid=30688] ppid=30684 vsize=815220 CPUtime=370.24
/proc/30686/task/30688/stat : 30688 (java) S 30684 30686 28810 0 -1 64 18502 0 1 0 37012 12 0 0 16 0 13 0 24901055 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30689] ppid=30684 vsize=815220 CPUtime=4.12
/proc/30686/task/30689/stat : 30689 (java) S 30684 30686 28810 0 -1 64 77666 0 0 0 384 28 0 0 16 0 13 0 24901056 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30690] ppid=30684 vsize=815220 CPUtime=4.09
/proc/30686/task/30690/stat : 30690 (java) S 30684 30686 28810 0 -1 64 76220 0 0 0 382 27 0 0 15 0 13 0 24901056 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30691] ppid=30684 vsize=815220 CPUtime=959.17
/proc/30686/task/30691/stat : 30691 (java) R 30684 30686 28810 0 -1 64 1286538 0 0 0 95341 576 0 0 25 0 13 0 24901058 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30692] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30692/stat : 30692 (java) S 30684 30686 28810 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24901058 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30693] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30693/stat : 30693 (java) S 30684 30686 28810 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24901058 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30694] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30694/stat : 30694 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30695] ppid=30684 vsize=815220 CPUtime=0.02
/proc/30686/task/30695/stat : 30695 (java) S 30684 30686 28810 0 -1 64 232 0 0 0 2 0 0 0 17 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30696] ppid=30684 vsize=815220 CPUtime=2.05
/proc/30686/task/30696/stat : 30696 (java) S 30684 30686 28810 0 -1 64 5545 0 0 0 204 1 0 0 17 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30697] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30697/stat : 30697 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24901062 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30698] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30698/stat : 30698 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24901063 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30705] ppid=30684 vsize=815220 CPUtime=0
/proc/30686/task/30705/stat : 30705 (java) S 30684 30686 28810 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 25035179 834785280 173086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1339.76
Current children cumulated vsize (KiB) 815220

[startup+1346.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 30705
/proc/meminfo: memFree=884840/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=811216 CPUtime=1340.15
/proc/30686/stat : 30686 (java) S 30684 30686 28810 0 -1 0 1465458 0 1 0 133368 647 0 0 18 0 12 0 24901054 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30686/statm: 202804 172089 1452 9 0 200131 0
[pid=30686/tid=30688] ppid=30684 vsize=811216 CPUtime=370.24
/proc/30686/task/30688/stat : 30688 (java) S 30684 30686 28810 0 -1 64 18503 0 1 0 37012 12 0 0 16 0 12 0 24901055 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30689] ppid=30684 vsize=811216 CPUtime=4.12
/proc/30686/task/30689/stat : 30689 (java) S 30684 30686 28810 0 -1 64 77666 0 0 0 384 28 0 0 16 0 12 0 24901056 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30690] ppid=30684 vsize=811216 CPUtime=4.09
/proc/30686/task/30690/stat : 30690 (java) S 30684 30686 28810 0 -1 64 76220 0 0 0 382 27 0 0 15 0 12 0 24901056 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30691] ppid=30684 vsize=811216 CPUtime=959.57
/proc/30686/task/30691/stat : 30691 (java) R 30684 30686 28810 0 -1 64 1286538 0 0 0 95381 576 0 0 25 0 12 0 24901058 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30692] ppid=30684 vsize=811216 CPUtime=0
/proc/30686/task/30692/stat : 30692 (java) S 30684 30686 28810 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24901058 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30693] ppid=30684 vsize=811216 CPUtime=0
/proc/30686/task/30693/stat : 30693 (java) S 30684 30686 28810 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 24901058 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30686/tid=30694] ppid=30684 vsize=811216 CPUtime=0
/proc/30686/task/30694/stat : 30694 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30695] ppid=30684 vsize=811216 CPUtime=0.02
/proc/30686/task/30695/stat : 30695 (java) S 30684 30686 28810 0 -1 64 232 0 0 0 2 0 0 0 17 0 12 0 24901062 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30696] ppid=30684 vsize=811216 CPUtime=2.05
/proc/30686/task/30696/stat : 30696 (java) S 30684 30686 28810 0 -1 64 5545 0 0 0 204 1 0 0 17 0 12 0 24901062 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30697] ppid=30684 vsize=811216 CPUtime=0
/proc/30686/task/30697/stat : 30697 (java) S 30684 30686 28810 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24901062 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30686/tid=30698] ppid=30684 vsize=811216 CPUtime=0
/proc/30686/task/30698/stat : 30698 (java) S 30684 30686 28810 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24901063 830685184 172089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1340.15
Current children cumulated vsize (KiB) 811216

[startup+1346.41 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 30705
/proc/meminfo: memFree=884840/2055920 swapFree=4192812/4192956
[pid=30686] ppid=30684 vsize=0 CPUtime=1340.24
/proc/30686/stat : 30686 (java) Z 30684 30686 28810 0 -1 12 1465463 0 1 0 133375 649 0 0 16 0 2 0 24901054 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1340.24
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1346.49
CPU time (s): 1340.34
CPU user time (s): 1333.76
CPU system time (s): 6.578
CPU usage (%): 99.5431
Max. virtual memory (cumulated for all children) (KiB): 825144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1333.76
system time used= 6.578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1465463
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= 37395
involuntary context switches= 32571

runsolver used 1.70074 second user time and 4.45332 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 07:59:32
IDJOB=2083868
IDBENCH=57962
IDSOLVER=731
FILE ID=node43/2083868-1247378371
PBS_JOBID= 9507142
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= 5e00df4470fb1641364528d5964a8e44
RANDOM SEED=611690852

node43.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.213
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	: 5931.00
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.213
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:       1570856 kB
Buffers:         60864 kB
Cached:         309600 kB
SwapCached:          0 kB
Active:         205548 kB
Inactive:       200756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10172 kB
Writeback:           0 kB
Mapped:          47432 kB
Slab:            64136 kB
Committed_AS:   234660 kB
PageTables:       1836 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= 66244 MiB
End job on node43 at 2009-07-12 08:21:58