Trace number 1087198

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? 396.977 397.295

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-2.xml
MD5SUM3ec556ad251960bf7980f3107ef7856e
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 benchmark36.8644
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.37	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.37	c See www.sat4j.org for details.
0.25/0.37	c That software uses the Rhino library from the Mozilla project.
0.33/0.42	c version 9.9.9.token
0.33/0.42	c sun.arch.data.model	32
0.33/0.42	c java.version	1.6.0_06
0.33/0.42	c os.name	Linux
0.33/0.42	c os.version	2.6.9-22.EL.rootsmp
0.33/0.42	c os.arch	i386
0.33/0.42	c Free memory 669864272
0.33/0.42	c Max memory 672137216
0.33/0.42	c Total memory 672137216
0.33/0.42	c Number of processors 2
0.33/0.47	c c --- Begin Solver configuration ---
0.33/0.47	c Stops conflict analysis at the first Unique Implication Point
0.33/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.47	c Learn all clauses as in MiniSAT
0.33/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.47	c Expensive reason simplification
0.33/0.47	c MiniSAT restarts strategy
0.33/0.47	c timeout=2147483s
0.33/0.47	c DB Simplification allowed=false
0.33/0.47	c --- End Solver configuration ---
0.33/0.47	c solving HOME/instance-1087198-1215242989.xml
0.33/0.47	c reading problem ... 
0.62/0.74	c reading problem named null
0.62/0.74	c reading domains done.
0.92/1.06	c reading variables done.
3.01/3.16	c reading predicates  done.
3.21/3.34	c reading constraints
396.81/397.14	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
396.81/397.14		at org.mozilla.javascript.gen.c2._c0(rhino.log:1)
396.81/397.14		at org.mozilla.javascript.gen.c2.call(rhino.log)
396.81/397.14		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
396.81/397.14		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
396.81/397.14		at org.mozilla.javascript.gen.c2.call(rhino.log)
396.81/397.14		at org.mozilla.javascript.gen.c2.exec(rhino.log)
396.81/397.14		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
396.81/397.14		at org.sat4j.csp.Predicate.find(Predicate.java:129)
396.81/397.14		at org.sat4j.csp.Predicate.find(Predicate.java:139)
396.81/397.14		at org.sat4j.csp.Predicate.find(Predicate.java:139)
396.81/397.14		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
396.81/397.14		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
396.81/397.14		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
396.81/397.14		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
396.81/397.14		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
396.81/397.14		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
396.81/397.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
396.81/397.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
396.81/397.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
396.81/397.14		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
396.81/397.14		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
396.81/397.14		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
396.81/397.14		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
396.81/397.15		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
396.81/397.15		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
396.81/397.15		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
396.81/397.15		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
396.81/397.15		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
396.81/397.15		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
396.81/397.15		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
396.81/397.15	c starts		: 0
396.81/397.15	c conflicts		: 0
396.81/397.15	c decisions		: 0
396.81/397.15	c propagations		: 0
396.81/397.15	c inspects		: 0
396.81/397.15	c learnt literals	: 0
396.81/397.15	c learnt binary clauses	: 0
396.81/397.15	c learnt ternary clauses	: 0
396.81/397.15	c learnt clauses	: 0
396.81/397.15	c ignored clauses	: 0
396.81/397.15	c root simplifications	: 0
396.81/397.15	c removed literals (reason simplification)	: 0
396.81/397.15	c reason swapping (by a shorter reason)	: 0
396.81/397.15	c Calls to reduceDB	: 0
396.81/397.15	c speed (assignments/second)	: 0.0
396.81/397.15	c non guided choices	0
396.81/397.15	s UNKNOWN
396.81/397.15	c Total wall clock time (in seconds) : 396.677

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-1087198-1215242989/watcher-1087198-1215242989 -o /tmp/evaluation-result-1087198-1215242989/solver-1087198-1215242989 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087198-1215242989.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

[startup+0 s]
/proc/loadavg: 1.85 2.00 2.12 4/72 1666
/proc/meminfo: memFree=1877560/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=18572 CPUtime=0
/proc/1666/stat : 1666 (runsolver) R 1664 1626 1626 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 2003271432 19017728 290 996147200 4194304 4296836 548682068416 18446744073709551615 221952112332 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1666/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0222879 s]
/proc/loadavg: 1.85 2.00 2.12 4/72 1666
/proc/meminfo: memFree=1877560/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=13012 CPUtime=0
/proc/1666/stat : 1666 (java) D 1664 1666 1626 0 -1 0 380 0 1 0 0 0 0 0 18 0 1 0 2003271432 13324288 182 996147200 134512640 134550740 4294956016 18446744073709551615 1948536 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/1666/statm: 3253 182 134 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101294 s]
/proc/loadavg: 1.85 2.00 2.12 4/72 1666
/proc/meminfo: memFree=1877560/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=800744 CPUtime=0.05
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 2388 0 28 0 1 4 0 0 18 0 4 0 2003271432 819961856 2153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 200186 2154 912 9 0 197569 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800744

[startup+0.301312 s]
/proc/loadavg: 1.85 2.00 2.12 4/72 1666
/proc/meminfo: memFree=1877560/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=808340 CPUtime=0.25
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 4664 0 28 0 19 6 0 0 18 0 12 0 2003271432 827740160 4020 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 202085 4020 1297 9 0 199454 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 808340

[startup+0.701346 s]
/proc/loadavg: 1.85 2.00 2.12 4/72 1666
/proc/meminfo: memFree=1877560/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=808368 CPUtime=0.62
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 6248 0 28 0 53 9 0 0 18 0 12 0 2003271432 827768832 5405 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 202092 5405 1335 9 0 199454 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808368

[startup+1.50242 s]
/proc/loadavg: 1.85 2.00 2.12 4/84 1679
/proc/meminfo: memFree=1853272/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=808368 CPUtime=1.41
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 7412 0 28 0 132 9 0 0 18 0 12 0 2003271432 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 202092 5907 1343 9 0 199454 0
[pid=1666/tid=1668] ppid=1664 vsize=808368 CPUtime=0.75
/proc/1666/task/1668/stat : 1668 (java) R 1664 1666 1626 0 -1 64 4144 0 1 0 71 4 0 0 25 0 12 0 2003271439 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4109185374 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1669] ppid=1664 vsize=808368 CPUtime=0
/proc/1666/task/1669/stat : 1669 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 2003271440 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1670] ppid=1664 vsize=808368 CPUtime=0
/proc/1666/task/1670/stat : 1670 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 2003271440 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1671] ppid=1664 vsize=808368 CPUtime=0
/proc/1666/task/1671/stat : 1671 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 2003271442 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1672] ppid=1664 vsize=808368 CPUtime=0
/proc/1666/task/1672/stat : 1672 (java) S 1664 1666 1626 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 2003271442 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1674] ppid=1664 vsize=808368 CPUtime=0
/proc/1666/task/1674/stat : 1674 (java) S 1664 1666 1626 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2003271442 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1675] ppid=1664 vsize=808368 CPUtime=0
/proc/1666/task/1675/stat : 1675 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003271447 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1676] ppid=1664 vsize=808368 CPUtime=0.28
/proc/1666/task/1676/stat : 1676 (java) S 1664 1666 1626 0 -1 64 1068 0 0 0 28 0 0 0 16 0 12 0 2003271447 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1677] ppid=1664 vsize=808368 CPUtime=0.31
/proc/1666/task/1677/stat : 1677 (java) S 1664 1666 1626 0 -1 64 1465 0 0 0 31 0 0 0 16 0 12 0 2003271447 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1678] ppid=1664 vsize=808368 CPUtime=0
/proc/1666/task/1678/stat : 1678 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003271447 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1679] ppid=1664 vsize=808368 CPUtime=0
/proc/1666/task/1679/stat : 1679 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003271447 827768832 5907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 808368

[startup+3.10257 s]
/proc/loadavg: 1.85 2.00 2.12 6/84 1679
/proc/meminfo: memFree=1799192/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=817192 CPUtime=3.01
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 52410 0 28 0 268 33 0 0 18 0 12 0 2003271432 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 204298 48357 1352 9 0 201660 0
[pid=1666/tid=1668] ppid=1664 vsize=817192 CPUtime=1.17
/proc/1666/task/1668/stat : 1668 (java) R 1664 1666 1626 0 -1 64 17024 0 1 0 105 12 0 0 16 0 12 0 2003271439 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4109692365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1669] ppid=1664 vsize=817192 CPUtime=0.56
/proc/1666/task/1669/stat : 1669 (java) R 1664 1666 1626 0 -1 64 22449 0 0 0 45 11 0 0 20 0 12 0 2003271440 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1670] ppid=1664 vsize=817192 CPUtime=0.21
/proc/1666/task/1670/stat : 1670 (java) S 1664 1666 1626 0 -1 64 8536 0 0 0 18 3 0 0 18 0 12 0 2003271440 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1671] ppid=1664 vsize=817192 CPUtime=0
/proc/1666/task/1671/stat : 1671 (java) S 1664 1666 1626 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2003271442 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1672] ppid=1664 vsize=817192 CPUtime=0
/proc/1666/task/1672/stat : 1672 (java) S 1664 1666 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003271442 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1674] ppid=1664 vsize=817192 CPUtime=0
/proc/1666/task/1674/stat : 1674 (java) S 1664 1666 1626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003271442 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1675] ppid=1664 vsize=817192 CPUtime=0
/proc/1666/task/1675/stat : 1675 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003271447 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1676] ppid=1664 vsize=817192 CPUtime=0.45
/proc/1666/task/1676/stat : 1676 (java) S 1664 1666 1626 0 -1 64 1892 0 0 0 44 1 0 0 16 0 12 0 2003271447 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1677] ppid=1664 vsize=817192 CPUtime=0.53
/proc/1666/task/1677/stat : 1677 (java) S 1664 1666 1626 0 -1 64 1744 0 0 0 53 0 0 0 16 0 12 0 2003271447 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1678] ppid=1664 vsize=817192 CPUtime=0
/proc/1666/task/1678/stat : 1678 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003271447 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1679] ppid=1664 vsize=817192 CPUtime=0
/proc/1666/task/1679/stat : 1679 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003271447 836804608 48357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 817192

[startup+6.30185 s]
/proc/loadavg: 2.02 2.03 2.13 4/84 1679
/proc/meminfo: memFree=1632024/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=823112 CPUtime=6.4
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 68183 0 28 0 597 43 0 0 18 0 12 0 2003271432 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 205778 61118 1396 9 0 203140 0
[pid=1666/tid=1668] ppid=1664 vsize=823112 CPUtime=2.88
/proc/1666/task/1668/stat : 1668 (java) R 1664 1666 1626 0 -1 64 17299 0 1 0 275 13 0 0 25 0 12 0 2003271439 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4110037528 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1669] ppid=1664 vsize=823112 CPUtime=0.88
/proc/1666/task/1669/stat : 1669 (java) S 1664 1666 1626 0 -1 64 28230 0 0 0 74 14 0 0 17 0 12 0 2003271440 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1670] ppid=1664 vsize=823112 CPUtime=0.57
/proc/1666/task/1670/stat : 1670 (java) S 1664 1666 1626 0 -1 64 14609 0 0 0 50 7 0 0 17 0 12 0 2003271440 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1671] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1671/stat : 1671 (java) S 1664 1666 1626 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2003271442 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1672] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1672/stat : 1672 (java) S 1664 1666 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003271442 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1674] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1674/stat : 1674 (java) S 1664 1666 1626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003271442 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1675] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1675/stat : 1675 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003271447 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1676] ppid=1664 vsize=823112 CPUtime=1.12
/proc/1666/task/1676/stat : 1676 (java) S 1664 1666 1626 0 -1 64 5094 0 0 0 110 2 0 0 16 0 12 0 2003271447 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1677] ppid=1664 vsize=823112 CPUtime=0.86
/proc/1666/task/1677/stat : 1677 (java) S 1664 1666 1626 0 -1 64 2185 0 0 0 85 1 0 0 16 0 12 0 2003271447 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1678] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1678/stat : 1678 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003271447 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1679] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1679/stat : 1679 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003271447 842866688 61118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 823112

[startup+12.7024 s]
/proc/loadavg: 2.02 2.03 2.13 3/84 1679
/proc/meminfo: memFree=1606424/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=823112 CPUtime=12.78
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 74595 0 28 0 1232 46 0 0 18 0 12 0 2003271432 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 205778 67513 1396 9 0 203140 0
[pid=1666/tid=1668] ppid=1664 vsize=823112 CPUtime=8.76
/proc/1666/task/1668/stat : 1668 (java) R 1664 1666 1626 0 -1 64 17316 0 1 0 863 13 0 0 25 0 12 0 2003271439 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4109777965 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1669] ppid=1664 vsize=823112 CPUtime=1.08
/proc/1666/task/1669/stat : 1669 (java) S 1664 1666 1626 0 -1 64 31142 0 0 0 93 15 0 0 16 0 12 0 2003271440 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1670] ppid=1664 vsize=823112 CPUtime=0.77
/proc/1666/task/1670/stat : 1670 (java) S 1664 1666 1626 0 -1 64 18089 0 0 0 69 8 0 0 16 0 12 0 2003271440 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1671] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1671/stat : 1671 (java) S 1664 1666 1626 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 2003271442 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1672] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1672/stat : 1672 (java) S 1664 1666 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003271442 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1674] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1674/stat : 1674 (java) S 1664 1666 1626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003271442 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1675] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1675/stat : 1675 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003271447 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1676] ppid=1664 vsize=823112 CPUtime=1.16
/proc/1666/task/1676/stat : 1676 (java) S 1664 1666 1626 0 -1 64 5094 0 0 0 114 2 0 0 17 0 12 0 2003271447 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1677] ppid=1664 vsize=823112 CPUtime=0.9
/proc/1666/task/1677/stat : 1677 (java) S 1664 1666 1626 0 -1 64 2187 0 0 0 89 1 0 0 16 0 12 0 2003271447 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1678] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1678/stat : 1678 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003271447 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1679] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1679/stat : 1679 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003271447 842866688 67513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 823112

[startup+25.5026 s]
/proc/loadavg: 2.01 2.03 2.12 3/84 1679
/proc/meminfo: memFree=1575384/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=823112 CPUtime=25.57
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 82074 0 28 0 2508 49 0 0 18 0 12 0 2003271432 842866688 74967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 205778 74967 1396 9 0 203140 0
[pid=1666/tid=1668] ppid=1664 vsize=823112 CPUtime=21.2
/proc/1666/task/1668/stat : 1668 (java) R 1664 1666 1626 0 -1 64 17341 0 1 0 2106 14 0 0 25 0 12 0 2003271439 842866688 74967 996147200 134512640 134550740 4294956016 18446744073709551615 4109565250 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1669] ppid=1664 vsize=823112 CPUtime=1.26
/proc/1666/task/1669/stat : 1669 (java) S 1664 1666 1626 0 -1 64 34704 0 0 0 110 16 0 0 16 0 12 0 2003271440 842866688 74967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1670] ppid=1664 vsize=823112 CPUtime=0.94
/proc/1666/task/1670/stat : 1670 (java) S 1664 1666 1626 0 -1 64 21981 0 0 0 84 10 0 0 16 0 12 0 2003271440 842866688 74967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1671] ppid=1664 vsize=823112 CPUtime=0.01
/proc/1666/task/1671/stat : 1671 (java) S 1664 1666 1626 0 -1 64 32 0 0 0 1 0 0 0 15 0 12 0 2003271442 842866688 74967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1672] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1672/stat : 1672 (java) S 1664 1666 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003271442 842866688 74967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1674] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1674/stat : 1674 (java) S 1664 1666 1626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003271442 842866688 74967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1675] ppid=1664 vsize=823112 CPUtime=0
/proc/1666/task/1675/stat : 1675 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003271447 842866688 74967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=1666/tid=1678] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1678/stat : 1678 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1679] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1679/stat : 1679 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 390.01
Current children cumulated vsize (KiB) 831116

[startup+393.503 s]
/proc/loadavg: 2.97 2.41 2.22 4/84 1681
/proc/meminfo: memFree=1163544/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=831116 CPUtime=393.21
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 413008 0 28 0 39092 229 0 0 18 0 12 0 2003271432 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 207779 177467 1399 9 0 205141 0
[pid=1666/tid=1668] ppid=1664 vsize=831116 CPUtime=285.05
/proc/1666/task/1668/stat : 1668 (java) R 1664 1666 1626 0 -1 64 17714 0 1 0 28489 16 0 0 25 0 12 0 2003271439 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1669] ppid=1664 vsize=831116 CPUtime=4.66
/proc/1666/task/1669/stat : 1669 (java) S 1664 1666 1626 0 -1 64 84032 0 0 0 427 39 0 0 16 0 12 0 2003271440 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1670] ppid=1664 vsize=831116 CPUtime=4.34
/proc/1666/task/1670/stat : 1670 (java) S 1664 1666 1626 0 -1 64 73111 0 0 0 400 34 0 0 15 0 12 0 2003271440 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1671] ppid=1664 vsize=831116 CPUtime=96.92
/proc/1666/task/1671/stat : 1671 (java) R 1664 1666 1626 0 -1 64 230135 0 0 0 9561 131 0 0 16 0 12 0 2003271442 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1672] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1672/stat : 1672 (java) S 1664 1666 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003271442 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1674] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1674/stat : 1674 (java) S 1664 1666 1626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003271442 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1675] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1675/stat : 1675 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1676] ppid=1664 vsize=831116 CPUtime=1.23
/proc/1666/task/1676/stat : 1676 (java) S 1664 1666 1626 0 -1 64 5094 0 0 0 121 2 0 0 17 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1677] ppid=1664 vsize=831116 CPUtime=0.93
/proc/1666/task/1677/stat : 1677 (java) S 1664 1666 1626 0 -1 64 2187 0 0 0 92 1 0 0 16 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1666/tid=1678] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1678/stat : 1678 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1679] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1679/stat : 1679 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 393.21
Current children cumulated vsize (KiB) 831116

[startup+395.103 s]
/proc/loadavg: 2.97 2.41 2.22 4/84 1681
/proc/meminfo: memFree=1163544/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=831116 CPUtime=394.81
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 416011 0 28 0 39251 230 0 0 18 0 12 0 2003271432 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 207779 177467 1399 9 0 205141 0
[pid=1666/tid=1668] ppid=1664 vsize=831116 CPUtime=285.15
/proc/1666/task/1668/stat : 1668 (java) R 1664 1666 1626 0 -1 64 17715 0 1 0 28499 16 0 0 25 0 12 0 2003271439 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1669] ppid=1664 vsize=831116 CPUtime=4.66
/proc/1666/task/1669/stat : 1669 (java) S 1664 1666 1626 0 -1 64 84032 0 0 0 427 39 0 0 16 0 12 0 2003271440 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1670] ppid=1664 vsize=831116 CPUtime=4.34
/proc/1666/task/1670/stat : 1670 (java) S 1664 1666 1626 0 -1 64 73111 0 0 0 400 34 0 0 15 0 12 0 2003271440 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1671] ppid=1664 vsize=831116 CPUtime=98.42
/proc/1666/task/1671/stat : 1671 (java) R 1664 1666 1626 0 -1 64 233137 0 0 0 9710 132 0 0 16 0 12 0 2003271442 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1672] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1672/stat : 1672 (java) S 1664 1666 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003271442 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1674] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1674/stat : 1674 (java) S 1664 1666 1626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003271442 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1675] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1675/stat : 1675 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1676] ppid=1664 vsize=831116 CPUtime=1.23
/proc/1666/task/1676/stat : 1676 (java) S 1664 1666 1626 0 -1 64 5094 0 0 0 121 2 0 0 17 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1677] ppid=1664 vsize=831116 CPUtime=0.93
/proc/1666/task/1677/stat : 1677 (java) S 1664 1666 1626 0 -1 64 2187 0 0 0 92 1 0 0 16 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1666/tid=1678] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1678/stat : 1678 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1679] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1679/stat : 1679 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003271447 851062784 177467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 394.81
Current children cumulated vsize (KiB) 831116

[startup+395.903 s]
/proc/loadavg: 2.97 2.41 2.22 4/84 1681
/proc/meminfo: memFree=1167768/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=827116 CPUtime=395.62
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 417015 0 28 0 39331 231 0 0 18 0 12 0 2003271432 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 206779 176468 1400 9 0 204141 0
[pid=1666/tid=1668] ppid=1664 vsize=827116 CPUtime=285.25
/proc/1666/task/1668/stat : 1668 (java) R 1664 1666 1626 0 -1 64 17718 0 1 0 28509 16 0 0 25 0 12 0 2003271439 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1669] ppid=1664 vsize=827116 CPUtime=4.66
/proc/1666/task/1669/stat : 1669 (java) S 1664 1666 1626 0 -1 64 84032 0 0 0 427 39 0 0 16 0 12 0 2003271440 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1670] ppid=1664 vsize=827116 CPUtime=4.34
/proc/1666/task/1670/stat : 1670 (java) S 1664 1666 1626 0 -1 64 73111 0 0 0 400 34 0 0 15 0 12 0 2003271440 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1671] ppid=1664 vsize=827116 CPUtime=99.12
/proc/1666/task/1671/stat : 1671 (java) R 1664 1666 1626 0 -1 64 234138 0 0 0 9780 132 0 0 16 0 12 0 2003271442 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 104126486 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1672] ppid=1664 vsize=827116 CPUtime=0
/proc/1666/task/1672/stat : 1672 (java) S 1664 1666 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003271442 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1674] ppid=1664 vsize=827116 CPUtime=0
/proc/1666/task/1674/stat : 1674 (java) S 1664 1666 1626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003271442 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1675] ppid=1664 vsize=827116 CPUtime=0
/proc/1666/task/1675/stat : 1675 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003271447 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1676] ppid=1664 vsize=827116 CPUtime=1.23
/proc/1666/task/1676/stat : 1676 (java) S 1664 1666 1626 0 -1 64 5094 0 0 0 121 2 0 0 17 0 12 0 2003271447 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1677] ppid=1664 vsize=827116 CPUtime=0.93
/proc/1666/task/1677/stat : 1677 (java) S 1664 1666 1626 0 -1 64 2187 0 0 0 92 1 0 0 16 0 12 0 2003271447 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1666/tid=1678] ppid=1664 vsize=827116 CPUtime=0
/proc/1666/task/1678/stat : 1678 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003271447 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1679] ppid=1664 vsize=827116 CPUtime=0
/proc/1666/task/1679/stat : 1679 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003271447 846966784 176468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 395.62
Current children cumulated vsize (KiB) 827116

[startup+396.702 s]
/proc/loadavg: 2.97 2.41 2.22 4/84 1681
/proc/meminfo: memFree=1167768/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=831116 CPUtime=396.41
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 419016 0 28 0 39409 232 0 0 18 0 12 0 2003271432 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 207779 177468 1400 9 0 205141 0
[pid=1666/tid=1668] ppid=1664 vsize=831116 CPUtime=285.25
/proc/1666/task/1668/stat : 1668 (java) R 1664 1666 1626 0 -1 64 17718 0 1 0 28509 16 0 0 25 0 12 0 2003271439 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1669] ppid=1664 vsize=831116 CPUtime=4.66
/proc/1666/task/1669/stat : 1669 (java) S 1664 1666 1626 0 -1 64 84032 0 0 0 427 39 0 0 16 0 12 0 2003271440 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1670] ppid=1664 vsize=831116 CPUtime=4.34
/proc/1666/task/1670/stat : 1670 (java) S 1664 1666 1626 0 -1 64 73111 0 0 0 400 34 0 0 15 0 12 0 2003271440 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1671] ppid=1664 vsize=831116 CPUtime=99.92
/proc/1666/task/1671/stat : 1671 (java) R 1664 1666 1626 0 -1 64 236139 0 0 0 9858 134 0 0 16 0 12 0 2003271442 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 104136409 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1672] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1672/stat : 1672 (java) S 1664 1666 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003271442 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1674] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1674/stat : 1674 (java) S 1664 1666 1626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003271442 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1675] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1675/stat : 1675 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003271447 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1676] ppid=1664 vsize=831116 CPUtime=1.23
/proc/1666/task/1676/stat : 1676 (java) S 1664 1666 1626 0 -1 64 5094 0 0 0 121 2 0 0 17 0 12 0 2003271447 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1677] ppid=1664 vsize=831116 CPUtime=0.93
/proc/1666/task/1677/stat : 1677 (java) S 1664 1666 1626 0 -1 64 2187 0 0 0 92 1 0 0 16 0 12 0 2003271447 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1666/tid=1678] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1678/stat : 1678 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003271447 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1679] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1679/stat : 1679 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003271447 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 396.41
Current children cumulated vsize (KiB) 831116

[startup+397.107 s]
/proc/loadavg: 2.97 2.41 2.22 4/84 1681
/proc/meminfo: memFree=1163544/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=831116 CPUtime=396.81
/proc/1666/stat : 1666 (java) S 1664 1666 1626 0 -1 0 419016 0 28 0 39449 232 0 0 18 0 12 0 2003271432 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 207779 177468 1400 9 0 205141 0
[pid=1666/tid=1668] ppid=1664 vsize=831116 CPUtime=285.25
/proc/1666/task/1668/stat : 1668 (java) R 1664 1666 1626 0 -1 64 17718 0 1 0 28509 16 0 0 25 0 12 0 2003271439 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1669] ppid=1664 vsize=831116 CPUtime=4.66
/proc/1666/task/1669/stat : 1669 (java) S 1664 1666 1626 0 -1 64 84032 0 0 0 427 39 0 0 16 0 12 0 2003271440 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1670] ppid=1664 vsize=831116 CPUtime=4.34
/proc/1666/task/1670/stat : 1670 (java) S 1664 1666 1626 0 -1 64 73111 0 0 0 400 34 0 0 15 0 12 0 2003271440 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1671] ppid=1664 vsize=831116 CPUtime=100.33
/proc/1666/task/1671/stat : 1671 (java) R 1664 1666 1626 0 -1 64 236139 0 0 0 9899 134 0 0 17 0 12 0 2003271442 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1672] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1672/stat : 1672 (java) S 1664 1666 1626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003271442 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1674] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1674/stat : 1674 (java) S 1664 1666 1626 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2003271442 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1675] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1675/stat : 1675 (java) S 1664 1666 1626 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003271447 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1676] ppid=1664 vsize=831116 CPUtime=1.23
/proc/1666/task/1676/stat : 1676 (java) S 1664 1666 1626 0 -1 64 5094 0 0 0 121 2 0 0 17 0 12 0 2003271447 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1677] ppid=1664 vsize=831116 CPUtime=0.93
/proc/1666/task/1677/stat : 1677 (java) S 1664 1666 1626 0 -1 64 2187 0 0 0 92 1 0 0 16 0 12 0 2003271447 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1666/tid=1678] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1678/stat : 1678 (java) S 1664 1666 1626 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003271447 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1666/tid=1679] ppid=1664 vsize=831116 CPUtime=0
/proc/1666/task/1679/stat : 1679 (java) S 1664 1666 1626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003271447 851062784 177468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 396.81
Current children cumulated vsize (KiB) 831116

[startup+397.202 s]
/proc/loadavg: 2.97 2.41 2.22 4/84 1681
/proc/meminfo: memFree=1163544/2055920 swapFree=4179776/4192956
[pid=1666] ppid=1664 vsize=0 CPUtime=396.88
/proc/1666/stat : 1666 (java) Z 1664 1666 1626 0 -1 12 419029 0 28 0 39454 234 0 0 16 0 2 0 2003271432 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1666/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 396.88
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 397.295
CPU time (s): 396.977
CPU user time (s): 394.543
CPU system time (s): 2.43363
CPU usage (%): 99.9199
Max. virtual memory (cumulated for all children) (KiB): 851608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 394.543
system time used= 2.43363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419029
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13817
involuntary context switches= 10377

runsolver used 0.528919 second user time and 1.2998 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 09:29:50
IDJOB=1087198
IDBENCH=57947
IDSOLVER=344
FILE ID=node43/1087198-1215242989
PBS_JOBID= 7882017
Free space on /tmp= 66504 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-2.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-1087198-1215242989/watcher-1087198-1215242989 -o /tmp/evaluation-result-1087198-1215242989/solver-1087198-1215242989 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087198-1215242989.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ec556ad251960bf7980f3107ef7856e
RANDOM SEED=1835533564

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.230
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.230
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:       1878104 kB
Buffers:          5940 kB
Cached:          61432 kB
SwapCached:       6816 kB
Active:         105528 kB
Inactive:        20664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878104 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            7004 kB
Writeback:           0 kB
Mapped:          66848 kB
Slab:            36960 kB
Committed_AS:  3877240 kB
PageTables:       1948 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 node43 at 2008-07-05 09:36:27