Trace number 196429

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? 902.425 907.195

General information on the benchmark

Namefapp/fapp06-10/fapp09/
fapp09-0800-7.xml
MD5SUMb866e3bcf8413b96fd501a75c264e533
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9604
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
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/196429-1168123327/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 (800) done.
1.66	c reading predicates 
c reading relations (8) done.
1.88	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
907.06	c starts		: 0
907.06	c conflicts		: 0
907.06	c decisions		: 0
907.06	c propagations		: 0
907.06	c inspects		: 0
907.06	c learnt literals	: 0
907.06	c learnt binary clauses	: 0
907.06	c learnt ternary clauses	: 0
907.06	c learnt clauses	: 0
907.06	c root simplifications	: 0
907.06	c removed literals (reason simplification)	: 0
907.06	c reason swapping (by a shorter reason)	: 0
907.06	c Calls to reduceDB	: 0
907.06	c speed (decisions/second)	: 0.0
907.06	c non guided choices	0
907.06	s UNKNOWN
907.06	c Total wall clock time (in seconds) : 903.112
907.06	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/node21/watcher-196429-1168123327 -o ROOT/results/node21/solver-196429-1168123327 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196429-1168123327/sat4jCSP-bf3.jar /tmp/evaluation/196429-1168123327/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: 1.93 2.00 1.99 2/98 31840
/proc/meminfo: memFree=1518776/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=18540 CPUtime=0
/proc/31839/stat : 31839 (runsolver) R 31837 31839 30309 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 160727259 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31839/statm: 4635 279 244 17 0 2626 0

[startup+0.102704 s]
/proc/loadavg: 1.93 2.00 1.99 2/98 31840
/proc/meminfo: memFree=1518776/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=897120 CPUtime=0.08
/proc/31839/stat : 31839 (java) R 31837 31839 30309 0 -1 0 3225 0 1 0 6 2 0 0 17 0 6 0 160727259 918650880 2985 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154528920 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 224280 2985 1517 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.512554 s]
/proc/loadavg: 1.93 2.00 1.99 2/98 31840
/proc/meminfo: memFree=1518776/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=905236 CPUtime=0.49
/proc/31839/stat : 31839 (java) R 31837 31839 30309 0 -1 0 5823 0 1 0 45 4 0 0 19 0 12 0 160727259 926961664 5418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 226309 5418 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.34094 s]
/proc/loadavg: 1.93 2.00 1.99 3/109 31851
/proc/meminfo: memFree=1503392/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=906456 CPUtime=1.31
/proc/31839/stat : 31839 (java) R 31837 31839 30309 0 -1 0 8221 0 1 0 126 5 0 0 22 0 12 0 160727259 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152679428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 226614 7242 2311 14 0 213051 0
[pid=31839/tid=31841] ppid=31837 vsize=906456 CPUtime=0
/proc/31839/task/31841/stat : 31841 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160727262 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=906456 CPUtime=0
/proc/31839/task/31842/stat : 31842 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160727262 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31843] ppid=31837 vsize=906456 CPUtime=0
/proc/31839/task/31843/stat : 31843 (java) S 31837 31839 30309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160727265 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31844] ppid=31837 vsize=906456 CPUtime=0
/proc/31839/task/31844/stat : 31844 (java) S 31837 31839 30309 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 160727265 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31845] ppid=31837 vsize=906456 CPUtime=0
/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 160727265 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=906456 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=906456 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 160727269 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31848] ppid=31837 vsize=906456 CPUtime=0.31
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 289 0 0 0 31 0 0 0 16 0 12 0 160727269 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=906456 CPUtime=0.35
/proc/31839/task/31849/stat : 31849 (java) S 31837 31839 30309 0 -1 64 1510 0 0 0 35 0 0 0 16 0 12 0 160727269 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=906456 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 928210944 7242 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=906456 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160727269 928210944 7242 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.98325 s]
/proc/loadavg: 1.93 2.00 1.99 4/109 31851
/proc/meminfo: memFree=1470048/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=910768 CPUtime=2.95
/proc/31839/stat : 31839 (java) R 31837 31839 30309 0 -1 0 28592 0 3 0 281 14 0 0 22 0 12 0 160727259 932626432 26021 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 227692 26024 2476 14 0 214129 0
[pid=31839/tid=31841] ppid=31837 vsize=910768 CPUtime=0.07
/proc/31839/task/31841/stat : 31841 (java) R 31837 31839 30309 0 -1 64 3039 0 0 0 6 1 0 0 17 0 12 0 160727262 932626432 26026 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154957982 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=910768 CPUtime=0.05
/proc/31839/task/31842/stat : 31842 (java) R 31837 31839 30309 0 -1 64 1839 0 0 0 5 0 0 0 17 0 12 0 160727262 932626432 26027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31839/tid=31843] ppid=31837 vsize=910768 CPUtime=0
/proc/31839/task/31843/stat : 31843 (java) S 31837 31839 30309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160727265 932626432 26029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31844] ppid=31837 vsize=910768 CPUtime=0
/proc/31839/task/31844/stat : 31844 (java) S 31837 31839 30309 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 160727265 932626432 26031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31845] ppid=31837 vsize=910768 CPUtime=0
/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 160727265 932626432 26033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=910768 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 932626432 26035 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=910768 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 160727269 932626432 26036 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31848] ppid=31837 vsize=910768 CPUtime=0.69
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 1375 0 0 0 69 0 0 0 16 0 12 0 160727269 932626432 26038 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=910768 CPUtime=0.66
/proc/31839/task/31849/stat : 31849 (java) S 31837 31839 30309 0 -1 64 2250 0 0 0 66 0 0 0 16 0 12 0 160727269 932626432 26040 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=910768 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 932626432 26041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=910768 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160727269 932626432 26043 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 910768

[startup+6.20485 s]
/proc/loadavg: 2.10 2.03 2.01 3/109 31851
/proc/meminfo: memFree=1402912/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=911820 CPUtime=6.17
/proc/31839/stat : 31839 (java) R 31837 31839 30309 0 -1 0 36360 0 3 0 600 17 0 0 25 0 12 0 160727259 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054277666 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 227955 31351 2479 14 0 214392 0
[pid=31839/tid=31841] ppid=31837 vsize=911820 CPUtime=0.22
/proc/31839/task/31841/stat : 31841 (java) S 31837 31839 30309 0 -1 64 6122 0 0 0 20 2 0 0 16 0 12 0 160727262 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=911820 CPUtime=0.2
/proc/31839/task/31842/stat : 31842 (java) S 31837 31839 30309 0 -1 64 4075 0 0 0 18 2 0 0 16 0 12 0 160727262 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31843] ppid=31837 vsize=911820 CPUtime=0
/proc/31839/task/31843/stat : 31843 (java) S 31837 31839 30309 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160727265 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31844] ppid=31837 vsize=911820 CPUtime=0
/proc/31839/task/31844/stat : 31844 (java) S 31837 31839 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160727265 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31845] ppid=31837 vsize=911820 CPUtime=0
/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160727265 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=911820 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=911820 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 160727269 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31848] ppid=31837 vsize=911820 CPUtime=1.17
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 3509 0 0 0 116 1 0 0 16 0 12 0 160727269 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=911820 CPUtime=0.93
/proc/31839/task/31849/stat : 31849 (java) S 31837 31839 30309 0 -1 64 2542 0 0 0 93 0 0 0 16 0 12 0 160727269 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=911820 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=911820 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160727269 933703680 31351 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 911820

[startup+12.6091 s]
/proc/loadavg: 2.09 2.03 2.00 3/109 31851
/proc/meminfo: memFree=1383392/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=911516 CPUtime=12.51
/proc/31839/stat : 31839 (java) R 31837 31839 30309 0 -1 0 41939 0 3 0 1231 20 0 0 25 0 12 0 160727259 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 227879 36028 2479 14 0 214316 0
[pid=31839/tid=31841] ppid=31837 vsize=911516 CPUtime=0.34
/proc/31839/task/31841/stat : 31841 (java) S 31837 31839 30309 0 -1 64 9235 0 0 0 30 4 0 0 16 0 12 0 160727262 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=911516 CPUtime=0.31
/proc/31839/task/31842/stat : 31842 (java) S 31837 31839 30309 0 -1 64 6347 0 0 0 29 2 0 0 16 0 12 0 160727262 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31843] ppid=31837 vsize=911516 CPUtime=0.01
/proc/31839/task/31843/stat : 31843 (java) S 31837 31839 30309 0 -1 64 11 0 0 0 1 0 0 0 16 0 12 0 160727265 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31844] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31844/stat : 31844 (java) S 31837 31839 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160727265 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31845] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160727265 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 160727269 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31848] ppid=31837 vsize=911516 CPUtime=1.43
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 3685 0 0 0 142 1 0 0 16 0 12 0 160727269 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=911516 CPUtime=0.99
/proc/31839/task/31849/stat : 31849 (java) R 31837 31839 30309 0 -1 64 2542 0 0 0 99 0 0 0 17 0 12 0 160727269 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155420817 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160727269 933392384 36028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 911516

[startup+25.4883 s]
/proc/loadavg: 2.07 2.03 2.00 3/109 31851
/proc/meminfo: memFree=1354592/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=911516 CPUtime=25.32
/proc/31839/stat : 31839 (java) R 31837 31839 30309 0 -1 0 49579 0 3 0 2509 23 0 0 25 0 12 0 160727259 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054458275 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 227879 43645 2479 14 0 214316 0
[pid=31839/tid=31841] ppid=31837 vsize=911516 CPUtime=0.43
/proc/31839/task/31841/stat : 31841 (java) S 31837 31839 30309 0 -1 64 12449 0 0 0 37 6 0 0 16 0 12 0 160727262 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=911516 CPUtime=0.42
/proc/31839/task/31842/stat : 31842 (java) S 31837 31839 30309 0 -1 64 10740 0 0 0 38 4 0 0 16 0 12 0 160727262 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31843] ppid=31837 vsize=911516 CPUtime=0.01
/proc/31839/task/31843/stat : 31843 (java) S 31837 31839 30309 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 160727265 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31844] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31844/stat : 31844 (java) S 31837 31839 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160727265 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31845] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160727265 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 160727269 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31848] ppid=31837 vsize=911516 CPUtime=1.52
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 3691 0 0 0 151 1 0 0 17 0 12 0 160727269 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=911516 CPUtime=1.01
/proc/31839/task/31849/stat : 31849 (java) S 31837 31839 30309 0 -1 64 2542 0 0 0 101 0 0 0 16 0 12 0 160727269 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=911516 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160727269 933392384 43645 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 911516

[startup+51.1572 s]
/proc/loadavg: 2.04 2.03 2.00 3/109 31851
/proc/meminfo: memFree=1264224/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=911516 CPUtime=50.85
/proc/31839/stat : 31839 (java) R 31837 31839 30309 0 -1 0 65205 0 3 0 5055 30 0 0 25 0 12 0 160727259 933392384 59228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054506462 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 227879 59228 2479 14 0 214316 0
[pid=31839/tid=31841] ppid=31837 vsize=911516 CPUtime=0.66
/proc/31839/task/31841/stat : 31841 (java) S 31837 31839 30309 0 -1 64 21302 0 0 0 57 9 0 0 16 0 12 0 160727262 933392384 59228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=911516 CPUtime=0.61
/proc/31839/task/31842/stat : 31842 (java) S 31837 31839 30309 0 -1 64 17470 0 0 0 55 6 0 0 16 0 12 0 160727262 933392384 59228 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31843] ppid=31837 vsize=911516 CPUtime=0.02

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

/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31839/tid=31848] ppid=31837 vsize=913544 CPUtime=2.35
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 3957 0 0 0 234 1 0 0 16 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=913544 CPUtime=1.65
/proc/31839/task/31849/stat : 31849 (java) S 31837 31839 30309 0 -1 64 2683 0 0 0 165 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 579.5
Current children cumulated vsize (KiB) 913544

[startup+642.756 s]
/proc/loadavg: 2.07 2.13 2.07 3/109 31851
/proc/meminfo: memFree=673056/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=913544 CPUtime=639.25
/proc/31839/stat : 31839 (java) S 31837 31839 30309 0 -1 0 287835 0 3 0 63777 148 0 0 15 0 12 0 160727259 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 228386 185698 2482 14 0 214823 0
[pid=31839/tid=31841] ppid=31837 vsize=913544 CPUtime=4.48
/proc/31839/task/31841/stat : 31841 (java) S 31837 31839 30309 0 -1 64 79854 0 0 0 416 32 0 0 16 0 12 0 160727262 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=913544 CPUtime=4.62
/proc/31839/task/31842/stat : 31842 (java) S 31837 31839 30309 0 -1 64 86322 0 0 0 428 34 0 0 15 0 12 0 160727262 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31843] ppid=31837 vsize=913544 CPUtime=323.58
/proc/31839/task/31843/stat : 31843 (java) R 31837 31839 30309 0 -1 64 94083 0 0 0 32295 63 0 0 25 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681555 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31844] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31844/stat : 31844 (java) S 31837 31839 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31845] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31839/tid=31848] ppid=31837 vsize=913544 CPUtime=2.35
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 3957 0 0 0 234 1 0 0 16 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=913544 CPUtime=1.65
/proc/31839/task/31849/stat : 31849 (java) S 31837 31839 30309 0 -1 64 2683 0 0 0 165 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.25
Current children cumulated vsize (KiB) 913544

[startup+702.782 s]
/proc/loadavg: 2.02 2.11 2.07 3/109 31851
/proc/meminfo: memFree=672992/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=913544 CPUtime=698.99
/proc/31839/stat : 31839 (java) S 31837 31839 30309 0 -1 0 306633 0 3 0 69738 161 0 0 15 0 12 0 160727259 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 228386 185698 2482 14 0 214823 0
[pid=31839/tid=31841] ppid=31837 vsize=913544 CPUtime=4.48
/proc/31839/task/31841/stat : 31841 (java) S 31837 31839 30309 0 -1 64 79854 0 0 0 416 32 0 0 16 0 12 0 160727262 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=913544 CPUtime=4.62
/proc/31839/task/31842/stat : 31842 (java) S 31837 31839 30309 0 -1 64 86322 0 0 0 428 34 0 0 15 0 12 0 160727262 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31843] ppid=31837 vsize=913544 CPUtime=383.18
/proc/31839/task/31843/stat : 31843 (java) R 31837 31839 30309 0 -1 64 112803 0 0 0 38243 75 0 0 25 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624449 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31844] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31844/stat : 31844 (java) S 31837 31839 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31845] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31839/tid=31848] ppid=31837 vsize=913544 CPUtime=2.35
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 3957 0 0 0 234 1 0 0 16 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=913544 CPUtime=1.65
/proc/31839/task/31849/stat : 31849 (java) S 31837 31839 30309 0 -1 64 2683 0 0 0 165 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 698.99
Current children cumulated vsize (KiB) 913544

[startup+762.804 s]
/proc/loadavg: 2.01 2.08 2.06 3/109 31851
/proc/meminfo: memFree=672928/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=913544 CPUtime=758.72
/proc/31839/stat : 31839 (java) S 31837 31839 30309 0 -1 0 325187 0 3 0 75701 171 0 0 15 0 12 0 160727259 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 228386 185698 2482 14 0 214823 0
[pid=31839/tid=31841] ppid=31837 vsize=913544 CPUtime=4.48
/proc/31839/task/31841/stat : 31841 (java) S 31837 31839 30309 0 -1 64 79854 0 0 0 416 32 0 0 16 0 12 0 160727262 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=913544 CPUtime=4.62
/proc/31839/task/31842/stat : 31842 (java) S 31837 31839 30309 0 -1 64 86322 0 0 0 428 34 0 0 15 0 12 0 160727262 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31843] ppid=31837 vsize=913544 CPUtime=442.86
/proc/31839/task/31843/stat : 31843 (java) R 31837 31839 30309 0 -1 64 131283 0 0 0 44200 86 0 0 25 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31844] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31844/stat : 31844 (java) S 31837 31839 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31845] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31839/tid=31848] ppid=31837 vsize=913544 CPUtime=2.35
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 3957 0 0 0 234 1 0 0 16 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=913544 CPUtime=1.65
/proc/31839/task/31849/stat : 31849 (java) S 31837 31839 30309 0 -1 64 2683 0 0 0 165 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 758.72
Current children cumulated vsize (KiB) 913544

[startup+822.819 s]
/proc/loadavg: 2.00 2.07 2.05 3/109 31851
/proc/meminfo: memFree=672800/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=913544 CPUtime=818.45
/proc/31839/stat : 31839 (java) S 31837 31839 30309 0 -1 0 343985 0 3 0 81662 183 0 0 15 0 12 0 160727259 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 228386 185698 2482 14 0 214823 0
[pid=31839/tid=31841] ppid=31837 vsize=913544 CPUtime=4.48
/proc/31839/task/31841/stat : 31841 (java) S 31837 31839 30309 0 -1 64 79854 0 0 0 416 32 0 0 16 0 12 0 160727262 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=913544 CPUtime=4.62
/proc/31839/task/31842/stat : 31842 (java) S 31837 31839 30309 0 -1 64 86322 0 0 0 428 34 0 0 15 0 12 0 160727262 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31843] ppid=31837 vsize=913544 CPUtime=502.58
/proc/31839/task/31843/stat : 31843 (java) R 31837 31839 30309 0 -1 64 150003 0 0 0 50161 97 0 0 25 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31844] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31844/stat : 31844 (java) S 31837 31839 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31845] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31839/tid=31848] ppid=31837 vsize=913544 CPUtime=2.35
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 3957 0 0 0 234 1 0 0 16 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=913544 CPUtime=1.65
/proc/31839/task/31849/stat : 31849 (java) S 31837 31839 30309 0 -1 64 2683 0 0 0 165 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 818.45
Current children cumulated vsize (KiB) 913544

[startup+882.835 s]
/proc/loadavg: 2.00 2.05 2.05 3/109 31851
/proc/meminfo: memFree=645728/2055920 swapFree=4156304/4192956
[pid=31839] ppid=31837 vsize=913544 CPUtime=878.19
/proc/31839/stat : 31839 (java) S 31837 31839 30309 0 -1 0 362783 0 3 0 87624 195 0 0 15 0 12 0 160727259 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31839/statm: 228386 185698 2482 14 0 214823 0
[pid=31839/tid=31841] ppid=31837 vsize=913544 CPUtime=4.48
/proc/31839/task/31841/stat : 31841 (java) S 31837 31839 30309 0 -1 64 79854 0 0 0 416 32 0 0 16 0 12 0 160727262 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31842] ppid=31837 vsize=913544 CPUtime=4.62
/proc/31839/task/31842/stat : 31842 (java) S 31837 31839 30309 0 -1 64 86322 0 0 0 428 34 0 0 15 0 12 0 160727262 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31843] ppid=31837 vsize=913544 CPUtime=562.31
/proc/31839/task/31843/stat : 31843 (java) R 31837 31839 30309 0 -1 64 168723 0 0 0 56122 109 0 0 25 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631062 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31844] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31844/stat : 31844 (java) S 31837 31839 30309 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31845] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31845/stat : 31845 (java) S 31837 31839 30309 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160727265 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31846] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31846/stat : 31846 (java) S 31837 31839 30309 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31847] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31847/stat : 31847 (java) S 31837 31839 30309 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31839/tid=31848] ppid=31837 vsize=913544 CPUtime=2.35
/proc/31839/task/31848/stat : 31848 (java) S 31837 31839 30309 0 -1 64 3957 0 0 0 234 1 0 0 16 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31849] ppid=31837 vsize=913544 CPUtime=1.65
/proc/31839/task/31849/stat : 31849 (java) S 31837 31839 30309 0 -1 64 2683 0 0 0 165 0 0 0 17 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31850] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31850/stat : 31850 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31839/tid=31851] ppid=31837 vsize=913544 CPUtime=0
/proc/31839/task/31851/stat : 31851 (java) S 31837 31839 30309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 160727269 935469056 185698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 878.19
Current children cumulated vsize (KiB) 913544

Child status: 1
Real time (s): 907.195
CPU time (s): 902.425
CPU user time (s): 900.313
CPU system time (s): 2.11168
CPU usage (%): 99.4742
Max. virtual memory (cumulated for all children) (KiB): 915004

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

runsolver used 1.11183 s user time and 2.91656 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sat Jan  6 22:42:07 UTC 2007


IDJOB= 196429
IDBENCH= 3350
FILE ID= node21/196429-1168123327

PBS_JOBID= 3477438

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp09/fapp09-0800-7.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196429-1168123327/sat4jCSP-bf3.jar /tmp/evaluation/196429-1168123327/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-196429-1168123327 -o ROOT/results/node21/solver-196429-1168123327 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196429-1168123327/sat4jCSP-bf3.jar /tmp/evaluation/196429-1168123327/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  b866e3bcf8413b96fd501a75c264e533

RANDOM SEED= 453937924

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.261
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.261
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:       1519256 kB
Buffers:         42556 kB
Cached:          92124 kB
SwapCached:       2748 kB
Active:         405376 kB
Inactive:        75656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1519256 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:            3620 kB
Writeback:           0 kB
Mapped:         364596 kB
Slab:            39828 kB
Committed_AS:  3862076 kB
PageTables:       2812 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= 66539 MiB



End job on node21 on Sat Jan  6 22:57:14 UTC 2007