Trace number 207115

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? 739.127 742.632

General information on the benchmark

Namefapp/test01-04/test03/
test03-0400-2.xml
MD5SUM47e93a4bf315df09ebe4db67dbd411a3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.75173
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables400
Number of constraints4370
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4370
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.25	c version CSP COMPETITION BUGFIX 3
0.25	c sun.arch.data.model	32
0.25	c java.version	1.5.0_10
0.25	c os.name	Linux
0.25	c os.version	2.6.9-22.EL.rootsmp
0.25	c os.arch	i386
0.25	c Free memory 722620888
0.25	c Max memory 723845120
0.25	c Total memory 723845120
0.25	c Number of processors 2
0.34	c --- Begin Solver configuration ---
0.34	c Stops conflict analysis at the first Unique Implication Point
0.34	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.34	c Learn all clauses as in MiniSAT
0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34	c VSIDS like heuristics from MiniSAT using a heap
0.34	c No reason simplification
0.34	c --- End Solver configuration ---
0.34	c solving /tmp/evaluation/207115-1168180055/unknown.xml
0.34	c reading problem ... 
0.61	c reading problem named ?
0.62	c reading domains done.
0.97	c reading variables
c reading variables (400) done.
1.43	c reading predicates 
c reading relations (8) done.
1.68	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
741.65	c starts		: 0
741.65	c conflicts		: 0
741.65	c decisions		: 0
741.65	c propagations		: 0
741.65	c inspects		: 0
741.65	c learnt literals	: 0
741.65	c learnt binary clauses	: 0
741.65	c learnt ternary clauses	: 0
741.65	c learnt clauses	: 0
741.65	c root simplifications	: 0
741.65	c removed literals (reason simplification)	: 0
741.65	c reason swapping (by a shorter reason)	: 0
741.65	c Calls to reduceDB	: 0
741.65	c speed (decisions/second)	: 0.0
741.65	c non guided choices	0
741.65	s UNKNOWN
741.65	c Total wall clock time (in seconds) : 738.962
741.65	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/node9/watcher-207115-1168180055 -o ROOT/results/node9/solver-207115-1168180055 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207115-1168180055/sat4jCSP-bf3.jar /tmp/evaluation/207115-1168180055/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.33 2.18 2.07 4/89 23996
/proc/meminfo: memFree=1076224/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=894944 CPUtime=0.01
/proc/23995/stat : 23995 (java) S 23993 23995 23740 0 -1 0 2168 0 1 0 0 1 0 0 18 0 3 0 166400638 916422656 1930 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 223736 1930 954 14 0 210756 0
[pid=23995/tid=23997] ppid=23993 vsize=894944 CPUtime=0
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 18 0 3 0 166400641 916422656 1930 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23993 vsize=894944 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) R 23993 23995 23740 0 -1 64 0 0 0 0 0 0 0 0 19 0 3 0 166400641 916422656 1930 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 9510872 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.102825 s]
/proc/loadavg: 2.33 2.18 2.07 4/89 23996
/proc/meminfo: memFree=1076224/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=901540 CPUtime=0.08
/proc/23995/stat : 23995 (java) R 23993 23995 23740 0 -1 0 3314 0 1 0 7 1 0 0 21 0 12 0 166400638 923176960 3074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151900533 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 225385 3074 1559 14 0 212109 0
[pid=23995/tid=23997] ppid=23993 vsize=901540 CPUtime=0
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166400641 923176960 3074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23993 vsize=901540 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166400641 923176960 3074 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.510871 s]
/proc/loadavg: 2.33 2.18 2.07 4/89 23996
/proc/meminfo: memFree=1076224/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=905236 CPUtime=0.4
/proc/23995/stat : 23995 (java) R 23993 23995 23740 0 -1 0 5500 0 1 0 37 3 0 0 18 0 12 0 166400638 926961664 5095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 226309 5095 2134 14 0 212746 0
[pid=23995/tid=23997] ppid=23993 vsize=905236 CPUtime=0
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166400641 926961664 5095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23993 vsize=905236 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166400641 926961664 5095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 905236

[startup+1.33397 s]
/proc/loadavg: 2.33 2.18 2.07 4/100 24007
/proc/meminfo: memFree=1061096/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=906456 CPUtime=1.2
/proc/23995/stat : 23995 (java) R 23993 23995 23740 0 -1 0 8279 0 1 0 116 4 0 0 21 0 12 0 166400638 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 226614 7300 2312 14 0 213051 0
[pid=23995/tid=23997] ppid=23993 vsize=906456 CPUtime=0
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166400641 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23993 vsize=906456 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166400641 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23993 vsize=906456 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23993 23995 23740 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 166400644 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23993 vsize=906456 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23993 23995 23740 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 166400644 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23993 vsize=906456 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166400644 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=906456 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=906456 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166400648 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24004] ppid=23993 vsize=906456 CPUtime=0.25
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 277 0 0 0 25 0 0 0 16 0 12 0 166400648 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24005] ppid=23993 vsize=906456 CPUtime=0.39
/proc/23995/task/24005/stat : 24005 (java) R 23993 23995 23740 0 -1 64 1515 0 0 0 39 0 0 0 16 0 12 0 166400648 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154378063 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24006] ppid=23993 vsize=906456 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=906456 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166400648 928210944 7300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 906456

[startup+2.98715 s]
/proc/loadavg: 2.38 2.20 2.07 3/100 24007
/proc/meminfo: memFree=1034472/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=912216 CPUtime=2.84
/proc/23995/stat : 23995 (java) R 23993 23995 23740 0 -1 0 20811 0 1 0 274 10 0 0 21 0 12 0 166400638 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054304625 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 228054 17398 2476 14 0 214491 0
[pid=23995/tid=23997] ppid=23993 vsize=912216 CPUtime=0
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166400641 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23993 vsize=912216 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166400641 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23993 vsize=912216 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23993 23995 23740 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166400644 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23993 vsize=912216 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23993 23995 23740 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 166400644 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23993 vsize=912216 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166400644 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=912216 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=912216 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166400648 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24004] ppid=23993 vsize=912216 CPUtime=0.44
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 373 0 0 0 44 0 0 0 16 0 12 0 166400648 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24005] ppid=23993 vsize=912216 CPUtime=1.2
/proc/23995/task/24005/stat : 24005 (java) S 23993 23995 23740 0 -1 64 5377 0 0 0 118 2 0 0 16 0 12 0 166400648 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24006] ppid=23993 vsize=912216 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=912216 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166400648 934109184 17398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 912216

[startup+6.19451 s]
/proc/loadavg: 2.38 2.20 2.07 3/100 24007
/proc/meminfo: memFree=964136/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=913504 CPUtime=6.09
/proc/23995/stat : 23995 (java) R 23993 23995 23740 0 -1 0 34490 0 1 0 593 16 0 0 25 0 12 0 166400638 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054495306 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 228376 30639 2479 14 0 214813 0
[pid=23995/tid=23997] ppid=23993 vsize=913504 CPUtime=0.22
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 5032 0 0 0 20 2 0 0 16 0 12 0 166400641 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23993 vsize=913504 CPUtime=0.18
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 3595 0 0 0 18 0 0 0 16 0 12 0 166400641 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23993 vsize=913504 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23993 23995 23740 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166400644 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23993 vsize=913504 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23993 23995 23740 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166400644 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23993 vsize=913504 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166400644 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=913504 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=913504 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166400648 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24004] ppid=23993 vsize=913504 CPUtime=0.45
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 373 0 0 0 45 0 0 0 16 0 12 0 166400648 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24005] ppid=23993 vsize=913504 CPUtime=1.21
/proc/23995/task/24005/stat : 24005 (java) S 23993 23995 23740 0 -1 64 5377 0 0 0 119 2 0 0 16 0 12 0 166400648 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24006] ppid=23993 vsize=913504 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=913504 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166400648 935428096 30639 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 913504

[startup+12.6943 s]
/proc/loadavg: 2.32 2.19 2.07 3/100 24007
/proc/meminfo: memFree=941544/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=915608 CPUtime=12.7
/proc/23995/stat : 23995 (java) R 23993 23995 23740 0 -1 0 40815 0 1 0 1250 20 0 0 25 0 12 0 166400638 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054356109 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 228902 36084 2480 14 0 215339 0
[pid=23995/tid=23997] ppid=23993 vsize=915608 CPUtime=0.3
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 7500 0 0 0 27 3 0 0 16 0 12 0 166400641 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23993 vsize=915608 CPUtime=0.28
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 6460 0 0 0 26 2 0 0 16 0 12 0 166400641 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23993 vsize=915608 CPUtime=0.01
/proc/23995/task/23999/stat : 23999 (java) S 23993 23995 23740 0 -1 64 11 0 0 0 1 0 0 0 16 0 12 0 166400644 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23993 vsize=915608 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23993 23995 23740 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166400644 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23993 vsize=915608 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166400644 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=915608 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=915608 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166400648 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24004] ppid=23993 vsize=915608 CPUtime=0.98
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 1316 0 0 0 98 0 0 0 16 0 12 0 166400648 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24005] ppid=23993 vsize=915608 CPUtime=1.53
/proc/23995/task/24005/stat : 24005 (java) S 23993 23995 23740 0 -1 64 5409 0 0 0 151 2 0 0 16 0 12 0 166400648 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24006] ppid=23993 vsize=915608 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=915608 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166400648 937582592 36084 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915608

[startup+25.5707 s]
/proc/loadavg: 2.51 2.23 2.09 3/100 24007
/proc/meminfo: memFree=915240/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=913528 CPUtime=25.46
/proc/23995/stat : 23995 (java) R 23993 23995 23740 0 -1 0 48337 0 1 0 2523 23 0 0 25 0 12 0 166400638 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054295908 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 228382 42966 2480 14 0 214819 0
[pid=23995/tid=23997] ppid=23993 vsize=913528 CPUtime=0.38
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 11247 0 0 0 34 4 0 0 16 0 12 0 166400641 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23993 vsize=913528 CPUtime=0.36
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 10201 0 0 0 33 3 0 0 16 0 12 0 166400641 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23993 vsize=913528 CPUtime=0.02
/proc/23995/task/23999/stat : 23999 (java) S 23993 23995 23740 0 -1 64 16 0 0 0 2 0 0 0 16 0 12 0 166400644 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23993 23995 23740 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166400644 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166400644 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 166400648 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24004] ppid=23993 vsize=913528 CPUtime=1.06
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 1322 0 0 0 106 0 0 0 17 0 12 0 166400648 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24005] ppid=23993 vsize=913528 CPUtime=1.54
/proc/23995/task/24005/stat : 24005 (java) S 23993 23995 23740 0 -1 64 5409 0 0 0 152 2 0 0 16 0 12 0 166400648 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24006] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166400648 935452672 42966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 913528

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

/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166400644 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=913528 CPUtime=0.01
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24004] ppid=23993 vsize=913528 CPUtime=1.81
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 1356 0 0 0 181 0 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24005] ppid=23993 vsize=913528 CPUtime=2.17
/proc/23995/task/24005/stat : 24005 (java) S 23993 23995 23740 0 -1 64 5445 0 0 0 215 2 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24006] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.02
Current children cumulated vsize (KiB) 913528

[startup+462.81 s]
/proc/loadavg: 2.76 2.42 2.19 3/108 24096
/proc/meminfo: memFree=358304/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=913528 CPUtime=460.79
/proc/23995/stat : 23995 (java) S 23993 23995 23740 0 -1 0 198127 0 1 0 45991 88 0 0 16 0 12 0 166400638 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23995/statm: 228382 186027 2482 14 0 214819 0
[pid=23995/tid=23997] ppid=23993 vsize=913528 CPUtime=4.37
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 82114 0 0 0 406 31 0 0 16 0 12 0 166400641 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=23998] ppid=23993 vsize=913528 CPUtime=4.4
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 83880 0 0 0 411 29 0 0 15 0 12 0 166400641 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=23999] ppid=23993 vsize=913528 CPUtime=126.87
/proc/23995/task/23999/stat : 23999 (java) R 23993 23995 23740 0 -1 64 4591 0 0 0 12680 7 0 0 25 0 12 0 166400644 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24000] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23993 23995 23740 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166400644 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166400644 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=913528 CPUtime=0.01
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24004] ppid=23993 vsize=913528 CPUtime=1.81
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 1356 0 0 0 181 0 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24005] ppid=23993 vsize=913528 CPUtime=2.17
/proc/23995/task/24005/stat : 24005 (java) S 23993 23995 23740 0 -1 64 5445 0 0 0 215 2 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24006] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.79
Current children cumulated vsize (KiB) 913528

[startup+522.835 s]
/proc/loadavg: 2.36 2.36 2.18 3/108 24096
/proc/meminfo: memFree=223456/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=913528 CPUtime=520.52
/proc/23995/stat : 23995 (java) S 23993 23995 23740 0 -1 0 198211 0 1 0 51964 88 0 0 16 0 12 0 166400638 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23995/statm: 228382 186027 2482 14 0 214819 0
[pid=23995/tid=23997] ppid=23993 vsize=913528 CPUtime=4.37
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 82114 0 0 0 406 31 0 0 16 0 12 0 166400641 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=23998] ppid=23993 vsize=913528 CPUtime=4.4
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 83880 0 0 0 411 29 0 0 15 0 12 0 166400641 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=23999] ppid=23993 vsize=913528 CPUtime=185.82
/proc/23995/task/23999/stat : 23999 (java) R 23993 23995 23740 0 -1 64 4591 0 0 0 18575 7 0 0 25 0 12 0 166400644 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24000] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23993 23995 23740 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166400644 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166400644 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=913528 CPUtime=0.01
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24004] ppid=23993 vsize=913528 CPUtime=1.81
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 1356 0 0 0 181 0 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24005] ppid=23993 vsize=913528 CPUtime=2.17
/proc/23995/task/24005/stat : 24005 (java) S 23993 23995 23740 0 -1 64 5445 0 0 0 215 2 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24006] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.52
Current children cumulated vsize (KiB) 913528

[startup+582.889 s]
/proc/loadavg: 2.29 2.32 2.18 3/108 24096
/proc/meminfo: memFree=103008/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=913528 CPUtime=580.24
/proc/23995/stat : 23995 (java) S 23993 23995 23740 0 -1 0 198297 0 1 0 57935 89 0 0 15 0 12 0 166400638 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23995/statm: 228382 186027 2482 14 0 214819 0
[pid=23995/tid=23997] ppid=23993 vsize=913528 CPUtime=4.37
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 82114 0 0 0 406 31 0 0 16 0 12 0 166400641 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=23998] ppid=23993 vsize=913528 CPUtime=4.4
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 83880 0 0 0 411 29 0 0 15 0 12 0 166400641 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=23999] ppid=23993 vsize=913528 CPUtime=245.25
/proc/23995/task/23999/stat : 23999 (java) R 23993 23995 23740 0 -1 64 4591 0 0 0 24517 8 0 0 25 0 12 0 166400644 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24000] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23993 23995 23740 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166400644 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166400644 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=913528 CPUtime=0.01
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24004] ppid=23993 vsize=913528 CPUtime=1.81
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 1356 0 0 0 181 0 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24005] ppid=23993 vsize=913528 CPUtime=2.17
/proc/23995/task/24005/stat : 24005 (java) S 23993 23995 23740 0 -1 64 5445 0 0 0 215 2 0 0 17 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24006] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=913528 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166400648 935452672 186027 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.24
Current children cumulated vsize (KiB) 913528

[startup+642.936 s]
/proc/loadavg: 2.31 2.31 2.19 4/108 24096
/proc/meminfo: memFree=103200/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=914552 CPUtime=639.99
/proc/23995/stat : 23995 (java) S 23993 23995 23740 0 -1 0 198383 0 1 0 63909 90 0 0 15 0 12 0 166400638 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 228638 186028 2482 14 0 215075 0
[pid=23995/tid=23997] ppid=23993 vsize=914552 CPUtime=4.37
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 82114 0 0 0 406 31 0 0 16 0 12 0 166400641 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=23998] ppid=23993 vsize=914552 CPUtime=4.4
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 83880 0 0 0 411 29 0 0 15 0 12 0 166400641 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=23999] ppid=23993 vsize=914552 CPUtime=304.86
/proc/23995/task/23999/stat : 23999 (java) R 23993 23995 23740 0 -1 64 4591 0 0 0 30478 8 0 0 25 0 12 0 166400644 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454194 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23993 vsize=914552 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23993 23995 23740 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166400644 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23993 vsize=914552 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166400644 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=914552 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=914552 CPUtime=0.01
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24004] ppid=23993 vsize=914552 CPUtime=1.81
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 1356 0 0 0 181 0 0 0 17 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24005] ppid=23993 vsize=914552 CPUtime=2.17
/proc/23995/task/24005/stat : 24005 (java) S 23993 23995 23740 0 -1 64 5445 0 0 0 215 2 0 0 17 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24006] ppid=23993 vsize=914552 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=914552 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.99
Current children cumulated vsize (KiB) 914552

[startup+703.004 s]
/proc/loadavg: 2.74 2.43 2.23 4/108 24096
/proc/meminfo: memFree=102944/2055920 swapFree=4191880/4192956
[pid=23995] ppid=23993 vsize=914552 CPUtime=699.76
/proc/23995/stat : 23995 (java) S 23993 23995 23740 0 -1 0 200212 0 1 0 69884 92 0 0 16 0 12 0 166400638 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 228638 186028 2482 14 0 215075 0
[pid=23995/tid=23997] ppid=23993 vsize=914552 CPUtime=4.37
/proc/23995/task/23997/stat : 23997 (java) S 23993 23995 23740 0 -1 64 82114 0 0 0 406 31 0 0 16 0 12 0 166400641 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=23998] ppid=23993 vsize=914552 CPUtime=4.4
/proc/23995/task/23998/stat : 23998 (java) S 23993 23995 23740 0 -1 64 83880 0 0 0 411 29 0 0 15 0 12 0 166400641 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=23999] ppid=23993 vsize=914552 CPUtime=364.61
/proc/23995/task/23999/stat : 23999 (java) R 23993 23995 23740 0 -1 64 6355 0 0 0 36451 10 0 0 25 0 12 0 166400644 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681620 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23993 vsize=914552 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23993 23995 23740 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 166400644 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23993 vsize=914552 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) S 23993 23995 23740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166400644 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23993 vsize=914552 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23993 vsize=914552 CPUtime=0.01
/proc/23995/task/24003/stat : 24003 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24004] ppid=23993 vsize=914552 CPUtime=1.81
/proc/23995/task/24004/stat : 24004 (java) S 23993 23995 23740 0 -1 64 1356 0 0 0 181 0 0 0 17 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24005] ppid=23993 vsize=914552 CPUtime=2.17
/proc/23995/task/24005/stat : 24005 (java) S 23993 23995 23740 0 -1 64 5445 0 0 0 215 2 0 0 17 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23995/tid=24006] ppid=23993 vsize=914552 CPUtime=0
/proc/23995/task/24006/stat : 24006 (java) S 23993 23995 23740 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23995/tid=24007] ppid=23993 vsize=914552 CPUtime=0
/proc/23995/task/24007/stat : 24007 (java) S 23993 23995 23740 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166400648 936501248 186028 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 699.76
Current children cumulated vsize (KiB) 914552

Child status: 1
Real time (s): 742.632
CPU time (s): 739.127
CPU user time (s): 738.06
CPU system time (s): 1.06684
CPU usage (%): 99.528
Max. virtual memory (cumulated for all children) (KiB): 918556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 738.06
system time used= 1.06684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203795
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= 23288
involuntary context switches= 25318

runsolver used 0.910861 s user time and 2.46263 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Jan  7 14:27:35 UTC 2007


IDJOB= 207115
IDBENCH= 4270
FILE ID= node9/207115-1168180055

PBS_JOBID= 3478878

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test03/test03-0400-2.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207115-1168180055/sat4jCSP-bf3.jar /tmp/evaluation/207115-1168180055/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-207115-1168180055 -o ROOT/results/node9/solver-207115-1168180055 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207115-1168180055/sat4jCSP-bf3.jar /tmp/evaluation/207115-1168180055/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  47e93a4bf315df09ebe4db67dbd411a3

RANDOM SEED= 160210205

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.231
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.231
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:       1076640 kB
Buffers:         45480 kB
Cached:         334296 kB
SwapCached:        276 kB
Active:         666864 kB
Inactive:       248784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1076640 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2968 kB
Writeback:           0 kB
Mapped:         548740 kB
Slab:            46968 kB
Committed_AS:  5192332 kB
PageTables:       3752 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= 66540 MiB



End job on node9 on Sun Jan  7 14:39:58 UTC 2007