Trace number 201539

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? 716.302 718.92

General information on the benchmark

Namefapp/fapp11-15/fapp11/
fapp11-1000-10.xml
MD5SUMb9cf73f43d12dd50fcff1a26df9e590c
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 benchmark12.5921
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18	c version CSP COMPETITION BUGFIX 3
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.19	c Total memory 723845120
0.19	c Number of processors 2
0.28	c --- Begin Solver configuration ---
0.28	c Stops conflict analysis at the first Unique Implication Point
0.28	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.28	c Learn all clauses as in MiniSAT
0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving /tmp/evaluation/201539-1168148405/unknown.xml
0.28	c reading problem ... 
0.55	c reading problem named ?
0.55	c reading domains done.
0.92	c reading variables
c reading variables (1000) done.
2.13	c reading predicates 
c reading relations (9) done.
2.34	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
716.15	c starts		: 0
716.15	c conflicts		: 0
716.15	c decisions		: 0
716.15	c propagations		: 0
716.15	c inspects		: 0
716.15	c learnt literals	: 0
716.15	c learnt binary clauses	: 0
716.15	c learnt ternary clauses	: 0
718.76	c learnt clauses	: 0
718.76	c root simplifications	: 0
718.76	c removed literals (reason simplification)	: 0
718.76	c reason swapping (by a shorter reason)	: 0
718.76	c Calls to reduceDB	: 0
718.76	c speed (decisions/second)	: 0.0
718.76	c non guided choices	0
718.76	s UNKNOWN
718.76	c Total wall clock time (in seconds) : 713.264
718.76	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/node52/watcher-201539-1168148405 -o ROOT/results/node52/solver-201539-1168148405 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201539-1168148405/sat4jCSP-bf3.jar /tmp/evaluation/201539-1168148405/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.01 2.02 1.97 2/81 19101
/proc/meminfo: memFree=1303248/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=18540 CPUtime=0
/proc/19100/stat : 19100 (runsolver) D 19098 19100 18398 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 163238986 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 273653755175 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/19100/statm: 4635 279 244 17 0 2626 0

[startup+0.102987 s]
/proc/loadavg: 2.01 2.02 1.97 2/81 19101
/proc/meminfo: memFree=1303248/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=897120 CPUtime=0.06
/proc/19100/stat : 19100 (java) R 19098 19100 18398 0 -1 0 3041 0 1 0 5 1 0 0 16 0 6 0 163238986 918650880 2801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 224280 2801 1451 14 0 211300 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 897120

[startup+0.512009 s]
/proc/loadavg: 2.01 2.02 1.97 2/81 19101
/proc/meminfo: memFree=1303248/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=905236 CPUtime=0.47
/proc/19100/stat : 19100 (java) R 19098 19100 18398 0 -1 0 5809 0 1 0 44 3 0 0 19 0 12 0 163238986 926961664 5404 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513465 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 226309 5404 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 905236

[startup+1.34108 s]
/proc/loadavg: 2.01 2.02 1.97 3/92 19112
/proc/meminfo: memFree=1277304/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=906592 CPUtime=1.29
/proc/19100/stat : 19100 (java) R 19098 19100 18398 0 -1 0 9507 0 1 0 124 5 0 0 22 0 12 0 163238986 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155438250 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 226648 8604 2307 14 0 213085 0
[pid=19100/tid=19102] ppid=19098 vsize=906592 CPUtime=0
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 163238991 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19103] ppid=19098 vsize=906592 CPUtime=0
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163238991 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19098 vsize=906592 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19098 19100 18398 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 163238994 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19105] ppid=19098 vsize=906592 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19098 19100 18398 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 163238995 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19106] ppid=19098 vsize=906592 CPUtime=0
/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 163238995 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19098 vsize=906592 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=906592 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19109] ppid=19098 vsize=906592 CPUtime=0.37
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1074 0 0 0 37 0 0 0 16 0 12 0 163238998 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19110] ppid=19098 vsize=906592 CPUtime=0.25
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 664 0 0 0 25 0 0 0 16 0 12 0 163238998 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19111] ppid=19098 vsize=906592 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=906592 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163238998 928350208 8604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 906592

[startup+2.98518 s]
/proc/loadavg: 2.01 2.02 1.97 3/92 19112
/proc/meminfo: memFree=1167672/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=912840 CPUtime=2.92
/proc/19100/stat : 19100 (java) R 19098 19100 18398 0 -1 0 37126 0 1 0 272 20 0 0 19 0 12 0 163238986 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053867910 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 228210 34176 2477 14 0 214647 0
[pid=19100/tid=19102] ppid=19098 vsize=912840 CPUtime=0.21
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 9091 0 0 0 17 4 0 0 19 0 12 0 163238991 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19103] ppid=19098 vsize=912840 CPUtime=0.11
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 4351 0 0 0 9 2 0 0 18 0 12 0 163238991 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19098 19100 18398 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 163238994 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19105] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19098 19100 18398 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163238995 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19106] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 163238995 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19109] ppid=19098 vsize=912840 CPUtime=0.7
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1831 0 0 0 69 1 0 0 16 0 12 0 163238998 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19110] ppid=19098 vsize=912840 CPUtime=0.59
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 1767 0 0 0 58 1 0 0 16 0 12 0 163238998 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19111] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163238998 934748160 34176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 912840

[startup+6.2804 s]
/proc/loadavg: 2.09 2.04 1.97 3/92 19112
/proc/meminfo: memFree=1119544/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=912840 CPUtime=6.24
/proc/19100/stat : 19100 (java) R 19098 19100 18398 0 -1 0 45210 0 1 0 600 24 0 0 25 0 12 0 163238986 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054299258 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19100/statm: 228210 39674 2479 14 0 214647 0
[pid=19100/tid=19102] ppid=19098 vsize=912840 CPUtime=0.35
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 13022 0 0 0 29 6 0 0 16 0 12 0 163238991 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19098 vsize=912840 CPUtime=0.22
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 5883 0 0 0 20 2 0 0 16 0 12 0 163238991 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19104] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19098 19100 18398 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 163238994 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19105] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19098 19100 18398 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163238995 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19106] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163238995 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19107] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19109] ppid=19098 vsize=912840 CPUtime=0.85
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1842 0 0 0 84 1 0 0 16 0 12 0 163238998 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19110] ppid=19098 vsize=912840 CPUtime=1.17
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 4362 0 0 0 115 2 0 0 16 0 12 0 163238998 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19111] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163238998 934748160 39674 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 912840

[startup+12.7768 s]
/proc/loadavg: 2.08 2.04 1.97 4/92 19112
/proc/meminfo: memFree=1048184/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=913132 CPUtime=12.69
/proc/19100/stat : 19100 (java) R 19098 19100 18398 0 -1 0 52926 0 1 0 1242 27 0 0 25 0 12 0 163238986 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054290040 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19100/statm: 228283 46175 2479 14 0 214720 0
[pid=19100/tid=19102] ppid=19098 vsize=913132 CPUtime=0.42
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 16774 0 0 0 35 7 0 0 16 0 12 0 163238991 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19098 vsize=913132 CPUtime=0.31
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 9708 0 0 0 28 3 0 0 16 0 12 0 163238991 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19104] ppid=19098 vsize=913132 CPUtime=0.02
/proc/19100/task/19104/stat : 19104 (java) S 19098 19100 18398 0 -1 64 14 0 0 0 2 0 0 0 16 0 12 0 163238994 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19105] ppid=19098 vsize=913132 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19098 19100 18398 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163238995 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19106] ppid=19098 vsize=913132 CPUtime=0
/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163238995 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19107] ppid=19098 vsize=913132 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=913132 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19109] ppid=19098 vsize=913132 CPUtime=0.9
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1847 0 0 0 89 1 0 0 16 0 12 0 163238998 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19110] ppid=19098 vsize=913132 CPUtime=1.37
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 4472 0 0 0 135 2 0 0 17 0 12 0 163238998 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19111] ppid=19098 vsize=913132 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=913132 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163238998 935047168 46175 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 913132

[startup+25.6737 s]
/proc/loadavg: 2.13 2.05 1.98 3/92 19112
/proc/meminfo: memFree=993464/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=912840 CPUtime=25.53
/proc/19100/stat : 19100 (java) R 19098 19100 18398 0 -1 0 61369 0 1 0 2522 31 0 0 25 0 12 0 163238986 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054290667 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19100/statm: 228210 54556 2479 14 0 214647 0
[pid=19100/tid=19102] ppid=19098 vsize=912840 CPUtime=0.51
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 21781 0 0 0 42 9 0 0 15 0 12 0 163238991 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19098 vsize=912840 CPUtime=0.4
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 13102 0 0 0 36 4 0 0 16 0 12 0 163238991 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19104] ppid=19098 vsize=912840 CPUtime=0.02
/proc/19100/task/19104/stat : 19104 (java) S 19098 19100 18398 0 -1 64 15 0 0 0 2 0 0 0 16 0 12 0 163238994 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19105] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19098 19100 18398 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163238995 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19106] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163238995 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19107] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19109] ppid=19098 vsize=912840 CPUtime=0.96
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1853 0 0 0 95 1 0 0 16 0 12 0 163238998 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19110] ppid=19098 vsize=912840 CPUtime=1.44
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 4481 0 0 0 142 2 0 0 16 0 12 0 163238998 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19111] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=912840 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163238998 934748160 54556 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 912840

[startup+51.3415 s]
/proc/loadavg: 2.15 2.06 1.98 3/92 19112
/proc/meminfo: memFree=918392/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=912840 CPUtime=51.06
/proc/19100/stat : 19100 (java) R 19098 19100 18398 0 -1 0 79165 0 1 0 5068 38 0 0 25 0 12 0 163238986 934748160 72288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054477450 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19100/statm: 228210 72288 2479 14 0 214647 0
[pid=19100/tid=19102] ppid=19098 vsize=912840 CPUtime=0.7
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 31323 0 0 0 57 13 0 0 15 0 12 0 163238991 934748160 72288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19098 vsize=912840 CPUtime=0.58
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 21318 0 0 0 51 7 0 0 16 0 12 0 163238991 934748160 72288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19104] ppid=19098 vsize=912840 CPUtime=0.02

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

/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163238995 938848256 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19098 vsize=916844 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 938848256 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=916844 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 938848256 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19109] ppid=19098 vsize=916844 CPUtime=1.28
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1871 0 0 0 127 1 0 0 17 0 12 0 163238998 938848256 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19110] ppid=19098 vsize=916844 CPUtime=1.8
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 4498 0 0 0 178 2 0 0 17 0 12 0 163238998 938848256 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19111] ppid=19098 vsize=916844 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 938848256 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=916844 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163238998 938848256 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.73
Current children cumulated vsize (KiB) 916844

[startup+462.868 s]
/proc/loadavg: 1.52 2.00 1.99 2/76 19165
/proc/meminfo: memFree=948864/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=916844 CPUtime=460.61
/proc/19100/stat : 19100 (java) S 19098 19100 18398 0 -1 0 469348 0 1 0 45837 224 0 0 15 0 12 0 163238986 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19100/statm: 229211 186440 2481 14 0 215648 0
[pid=19100/tid=19102] ppid=19098 vsize=916844 CPUtime=3.61
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 90038 0 0 0 326 35 0 0 16 0 12 0 163238991 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19098 vsize=916844 CPUtime=3.53
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 76833 0 0 0 326 27 0 0 15 0 12 0 163238991 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19104] ppid=19098 vsize=916844 CPUtime=154.42
/proc/19100/task/19104/stat : 19104 (java) R 19098 19100 18398 0 -1 64 275344 0 0 0 15300 142 0 0 18 0 12 0 163238994 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454535 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19105] ppid=19098 vsize=916844 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19098 19100 18398 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163238995 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19106] ppid=19098 vsize=916844 CPUtime=0
/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163238995 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19098 vsize=916844 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=916844 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19109] ppid=19098 vsize=916844 CPUtime=1.28
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1871 0 0 0 127 1 0 0 17 0 12 0 163238998 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19110] ppid=19098 vsize=916844 CPUtime=1.8
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 4498 0 0 0 178 2 0 0 17 0 12 0 163238998 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19111] ppid=19098 vsize=916844 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=916844 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163238998 938848256 186440 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.61
Current children cumulated vsize (KiB) 916844

[startup+522.91 s]
/proc/loadavg: 1.19 1.81 1.93 2/76 19165
/proc/meminfo: memFree=948992/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=917868 CPUtime=520.53
/proc/19100/stat : 19100 (java) S 19098 19100 18398 0 -1 0 586936 0 1 0 51772 281 0 0 15 0 12 0 163238986 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19100/statm: 229467 186442 2481 14 0 215904 0
[pid=19100/tid=19102] ppid=19098 vsize=917868 CPUtime=3.61
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 90038 0 0 0 326 35 0 0 16 0 12 0 163238991 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19098 vsize=917868 CPUtime=3.53
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 76833 0 0 0 326 27 0 0 15 0 12 0 163238991 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19104] ppid=19098 vsize=917868 CPUtime=214.04
/proc/19100/task/19104/stat : 19104 (java) R 19098 19100 18398 0 -1 64 392823 0 0 0 21205 199 0 0 19 0 12 0 163238994 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19105] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19098 19100 18398 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163238995 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19106] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163238995 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19109] ppid=19098 vsize=917868 CPUtime=1.28
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1871 0 0 0 127 1 0 0 17 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19110] ppid=19098 vsize=917868 CPUtime=1.8
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 4498 0 0 0 178 2 0 0 17 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19111] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.53
Current children cumulated vsize (KiB) 917868

[startup+582.947 s]
/proc/loadavg: 1.07 1.66 1.87 2/76 19165
/proc/meminfo: memFree=947648/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=917868 CPUtime=580.44
/proc/19100/stat : 19100 (java) S 19098 19100 18398 0 -1 0 705617 0 1 0 57704 340 0 0 16 0 12 0 163238986 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19100/statm: 229467 186442 2481 14 0 215904 0
[pid=19100/tid=19102] ppid=19098 vsize=917868 CPUtime=3.61
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 90038 0 0 0 326 35 0 0 16 0 12 0 163238991 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19098 vsize=917868 CPUtime=3.53
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 76833 0 0 0 326 27 0 0 15 0 12 0 163238991 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19104] ppid=19098 vsize=917868 CPUtime=273.7
/proc/19100/task/19104/stat : 19104 (java) R 19098 19100 18398 0 -1 64 511396 0 0 0 27113 257 0 0 17 0 12 0 163238994 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921515 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19105] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19098 19100 18398 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163238995 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19106] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163238995 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19109] ppid=19098 vsize=917868 CPUtime=1.28
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1871 0 0 0 127 1 0 0 17 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19110] ppid=19098 vsize=917868 CPUtime=1.8
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 4498 0 0 0 178 2 0 0 17 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19111] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 163238998 939896832 186442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.44
Current children cumulated vsize (KiB) 917868

[startup+642.978 s]
/proc/loadavg: 1.02 1.54 1.81 2/76 19165
/proc/meminfo: memFree=947904/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=917868 CPUtime=640.4
/proc/19100/stat : 19100 (java) S 19098 19100 18398 0 -1 0 826455 0 1 0 63640 400 0 0 16 0 12 0 163238986 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 229467 186441 2481 14 0 215904 0
[pid=19100/tid=19102] ppid=19098 vsize=917868 CPUtime=3.61
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 90038 0 0 0 326 35 0 0 16 0 12 0 163238991 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19098 vsize=917868 CPUtime=3.53
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 76833 0 0 0 326 27 0 0 15 0 12 0 163238991 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19104] ppid=19098 vsize=917868 CPUtime=333.54
/proc/19100/task/19104/stat : 19104 (java) R 19098 19100 18398 0 -1 64 632123 0 0 0 33037 317 0 0 18 0 12 0 163238994 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19105] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19098 19100 18398 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163238995 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19106] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163238995 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19109] ppid=19098 vsize=917868 CPUtime=1.28
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1871 0 0 0 127 1 0 0 17 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19110] ppid=19098 vsize=917868 CPUtime=1.8
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 4498 0 0 0 178 2 0 0 17 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19111] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 640.4
Current children cumulated vsize (KiB) 917868

[startup+702.998 s]
/proc/loadavg: 1.01 1.44 1.76 2/76 19165
/proc/meminfo: memFree=947776/2055920 swapFree=4192812/4192956
[pid=19100] ppid=19098 vsize=917868 CPUtime=700.42
/proc/19100/stat : 19100 (java) S 19098 19100 18398 0 -1 0 947186 0 1 0 69583 459 0 0 16 0 12 0 163238986 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 229467 186441 2481 14 0 215904 0
[pid=19100/tid=19102] ppid=19098 vsize=917868 CPUtime=3.61
/proc/19100/task/19102/stat : 19102 (java) S 19098 19100 18398 0 -1 64 90038 0 0 0 326 35 0 0 16 0 12 0 163238991 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19103] ppid=19098 vsize=917868 CPUtime=3.53
/proc/19100/task/19103/stat : 19103 (java) S 19098 19100 18398 0 -1 64 76833 0 0 0 326 27 0 0 15 0 12 0 163238991 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19104] ppid=19098 vsize=917868 CPUtime=393.55
/proc/19100/task/19104/stat : 19104 (java) R 19098 19100 18398 0 -1 64 752749 0 0 0 38979 376 0 0 17 0 12 0 163238994 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681618 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19105] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19098 19100 18398 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163238995 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19106] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19106/stat : 19106 (java) S 19098 19100 18398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163238995 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19098 19100 18398 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19098 19100 18398 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19109] ppid=19098 vsize=917868 CPUtime=1.28
/proc/19100/task/19109/stat : 19109 (java) S 19098 19100 18398 0 -1 64 1871 0 0 0 127 1 0 0 17 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19110] ppid=19098 vsize=917868 CPUtime=1.8
/proc/19100/task/19110/stat : 19110 (java) S 19098 19100 18398 0 -1 64 4498 0 0 0 178 2 0 0 17 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19100/tid=19111] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19111/stat : 19111 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19100/tid=19112] ppid=19098 vsize=917868 CPUtime=0
/proc/19100/task/19112/stat : 19112 (java) S 19098 19100 18398 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 163238998 939896832 186441 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 700.42
Current children cumulated vsize (KiB) 917868

Child status: 1
Real time (s): 718.92
CPU time (s): 716.302
CPU user time (s): 711.459
CPU system time (s): 4.84326
CPU usage (%): 99.6359
Max. virtual memory (cumulated for all children) (KiB): 919872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 711.459
system time used= 4.84326
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 975228
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= 22164
involuntary context switches= 20672

runsolver used 0.868867 s user time and 2.20366 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sun Jan  7 05:40:05 UTC 2007


IDJOB= 201539
IDBENCH= 3769
FILE ID= node52/201539-1168148405

PBS_JOBID= 3478371

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp11/fapp11-1000-10.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201539-1168148405/sat4jCSP-bf3.jar /tmp/evaluation/201539-1168148405/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-201539-1168148405 -o ROOT/results/node52/solver-201539-1168148405 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201539-1168148405/sat4jCSP-bf3.jar /tmp/evaluation/201539-1168148405/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  b9cf73f43d12dd50fcff1a26df9e590c

RANDOM SEED= 85006462

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1303728 kB
Buffers:         53672 kB
Cached:         293060 kB
SwapCached:          0 kB
Active:         485324 kB
Inactive:       201916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1303728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6808 kB
Writeback:           0 kB
Mapped:         358556 kB
Slab:            49656 kB
Committed_AS:  3899108 kB
PageTables:       2580 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= 66549 MiB



End job on node52 on Sun Jan  7 05:52:04 UTC 2007