Trace number 1064419

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? 1707.04 1718.01

General information on the benchmark

Namecsp/tdsp/
normalized-C4-3-60.xml
MD5SUM2e6b653379e70d82ad071d293c462e81
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.074
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.54	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.54	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.54	c See www.sat4j.org for details.
0.29/0.54	c That software uses the Rhino library from the Mozilla project.
0.29/0.58	c version 9.9.9.token
0.29/0.58	c sun.arch.data.model	32
0.29/0.58	c java.version	1.6.0_06
0.29/0.58	c os.name	Linux
0.29/0.58	c os.version	2.6.9-22.EL.rootsmp
0.29/0.58	c os.arch	i386
0.29/0.58	c Free memory 669864272
0.29/0.58	c Max memory 672137216
0.29/0.58	c Total memory 672137216
0.29/0.58	c Number of processors 2
0.38/0.63	c c --- Begin Solver configuration ---
0.38/0.63	c Stops conflict analysis at the first Unique Implication Point
0.38/0.63	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.63	c Learn all clauses as in MiniSAT
0.38/0.63	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.63	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.63	c Expensive reason simplification
0.38/0.63	c MiniSAT restarts strategy
0.38/0.63	c timeout=2147483s
0.38/0.63	c DB Simplification allowed=false
0.38/0.63	c --- End Solver configuration ---
0.38/0.64	c solving HOME/instance-1064419-1215141307.xml
0.38/0.64	c reading problem ... 
0.67/0.92	c reading problem named null
0.67/0.92	c reading domains done.
0.67/0.92	c reading variables done.
0.87/1.19	c reading predicates  done.
1.06/1.39	c reading constraints
1706.84/1717.88	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1706.84/1717.88		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:223)
1706.84/1717.88		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2268)
1706.84/1717.88		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
1706.84/1717.88		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
1706.84/1717.88		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:95)
1706.84/1717.88		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
1706.84/1717.88		at org.mozilla.javascript.gen.c3.call(rhino.log)
1706.84/1717.88		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
1706.84/1717.88		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
1706.84/1717.88		at org.mozilla.javascript.gen.c3.call(rhino.log)
1706.84/1717.88		at org.mozilla.javascript.gen.c3.exec(rhino.log)
1706.84/1717.88		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
1706.84/1717.88		at org.sat4j.csp.Predicate.find(Predicate.java:129)
1706.84/1717.88		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1706.84/1717.88		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1706.84/1717.88		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1706.84/1717.88		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1706.84/1717.88		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1706.84/1717.88		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1706.84/1717.88		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
1706.84/1717.88		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
1706.84/1717.88		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
1706.84/1717.88		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
1706.84/1717.88		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1706.84/1717.88		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1706.84/1717.88		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1706.84/1717.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1706.84/1717.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1706.84/1717.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1706.84/1717.89		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1706.84/1717.89		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1706.84/1717.89		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1706.84/1717.89	c starts		: 0
1706.84/1717.89	c conflicts		: 0
1706.84/1717.89	c decisions		: 0
1706.84/1717.89	c propagations		: 0
1706.84/1717.89	c inspects		: 0
1706.84/1717.89	c learnt literals	: 0
1706.84/1717.89	c learnt binary clauses	: 0
1706.84/1717.89	c learnt ternary clauses	: 0
1706.84/1717.89	c learnt clauses	: 0
1706.84/1717.89	c ignored clauses	: 0
1706.84/1717.89	c root simplifications	: 0
1706.84/1717.89	c removed literals (reason simplification)	: 0
1706.84/1717.89	c reason swapping (by a shorter reason)	: 0
1706.84/1717.89	c Calls to reduceDB	: 0
1706.84/1717.89	c speed (assignments/second)	: 0.0
1706.84/1717.89	c non guided choices	0
1706.84/1717.89	s UNKNOWN
1706.84/1717.89	c Total wall clock time (in seconds) : 1717.252

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-1064419-1215141307/watcher-1064419-1215141307 -o /tmp/evaluation-result-1064419-1215141307/solver-1064419-1215141307 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064419-1215141307.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.01 2.04 2.01 4/81 3775
/proc/meminfo: memFree=1821920/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=1804 CPUtime=0
/proc/3775/stat : 3775 (java) D 3773 3775 1966 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 1993104694 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 1172260 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/3775/statm: 451 163 118 9 0 93 0

[startup+0.0815911 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 3775
/proc/meminfo: memFree=1821920/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=798812 CPUtime=0.01
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 1680 0 31 0 0 1 0 0 18 0 4 0 1993104694 817983488 1451 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 199703 1451 422 9 0 197481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.101587 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 3775
/proc/meminfo: memFree=1821920/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=800744 CPUtime=0.02
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 2298 0 31 0 1 1 0 0 18 0 4 0 1993104694 819961856 2066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 200186 2066 911 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.301609 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 3775
/proc/meminfo: memFree=1821920/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=805368 CPUtime=0.13
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 3411 0 31 0 10 3 0 0 18 0 12 0 1993104694 824696832 3172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 201342 3172 1276 9 0 198711 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 805368

[startup+0.701641 s]
/proc/loadavg: 2.01 2.04 2.01 4/81 3775
/proc/meminfo: memFree=1821920/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=808240 CPUtime=0.48
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 5635 0 31 0 42 6 0 0 18 0 12 0 1993104694 827637760 4990 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 202060 4990 1319 9 0 199422 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 808240

[startup+1.50271 s]
/proc/loadavg: 2.01 2.04 2.01 4/93 3787
/proc/meminfo: memFree=1796352/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=808240 CPUtime=1.26
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 8176 0 31 0 119 7 0 0 18 0 12 0 1993104694 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 202060 6671 1350 9 0 199422 0
[pid=3775/tid=3777] ppid=3773 vsize=808240 CPUtime=0.75
/proc/3775/task/3777/stat : 3777 (java) R 3773 3775 1966 0 -1 64 5001 0 1 0 70 5 0 0 18 0 12 0 1993104701 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3778] ppid=3773 vsize=808240 CPUtime=0
/proc/3775/task/3778/stat : 3778 (java) S 3773 3775 1966 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1993104702 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3779] ppid=3773 vsize=808240 CPUtime=0
/proc/3775/task/3779/stat : 3779 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1993104702 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3780] ppid=3773 vsize=808240 CPUtime=0
/proc/3775/task/3780/stat : 3780 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1993104712 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3781] ppid=3773 vsize=808240 CPUtime=0
/proc/3775/task/3781/stat : 3781 (java) S 3773 3775 1966 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 1993104713 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3782] ppid=3773 vsize=808240 CPUtime=0
/proc/3775/task/3782/stat : 3782 (java) S 3773 3775 1966 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 1993104713 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3783] ppid=3773 vsize=808240 CPUtime=0
/proc/3775/task/3783/stat : 3783 (java) S 3773 3775 1966 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993104720 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3784] ppid=3773 vsize=808240 CPUtime=0.26
/proc/3775/task/3784/stat : 3784 (java) R 3773 3775 1966 0 -1 64 1028 0 0 0 26 0 0 0 16 0 12 0 1993104720 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 103787770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3785] ppid=3773 vsize=808240 CPUtime=0.22
/proc/3775/task/3785/stat : 3785 (java) S 3773 3775 1966 0 -1 64 1410 0 0 0 22 0 0 0 16 0 12 0 1993104720 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3786] ppid=3773 vsize=808240 CPUtime=0
/proc/3775/task/3786/stat : 3786 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993104720 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3787] ppid=3773 vsize=808240 CPUtime=0
/proc/3775/task/3787/stat : 3787 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993104720 827637760 6671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 808240

[startup+3.10285 s]
/proc/loadavg: 2.01 2.04 2.01 3/93 3787
/proc/meminfo: memFree=1783552/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=816708 CPUtime=2.94
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 15281 0 31 0 283 11 0 0 18 0 12 0 1993104694 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 204177 10703 1379 9 0 201539 0
[pid=3775/tid=3777] ppid=3773 vsize=816708 CPUtime=1.33
/proc/3775/task/3777/stat : 3777 (java) R 3773 3775 1966 0 -1 64 6788 0 1 0 126 7 0 0 23 0 12 0 1993104701 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3778] ppid=3773 vsize=816708 CPUtime=0
/proc/3775/task/3778/stat : 3778 (java) S 3773 3775 1966 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1993104702 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3779] ppid=3773 vsize=816708 CPUtime=0
/proc/3775/task/3779/stat : 3779 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1993104702 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3780] ppid=3773 vsize=816708 CPUtime=0
/proc/3775/task/3780/stat : 3780 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1993104712 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3781] ppid=3773 vsize=816708 CPUtime=0
/proc/3775/task/3781/stat : 3781 (java) S 3773 3775 1966 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 1993104713 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3782] ppid=3773 vsize=816708 CPUtime=0
/proc/3775/task/3782/stat : 3782 (java) S 3773 3775 1966 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 1993104713 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3783] ppid=3773 vsize=816708 CPUtime=0
/proc/3775/task/3783/stat : 3783 (java) S 3773 3775 1966 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993104720 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3784] ppid=3773 vsize=816708 CPUtime=0.79
/proc/3775/task/3784/stat : 3784 (java) R 3773 3775 1966 0 -1 64 2582 0 0 0 79 0 0 0 17 0 12 0 1993104720 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 104093837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3785] ppid=3773 vsize=816708 CPUtime=0.79
/proc/3775/task/3785/stat : 3785 (java) S 3773 3775 1966 0 -1 64 5174 0 0 0 77 2 0 0 16 0 12 0 1993104720 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3786] ppid=3773 vsize=816708 CPUtime=0
/proc/3775/task/3786/stat : 3786 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993104720 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3787] ppid=3773 vsize=816708 CPUtime=0
/proc/3775/task/3787/stat : 3787 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993104720 836308992 10703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 816708

[startup+6.30212 s]
/proc/loadavg: 2.01 2.04 2.01 3/93 3787
/proc/meminfo: memFree=1729408/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=815504 CPUtime=6.14
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 27580 0 31 0 598 16 0 0 18 0 12 0 1993104694 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 203876 22213 1384 9 0 201238 0
[pid=3775/tid=3777] ppid=3773 vsize=815504 CPUtime=4.26
/proc/3775/task/3777/stat : 3777 (java) R 3773 3775 1966 0 -1 64 17269 0 1 0 415 11 0 0 25 0 12 0 1993104701 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4109759168 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3778] ppid=3773 vsize=815504 CPUtime=0.02
/proc/3775/task/3778/stat : 3778 (java) S 3773 3775 1966 0 -1 64 360 0 0 0 2 0 0 0 16 0 12 0 1993104702 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3779] ppid=3773 vsize=815504 CPUtime=0.03
/proc/3775/task/3779/stat : 3779 (java) S 3773 3775 1966 0 -1 64 834 0 0 0 3 0 0 0 16 0 12 0 1993104702 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3780] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3780/stat : 3780 (java) S 3773 3775 1966 0 -1 64 115 0 0 0 0 0 0 0 16 0 12 0 1993104712 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3781] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3781/stat : 3781 (java) S 3773 3775 1966 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1993104713 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3782] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3782/stat : 3782 (java) S 3773 3775 1966 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1993104713 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3783] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3783/stat : 3783 (java) S 3773 3775 1966 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993104720 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3784] ppid=3773 vsize=815504 CPUtime=0.98
/proc/3775/task/3784/stat : 3784 (java) S 3773 3775 1966 0 -1 64 3093 0 0 0 98 0 0 0 17 0 12 0 1993104720 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3785] ppid=3773 vsize=815504 CPUtime=0.8
/proc/3775/task/3785/stat : 3785 (java) S 3773 3775 1966 0 -1 64 5174 0 0 0 78 2 0 0 16 0 12 0 1993104720 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3786] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3786/stat : 3786 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993104720 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3787] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3787/stat : 3787 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993104720 835076096 22213 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 815504

[startup+12.7017 s]
/proc/loadavg: 2.00 2.04 2.01 3/93 3787
/proc/meminfo: memFree=1713536/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=815504 CPUtime=12.53
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 31603 0 31 0 1235 18 0 0 18 0 12 0 1993104694 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 203876 26228 1384 9 0 201238 0
[pid=3775/tid=3777] ppid=3773 vsize=815504 CPUtime=10.55
/proc/3775/task/3777/stat : 3777 (java) R 3773 3775 1966 0 -1 64 18871 0 1 0 1043 12 0 0 25 0 12 0 1993104701 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4109759186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3778] ppid=3773 vsize=815504 CPUtime=0.05
/proc/3775/task/3778/stat : 3778 (java) S 3773 3775 1966 0 -1 64 1228 0 0 0 5 0 0 0 15 0 12 0 1993104702 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3779] ppid=3773 vsize=815504 CPUtime=0.08
/proc/3775/task/3779/stat : 3779 (java) S 3773 3775 1966 0 -1 64 2331 0 0 0 8 0 0 0 16 0 12 0 1993104702 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3780] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3780/stat : 3780 (java) S 3773 3775 1966 0 -1 64 171 0 0 0 0 0 0 0 16 0 12 0 1993104712 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3781] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3781/stat : 3781 (java) S 3773 3775 1966 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1993104713 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3782] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3782/stat : 3782 (java) S 3773 3775 1966 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1993104713 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3783] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3783/stat : 3783 (java) S 3773 3775 1966 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993104720 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3784] ppid=3773 vsize=815504 CPUtime=0.98
/proc/3775/task/3784/stat : 3784 (java) S 3773 3775 1966 0 -1 64 3093 0 0 0 98 0 0 0 17 0 12 0 1993104720 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3785] ppid=3773 vsize=815504 CPUtime=0.8
/proc/3775/task/3785/stat : 3785 (java) S 3773 3775 1966 0 -1 64 5174 0 0 0 78 2 0 0 16 0 12 0 1993104720 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3786] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3786/stat : 3786 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993104720 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3787] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3787/stat : 3787 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993104720 835076096 26228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 815504

[startup+25.5028 s]
/proc/loadavg: 2.00 2.04 2.01 3/93 3787
/proc/meminfo: memFree=1706752/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=815504 CPUtime=25.34
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 33528 0 31 0 2514 20 0 0 18 0 12 0 1993104694 835076096 28136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 203876 28136 1384 9 0 201238 0
[pid=3775/tid=3777] ppid=3773 vsize=815504 CPUtime=23.24
/proc/3775/task/3777/stat : 3777 (java) R 3773 3775 1966 0 -1 64 18977 0 1 0 2312 12 0 0 25 0 12 0 1993104701 835076096 28136 996147200 134512640 134550740 4294956032 18446744073709551615 4109759974 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3778] ppid=3773 vsize=815504 CPUtime=0.11
/proc/3775/task/3778/stat : 3778 (java) S 3773 3775 1966 0 -1 64 2132 0 0 0 10 1 0 0 16 0 12 0 1993104702 835076096 28136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3779] ppid=3773 vsize=815504 CPUtime=0.13
/proc/3775/task/3779/stat : 3779 (java) S 3773 3775 1966 0 -1 64 3246 0 0 0 12 1 0 0 16 0 12 0 1993104702 835076096 28136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3780] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3780/stat : 3780 (java) S 3773 3775 1966 0 -1 64 171 0 0 0 0 0 0 0 16 0 12 0 1993104712 835076096 28136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3781] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3781/stat : 3781 (java) S 3773 3775 1966 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1993104713 835076096 28136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3782] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3782/stat : 3782 (java) S 3773 3775 1966 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1993104713 835076096 28136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3783] ppid=3773 vsize=815504 CPUtime=0
/proc/3775/task/3783/stat : 3783 (java) S 3773 3775 1966 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993104720 835076096 28136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3775/tid=3786] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3786/stat : 3786 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3787] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3787/stat : 3787 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1697.92
Current children cumulated vsize (KiB) 816788

[startup+1711.9 s]
/proc/loadavg: 2.07 2.24 2.17 3/105 3846
/proc/meminfo: memFree=996144/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=816788 CPUtime=1701.06
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 180933 0 31 0 170008 98 0 0 18 0 12 0 1993104694 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 204197 173800 1388 9 0 201559 0
[pid=3775/tid=3777] ppid=3773 vsize=816788 CPUtime=1238.75
/proc/3775/task/3777/stat : 3777 (java) S 3773 3775 1966 0 -1 64 20450 0 1 0 123854 21 0 0 18 0 12 0 1993104701 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3778] ppid=3773 vsize=816788 CPUtime=55.29
/proc/3775/task/3778/stat : 3778 (java) S 3773 3775 1966 0 -1 64 79371 0 0 0 5496 33 0 0 15 0 12 0 1993104702 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3779] ppid=3773 vsize=816788 CPUtime=54.74
/proc/3775/task/3779/stat : 3779 (java) S 3773 3775 1966 0 -1 64 71797 0 0 0 5445 29 0 0 16 0 12 0 1993104702 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3780] ppid=3773 vsize=816788 CPUtime=350.45
/proc/3775/task/3780/stat : 3780 (java) R 3773 3775 1966 0 -1 64 313 0 0 0 35035 10 0 0 25 0 12 0 1993104712 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 104136309 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3781] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3781/stat : 3781 (java) S 3773 3775 1966 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993104713 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3782] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3782/stat : 3782 (java) S 3773 3775 1966 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1993104713 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3783] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3783/stat : 3783 (java) S 3773 3775 1966 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3784] ppid=3773 vsize=816788 CPUtime=0.98
/proc/3775/task/3784/stat : 3784 (java) S 3773 3775 1966 0 -1 64 3093 0 0 0 98 0 0 0 17 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3785] ppid=3773 vsize=816788 CPUtime=0.8
/proc/3775/task/3785/stat : 3785 (java) S 3773 3775 1966 0 -1 64 5174 0 0 0 78 2 0 0 16 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3786] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3786/stat : 3786 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3787] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3787/stat : 3787 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1701.06
Current children cumulated vsize (KiB) 816788

[startup+1715.1 s]
/proc/loadavg: 2.07 2.24 2.17 3/105 3846
/proc/meminfo: memFree=996144/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=816788 CPUtime=1704.2
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 180934 0 31 0 170322 98 0 0 18 0 12 0 1993104694 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 204197 173800 1388 9 0 201559 0
[pid=3775/tid=3777] ppid=3773 vsize=816788 CPUtime=1238.88
/proc/3775/task/3777/stat : 3777 (java) S 3773 3775 1966 0 -1 64 20451 0 1 0 123867 21 0 0 17 0 12 0 1993104701 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3778] ppid=3773 vsize=816788 CPUtime=55.29
/proc/3775/task/3778/stat : 3778 (java) S 3773 3775 1966 0 -1 64 79371 0 0 0 5496 33 0 0 15 0 12 0 1993104702 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3779] ppid=3773 vsize=816788 CPUtime=54.74
/proc/3775/task/3779/stat : 3779 (java) S 3773 3775 1966 0 -1 64 71797 0 0 0 5445 29 0 0 16 0 12 0 1993104702 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3780] ppid=3773 vsize=816788 CPUtime=353.46
/proc/3775/task/3780/stat : 3780 (java) R 3773 3775 1966 0 -1 64 313 0 0 0 35336 10 0 0 25 0 12 0 1993104712 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3781] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3781/stat : 3781 (java) S 3773 3775 1966 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993104713 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3782] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3782/stat : 3782 (java) S 3773 3775 1966 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1993104713 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3783] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3783/stat : 3783 (java) S 3773 3775 1966 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3784] ppid=3773 vsize=816788 CPUtime=0.98
/proc/3775/task/3784/stat : 3784 (java) S 3773 3775 1966 0 -1 64 3093 0 0 0 98 0 0 0 17 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3785] ppid=3773 vsize=816788 CPUtime=0.8
/proc/3775/task/3785/stat : 3785 (java) S 3773 3775 1966 0 -1 64 5174 0 0 0 78 2 0 0 16 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3786] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3786/stat : 3786 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3787] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3787/stat : 3787 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.2
Current children cumulated vsize (KiB) 816788

[startup+1716.7 s]
/proc/loadavg: 2.07 2.23 2.17 3/105 3846
/proc/meminfo: memFree=996144/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=816788 CPUtime=1705.76
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 180936 0 31 0 170478 98 0 0 18 0 12 0 1993104694 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 204197 173800 1388 9 0 201559 0
[pid=3775/tid=3777] ppid=3773 vsize=816788 CPUtime=1239
/proc/3775/task/3777/stat : 3777 (java) S 3773 3775 1966 0 -1 64 20453 0 1 0 123879 21 0 0 18 0 12 0 1993104701 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3778] ppid=3773 vsize=816788 CPUtime=55.29
/proc/3775/task/3778/stat : 3778 (java) S 3773 3775 1966 0 -1 64 79371 0 0 0 5496 33 0 0 15 0 12 0 1993104702 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3779] ppid=3773 vsize=816788 CPUtime=54.74
/proc/3775/task/3779/stat : 3779 (java) S 3773 3775 1966 0 -1 64 71797 0 0 0 5445 29 0 0 16 0 12 0 1993104702 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3780] ppid=3773 vsize=816788 CPUtime=354.9
/proc/3775/task/3780/stat : 3780 (java) R 3773 3775 1966 0 -1 64 313 0 0 0 35480 10 0 0 25 0 12 0 1993104712 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 106122584 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3781] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3781/stat : 3781 (java) S 3773 3775 1966 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993104713 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3782] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3782/stat : 3782 (java) S 3773 3775 1966 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1993104713 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3783] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3783/stat : 3783 (java) S 3773 3775 1966 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3784] ppid=3773 vsize=816788 CPUtime=0.98
/proc/3775/task/3784/stat : 3784 (java) S 3773 3775 1966 0 -1 64 3093 0 0 0 98 0 0 0 17 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3785] ppid=3773 vsize=816788 CPUtime=0.8
/proc/3775/task/3785/stat : 3785 (java) S 3773 3775 1966 0 -1 64 5174 0 0 0 78 2 0 0 16 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3786] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3786/stat : 3786 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3787] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3787/stat : 3787 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.76
Current children cumulated vsize (KiB) 816788

[startup+1717.5 s]
/proc/loadavg: 2.07 2.23 2.17 3/105 3846
/proc/meminfo: memFree=996144/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=816788 CPUtime=1706.55
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 180936 0 31 0 170557 98 0 0 18 0 12 0 1993104694 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 204197 173800 1388 9 0 201559 0
[pid=3775/tid=3777] ppid=3773 vsize=816788 CPUtime=1239
/proc/3775/task/3777/stat : 3777 (java) S 3773 3775 1966 0 -1 64 20453 0 1 0 123879 21 0 0 18 0 12 0 1993104701 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3778] ppid=3773 vsize=816788 CPUtime=55.29
/proc/3775/task/3778/stat : 3778 (java) S 3773 3775 1966 0 -1 64 79371 0 0 0 5496 33 0 0 15 0 12 0 1993104702 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3779] ppid=3773 vsize=816788 CPUtime=54.74
/proc/3775/task/3779/stat : 3779 (java) S 3773 3775 1966 0 -1 64 71797 0 0 0 5445 29 0 0 16 0 12 0 1993104702 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3780] ppid=3773 vsize=816788 CPUtime=355.69
/proc/3775/task/3780/stat : 3780 (java) R 3773 3775 1966 0 -1 64 313 0 0 0 35559 10 0 0 25 0 12 0 1993104712 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3781] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3781/stat : 3781 (java) S 3773 3775 1966 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993104713 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3782] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3782/stat : 3782 (java) S 3773 3775 1966 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1993104713 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3783] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3783/stat : 3783 (java) S 3773 3775 1966 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3784] ppid=3773 vsize=816788 CPUtime=0.98
/proc/3775/task/3784/stat : 3784 (java) S 3773 3775 1966 0 -1 64 3093 0 0 0 98 0 0 0 17 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3785] ppid=3773 vsize=816788 CPUtime=0.8
/proc/3775/task/3785/stat : 3785 (java) S 3773 3775 1966 0 -1 64 5174 0 0 0 78 2 0 0 16 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3786] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3786/stat : 3786 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3787] ppid=3773 vsize=816788 CPUtime=0
/proc/3775/task/3787/stat : 3787 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993104720 836390912 173800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.55
Current children cumulated vsize (KiB) 816788

[startup+1717.9 s]
/proc/loadavg: 2.07 2.23 2.17 3/105 3846
/proc/meminfo: memFree=996144/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=817112 CPUtime=1706.93
/proc/3775/stat : 3775 (java) S 3773 3775 1966 0 -1 0 180946 0 31 0 170595 98 0 0 18 0 12 0 1993104694 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3775/statm: 204278 173809 1389 9 0 201640 0
[pid=3775/tid=3777] ppid=3773 vsize=817112 CPUtime=1239.01
/proc/3775/task/3777/stat : 3777 (java) S 3773 3775 1966 0 -1 64 20457 0 1 0 123880 21 0 0 17 0 12 0 1993104701 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3778] ppid=3773 vsize=817112 CPUtime=55.29
/proc/3775/task/3778/stat : 3778 (java) S 3773 3775 1966 0 -1 64 79371 0 0 0 5496 33 0 0 15 0 12 0 1993104702 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3779] ppid=3773 vsize=817112 CPUtime=54.74
/proc/3775/task/3779/stat : 3779 (java) S 3773 3775 1966 0 -1 64 71797 0 0 0 5445 29 0 0 16 0 12 0 1993104702 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3780] ppid=3773 vsize=817112 CPUtime=356.06
/proc/3775/task/3780/stat : 3780 (java) S 3773 3775 1966 0 -1 64 313 0 0 0 35596 10 0 0 25 0 12 0 1993104712 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3781] ppid=3773 vsize=817112 CPUtime=0
/proc/3775/task/3781/stat : 3781 (java) S 3773 3775 1966 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993104713 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3782] ppid=3773 vsize=817112 CPUtime=0
/proc/3775/task/3782/stat : 3782 (java) S 3773 3775 1966 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1993104713 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3783] ppid=3773 vsize=817112 CPUtime=0
/proc/3775/task/3783/stat : 3783 (java) S 3773 3775 1966 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993104720 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3784] ppid=3773 vsize=817112 CPUtime=0.98
/proc/3775/task/3784/stat : 3784 (java) S 3773 3775 1966 0 -1 64 3093 0 0 0 98 0 0 0 17 0 12 0 1993104720 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3785] ppid=3773 vsize=817112 CPUtime=0.8
/proc/3775/task/3785/stat : 3785 (java) S 3773 3775 1966 0 -1 64 5174 0 0 0 78 2 0 0 16 0 12 0 1993104720 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3775/tid=3786] ppid=3773 vsize=817112 CPUtime=0
/proc/3775/task/3786/stat : 3786 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993104720 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3775/tid=3787] ppid=3773 vsize=817112 CPUtime=0
/proc/3775/task/3787/stat : 3787 (java) S 3773 3775 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993104720 836722688 173809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.93
Current children cumulated vsize (KiB) 817112

[startup+1718 s]
/proc/loadavg: 2.07 2.23 2.17 3/105 3846
/proc/meminfo: memFree=996144/2055920 swapFree=4180080/4192956
[pid=3775] ppid=3773 vsize=0 CPUtime=1707.03
/proc/3775/stat : 3775 (java) Z 3773 3775 1966 0 -1 12 180949 0 31 0 170595 108 0 0 16 0 2 0 1993104694 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3775/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1707.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1718.01
CPU time (s): 1707.04
CPU user time (s): 1705.95
CPU system time (s): 1.08983
CPU usage (%): 99.3618
Max. virtual memory (cumulated for all children) (KiB): 817608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1705.95
system time used= 1.08983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180949
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= 53792
involuntary context switches= 74645

runsolver used 2.22466 second user time and 5.64414 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-04 05:15:07
IDJOB=1064419
IDBENCH=54947
IDSOLVER=344
FILE ID=node31/1064419-1215141307
PBS_JOBID= 7877360
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e6b653379e70d82ad071d293c462e81
RANDOM SEED=1241302651

node31.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1822400 kB
Buffers:         20744 kB
Cached:         120536 kB
SwapCached:       6280 kB
Active:         125036 kB
Inactive:        54508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822400 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            1352 kB
Writeback:           0 kB
Mapped:          54072 kB
Slab:            38672 kB
Committed_AS:  3033620 kB
PageTables:       2096 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node31 at 2008-07-04 05:43:45