Trace number 1049327

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? 269.88 266.506

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-12-16.xml
MD5SUM96f1337b79f3da95716c335bb7a66475
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 benchmark7.41687
Satisfiable
(Un)Satisfiability was proved
Number of variables4662
Number of constraints31899
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31899
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1049327-1215044662.xml
0.38/0.40	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
2.07/2.15	c reading predicates  done.
2.35/2.49	c reading constraints
269.68/266.38	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
269.68/266.38		at org.mozilla.javascript.gen.c10._c0(rhino.log:1)
269.68/266.38		at org.mozilla.javascript.gen.c10.call(rhino.log)
269.68/266.38		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
269.68/266.38		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
269.68/266.38		at org.mozilla.javascript.gen.c10.call(rhino.log)
269.68/266.38		at org.mozilla.javascript.gen.c10.exec(rhino.log)
269.68/266.38		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
269.68/266.38		at org.sat4j.csp.Predicate.find(Predicate.java:129)
269.68/266.38		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.38		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.38		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.38		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39		at org.sat4j.csp.Predicate.find(Predicate.java:139)
269.68/266.39	c starts		: 0
269.68/266.39	c conflicts		: 0
269.68/266.39	c decisions		: 0
269.68/266.39	c propagations		: 0
269.68/266.39	c inspects		: 0
269.68/266.39	c learnt literals	: 0
269.68/266.39	c learnt binary clauses	: 0
269.68/266.39	c learnt ternary clauses	: 0
269.68/266.39	c learnt clauses	: 0
269.68/266.39	c ignored clauses	: 0
269.68/266.39	c root simplifications	: 0
269.68/266.39	c removed literals (reason simplification)	: 0
269.68/266.39	c reason swapping (by a shorter reason)	: 0
269.68/266.39	c Calls to reduceDB	: 0
269.68/266.39	c speed (assignments/second)	: 0.0
269.68/266.39	c non guided choices	0
269.68/266.39	s UNKNOWN
269.68/266.39	c Total wall clock time (in seconds) : 265.986

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-1049327-1215044662/watcher-1049327-1215044662 -o /tmp/evaluation-result-1049327-1215044662/solver-1049327-1215044662 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1049327-1215044662.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: 1.99 1.98 1.99 4/84 13947
/proc/meminfo: memFree=1803792/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=18572 CPUtime=0
/proc/13947/stat : 13947 (runsolver) R 13945 13947 12972 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1983439216 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 209135922471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13947/statm: 4643 292 257 25 0 2626 0

[startup+0.027557 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 13947
/proc/meminfo: memFree=1803792/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=801432 CPUtime=0.02
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 2465 0 1 0 1 1 0 0 18 0 5 0 1983439216 820666368 2203 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 200358 2203 936 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.116741 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 13947
/proc/meminfo: memFree=1803792/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=805076 CPUtime=0.09
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 3318 0 1 0 7 2 0 0 18 0 12 0 1983439216 824397824 3049 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 201269 3049 1249 9 0 198638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 805076

[startup+0.302757 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 13947
/proc/meminfo: memFree=1803792/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=808244 CPUtime=0.29
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 4964 0 1 0 26 3 0 0 18 0 12 0 1983439216 827641856 4291 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 202061 4291 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.702787 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 13947
/proc/meminfo: memFree=1803792/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=808272 CPUtime=0.69
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 6351 0 1 0 64 5 0 0 18 0 12 0 1983439216 827670528 5479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 202068 5479 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808272

[startup+1.50186 s]
/proc/loadavg: 1.99 1.98 1.99 3/96 13959
/proc/meminfo: memFree=1786480/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=810716 CPUtime=1.47
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 8129 0 1 0 141 6 0 0 18 0 12 0 1983439216 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 202679 6319 1345 9 0 200041 0
[pid=13947/tid=13949] ppid=13945 vsize=810716 CPUtime=0.81
/proc/13947/task/13949/stat : 13949 (java) R 13945 13947 12972 0 -1 64 4055 0 1 0 77 4 0 0 25 0 12 0 1983439217 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13950] ppid=13945 vsize=810716 CPUtime=0
/proc/13947/task/13950/stat : 13950 (java) S 13945 13947 12972 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1983439218 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13951] ppid=13945 vsize=810716 CPUtime=0
/proc/13947/task/13951/stat : 13951 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1983439218 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13952] ppid=13945 vsize=810716 CPUtime=0
/proc/13947/task/13952/stat : 13952 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1983439220 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13953] ppid=13945 vsize=810716 CPUtime=0
/proc/13947/task/13953/stat : 13953 (java) S 13945 13947 12972 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1983439220 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13954] ppid=13945 vsize=810716 CPUtime=0
/proc/13947/task/13954/stat : 13954 (java) S 13945 13947 12972 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1983439220 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13955] ppid=13945 vsize=810716 CPUtime=0
/proc/13947/task/13955/stat : 13955 (java) S 13945 13947 12972 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983439225 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13956] ppid=13945 vsize=810716 CPUtime=0.24
/proc/13947/task/13956/stat : 13956 (java) S 13945 13947 12972 0 -1 64 689 0 0 0 24 0 0 0 16 0 12 0 1983439225 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13957] ppid=13945 vsize=810716 CPUtime=0.4
/proc/13947/task/13957/stat : 13957 (java) R 13945 13947 12972 0 -1 64 2623 0 0 0 39 1 0 0 16 0 12 0 1983439225 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 104093948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13958] ppid=13945 vsize=810716 CPUtime=0
/proc/13947/task/13958/stat : 13958 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983439225 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13959] ppid=13945 vsize=810716 CPUtime=0
/proc/13947/task/13959/stat : 13959 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983439225 830173184 6319 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810716

[startup+3.102 s]
/proc/loadavg: 1.99 1.98 1.99 4/96 13959
/proc/meminfo: memFree=1781104/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=813252 CPUtime=3.05
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 11864 0 2 0 297 8 0 0 18 0 12 0 1983439216 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 203313 9015 1378 9 0 200675 0
[pid=13947/tid=13949] ppid=13945 vsize=813252 CPUtime=1.42
/proc/13947/task/13949/stat : 13949 (java) R 13945 13947 12972 0 -1 64 5940 0 1 0 137 5 0 0 25 0 12 0 1983439217 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13950] ppid=13945 vsize=813252 CPUtime=0
/proc/13947/task/13950/stat : 13950 (java) S 13945 13947 12972 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1983439218 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13951] ppid=13945 vsize=813252 CPUtime=0
/proc/13947/task/13951/stat : 13951 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1983439218 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13952] ppid=13945 vsize=813252 CPUtime=0
/proc/13947/task/13952/stat : 13952 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983439220 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13953] ppid=13945 vsize=813252 CPUtime=0
/proc/13947/task/13953/stat : 13953 (java) S 13945 13947 12972 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1983439220 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13954] ppid=13945 vsize=813252 CPUtime=0
/proc/13947/task/13954/stat : 13954 (java) S 13945 13947 12972 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1983439220 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13955] ppid=13945 vsize=813252 CPUtime=0
/proc/13947/task/13955/stat : 13955 (java) S 13945 13947 12972 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983439225 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13956] ppid=13945 vsize=813252 CPUtime=0.62
/proc/13947/task/13956/stat : 13956 (java) R 13945 13947 12972 0 -1 64 772 0 0 0 62 0 0 0 16 0 12 0 1983439225 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 105554701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13957] ppid=13945 vsize=813252 CPUtime=0.99
/proc/13947/task/13957/stat : 13957 (java) S 13945 13947 12972 0 -1 64 4389 0 1 0 97 2 0 0 18 0 12 0 1983439225 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13958] ppid=13945 vsize=813252 CPUtime=0
/proc/13947/task/13958/stat : 13958 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983439225 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13959] ppid=13945 vsize=813252 CPUtime=0
/proc/13947/task/13959/stat : 13959 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983439225 832770048 9015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 813252

[startup+6.30228 s]
/proc/loadavg: 1.99 1.98 1.99 4/96 13959
/proc/meminfo: memFree=1755888/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=813220 CPUtime=6.22
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 22125 0 3 0 607 15 0 0 18 0 12 0 1983439216 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 203305 18204 1394 9 0 200667 0
[pid=13947/tid=13949] ppid=13945 vsize=813220 CPUtime=2.81
/proc/13947/task/13949/stat : 13949 (java) R 13945 13947 12972 0 -1 64 14994 0 1 0 270 11 0 0 25 0 12 0 1983439217 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4109871431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13950] ppid=13945 vsize=813220 CPUtime=0
/proc/13947/task/13950/stat : 13950 (java) S 13945 13947 12972 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1983439218 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13951] ppid=13945 vsize=813220 CPUtime=0
/proc/13947/task/13951/stat : 13951 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1983439218 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13952] ppid=13945 vsize=813220 CPUtime=0
/proc/13947/task/13952/stat : 13952 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983439220 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13953] ppid=13945 vsize=813220 CPUtime=0
/proc/13947/task/13953/stat : 13953 (java) S 13945 13947 12972 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1983439220 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13954] ppid=13945 vsize=813220 CPUtime=0
/proc/13947/task/13954/stat : 13954 (java) S 13945 13947 12972 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1983439220 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13955] ppid=13945 vsize=813220 CPUtime=0
/proc/13947/task/13955/stat : 13955 (java) S 13945 13947 12972 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983439225 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13956] ppid=13945 vsize=813220 CPUtime=1.89
/proc/13947/task/13956/stat : 13956 (java) S 13945 13947 12972 0 -1 64 1941 0 1 0 189 0 0 0 15 0 12 0 1983439225 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13957] ppid=13945 vsize=813220 CPUtime=1.48
/proc/13947/task/13957/stat : 13957 (java) S 13945 13947 12972 0 -1 64 4427 0 1 0 146 2 0 0 15 0 12 0 1983439225 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13958] ppid=13945 vsize=813220 CPUtime=0
/proc/13947/task/13958/stat : 13958 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983439225 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13959] ppid=13945 vsize=813220 CPUtime=0
/proc/13947/task/13959/stat : 13959 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983439225 832737280 18204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 813220

[startup+12.7028 s]
/proc/loadavg: 1.99 1.98 1.99 3/96 13959
/proc/meminfo: memFree=1697904/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=814444 CPUtime=12.65
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 32719 0 3 0 1245 20 0 0 18 0 12 0 1983439216 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 203611 28044 1400 9 0 200973 0
[pid=13947/tid=13949] ppid=13945 vsize=814444 CPUtime=7.91
/proc/13947/task/13949/stat : 13949 (java) R 13945 13947 12972 0 -1 64 17271 0 1 0 778 13 0 0 25 0 12 0 1983439217 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13950] ppid=13945 vsize=814444 CPUtime=0.31
/proc/13947/task/13950/stat : 13950 (java) S 13945 13947 12972 0 -1 64 3793 0 0 0 31 0 0 0 16 0 12 0 1983439218 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13951] ppid=13945 vsize=814444 CPUtime=0.29
/proc/13947/task/13951/stat : 13951 (java) S 13945 13947 12972 0 -1 64 3969 0 0 0 28 1 0 0 16 0 12 0 1983439218 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13952] ppid=13945 vsize=814444 CPUtime=0
/proc/13947/task/13952/stat : 13952 (java) S 13945 13947 12972 0 -1 64 111 0 0 0 0 0 0 0 16 0 12 0 1983439220 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13953] ppid=13945 vsize=814444 CPUtime=0
/proc/13947/task/13953/stat : 13953 (java) S 13945 13947 12972 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983439220 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13954] ppid=13945 vsize=814444 CPUtime=0
/proc/13947/task/13954/stat : 13954 (java) S 13945 13947 12972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983439220 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13955] ppid=13945 vsize=814444 CPUtime=0
/proc/13947/task/13955/stat : 13955 (java) S 13945 13947 12972 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983439225 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13956] ppid=13945 vsize=814444 CPUtime=2.2
/proc/13947/task/13956/stat : 13956 (java) R 13945 13947 12972 0 -1 64 2158 0 1 0 220 0 0 0 17 0 12 0 1983439225 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 105697753 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13957] ppid=13945 vsize=814444 CPUtime=1.86
/proc/13947/task/13957/stat : 13957 (java) S 13945 13947 12972 0 -1 64 4656 0 1 0 184 2 0 0 16 0 12 0 1983439225 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13958] ppid=13945 vsize=814444 CPUtime=0
/proc/13947/task/13958/stat : 13958 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983439225 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13959] ppid=13945 vsize=814444 CPUtime=0
/proc/13947/task/13959/stat : 13959 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983439225 833990656 28044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 814444

[startup+25.503 s]
/proc/loadavg: 1.99 1.98 1.99 3/96 13959
/proc/meminfo: memFree=1629296/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=814148 CPUtime=25.41
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 50534 0 3 0 2514 27 0 0 18 0 12 0 1983439216 833687552 45439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 203537 45439 1400 9 0 200899 0
[pid=13947/tid=13949] ppid=13945 vsize=814148 CPUtime=19.5
/proc/13947/task/13949/stat : 13949 (java) R 13945 13947 12972 0 -1 64 17293 0 1 0 1937 13 0 0 25 0 12 0 1983439217 833687552 45439 996147200 134512640 134550740 4294956032 18446744073709551615 4110073091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13950] ppid=13945 vsize=814148 CPUtime=0.93
/proc/13947/task/13950/stat : 13950 (java) S 13945 13947 12972 0 -1 64 11803 0 0 0 90 3 0 0 16 0 12 0 1983439218 833687552 45439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13951] ppid=13945 vsize=814148 CPUtime=0.77
/proc/13947/task/13951/stat : 13951 (java) S 13945 13947 12972 0 -1 64 13738 0 0 0 72 5 0 0 16 0 12 0 1983439218 833687552 45439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13952] ppid=13945 vsize=814148 CPUtime=0.01
/proc/13947/task/13952/stat : 13952 (java) S 13945 13947 12972 0 -1 64 111 0 0 0 1 0 0 0 15 0 12 0 1983439220 833687552 45439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13953] ppid=13945 vsize=814148 CPUtime=0
/proc/13947/task/13953/stat : 13953 (java) S 13945 13947 12972 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983439220 833687552 45439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13954] ppid=13945 vsize=814148 CPUtime=0
/proc/13947/task/13954/stat : 13954 (java) S 13945 13947 12972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983439220 833687552 45439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13955] ppid=13945 vsize=814148 CPUtime=0
/proc/13947/task/13955/stat : 13955 (java) S 13945 13947 12972 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983439225 833687552 45439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=13947/tid=13958] ppid=13945 vsize=814828 CPUtime=0
/proc/13947/task/13958/stat : 13958 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983439225 834383872 173545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13959] ppid=13945 vsize=814828 CPUtime=0
/proc/13947/task/13959/stat : 13959 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983439225 834383872 173545 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 246.51
Current children cumulated vsize (KiB) 814828

[startup+255.902 s]
/proc/loadavg: 2.22 2.09 2.02 3/96 13959
/proc/meminfo: memFree=1095920/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=830832 CPUtime=259.33
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 585766 0 3 0 25682 251 0 0 18 0 12 0 1983439216 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 207708 177546 1403 9 0 205070 0
[pid=13947/tid=13949] ppid=13945 vsize=830832 CPUtime=110.18
/proc/13947/task/13949/stat : 13949 (java) S 13945 13947 12972 0 -1 64 17467 0 1 0 11004 14 0 0 17 0 12 0 1983439217 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13950] ppid=13945 vsize=830832 CPUtime=14.82
/proc/13947/task/13950/stat : 13950 (java) S 13945 13947 12972 0 -1 64 72169 0 0 0 1455 27 0 0 17 0 12 0 1983439218 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13951] ppid=13945 vsize=830832 CPUtime=14.63
/proc/13947/task/13951/stat : 13951 (java) S 13945 13947 12972 0 -1 64 83642 0 0 0 1431 32 0 0 17 0 12 0 1983439218 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13952] ppid=13945 vsize=830832 CPUtime=115.12
/proc/13947/task/13952/stat : 13952 (java) R 13945 13947 12972 0 -1 64 404039 0 0 0 11340 172 0 0 25 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 106122375 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13953] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13953/stat : 13953 (java) S 13945 13947 12972 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13954] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13954/stat : 13954 (java) S 13945 13947 12972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13955] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13955/stat : 13955 (java) S 13945 13947 12972 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13956] ppid=13945 vsize=830832 CPUtime=2.29
/proc/13947/task/13956/stat : 13956 (java) S 13945 13947 12972 0 -1 64 2172 0 1 0 229 0 0 0 15 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13957] ppid=13945 vsize=830832 CPUtime=2.24
/proc/13947/task/13957/stat : 13957 (java) S 13945 13947 12972 0 -1 64 5516 0 1 0 221 3 0 0 16 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13958] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13958/stat : 13958 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13959] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13959/stat : 13959 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 259.33
Current children cumulated vsize (KiB) 830832

[startup+262.302 s]
/proc/loadavg: 2.20 2.08 2.02 3/96 13959
/proc/meminfo: memFree=1095920/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=830832 CPUtime=265.7
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 609034 0 3 0 26309 261 0 0 18 0 12 0 1983439216 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 207708 177546 1403 9 0 205070 0
[pid=13947/tid=13949] ppid=13945 vsize=830832 CPUtime=110.24
/proc/13947/task/13949/stat : 13949 (java) S 13945 13947 12972 0 -1 64 17470 0 1 0 11010 14 0 0 17 0 12 0 1983439217 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13950] ppid=13945 vsize=830832 CPUtime=14.82
/proc/13947/task/13950/stat : 13950 (java) S 13945 13947 12972 0 -1 64 72169 0 0 0 1455 27 0 0 17 0 12 0 1983439218 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13951] ppid=13945 vsize=830832 CPUtime=14.63
/proc/13947/task/13951/stat : 13951 (java) S 13945 13947 12972 0 -1 64 83642 0 0 0 1431 32 0 0 17 0 12 0 1983439218 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13952] ppid=13945 vsize=830832 CPUtime=121.42
/proc/13947/task/13952/stat : 13952 (java) R 13945 13947 12972 0 -1 64 427304 0 0 0 11960 182 0 0 25 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13953] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13953/stat : 13953 (java) S 13945 13947 12972 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13954] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13954/stat : 13954 (java) S 13945 13947 12972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13955] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13955/stat : 13955 (java) S 13945 13947 12972 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13956] ppid=13945 vsize=830832 CPUtime=2.29
/proc/13947/task/13956/stat : 13956 (java) S 13945 13947 12972 0 -1 64 2172 0 1 0 229 0 0 0 15 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13957] ppid=13945 vsize=830832 CPUtime=2.24
/proc/13947/task/13957/stat : 13957 (java) S 13945 13947 12972 0 -1 64 5516 0 1 0 221 3 0 0 16 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13958] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13958/stat : 13958 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13959] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13959/stat : 13959 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 265.7
Current children cumulated vsize (KiB) 830832

[startup+263.903 s]
/proc/loadavg: 2.19 2.08 2.02 3/96 13959
/proc/meminfo: memFree=1095920/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=830832 CPUtime=267.3
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 616791 0 3 0 26466 264 0 0 18 0 12 0 1983439216 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 207708 177546 1403 9 0 205070 0
[pid=13947/tid=13949] ppid=13945 vsize=830832 CPUtime=110.25
/proc/13947/task/13949/stat : 13949 (java) S 13945 13947 12972 0 -1 64 17472 0 1 0 11011 14 0 0 17 0 12 0 1983439217 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13950] ppid=13945 vsize=830832 CPUtime=14.82
/proc/13947/task/13950/stat : 13950 (java) S 13945 13947 12972 0 -1 64 72169 0 0 0 1455 27 0 0 17 0 12 0 1983439218 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13951] ppid=13945 vsize=830832 CPUtime=14.63
/proc/13947/task/13951/stat : 13951 (java) S 13945 13947 12972 0 -1 64 83642 0 0 0 1431 32 0 0 17 0 12 0 1983439218 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13952] ppid=13945 vsize=830832 CPUtime=123
/proc/13947/task/13952/stat : 13952 (java) R 13945 13947 12972 0 -1 64 435059 0 0 0 12116 184 0 0 25 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13953] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13953/stat : 13953 (java) S 13945 13947 12972 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13954] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13954/stat : 13954 (java) S 13945 13947 12972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13955] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13955/stat : 13955 (java) S 13945 13947 12972 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13956] ppid=13945 vsize=830832 CPUtime=2.29
/proc/13947/task/13956/stat : 13956 (java) S 13945 13947 12972 0 -1 64 2172 0 1 0 229 0 0 0 15 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13957] ppid=13945 vsize=830832 CPUtime=2.24
/proc/13947/task/13957/stat : 13957 (java) S 13945 13947 12972 0 -1 64 5516 0 1 0 221 3 0 0 16 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13958] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13958/stat : 13958 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13959] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13959/stat : 13959 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.3
Current children cumulated vsize (KiB) 830832

[startup+265.503 s]
/proc/loadavg: 2.19 2.08 2.02 3/96 13959
/proc/meminfo: memFree=1095920/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=830832 CPUtime=268.89
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 616791 0 3 0 26625 264 0 0 18 0 12 0 1983439216 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 207708 177546 1403 9 0 205070 0
[pid=13947/tid=13949] ppid=13945 vsize=830832 CPUtime=110.25
/proc/13947/task/13949/stat : 13949 (java) S 13945 13947 12972 0 -1 64 17472 0 1 0 11011 14 0 0 17 0 12 0 1983439217 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13950] ppid=13945 vsize=830832 CPUtime=14.82
/proc/13947/task/13950/stat : 13950 (java) S 13945 13947 12972 0 -1 64 72169 0 0 0 1455 27 0 0 17 0 12 0 1983439218 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13951] ppid=13945 vsize=830832 CPUtime=14.63
/proc/13947/task/13951/stat : 13951 (java) S 13945 13947 12972 0 -1 64 83642 0 0 0 1431 32 0 0 17 0 12 0 1983439218 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13952] ppid=13945 vsize=830832 CPUtime=124.59
/proc/13947/task/13952/stat : 13952 (java) R 13945 13947 12972 0 -1 64 435059 0 0 0 12275 184 0 0 25 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 104136409 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13953] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13953/stat : 13953 (java) S 13945 13947 12972 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13954] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13954/stat : 13954 (java) S 13945 13947 12972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13955] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13955/stat : 13955 (java) S 13945 13947 12972 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13956] ppid=13945 vsize=830832 CPUtime=2.29
/proc/13947/task/13956/stat : 13956 (java) S 13945 13947 12972 0 -1 64 2172 0 1 0 229 0 0 0 15 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13957] ppid=13945 vsize=830832 CPUtime=2.24
/proc/13947/task/13957/stat : 13957 (java) S 13945 13947 12972 0 -1 64 5516 0 1 0 221 3 0 0 16 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13958] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13958/stat : 13958 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13959] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13959/stat : 13959 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 268.89
Current children cumulated vsize (KiB) 830832

[startup+266.303 s]
/proc/loadavg: 2.19 2.08 2.02 3/96 13959
/proc/meminfo: memFree=1095920/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=830832 CPUtime=269.68
/proc/13947/stat : 13947 (java) S 13945 13947 12972 0 -1 0 616791 0 3 0 26704 264 0 0 18 0 12 0 1983439216 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13947/statm: 207708 177546 1403 9 0 205070 0
[pid=13947/tid=13949] ppid=13945 vsize=830832 CPUtime=110.25
/proc/13947/task/13949/stat : 13949 (java) S 13945 13947 12972 0 -1 64 17472 0 1 0 11011 14 0 0 17 0 12 0 1983439217 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13950] ppid=13945 vsize=830832 CPUtime=14.82
/proc/13947/task/13950/stat : 13950 (java) S 13945 13947 12972 0 -1 64 72169 0 0 0 1455 27 0 0 17 0 12 0 1983439218 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13951] ppid=13945 vsize=830832 CPUtime=14.63
/proc/13947/task/13951/stat : 13951 (java) S 13945 13947 12972 0 -1 64 83642 0 0 0 1431 32 0 0 17 0 12 0 1983439218 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13952] ppid=13945 vsize=830832 CPUtime=125.39
/proc/13947/task/13952/stat : 13952 (java) R 13945 13947 12972 0 -1 64 435059 0 0 0 12355 184 0 0 25 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13953] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13953/stat : 13953 (java) S 13945 13947 12972 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13954] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13954/stat : 13954 (java) S 13945 13947 12972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983439220 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13955] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13955/stat : 13955 (java) S 13945 13947 12972 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13956] ppid=13945 vsize=830832 CPUtime=2.29
/proc/13947/task/13956/stat : 13956 (java) S 13945 13947 12972 0 -1 64 2172 0 1 0 229 0 0 0 15 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13957] ppid=13945 vsize=830832 CPUtime=2.24
/proc/13947/task/13957/stat : 13957 (java) S 13945 13947 12972 0 -1 64 5516 0 1 0 221 3 0 0 16 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13947/tid=13958] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13958/stat : 13958 (java) S 13945 13947 12972 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13947/tid=13959] ppid=13945 vsize=830832 CPUtime=0
/proc/13947/task/13959/stat : 13959 (java) S 13945 13947 12972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983439225 850771968 177546 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 269.68
Current children cumulated vsize (KiB) 830832

[startup+266.504 s]
/proc/loadavg: 2.19 2.08 2.02 3/96 13959
/proc/meminfo: memFree=1095920/2055920 swapFree=4180688/4192956
[pid=13947] ppid=13945 vsize=0 CPUtime=269.87
/proc/13947/stat : 13947 (java) Z 13945 13947 12972 0 -1 12 616803 0 3 0 26713 274 0 0 16 0 2 0 1983439216 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13947/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 269.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 266.506
CPU time (s): 269.88
CPU user time (s): 267.132
CPU system time (s): 2.74758
CPU usage (%): 101.266
Max. virtual memory (cumulated for all children) (KiB): 838836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.132
system time used= 2.74758
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 616803
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8799
involuntary context switches= 11490

runsolver used 0.364944 second user time and 0.870867 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-03 02:24:22
IDJOB=1049327
IDBENCH=54671
IDSOLVER=344
FILE ID=node41/1049327-1215044662
PBS_JOBID= 7875094
Free space on /tmp= 66168 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 96f1337b79f3da95716c335bb7a66475
RANDOM SEED=471229027

node41.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:       1804272 kB
Buffers:         19556 kB
Cached:         135076 kB
SwapCached:       6596 kB
Active:         138312 kB
Inactive:        57572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804272 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            6048 kB
Writeback:           0 kB
Mapped:          57960 kB
Slab:            40876 kB
Committed_AS:  3489752 kB
PageTables:       1908 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= 66168 MiB
End job on node41 at 2008-07-03 02:28:49