Trace number 1087387

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 2008-06-13? 682.429 686.983

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-1.xml
MD5SUM61e96c97715b7c95a31e810829750342
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 benchmark22.3496
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.43	c See www.sat4j.org for details.
0.28/0.43	c That software uses the Rhino library from the Mozilla project.
0.28/0.47	c version 9.9.9.token
0.28/0.47	c sun.arch.data.model	32
0.28/0.47	c java.version	1.6.0_06
0.28/0.47	c os.name	Linux
0.28/0.47	c os.version	2.6.9-22.EL.rootsmp
0.28/0.47	c os.arch	i386
0.28/0.47	c Free memory 669864272
0.28/0.47	c Max memory 672137216
0.28/0.47	c Total memory 672137216
0.28/0.47	c Number of processors 2
0.38/0.52	c c --- Begin Solver configuration ---
0.38/0.52	c Stops conflict analysis at the first Unique Implication Point
0.38/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.52	c Learn all clauses as in MiniSAT
0.38/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.52	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.52	c Expensive reason simplification
0.38/0.52	c MiniSAT restarts strategy
0.38/0.52	c timeout=2147483s
0.38/0.52	c DB Simplification allowed=false
0.38/0.52	c --- End Solver configuration ---
0.38/0.52	c solving HOME/instance-1087387-1215243735.xml
0.38/0.52	c reading problem ... 
0.64/0.83	c reading problem named null
0.64/0.83	c reading domains done.
0.64/0.87	c reading variables done.
1.04/1.23	c reading predicates  done.
1.23/1.41	c reading constraints
679.08/683.67	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
679.08/683.67		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
679.08/683.67		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
679.08/683.67		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
679.08/683.67		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
679.08/683.67		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
679.08/683.67		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
679.08/683.67		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:52)
679.08/683.67		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
679.08/683.67		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
679.08/683.67		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
679.08/683.67		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
679.08/683.67		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
679.08/683.67		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
679.08/683.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
679.08/683.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
679.08/683.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
679.08/683.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
679.08/683.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
679.08/683.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
679.08/683.67		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
679.08/683.67		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
679.08/683.67		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
679.08/683.67		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
679.08/683.67		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
679.08/683.67		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
679.08/683.67		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
679.08/683.67		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
682.05/686.67	c starts		: 0
682.05/686.67	c conflicts		: 0
682.05/686.67	c decisions		: 0
682.05/686.67	c propagations		: 0
682.05/686.67	c inspects		: 0
682.05/686.67	c learnt literals	: 0
682.05/686.67	c learnt binary clauses	: 0
682.05/686.67	c learnt ternary clauses	: 0
682.05/686.67	c learnt clauses	: 0
682.05/686.67	c ignored clauses	: 0
682.05/686.67	c root simplifications	: 0
682.05/686.67	c removed literals (reason simplification)	: 0
682.05/686.67	c reason swapping (by a shorter reason)	: 0
682.05/686.67	c Calls to reduceDB	: 0
682.05/686.67	c speed (assignments/second)	: 0.0
682.05/686.67	c non guided choices	0
682.05/686.67	s UNKNOWN
682.05/686.67	c Total wall clock time (in seconds) : 683.155

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087387-1215243735/watcher-1087387-1215243735 -o /tmp/evaluation-result-1087387-1215243735/solver-1087387-1215243735 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087387-1215243735.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.40 2.20 1.96 4/80 3739
/proc/meminfo: memFree=1530584/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=18572 CPUtime=0
/proc/3739/stat : 3739 (runsolver) R 3737 3739 1401 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 2003348370 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3739/statm: 4643 292 257 25 0 2626 0

[startup+0.067868 s]
/proc/loadavg: 2.40 2.20 1.96 4/80 3739
/proc/meminfo: memFree=1530584/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=13012 CPUtime=0.02
/proc/3739/stat : 3739 (java) D 3737 3739 1401 0 -1 0 541 0 28 0 0 2 0 0 18 0 1 0 2003348370 13324288 370 996147200 134512640 134550740 4294956016 18446744073709551615 8876842 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/3739/statm: 3253 370 138 9 0 1151 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13012

[startup+0.102877 s]
/proc/loadavg: 2.40 2.20 1.96 4/80 3739
/proc/meminfo: memFree=1530584/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=801432 CPUtime=0.05
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 2462 0 31 0 2 3 0 0 18 0 5 0 2003348370 820666368 2229 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 200358 2230 949 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.301903 s]
/proc/loadavg: 2.40 2.20 1.96 4/80 3739
/proc/meminfo: memFree=1530584/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=808308 CPUtime=0.22
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 4552 0 31 0 17 5 0 0 18 0 12 0 2003348370 827707392 3911 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 202077 3912 1296 9 0 199446 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 808308

[startup+0.702956 s]
/proc/loadavg: 2.40 2.20 1.96 4/80 3739
/proc/meminfo: memFree=1530584/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=808336 CPUtime=0.55
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 6038 0 31 0 48 7 0 0 18 0 12 0 2003348370 827736064 5198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 202084 5198 1331 9 0 199446 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 808336

[startup+1.50206 s]
/proc/loadavg: 2.40 2.20 1.96 4/92 3751
/proc/meminfo: memFree=1502264/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=808336 CPUtime=1.33
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 11499 0 31 0 122 11 0 0 18 0 12 0 2003348370 827736064 10471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 202084 10471 1352 9 0 199446 0
[pid=3739/tid=3741] ppid=3737 vsize=808336 CPUtime=0.82
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 1401 0 -1 64 8783 0 1 0 74 8 0 0 24 0 12 0 2003348377 827736064 10471 996147200 134512640 134550740 4294956016 18446744073709551615 4109175648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=808336 CPUtime=0
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 1401 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2003348378 827736064 10471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=808336 CPUtime=0
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 2003348378 827736064 10471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3744] ppid=3737 vsize=808336 CPUtime=0
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2003348380 827736064 10471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3745] ppid=3737 vsize=808336 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 1401 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 2003348380 827736064 10471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=808336 CPUtime=0
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 1401 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 2003348380 827736064 10471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3747] ppid=3737 vsize=808336 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 1401 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2003348387 827736064 10471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=808336 CPUtime=0.18
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 1401 0 -1 64 558 0 0 0 18 0 0 0 16 0 12 0 2003348387 827736064 10471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3749] ppid=3737 vsize=808336 CPUtime=0.29
/proc/3739/task/3749/stat : 3749 (java) S 3737 3739 1401 0 -1 64 1426 0 0 0 29 0 0 0 16 0 12 0 2003348387 827736064 10472 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3750] ppid=3737 vsize=808336 CPUtime=0
/proc/3739/task/3750/stat : 3750 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2003348387 827736064 10472 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3751] ppid=3737 vsize=808336 CPUtime=0
/proc/3739/task/3751/stat : 3751 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003348387 827736064 10472 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 808336

[startup+3.10128 s]
/proc/loadavg: 2.40 2.20 1.96 4/92 3751
/proc/meminfo: memFree=1476280/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=815708 CPUtime=2.93
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 23277 0 31 0 275 18 0 0 18 0 12 0 2003348370 835284992 18058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 203927 18059 1381 9 0 201289 0
[pid=3739/tid=3741] ppid=3737 vsize=815708 CPUtime=1.27
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 1401 0 -1 64 14389 0 1 0 116 11 0 0 25 0 12 0 2003348377 835284992 18060 996147200 134512640 134550740 4294956016 18446744073709551615 4109841894 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=815708 CPUtime=0
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 1401 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2003348378 835284992 18060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=815708 CPUtime=0
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 2003348378 835284992 18061 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3744] ppid=3737 vsize=815708 CPUtime=0
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2003348380 835284992 18062 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3745] ppid=3737 vsize=815708 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 1401 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 2003348380 835284992 18063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=815708 CPUtime=0
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 1401 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 2003348380 835284992 18064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3747] ppid=3737 vsize=815708 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 1401 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2003348387 835284992 18064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=815708 CPUtime=0.41
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 1401 0 -1 64 676 0 0 0 41 0 0 0 16 0 12 0 2003348387 835284992 18065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3749] ppid=3737 vsize=815708 CPUtime=1.21
/proc/3739/task/3749/stat : 3749 (java) S 3737 3739 1401 0 -1 64 7482 0 0 0 118 3 0 0 17 0 12 0 2003348387 835284992 18066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3750] ppid=3737 vsize=815708 CPUtime=0
/proc/3739/task/3750/stat : 3750 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2003348387 835284992 18067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3751] ppid=3737 vsize=815708 CPUtime=0
/proc/3739/task/3751/stat : 3751 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003348387 835284992 18067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 815708

[startup+6.30271 s]
/proc/loadavg: 2.37 2.20 1.96 3/92 3751
/proc/meminfo: memFree=1415688/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=813816 CPUtime=6.19
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 33759 0 31 0 596 23 0 0 18 0 12 0 2003348370 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 203454 27961 1386 9 0 200816 0
[pid=3739/tid=3741] ppid=3737 vsize=813816 CPUtime=4.12
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 1401 0 -1 64 17305 0 1 0 400 12 0 0 25 0 12 0 2003348377 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4109671904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=813816 CPUtime=0.16
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 1401 0 -1 64 3524 0 0 0 15 1 0 0 16 0 12 0 2003348378 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=813816 CPUtime=0.18
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 1401 0 -1 64 4009 0 0 0 17 1 0 0 16 0 12 0 2003348378 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3744] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 1401 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2003348380 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3745] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 1401 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 2003348380 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 1401 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2003348380 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3747] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 1401 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2003348387 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=813816 CPUtime=0.42
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 1401 0 -1 64 677 0 0 0 42 0 0 0 17 0 12 0 2003348387 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3749] ppid=3737 vsize=813816 CPUtime=1.22
/proc/3739/task/3749/stat : 3749 (java) S 3737 3739 1401 0 -1 64 7482 0 0 0 119 3 0 0 16 0 12 0 2003348387 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3750] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3750/stat : 3750 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2003348387 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3751] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3751/stat : 3751 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003348387 833347584 27961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 813816

[startup+12.7016 s]
/proc/loadavg: 2.34 2.20 1.96 3/92 3751
/proc/meminfo: memFree=1393680/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=813816 CPUtime=12.58
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 40985 0 31 0 1233 25 0 0 18 0 12 0 2003348370 833347584 33789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 203454 33789 1387 9 0 200816 0
[pid=3739/tid=3741] ppid=3737 vsize=813816 CPUtime=9.85
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 1401 0 -1 64 17324 0 1 0 972 13 0 0 25 0 12 0 2003348377 833347584 33789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=813816 CPUtime=0.24
/proc/3739/task/3742/stat : 3742 (java) R 3737 3739 1401 0 -1 64 5801 0 0 0 22 2 0 0 15 0 12 0 2003348378 833347584 33789 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=813816 CPUtime=0.27
/proc/3739/task/3743/stat : 3743 (java) R 3737 3739 1401 0 -1 64 7519 0 0 0 25 2 0 0 15 0 12 0 2003348378 833347584 33789 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3744] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3744/stat : 3744 (java) R 3737 3739 1401 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2003348380 833347584 33789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3745] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 1401 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 2003348380 833347584 33789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 1401 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2003348380 833347584 33793 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3747] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 1401 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2003348387 833347584 33795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=813816 CPUtime=0.52
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 1401 0 -1 64 682 0 0 0 52 0 0 0 16 0 12 0 2003348387 833347584 33795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3749] ppid=3737 vsize=813816 CPUtime=1.62
/proc/3739/task/3749/stat : 3749 (java) S 3737 3739 1401 0 -1 64 8897 0 0 0 158 4 0 0 16 0 12 0 2003348387 833347584 33795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3750] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3750/stat : 3750 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2003348387 833347584 33795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3751] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3751/stat : 3751 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003348387 833347584 33795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 813816

[startup+25.5023 s]
/proc/loadavg: 2.26 2.18 1.96 3/92 3751
/proc/meminfo: memFree=1364240/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=813816 CPUtime=25.38
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 48203 0 31 0 2509 29 0 0 18 0 12 0 2003348370 833347584 40986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 203454 40986 1387 9 0 200816 0
[pid=3739/tid=3741] ppid=3737 vsize=813816 CPUtime=22.41
/proc/3739/task/3741/stat : 3741 (java) R 3737 3739 1401 0 -1 64 17346 0 1 0 2228 13 0 0 25 0 12 0 2003348377 833347584 40986 996147200 134512640 134550740 4294956016 18446744073709551615 4109654918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3742] ppid=3737 vsize=813816 CPUtime=0.32
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 1401 0 -1 64 9610 0 0 0 29 3 0 0 16 0 12 0 2003348378 833347584 40986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3743] ppid=3737 vsize=813816 CPUtime=0.35
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 1401 0 -1 64 10903 0 0 0 31 4 0 0 16 0 12 0 2003348378 833347584 40986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3744] ppid=3737 vsize=813816 CPUtime=0.01
/proc/3739/task/3744/stat : 3744 (java) S 3737 3739 1401 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 2003348380 833347584 40986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3745] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 1401 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 2003348380 833347584 40986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3746] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 1401 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2003348380 833347584 40986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3747] ppid=3737 vsize=813816 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 1401 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2003348387 833347584 40986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 661.16
Current children cumulated vsize (KiB) 814820

[startup+678.301 s]
/proc/loadavg: 2.01 2.13 2.05 3/92 3753
/proc/meminfo: memFree=827792/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=817820 CPUtime=673.83
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 308660 0 31 0 67230 153 0 0 18 0 12 0 2003348370 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 204455 174133 1395 9 0 201817 0
[pid=3739/tid=3741] ppid=3737 vsize=817820 CPUtime=306.22
/proc/3739/task/3741/stat : 3741 (java) S 3737 3739 1401 0 -1 64 18128 0 1 0 30607 15 0 0 16 0 12 0 2003348377 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3742] ppid=3737 vsize=817820 CPUtime=3.38
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 1401 0 -1 64 76874 0 0 0 311 27 0 0 16 0 12 0 2003348378 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3743] ppid=3737 vsize=817820 CPUtime=3.41
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 1401 0 -1 64 75508 0 0 0 313 28 0 0 15 0 12 0 2003348378 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=817820 CPUtime=357.97
/proc/3739/task/3744/stat : 3744 (java) R 3737 3739 1401 0 -1 64 127494 0 0 0 35723 74 0 0 25 0 12 0 2003348380 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=817820 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 1401 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003348380 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3746] ppid=3737 vsize=817820 CPUtime=0
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 1401 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2003348380 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3747] ppid=3737 vsize=817820 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 1401 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2003348387 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=817820 CPUtime=0.8
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 1401 0 -1 64 688 0 0 0 80 0 0 0 17 0 12 0 2003348387 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3749] ppid=3737 vsize=817820 CPUtime=1.98
/proc/3739/task/3749/stat : 3749 (java) S 3737 3739 1401 0 -1 64 9236 0 0 0 194 4 0 0 17 0 12 0 2003348387 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3750] ppid=3737 vsize=817820 CPUtime=0
/proc/3739/task/3750/stat : 3750 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2003348387 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3751] ppid=3737 vsize=817820 CPUtime=0
/proc/3739/task/3751/stat : 3751 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003348387 837447680 174133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 673.83
Current children cumulated vsize (KiB) 817820

[startup+681.503 s]
/proc/loadavg: 2.01 2.13 2.05 3/92 3753
/proc/meminfo: memFree=830992/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=814820 CPUtime=677.01
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 310919 0 31 0 67546 155 0 0 18 0 12 0 2003348370 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 203705 173384 1395 9 0 201067 0
[pid=3739/tid=3741] ppid=3737 vsize=814820 CPUtime=306.22
/proc/3739/task/3741/stat : 3741 (java) S 3737 3739 1401 0 -1 64 18132 0 1 0 30607 15 0 0 15 0 12 0 2003348377 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3742] ppid=3737 vsize=814820 CPUtime=3.38
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 1401 0 -1 64 76874 0 0 0 311 27 0 0 16 0 12 0 2003348378 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3743] ppid=3737 vsize=814820 CPUtime=3.41
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 1401 0 -1 64 75508 0 0 0 313 28 0 0 15 0 12 0 2003348378 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=814820 CPUtime=361.14
/proc/3739/task/3744/stat : 3744 (java) R 3737 3739 1401 0 -1 64 129749 0 0 0 36038 76 0 0 25 0 12 0 2003348380 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 105367322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=814820 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 1401 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003348380 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3746] ppid=3737 vsize=814820 CPUtime=0
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 1401 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2003348380 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3747] ppid=3737 vsize=814820 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 1401 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2003348387 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=814820 CPUtime=0.8
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 1401 0 -1 64 688 0 0 0 80 0 0 0 17 0 12 0 2003348387 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3749] ppid=3737 vsize=814820 CPUtime=1.98
/proc/3739/task/3749/stat : 3749 (java) S 3737 3739 1401 0 -1 64 9236 0 0 0 194 4 0 0 17 0 12 0 2003348387 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3750] ppid=3737 vsize=814820 CPUtime=0
/proc/3739/task/3750/stat : 3750 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2003348387 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3751] ppid=3737 vsize=814820 CPUtime=0
/proc/3739/task/3751/stat : 3751 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003348387 834375680 173384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 677.01
Current children cumulated vsize (KiB) 814820

[startup+684.702 s]
/proc/loadavg: 2.00 2.13 2.05 3/93 3754
/proc/meminfo: memFree=831048/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=815144 CPUtime=680.17
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 311934 0 31 0 67862 155 0 0 18 0 13 0 2003348370 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 203786 173391 1395 9 0 201148 0
[pid=3739/tid=3741] ppid=3737 vsize=815144 CPUtime=306.22
/proc/3739/task/3741/stat : 3741 (java) S 3737 3739 1401 0 -1 64 18138 0 1 0 30607 15 0 0 16 0 13 0 2003348377 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3742] ppid=3737 vsize=815144 CPUtime=3.38
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 1401 0 -1 64 76874 0 0 0 311 27 0 0 16 0 13 0 2003348378 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3743] ppid=3737 vsize=815144 CPUtime=3.41
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 1401 0 -1 64 75508 0 0 0 313 28 0 0 15 0 13 0 2003348378 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=815144 CPUtime=364.3
/proc/3739/task/3744/stat : 3744 (java) R 3737 3739 1401 0 -1 64 130753 0 0 0 36354 76 0 0 25 0 13 0 2003348380 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 1401 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 2003348380 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3746] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 1401 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2003348380 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 1401 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 2003348387 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=815144 CPUtime=0.8
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 1401 0 -1 64 688 0 0 0 80 0 0 0 17 0 13 0 2003348387 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3749] ppid=3737 vsize=815144 CPUtime=1.98
/proc/3739/task/3749/stat : 3749 (java) S 3737 3739 1401 0 -1 64 9236 0 0 0 194 4 0 0 17 0 13 0 2003348387 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3750] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3750/stat : 3750 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 2003348387 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3751] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3751/stat : 3751 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2003348387 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3754] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3754/stat : 3754 (java) S 3737 3739 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2003416737 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 680.17
Current children cumulated vsize (KiB) 815144

[startup+686.302 s]
/proc/loadavg: 2.00 2.13 2.05 3/93 3754
/proc/meminfo: memFree=831048/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=815144 CPUtime=681.76
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 312185 0 31 0 68021 155 0 0 18 0 13 0 2003348370 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 203786 173391 1395 9 0 201148 0
[pid=3739/tid=3741] ppid=3737 vsize=815144 CPUtime=306.22
/proc/3739/task/3741/stat : 3741 (java) S 3737 3739 1401 0 -1 64 18138 0 1 0 30607 15 0 0 16 0 13 0 2003348377 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3742] ppid=3737 vsize=815144 CPUtime=3.38
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 1401 0 -1 64 76874 0 0 0 311 27 0 0 16 0 13 0 2003348378 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3743] ppid=3737 vsize=815144 CPUtime=3.41
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 1401 0 -1 64 75508 0 0 0 313 28 0 0 15 0 13 0 2003348378 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=815144 CPUtime=365.89
/proc/3739/task/3744/stat : 3744 (java) R 3737 3739 1401 0 -1 64 131004 0 0 0 36513 76 0 0 25 0 13 0 2003348380 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 1401 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 2003348380 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3746] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 1401 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2003348380 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 1401 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 2003348387 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=815144 CPUtime=0.8
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 1401 0 -1 64 688 0 0 0 80 0 0 0 17 0 13 0 2003348387 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3749] ppid=3737 vsize=815144 CPUtime=1.98
/proc/3739/task/3749/stat : 3749 (java) S 3737 3739 1401 0 -1 64 9236 0 0 0 194 4 0 0 17 0 13 0 2003348387 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3750] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3750/stat : 3750 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 2003348387 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3751] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3751/stat : 3751 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2003348387 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3754] ppid=3737 vsize=815144 CPUtime=0
/proc/3739/task/3754/stat : 3754 (java) S 3737 3739 1401 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2003416737 834707456 173391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 681.76
Current children cumulated vsize (KiB) 815144

[startup+686.701 s]
/proc/loadavg: 2.00 2.13 2.05 3/93 3754
/proc/meminfo: memFree=831048/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=814140 CPUtime=682.14
/proc/3739/stat : 3739 (java) S 3737 3739 1401 0 -1 0 312187 0 31 0 68059 155 0 0 18 0 12 0 2003348370 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3739/statm: 203535 173141 1396 9 0 200897 0
[pid=3739/tid=3741] ppid=3737 vsize=814140 CPUtime=306.22
/proc/3739/task/3741/stat : 3741 (java) S 3737 3739 1401 0 -1 64 18138 0 1 0 30607 15 0 0 16 0 12 0 2003348377 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3742] ppid=3737 vsize=814140 CPUtime=3.38
/proc/3739/task/3742/stat : 3742 (java) S 3737 3739 1401 0 -1 64 76874 0 0 0 311 27 0 0 16 0 12 0 2003348378 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3743] ppid=3737 vsize=814140 CPUtime=3.41
/proc/3739/task/3743/stat : 3743 (java) S 3737 3739 1401 0 -1 64 75508 0 0 0 313 28 0 0 15 0 12 0 2003348378 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3744] ppid=3737 vsize=814140 CPUtime=366.28
/proc/3739/task/3744/stat : 3744 (java) R 3737 3739 1401 0 -1 64 131004 0 0 0 36552 76 0 0 25 0 12 0 2003348380 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3745] ppid=3737 vsize=814140 CPUtime=0
/proc/3739/task/3745/stat : 3745 (java) S 3737 3739 1401 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003348380 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3746] ppid=3737 vsize=814140 CPUtime=0
/proc/3739/task/3746/stat : 3746 (java) S 3737 3739 1401 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 2003348380 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3747] ppid=3737 vsize=814140 CPUtime=0
/proc/3739/task/3747/stat : 3747 (java) S 3737 3739 1401 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 2003348387 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3748] ppid=3737 vsize=814140 CPUtime=0.8
/proc/3739/task/3748/stat : 3748 (java) S 3737 3739 1401 0 -1 64 688 0 0 0 80 0 0 0 17 0 12 0 2003348387 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3749] ppid=3737 vsize=814140 CPUtime=1.98
/proc/3739/task/3749/stat : 3749 (java) S 3737 3739 1401 0 -1 64 9236 0 0 0 194 4 0 0 17 0 12 0 2003348387 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3739/tid=3750] ppid=3737 vsize=814140 CPUtime=0
/proc/3739/task/3750/stat : 3750 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 2003348387 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3739/tid=3751] ppid=3737 vsize=814140 CPUtime=0
/proc/3739/task/3751/stat : 3751 (java) S 3737 3739 1401 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003348387 833679360 173141 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.14
Current children cumulated vsize (KiB) 814140

[startup+686.902 s]
/proc/loadavg: 2.00 2.13 2.05 3/93 3754
/proc/meminfo: memFree=831048/2055920 swapFree=4179464/4192956
[pid=3739] ppid=3737 vsize=0 CPUtime=682.34
/proc/3739/stat : 3739 (java) Z 3737 3739 1401 0 -1 12 312191 0 31 0 68076 158 0 0 16 0 2 0 2003348370 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 682.34
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 686.983
CPU time (s): 682.429
CPU user time (s): 680.764
CPU system time (s): 1.66475
CPU usage (%): 99.3371
Max. virtual memory (cumulated for all children) (KiB): 819468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 680.765
system time used= 1.66475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312191
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21571
involuntary context switches= 19080

runsolver used 0.928858 second user time and 2.23566 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 09:42:15
IDJOB=1087387
IDBENCH=57981
IDSOLVER=344
FILE ID=node10/1087387-1215243735
PBS_JOBID= 7881893
Free space on /tmp= 66504 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-1.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087387-1215243735/watcher-1087387-1215243735 -o /tmp/evaluation-result-1087387-1215243735/solver-1087387-1215243735 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087387-1215243735.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61e96c97715b7c95a31e810829750342
RANDOM SEED=1071827166

node10.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.229
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.229
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:       1531064 kB
Buffers:          9548 kB
Cached:         118844 kB
SwapCached:       7540 kB
Active:         414556 kB
Inactive:        54712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531064 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:         354592 kB
Slab:            40044 kB
Committed_AS:  4231192 kB
PageTables:       2612 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= 66504 MiB
End job on node10 at 2008-07-05 09:53:42