Trace number 221464

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, and are wall clock time (not CPU 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
sat4jCSP 1.7 RC BF3? 737.213 739.464

General information on the benchmark

Namefapp/fapp31-35/fapp34/
fapp34-0750-0.xml
MD5SUMf3b3ac2f1a9563b718ad49f1a2c0c6ad
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.09922
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/221464-1168259348/unknown.xml
0.26	c reading problem ... 
0.54	c reading problem named ?
0.54	c reading domains done.
1.00	c reading variables
c reading variables (750) done.
2.18	c reading predicates 
c reading relations (9) done.
2.45	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
738.81	c starts		: 0
738.81	c conflicts		: 0
738.81	c decisions		: 0
738.81	c propagations		: 0
738.81	c inspects		: 0
738.81	c learnt literals	: 0
738.81	c learnt binary clauses	: 0
738.81	c learnt ternary clauses	: 0
738.81	c learnt clauses	: 0
738.81	c root simplifications	: 0
738.81	c removed literals (reason simplification)	: 0
738.81	c reason swapping (by a shorter reason)	: 0
738.81	c Calls to reduceDB	: 0
738.81	c speed (decisions/second)	: 0.0
738.81	c non guided choices	0
738.81	s UNKNOWN
738.81	c Total wall clock time (in seconds) : 736.992
738.81	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-221464-1168259348 -o ROOT/results/node40/solver-221464-1168259348 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221464-1168259348/sat4jCSP-bf3.jar /tmp/evaluation/221464-1168259348/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.04 1.95 1.84 3/81 21205
/proc/meminfo: memFree=875928/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=18540 CPUtime=0
/proc/21204/stat : 21204 (runsolver) R 21202 21204 20983 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 174334096 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21204/statm: 4635 279 244 17 0 2626 0

[startup+0.107879 s]
/proc/loadavg: 2.04 1.95 1.84 3/81 21205
/proc/meminfo: memFree=875928/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=901540 CPUtime=0.08
/proc/21204/stat : 21204 (java) R 21202 21204 20983 0 -1 0 3293 0 1 0 6 2 0 0 21 0 12 0 174334096 923176960 3053 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151839724 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 225385 3053 1550 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.515933 s]
/proc/loadavg: 2.04 1.95 1.84 3/81 21205
/proc/meminfo: memFree=875928/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=905236 CPUtime=0.49
/proc/21204/stat : 21204 (java) R 21202 21204 20983 0 -1 0 5829 0 1 0 45 4 0 0 19 0 12 0 174334096 926961664 5424 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 226309 5424 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33905 s]
/proc/loadavg: 2.04 1.95 1.84 3/92 21216
/proc/meminfo: memFree=860096/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=906456 CPUtime=1.31
/proc/21204/stat : 21204 (java) R 21202 21204 20983 0 -1 0 7936 0 1 0 126 5 0 0 22 0 12 0 174334096 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155438250 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 226614 6957 2308 14 0 213051 0
[pid=21204/tid=21206] ppid=21202 vsize=906456 CPUtime=0
/proc/21204/task/21206/stat : 21206 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 174334100 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21207] ppid=21202 vsize=906456 CPUtime=0
/proc/21204/task/21207/stat : 21207 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 174334100 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21208] ppid=21202 vsize=906456 CPUtime=0
/proc/21204/task/21208/stat : 21208 (java) S 21202 21204 20983 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 174334102 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21209] ppid=21202 vsize=906456 CPUtime=0
/proc/21204/task/21209/stat : 21209 (java) S 21202 21204 20983 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 174334103 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21210] ppid=21202 vsize=906456 CPUtime=0
/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 174334103 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21211] ppid=21202 vsize=906456 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=906456 CPUtime=0
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174334107 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21213] ppid=21202 vsize=906456 CPUtime=0.26
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 278 0 0 0 26 0 0 0 16 0 12 0 174334107 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21214] ppid=21202 vsize=906456 CPUtime=0.42
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1520 0 0 0 42 0 0 0 16 0 12 0 174334107 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21215] ppid=21202 vsize=906456 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=906456 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 928210944 6957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 906456

[startup+2.99226 s]
/proc/loadavg: 2.04 1.95 1.84 4/92 21216
/proc/meminfo: memFree=749888/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=911868 CPUtime=3.21
/proc/21204/stat : 21204 (java) R 21202 21204 20983 0 -1 0 38777 0 1 0 298 23 0 0 19 0 12 0 174334096 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053869480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 227967 34370 2478 14 0 214404 0
[pid=21204/tid=21206] ppid=21202 vsize=911868 CPUtime=0.25
/proc/21204/task/21206/stat : 21206 (java) S 21202 21204 20983 0 -1 64 7890 0 0 0 22 3 0 0 16 0 12 0 174334100 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21207] ppid=21202 vsize=911868 CPUtime=0.33
/proc/21204/task/21207/stat : 21207 (java) S 21202 21204 20983 0 -1 64 7736 0 0 0 29 4 0 0 20 0 12 0 174334100 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21208] ppid=21202 vsize=911868 CPUtime=0
/proc/21204/task/21208/stat : 21208 (java) S 21202 21204 20983 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 174334102 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21209] ppid=21202 vsize=911868 CPUtime=0
/proc/21204/task/21209/stat : 21209 (java) S 21202 21204 20983 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174334103 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21210] ppid=21202 vsize=911868 CPUtime=0
/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 174334103 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21211] ppid=21202 vsize=911868 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=911868 CPUtime=0.01
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 174334107 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21213] ppid=21202 vsize=911868 CPUtime=0.58
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 1389 0 0 0 58 0 0 0 16 0 12 0 174334107 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21214] ppid=21202 vsize=911868 CPUtime=0.66
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1575 0 0 0 66 0 0 0 16 0 12 0 174334107 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21215] ppid=21202 vsize=911868 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=911868 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 933752832 34370 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 911868

[startup+6.20549 s]
/proc/loadavg: 2.03 1.95 1.84 3/92 21216
/proc/meminfo: memFree=721728/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=911772 CPUtime=6.42
/proc/21204/stat : 21204 (java) R 21202 21204 20983 0 -1 0 45911 0 1 0 617 25 0 0 25 0 12 0 174334096 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 227943 40859 2479 14 0 214380 0
[pid=21204/tid=21206] ppid=21202 vsize=911772 CPUtime=0.36
/proc/21204/task/21206/stat : 21206 (java) R 21202 21204 20983 0 -1 64 9908 0 0 0 32 4 0 0 16 0 12 0 174334100 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21207] ppid=21202 vsize=911772 CPUtime=0.5
/proc/21204/task/21207/stat : 21207 (java) R 21202 21204 20983 0 -1 64 12181 0 0 0 45 5 0 0 15 0 12 0 174334100 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21208] ppid=21202 vsize=911772 CPUtime=0
/proc/21204/task/21208/stat : 21208 (java) S 21202 21204 20983 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 174334102 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21209] ppid=21202 vsize=911772 CPUtime=0
/proc/21204/task/21209/stat : 21209 (java) S 21202 21204 20983 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174334103 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21210] ppid=21202 vsize=911772 CPUtime=0
/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174334103 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21211] ppid=21202 vsize=911772 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=911772 CPUtime=0.01
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 174334107 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21213] ppid=21202 vsize=911772 CPUtime=0.89
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 2038 0 0 0 88 1 0 0 16 0 12 0 174334107 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21214] ppid=21202 vsize=911772 CPUtime=0.79
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1586 0 0 0 79 0 0 0 17 0 12 0 174334107 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21215] ppid=21202 vsize=911772 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=911772 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 933654528 40859 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 911772

[startup+12.6953 s]
/proc/loadavg: 2.03 1.95 1.84 3/92 21216
/proc/meminfo: memFree=697024/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=911740 CPUtime=12.91
/proc/21204/stat : 21204 (java) R 21202 21204 20983 0 -1 0 52168 0 1 0 1261 30 0 0 25 0 12 0 174334096 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054300775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 227935 46116 2479 14 0 214372 0
[pid=21204/tid=21206] ppid=21202 vsize=911740 CPUtime=0.51
/proc/21204/task/21206/stat : 21206 (java) S 21202 21204 20983 0 -1 64 13656 0 0 0 44 7 0 0 16 0 12 0 174334100 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21207] ppid=21202 vsize=911740 CPUtime=0.63
/proc/21204/task/21207/stat : 21207 (java) S 21202 21204 20983 0 -1 64 14671 0 0 0 56 7 0 0 16 0 12 0 174334100 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21208] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21208/stat : 21208 (java) S 21202 21204 20983 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 174334102 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21209] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21209/stat : 21209 (java) S 21202 21204 20983 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174334103 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21210] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174334103 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21211] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=911740 CPUtime=0.01
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 174334107 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21213] ppid=21202 vsize=911740 CPUtime=0.93
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 2038 0 0 0 92 1 0 0 15 0 12 0 174334107 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21214] ppid=21202 vsize=911740 CPUtime=0.81
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1586 0 0 0 81 0 0 0 16 0 12 0 174334107 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21215] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 933621760 46116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 911740

[startup+25.593 s]
/proc/loadavg: 2.03 1.95 1.84 3/92 21216
/proc/meminfo: memFree=665344/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=911740 CPUtime=25.8
/proc/21204/stat : 21204 (java) R 21202 21204 20983 0 -1 0 61123 0 1 0 2544 36 0 0 25 0 12 0 174334096 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054300733 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 227935 54918 2479 14 0 214372 0
[pid=21204/tid=21206] ppid=21202 vsize=911740 CPUtime=0.64
/proc/21204/task/21206/stat : 21206 (java) S 21202 21204 20983 0 -1 64 18502 0 0 0 54 10 0 0 16 0 12 0 174334100 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21207] ppid=21202 vsize=911740 CPUtime=0.77
/proc/21204/task/21207/stat : 21207 (java) S 21202 21204 20983 0 -1 64 18752 0 0 0 68 9 0 0 15 0 12 0 174334100 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21208] ppid=21202 vsize=911740 CPUtime=0.01
/proc/21204/task/21208/stat : 21208 (java) S 21202 21204 20983 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 174334102 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21209] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21209/stat : 21209 (java) S 21202 21204 20983 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174334103 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21210] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174334103 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21211] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=911740 CPUtime=0.01
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 174334107 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21213] ppid=21202 vsize=911740 CPUtime=0.96
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 2039 0 0 0 95 1 0 0 16 0 12 0 174334107 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21214] ppid=21202 vsize=911740 CPUtime=0.84
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1586 0 0 0 84 0 0 0 16 0 12 0 174334107 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21215] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=911740 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 933621760 54918 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.8
Current children cumulated vsize (KiB) 911740

[startup+51.2653 s]
/proc/loadavg: 2.01 1.95 1.84 4/92 21289
/proc/meminfo: memFree=1163320/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=911740 CPUtime=51.42
/proc/21204/stat : 21204 (java) R 21202 21204 20983 0 -1 0 77624 0 1 0 5097 45 0 0 25 0 12 0 174334096 933621760 70665 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054479514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21204/statm: 227935 70665 2479 14 0 214372 0
[pid=21204/tid=21206] ppid=21202 vsize=911740 CPUtime=0.91
/proc/21204/task/21206/stat : 21206 (java) S 21202 21204 20983 0 -1 64 28063 0 0 0 77 14 0 0 16 0 12 0 174334100 933621760 70665 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21207] ppid=21202 vsize=911740 CPUtime=1.02
/proc/21204/task/21207/stat : 21207 (java) S 21202 21204 20983 0 -1 64 25655 0 0 0 89 13 0 0 16 0 12 0 174334100 933621760 70665 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21208] ppid=21202 vsize=911740 CPUtime=0.03

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

/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174334103 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21211] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=914772 CPUtime=0.01
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21213] ppid=21202 vsize=914772 CPUtime=1.08
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 2048 0 0 0 107 1 0 0 17 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21214] ppid=21202 vsize=914772 CPUtime=0.94
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1594 0 0 0 94 0 0 0 17 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21215] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.84
Current children cumulated vsize (KiB) 914772

[startup+462.945 s]
/proc/loadavg: 2.66 2.24 1.99 3/84 21587
/proc/meminfo: memFree=846152/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=914772 CPUtime=460.78
/proc/21204/stat : 21204 (java) R 21202 21204 20983 0 -1 0 341479 0 1 0 45893 185 0 0 25 0 12 0 174334096 936726528 184986 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 228693 184987 2481 14 0 215130 0
[pid=21204/tid=21206] ppid=21202 vsize=914772 CPUtime=5.5
/proc/21204/task/21206/stat : 21206 (java) S 21202 21204 20983 0 -1 64 89862 0 0 0 506 44 0 0 15 0 12 0 174334100 936726528 184987 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21207] ppid=21202 vsize=914772 CPUtime=5.54
/proc/21204/task/21207/stat : 21207 (java) S 21202 21204 20983 0 -1 64 83024 0 0 0 514 40 0 0 16 0 12 0 174334100 936726528 184988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21208] ppid=21202 vsize=914772 CPUtime=63.55
/proc/21204/task/21208/stat : 21208 (java) R 21202 21204 20983 0 -1 64 144123 0 0 0 6279 76 0 0 16 0 12 0 174334102 936726528 184989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21209] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21209/stat : 21209 (java) S 21202 21204 20983 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174334103 936726528 184989 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21210] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174334103 936726528 184990 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21211] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 936726528 184991 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=914772 CPUtime=0.01
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 174334107 936726528 184992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21213] ppid=21202 vsize=914772 CPUtime=1.08
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 2048 0 0 0 107 1 0 0 17 0 12 0 174334107 936726528 184992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21214] ppid=21202 vsize=914772 CPUtime=0.94
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1594 0 0 0 94 0 0 0 17 0 12 0 174334107 936726528 184993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21215] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.78
Current children cumulated vsize (KiB) 914772

[startup+522.992 s]
/proc/loadavg: 2.62 2.32 2.03 3/84 21587
/proc/meminfo: memFree=843720/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=912772 CPUtime=520.81
/proc/21204/stat : 21204 (java) S 21202 21204 20983 0 -1 0 484744 0 1 0 51827 254 0 0 16 0 12 0 174334096 934678528 184759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 228193 184760 2481 14 0 214630 0
[pid=21204/tid=21206] ppid=21202 vsize=912772 CPUtime=5.5
/proc/21204/task/21206/stat : 21206 (java) S 21202 21204 20983 0 -1 64 89862 0 0 0 506 44 0 0 15 0 12 0 174334100 934678528 184760 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21207] ppid=21202 vsize=912772 CPUtime=5.54
/proc/21204/task/21207/stat : 21207 (java) S 21202 21204 20983 0 -1 64 83024 0 0 0 514 40 0 0 16 0 12 0 174334100 934678528 184761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21208] ppid=21202 vsize=912772 CPUtime=120.42
/proc/21204/task/21208/stat : 21208 (java) R 21202 21204 20983 0 -1 64 287285 0 0 0 11897 145 0 0 25 0 12 0 174334102 934678528 184762 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21209] ppid=21202 vsize=912772 CPUtime=0
/proc/21204/task/21209/stat : 21209 (java) S 21202 21204 20983 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174334103 934678528 184762 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21210] ppid=21202 vsize=912772 CPUtime=0
/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174334103 934678528 184763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21211] ppid=21202 vsize=912772 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 934678528 184763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=912772 CPUtime=0.01
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 174334107 934678528 184764 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21213] ppid=21202 vsize=912772 CPUtime=1.08
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 2048 0 0 0 107 1 0 0 17 0 12 0 174334107 934678528 184765 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21214] ppid=21202 vsize=912772 CPUtime=0.94
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1594 0 0 0 94 0 0 0 17 0 12 0 174334107 934678528 184765 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21215] ppid=21202 vsize=912772 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 934678528 184766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=912772 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 934678528 184767 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.81
Current children cumulated vsize (KiB) 912772

[startup+583.04 s]
/proc/loadavg: 2.30 2.27 2.03 3/84 21587
/proc/meminfo: memFree=843720/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=912772 CPUtime=580.84
/proc/21204/stat : 21204 (java) S 21202 21204 20983 0 -1 0 641230 0 1 0 57754 330 0 0 15 0 12 0 174334096 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 228193 184672 2481 14 0 214630 0
[pid=21204/tid=21206] ppid=21202 vsize=912772 CPUtime=5.5
/proc/21204/task/21206/stat : 21206 (java) S 21202 21204 20983 0 -1 64 89862 0 0 0 506 44 0 0 15 0 12 0 174334100 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21207] ppid=21202 vsize=912772 CPUtime=5.54
/proc/21204/task/21207/stat : 21207 (java) S 21202 21204 20983 0 -1 64 83024 0 0 0 514 40 0 0 16 0 12 0 174334100 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21208] ppid=21202 vsize=912772 CPUtime=180.06
/proc/21204/task/21208/stat : 21208 (java) R 21202 21204 20983 0 -1 64 443660 0 0 0 17785 221 0 0 25 0 12 0 174334102 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624422 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21209] ppid=21202 vsize=912772 CPUtime=0
/proc/21204/task/21209/stat : 21209 (java) S 21202 21204 20983 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174334103 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21210] ppid=21202 vsize=912772 CPUtime=0
/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174334103 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21211] ppid=21202 vsize=912772 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=912772 CPUtime=0.01
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 174334107 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21213] ppid=21202 vsize=912772 CPUtime=1.08
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 2048 0 0 0 107 1 0 0 17 0 12 0 174334107 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21214] ppid=21202 vsize=912772 CPUtime=0.94
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1594 0 0 0 94 0 0 0 17 0 12 0 174334107 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21215] ppid=21202 vsize=912772 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=912772 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 934678528 184672 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.84
Current children cumulated vsize (KiB) 912772

[startup+643.077 s]
/proc/loadavg: 2.11 2.22 2.02 3/84 21587
/proc/meminfo: memFree=843656/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=914772 CPUtime=640.86
/proc/21204/stat : 21204 (java) S 21202 21204 20983 0 -1 0 798628 0 1 0 63680 406 0 0 15 0 12 0 174334096 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 228693 184994 2481 14 0 215130 0
[pid=21204/tid=21206] ppid=21202 vsize=914772 CPUtime=5.5
/proc/21204/task/21206/stat : 21206 (java) S 21202 21204 20983 0 -1 64 89862 0 0 0 506 44 0 0 15 0 12 0 174334100 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21207] ppid=21202 vsize=914772 CPUtime=5.54
/proc/21204/task/21207/stat : 21207 (java) S 21202 21204 20983 0 -1 64 83024 0 0 0 514 40 0 0 16 0 12 0 174334100 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21208] ppid=21202 vsize=914772 CPUtime=239.9
/proc/21204/task/21208/stat : 21208 (java) R 21202 21204 20983 0 -1 64 600947 0 0 0 23693 297 0 0 25 0 12 0 174334102 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921384 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21209] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21209/stat : 21209 (java) S 21202 21204 20983 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174334103 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21210] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174334103 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21211] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=914772 CPUtime=0.01
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21213] ppid=21202 vsize=914772 CPUtime=1.08
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 2048 0 0 0 107 1 0 0 17 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21214] ppid=21202 vsize=914772 CPUtime=0.94
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1594 0 0 0 94 0 0 0 17 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21215] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.86
Current children cumulated vsize (KiB) 914772

[startup+703.115 s]
/proc/loadavg: 2.04 2.18 2.02 3/84 21587
/proc/meminfo: memFree=843656/2055920 swapFree=4192812/4192956
[pid=21204] ppid=21202 vsize=914772 CPUtime=700.88
/proc/21204/stat : 21204 (java) S 21202 21204 20983 0 -1 0 955204 0 1 0 69605 483 0 0 15 0 12 0 174334096 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21204/statm: 228693 184994 2481 14 0 215130 0
[pid=21204/tid=21206] ppid=21202 vsize=914772 CPUtime=5.5
/proc/21204/task/21206/stat : 21206 (java) S 21202 21204 20983 0 -1 64 89862 0 0 0 506 44 0 0 15 0 12 0 174334100 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21207] ppid=21202 vsize=914772 CPUtime=5.54
/proc/21204/task/21207/stat : 21207 (java) S 21202 21204 20983 0 -1 64 83024 0 0 0 514 40 0 0 16 0 12 0 174334100 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21208] ppid=21202 vsize=914772 CPUtime=299.82
/proc/21204/task/21208/stat : 21208 (java) R 21202 21204 20983 0 -1 64 757411 0 0 0 29609 373 0 0 25 0 12 0 174334102 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631056 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21209] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21209/stat : 21209 (java) S 21202 21204 20983 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174334103 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21210] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21210/stat : 21210 (java) S 21202 21204 20983 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174334103 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21211] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21211/stat : 21211 (java) S 21202 21204 20983 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21212] ppid=21202 vsize=914772 CPUtime=0.01
/proc/21204/task/21212/stat : 21212 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21213] ppid=21202 vsize=914772 CPUtime=1.08
/proc/21204/task/21213/stat : 21213 (java) S 21202 21204 20983 0 -1 64 2048 0 0 0 107 1 0 0 17 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21214] ppid=21202 vsize=914772 CPUtime=0.94
/proc/21204/task/21214/stat : 21214 (java) S 21202 21204 20983 0 -1 64 1594 0 0 0 94 0 0 0 17 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21204/tid=21215] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21215/stat : 21215 (java) S 21202 21204 20983 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21204/tid=21216] ppid=21202 vsize=914772 CPUtime=0
/proc/21204/task/21216/stat : 21216 (java) S 21202 21204 20983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174334107 936726528 184994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 700.88
Current children cumulated vsize (KiB) 914772

Child status: 1
Real time (s): 739.464
CPU time (s): 737.213
CPU user time (s): 731.825
CPU system time (s): 5.38818
CPU usage (%): 99.6955
Max. virtual memory (cumulated for all children) (KiB): 916776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 731.825
system time used= 5.38818
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1048877
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24508
involuntary context switches= 23783

runsolver used 0.879866 s user time and 2.40563 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Jan  8 12:29:08 UTC 2007


IDJOB= 221464
IDBENCH= 5450
FILE ID= node40/221464-1168259348

PBS_JOBID= 3482630

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp34/fapp34-0750-0.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221464-1168259348/sat4jCSP-bf3.jar /tmp/evaluation/221464-1168259348/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-221464-1168259348 -o ROOT/results/node40/solver-221464-1168259348 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221464-1168259348/sat4jCSP-bf3.jar /tmp/evaluation/221464-1168259348/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f3b3ac2f1a9563b718ad49f1a2c0c6ad

RANDOM SEED= 612096518

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.239
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.239
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:        876344 kB
Buffers:         42760 kB
Cached:         310432 kB
SwapCached:          0 kB
Active:         870516 kB
Inactive:       233536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        876344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3572 kB
Writeback:           0 kB
Mapped:         769872 kB
Slab:            59400 kB
Committed_AS:  4528020 kB
PageTables:       3300 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= 66547 MiB



End job on node40 on Mon Jan  8 12:41:27 UTC 2007