Trace number 1063726

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? 431.907 437.347

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran16x16.xml
MD5SUM9f054a6207937b9747ad5269dca29ec3
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 benchmark1.75673
Satisfiable
(Un)Satisfiability was proved
Number of variables7936
Number of constraints320
Maximum constraint arity480
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension320
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1063726-1215138594/watcher-1063726-1215138594 -o /tmp/evaluation-result-1063726-1215138594/solver-1063726-1215138594 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063726-1215138594.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.09 2.04 4/93 25889
/proc/meminfo: memFree=1186240/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=1804 CPUtime=0
/proc/25889/stat : 25889 (java) D 25887 25889 24384 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 1543535661 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 8663611 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25889/statm: 451 163 118 9 0 93 0

[startup+0.0170931 s]
/proc/loadavg: 2.01 2.09 2.04 4/93 25889
/proc/meminfo: memFree=1186240/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=13012 CPUtime=0
/proc/25889/stat : 25889 (java) D 25887 25889 24384 0 -1 0 380 0 1 0 0 0 0 0 18 0 1 0 1543535661 13324288 182 996147200 134512640 134550740 4294956032 18446744073709551615 8633208 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25889/statm: 3253 182 134 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101106 s]
/proc/loadavg: 2.01 2.09 2.04 4/93 25889
/proc/meminfo: memFree=1186240/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=802080 CPUtime=0.05
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 2519 0 29 0 2 3 0 0 18 0 7 0 1543535661 821329920 2283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 200520 2284 969 9 0 197903 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802080

[startup+0.301144 s]
/proc/loadavg: 2.01 2.09 2.04 4/93 25889
/proc/meminfo: memFree=1186240/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=808212 CPUtime=0.22
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 4552 0 29 0 18 4 0 0 18 0 12 0 1543535661 827609088 3907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 202053 3907 1296 9 0 199422 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 808212

[startup+0.701222 s]
/proc/loadavg: 2.01 2.09 2.04 4/93 25889
/proc/meminfo: memFree=1186240/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=808240 CPUtime=0.55
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 5986 0 29 0 49 6 0 0 18 0 12 0 1543535661 827637760 5175 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 202060 5175 1331 9 0 199422 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 808240

[startup+1.50138 s]
/proc/loadavg: 2.01 2.09 2.04 3/105 25901
/proc/meminfo: memFree=1160480/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=809500 CPUtime=1.33
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 7427 0 29 0 126 7 0 0 18 0 12 0 1543535661 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 202375 6052 1345 9 0 199737 0
[pid=25889/tid=25891] ppid=25887 vsize=809500 CPUtime=0.75
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 24384 0 -1 64 4026 0 1 0 71 4 0 0 24 0 12 0 1543535668 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4109212276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25892] ppid=25887 vsize=809500 CPUtime=0
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1543535669 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25893] ppid=25887 vsize=809500 CPUtime=0
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543535669 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25894] ppid=25887 vsize=809500 CPUtime=0
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 24384 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1543535671 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25895] ppid=25887 vsize=809500 CPUtime=0
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 24384 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1543535671 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25896] ppid=25887 vsize=809500 CPUtime=0
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 24384 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 1543535671 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25897] ppid=25887 vsize=809500 CPUtime=0
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1543535678 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=809500 CPUtime=0.19
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 24384 0 -1 64 470 0 0 0 19 0 0 0 16 0 12 0 1543535678 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25899] ppid=25887 vsize=809500 CPUtime=0.35
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 24384 0 -1 64 2196 0 0 0 35 0 0 0 16 0 12 0 1543535678 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25900] ppid=25887 vsize=809500 CPUtime=0
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543535678 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=809500 CPUtime=0
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543535678 828928000 6052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 809500

[startup+3.10269 s]
/proc/loadavg: 2.01 2.09 2.04 4/105 25901
/proc/meminfo: memFree=1157024/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=809656 CPUtime=2.92
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 10482 0 29 0 284 8 0 0 18 0 12 0 1543535661 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 202414 8558 1378 9 0 199776 0
[pid=25889/tid=25891] ppid=25887 vsize=809656 CPUtime=1.45
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 24384 0 -1 64 6380 0 1 0 140 5 0 0 21 0 12 0 1543535668 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25892] ppid=25887 vsize=809656 CPUtime=0
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1543535669 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25893] ppid=25887 vsize=809656 CPUtime=0
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543535669 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25894] ppid=25887 vsize=809656 CPUtime=0
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 24384 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1543535671 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25895] ppid=25887 vsize=809656 CPUtime=0
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 24384 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1543535671 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25896] ppid=25887 vsize=809656 CPUtime=0
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 24384 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 1543535671 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25897] ppid=25887 vsize=809656 CPUtime=0
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1543535678 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=809656 CPUtime=0.58
/proc/25889/task/25898/stat : 25898 (java) R 25887 25889 24384 0 -1 64 511 0 0 0 58 0 0 0 16 0 12 0 1543535678 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 104112547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25899] ppid=25887 vsize=809656 CPUtime=0.85
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 24384 0 -1 64 2856 0 0 0 85 0 0 0 16 0 12 0 1543535678 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25900] ppid=25887 vsize=809656 CPUtime=0
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543535678 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=809656 CPUtime=0
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543535678 829087744 8558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 809656

[startup+6.3013 s]
/proc/loadavg: 2.01 2.09 2.04 5/105 25901
/proc/meminfo: memFree=1091680/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=821924 CPUtime=6.05
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 30429 0 29 0 586 19 0 0 18 0 12 0 1543535661 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 205481 26003 1396 9 0 202843 0
[pid=25889/tid=25891] ppid=25887 vsize=821924 CPUtime=3.2
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 24384 0 -1 64 17252 0 1 0 309 11 0 0 25 0 12 0 1543535668 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4109886921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25892] ppid=25887 vsize=821924 CPUtime=0.05
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 24384 0 -1 64 2048 0 0 0 5 0 0 0 16 0 12 0 1543535669 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25893] ppid=25887 vsize=821924 CPUtime=0.03
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 24384 0 -1 64 1419 0 0 0 3 0 0 0 16 0 12 0 1543535669 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25894] ppid=25887 vsize=821924 CPUtime=0
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 24384 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1543535671 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25895] ppid=25887 vsize=821924 CPUtime=0
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 24384 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1543535671 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25896] ppid=25887 vsize=821924 CPUtime=0
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 24384 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543535671 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25897] ppid=25887 vsize=821924 CPUtime=0
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1543535678 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=821924 CPUtime=1.71
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 24384 0 -1 64 6041 0 0 0 168 3 0 0 19 0 12 0 1543535678 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25899] ppid=25887 vsize=821924 CPUtime=0.97
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 24384 0 -1 64 2879 0 0 0 97 0 0 0 16 0 12 0 1543535678 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25900] ppid=25887 vsize=821924 CPUtime=0
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543535678 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=821924 CPUtime=0
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543535678 841650176 26003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821924

[startup+12.7015 s]
/proc/loadavg: 2.01 2.08 2.04 3/105 25901
/proc/meminfo: memFree=1051296/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=823840 CPUtime=12.39
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 37734 0 29 0 1216 23 0 0 18 0 12 0 1543535661 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 205960 32950 1397 9 0 203322 0
[pid=25889/tid=25891] ppid=25887 vsize=823840 CPUtime=8.92
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 24384 0 -1 64 17265 0 1 0 881 11 0 0 25 0 12 0 1543535668 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25892] ppid=25887 vsize=823840 CPUtime=0.32
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 24384 0 -1 64 6141 0 0 0 30 2 0 0 16 0 12 0 1543535669 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25893] ppid=25887 vsize=823840 CPUtime=0.3
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 24384 0 -1 64 4589 0 0 0 28 2 0 0 16 0 12 0 1543535669 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25894] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 24384 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1543535671 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25895] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 24384 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1543535671 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25896] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 24384 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543535671 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25897] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1543535678 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=823840 CPUtime=1.76
/proc/25889/task/25898/stat : 25898 (java) R 25887 25889 24384 0 -1 64 6041 0 0 0 173 3 0 0 16 0 12 0 1543535678 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 106450353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25899] ppid=25887 vsize=823840 CPUtime=1.01
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 24384 0 -1 64 2881 0 0 0 101 0 0 0 17 0 12 0 1543535678 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25900] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543535678 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543535678 843612160 32950 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 823840

[startup+25.503 s]
/proc/loadavg: 2.01 2.08 2.03 3/105 25901
/proc/meminfo: memFree=1016480/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=823840 CPUtime=25.18
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 47517 0 29 0 2491 27 0 0 18 0 12 0 1543535661 843612160 41719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 205960 41719 1397 9 0 203322 0
[pid=25889/tid=25891] ppid=25887 vsize=823840 CPUtime=20.2
/proc/25889/task/25891/stat : 25891 (java) R 25887 25889 24384 0 -1 64 17287 0 1 0 2009 11 0 0 25 0 12 0 1543535668 843612160 41719 996147200 134512640 134550740 4294956032 18446744073709551615 4109886921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25892] ppid=25887 vsize=823840 CPUtime=0.57
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 24384 0 -1 64 11131 0 0 0 54 3 0 0 16 0 12 0 1543535669 843612160 41719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25893] ppid=25887 vsize=823840 CPUtime=0.55
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 24384 0 -1 64 8251 0 0 0 51 4 0 0 16 0 12 0 1543535669 843612160 41719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25894] ppid=25887 vsize=823840 CPUtime=0.01
/proc/25889/task/25894/stat : 25894 (java) S 25887 25889 24384 0 -1 64 83 0 0 0 1 0 0 0 15 0 12 0 1543535671 843612160 41719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25895] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 24384 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 1543535671 843612160 41719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25896] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 24384 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543535671 843612160 41719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25897] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1543535678 843612160 41719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=25889/tid=25900] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 417.17
Current children cumulated vsize (KiB) 823840

[startup+428.701 s]
/proc/loadavg: 2.27 2.26 2.11 5/105 25903
/proc/meminfo: memFree=477472/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=823840 CPUtime=423.45
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 210534 0 29 0 42251 94 0 0 18 0 12 0 1543535661 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 205960 175697 1402 9 0 203322 0
[pid=25889/tid=25891] ppid=25887 vsize=823840 CPUtime=230.37
/proc/25889/task/25891/stat : 25891 (java) S 25887 25889 24384 0 -1 64 17633 0 1 0 23024 13 0 0 17 0 12 0 1543535668 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25892] ppid=25887 vsize=823840 CPUtime=9.45
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 24384 0 -1 64 88453 0 0 0 913 32 0 0 16 0 12 0 1543535669 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25893] ppid=25887 vsize=823840 CPUtime=9.18
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 24384 0 -1 64 65262 0 0 0 892 26 0 0 15 0 12 0 1543535669 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25894] ppid=25887 vsize=823840 CPUtime=170.41
/proc/25889/task/25894/stat : 25894 (java) R 25887 25889 24384 0 -1 64 28419 0 0 0 17027 14 0 0 25 0 12 0 1543535671 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 105847304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25895] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 24384 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543535671 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25896] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 24384 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543535671 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25897] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=823840 CPUtime=1.97
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 24384 0 -1 64 6041 0 0 0 194 3 0 0 17 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25899] ppid=25887 vsize=823840 CPUtime=2
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 24384 0 -1 64 3992 0 0 0 199 1 0 0 17 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25900] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 423.45
Current children cumulated vsize (KiB) 823840

[startup+431.902 s]
/proc/loadavg: 2.25 2.25 2.11 3/105 25903
/proc/meminfo: memFree=477472/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=823840 CPUtime=426.59
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 210535 0 29 0 42564 95 0 0 18 0 12 0 1543535661 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 205960 175697 1402 9 0 203322 0
[pid=25889/tid=25891] ppid=25887 vsize=823840 CPUtime=230.45
/proc/25889/task/25891/stat : 25891 (java) S 25887 25889 24384 0 -1 64 17634 0 1 0 23032 13 0 0 17 0 12 0 1543535668 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25892] ppid=25887 vsize=823840 CPUtime=9.45
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 24384 0 -1 64 88453 0 0 0 913 32 0 0 16 0 12 0 1543535669 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25893] ppid=25887 vsize=823840 CPUtime=9.18
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 24384 0 -1 64 65262 0 0 0 892 26 0 0 15 0 12 0 1543535669 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25894] ppid=25887 vsize=823840 CPUtime=173.46
/proc/25889/task/25894/stat : 25894 (java) R 25887 25889 24384 0 -1 64 28419 0 0 0 17332 14 0 0 25 0 12 0 1543535671 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25895] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 24384 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543535671 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25896] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 24384 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543535671 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25897] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=823840 CPUtime=1.97
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 24384 0 -1 64 6041 0 0 0 194 3 0 0 17 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25899] ppid=25887 vsize=823840 CPUtime=2
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 24384 0 -1 64 3992 0 0 0 199 1 0 0 17 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25900] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543535678 843612160 175697 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 426.59
Current children cumulated vsize (KiB) 823840

[startup+435.103 s]
/proc/loadavg: 2.25 2.25 2.11 3/105 25903
/proc/meminfo: memFree=477472/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=823840 CPUtime=429.73
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 210539 0 29 0 42878 95 0 0 18 0 12 0 1543535661 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 205960 175698 1403 9 0 203322 0
[pid=25889/tid=25891] ppid=25887 vsize=823840 CPUtime=230.65
/proc/25889/task/25891/stat : 25891 (java) S 25887 25889 24384 0 -1 64 17638 0 1 0 23052 13 0 0 17 0 12 0 1543535668 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25892] ppid=25887 vsize=823840 CPUtime=9.45
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 24384 0 -1 64 88453 0 0 0 913 32 0 0 16 0 12 0 1543535669 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25893] ppid=25887 vsize=823840 CPUtime=9.18
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 24384 0 -1 64 65262 0 0 0 892 26 0 0 15 0 12 0 1543535669 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25894] ppid=25887 vsize=823840 CPUtime=176.4
/proc/25889/task/25894/stat : 25894 (java) R 25887 25889 24384 0 -1 64 28419 0 0 0 17626 14 0 0 25 0 12 0 1543535671 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 103550528 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25895] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 24384 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543535671 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25896] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 24384 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543535671 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25897] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=823840 CPUtime=1.97
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 24384 0 -1 64 6041 0 0 0 194 3 0 0 17 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25899] ppid=25887 vsize=823840 CPUtime=2
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 24384 0 -1 64 3992 0 0 0 199 1 0 0 17 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25900] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 429.73
Current children cumulated vsize (KiB) 823840

[startup+436.708 s]
/proc/loadavg: 2.23 2.25 2.11 3/105 25903
/proc/meminfo: memFree=477472/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=823840 CPUtime=431.31
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 210539 0 29 0 43036 95 0 0 18 0 12 0 1543535661 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 205960 175698 1403 9 0 203322 0
[pid=25889/tid=25891] ppid=25887 vsize=823840 CPUtime=230.65
/proc/25889/task/25891/stat : 25891 (java) S 25887 25889 24384 0 -1 64 17638 0 1 0 23052 13 0 0 17 0 12 0 1543535668 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25892] ppid=25887 vsize=823840 CPUtime=9.45
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 24384 0 -1 64 88453 0 0 0 913 32 0 0 16 0 12 0 1543535669 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25893] ppid=25887 vsize=823840 CPUtime=9.18
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 24384 0 -1 64 65262 0 0 0 892 26 0 0 15 0 12 0 1543535669 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25894] ppid=25887 vsize=823840 CPUtime=177.97
/proc/25889/task/25894/stat : 25894 (java) R 25887 25889 24384 0 -1 64 28419 0 0 0 17783 14 0 0 25 0 12 0 1543535671 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 104136384 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25895] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 24384 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543535671 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25896] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 24384 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543535671 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25897] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=823840 CPUtime=1.97
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 24384 0 -1 64 6041 0 0 0 194 3 0 0 17 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25899] ppid=25887 vsize=823840 CPUtime=2
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 24384 0 -1 64 3992 0 0 0 199 1 0 0 17 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25900] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 431.31
Current children cumulated vsize (KiB) 823840

[startup+437.102 s]
/proc/loadavg: 2.23 2.25 2.11 3/105 25903
/proc/meminfo: memFree=477472/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=823840 CPUtime=431.7
/proc/25889/stat : 25889 (java) S 25887 25889 24384 0 -1 0 210539 0 29 0 43075 95 0 0 18 0 12 0 1543535661 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25889/statm: 205960 175698 1403 9 0 203322 0
[pid=25889/tid=25891] ppid=25887 vsize=823840 CPUtime=230.65
/proc/25889/task/25891/stat : 25891 (java) S 25887 25889 24384 0 -1 64 17638 0 1 0 23052 13 0 0 17 0 12 0 1543535668 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25892] ppid=25887 vsize=823840 CPUtime=9.45
/proc/25889/task/25892/stat : 25892 (java) S 25887 25889 24384 0 -1 64 88453 0 0 0 913 32 0 0 16 0 12 0 1543535669 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25893] ppid=25887 vsize=823840 CPUtime=9.18
/proc/25889/task/25893/stat : 25893 (java) S 25887 25889 24384 0 -1 64 65262 0 0 0 892 26 0 0 15 0 12 0 1543535669 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25894] ppid=25887 vsize=823840 CPUtime=178.36
/proc/25889/task/25894/stat : 25894 (java) R 25887 25889 24384 0 -1 64 28419 0 0 0 17822 14 0 0 25 0 12 0 1543535671 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25895] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25895/stat : 25895 (java) S 25887 25889 24384 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543535671 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25896] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25896/stat : 25896 (java) S 25887 25889 24384 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543535671 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25897] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25897/stat : 25897 (java) S 25887 25889 24384 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25898] ppid=25887 vsize=823840 CPUtime=1.97
/proc/25889/task/25898/stat : 25898 (java) S 25887 25889 24384 0 -1 64 6041 0 0 0 194 3 0 0 17 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25899] ppid=25887 vsize=823840 CPUtime=2
/proc/25889/task/25899/stat : 25899 (java) S 25887 25889 24384 0 -1 64 3992 0 0 0 199 1 0 0 17 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25889/tid=25900] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25900/stat : 25900 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25889/tid=25901] ppid=25887 vsize=823840 CPUtime=0
/proc/25889/task/25901/stat : 25901 (java) S 25887 25889 24384 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543535678 843612160 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 431.7
Current children cumulated vsize (KiB) 823840

[startup+437.302 s]
/proc/loadavg: 2.23 2.25 2.11 3/105 25903
/proc/meminfo: memFree=477472/2055920 swapFree=4113964/4192956
[pid=25889] ppid=25887 vsize=0 CPUtime=431.85
/proc/25889/stat : 25889 (java) Z 25887 25889 24384 0 -1 12 210552 0 29 0 43084 101 0 0 16 0 2 0 1543535661 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25889/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 431.85
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 437.347
CPU time (s): 431.907
CPU user time (s): 430.846
CPU system time (s): 1.06184
CPU usage (%): 98.7561
Max. virtual memory (cumulated for all children) (KiB): 871848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 430.846
system time used= 1.06184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210552
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14515
involuntary context switches= 23853

runsolver used 0.573912 second user time and 1.44478 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 04:29:54
IDJOB=1063726
IDBENCH=54837
IDSOLVER=344
FILE ID=node9/1063726-1215138594
PBS_JOBID= 7877324
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f054a6207937b9747ad5269dca29ec3
RANDOM SEED=1594936090

node9.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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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:       1186784 kB
Buffers:          2388 kB
Cached:         105304 kB
SwapCached:      72780 kB
Active:         766828 kB
Inactive:        44548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1186784 kB
SwapTotal:     4192956 kB
SwapFree:      4113964 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:         720092 kB
Slab:            41132 kB
Committed_AS:  3612032 kB
PageTables:       3420 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= 66524 MiB
End job on node9 at 2008-07-04 04:37:12