Trace number 237315

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? 312.278 313.823

General information on the benchmark

Nameos-gp/
gp10-01-1093.xml
MD5SUM0da9d135f457ed0a2622be4bd1d9f01f
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 benchmark0.327949
SatisfiableYES
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1094
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/237315-1168347426/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.53	c reading variables
c reading variables (101) done.
0.87	c reading predicates 
c reading relations (3) done.
1.12	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
313.68	c starts		: 0
313.68	c conflicts		: 0
313.68	c decisions		: 0
313.68	c propagations		: 0
313.68	c inspects		: 0
313.68	c learnt literals	: 0
313.68	c learnt binary clauses	: 0
313.68	c learnt ternary clauses	: 0
313.68	c learnt clauses	: 0
313.68	c root simplifications	: 0
313.68	c removed literals (reason simplification)	: 0
313.68	c reason swapping (by a shorter reason)	: 0
313.68	c Calls to reduceDB	: 0
313.68	c speed (decisions/second)	: 0.0
313.68	c non guided choices	0
313.68	s UNKNOWN
313.68	c Total wall clock time (in seconds) : 313.433
313.68	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-237315-1168347426 -o ROOT/results/node9/solver-237315-1168347426 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237315-1168347426/sat4jCSP-bf3.jar /tmp/evaluation/237315-1168347426/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.14 2.23 2.21 2/94 18065
/proc/meminfo: memFree=1538968/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=14120 CPUtime=0
/proc/18064/stat : 18064 (java) D 18062 18064 17740 0 -1 0 927 0 1 0 0 0 0 0 17 0 1 0 183137754 14458880 693 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 8663844 0 2147483391 0 7368 0 0 0 17 1 0 0
/proc/18064/statm: 3565 710 548 14 0 1602 0

[startup+0.10252 s]
/proc/loadavg: 2.14 2.23 2.21 2/94 18065
/proc/meminfo: memFree=1538968/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=901540 CPUtime=0.08
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 3341 0 1 0 7 1 0 0 24 0 12 0 183137754 923176960 3101 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053843447 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18064/statm: 225385 3101 1565 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.514566 s]
/proc/loadavg: 2.14 2.23 2.21 2/94 18065
/proc/meminfo: memFree=1538968/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=905228 CPUtime=0.5
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 5877 0 1 0 47 3 0 0 19 0 12 0 183137754 926953472 5471 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154211792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18064/statm: 226307 5471 2265 14 0 212744 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905228

[startup+1.34066 s]
/proc/loadavg: 2.13 2.22 2.21 3/105 18076
/proc/meminfo: memFree=1496960/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=907496 CPUtime=1.31
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 14341 0 1 0 124 7 0 0 18 0 12 0 183137754 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18064/statm: 226874 13379 2461 14 0 213311 0
[pid=18064/tid=18066] ppid=18062 vsize=907496 CPUtime=0
/proc/18064/task/18066/stat : 18066 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 183137757 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18067] ppid=18062 vsize=907496 CPUtime=0
/proc/18064/task/18067/stat : 18067 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 183137757 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18068] ppid=18062 vsize=907496 CPUtime=0
/proc/18064/task/18068/stat : 18068 (java) S 18062 18064 17740 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 183137760 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18069] ppid=18062 vsize=907496 CPUtime=0
/proc/18064/task/18069/stat : 18069 (java) S 18062 18064 17740 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 183137760 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18070] ppid=18062 vsize=907496 CPUtime=0
/proc/18064/task/18070/stat : 18070 (java) S 18062 18064 17740 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 183137760 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18071] ppid=18062 vsize=907496 CPUtime=0
/proc/18064/task/18071/stat : 18071 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 183137764 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18072] ppid=18062 vsize=907496 CPUtime=0
/proc/18064/task/18072/stat : 18072 (java) S 18062 18064 17740 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 183137764 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18073] ppid=18062 vsize=907496 CPUtime=0.28
/proc/18064/task/18073/stat : 18073 (java) R 18062 18064 17740 0 -1 64 897 0 0 0 28 0 0 0 17 0 12 0 183137764 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155013921 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18074] ppid=18062 vsize=907496 CPUtime=0.25
/proc/18064/task/18074/stat : 18074 (java) S 18062 18064 17740 0 -1 64 881 0 0 0 25 0 0 0 16 0 12 0 183137764 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18075] ppid=18062 vsize=907496 CPUtime=0
/proc/18064/task/18075/stat : 18075 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183137764 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18076] ppid=18062 vsize=907496 CPUtime=0
/proc/18064/task/18076/stat : 18076 (java) S 18062 18064 17740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183137764 929275904 13379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 907496

[startup+2.97784 s]
/proc/loadavg: 2.13 2.22 2.21 5/105 18076
/proc/meminfo: memFree=1457152/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=909728 CPUtime=3.05
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 28769 0 1 0 292 13 0 0 19 0 12 0 183137754 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054251569 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18064/statm: 227432 26821 2478 14 0 213869 0
[pid=18064/tid=18066] ppid=18062 vsize=909728 CPUtime=0.16
/proc/18064/task/18066/stat : 18066 (java) S 18062 18064 17740 0 -1 64 1964 0 0 0 16 0 0 0 16 0 12 0 183137757 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18067] ppid=18062 vsize=909728 CPUtime=0.15
/proc/18064/task/18067/stat : 18067 (java) S 18062 18064 17740 0 -1 64 3899 0 0 0 13 2 0 0 16 0 12 0 183137757 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18068] ppid=18062 vsize=909728 CPUtime=0
/proc/18064/task/18068/stat : 18068 (java) S 18062 18064 17740 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 183137760 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18069] ppid=18062 vsize=909728 CPUtime=0
/proc/18064/task/18069/stat : 18069 (java) S 18062 18064 17740 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183137760 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18070] ppid=18062 vsize=909728 CPUtime=0
/proc/18064/task/18070/stat : 18070 (java) S 18062 18064 17740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183137760 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18071] ppid=18062 vsize=909728 CPUtime=0
/proc/18064/task/18071/stat : 18071 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 183137764 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18072] ppid=18062 vsize=909728 CPUtime=0.01
/proc/18064/task/18072/stat : 18072 (java) S 18062 18064 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183137764 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18073] ppid=18062 vsize=909728 CPUtime=0.49
/proc/18064/task/18073/stat : 18073 (java) S 18062 18064 17740 0 -1 64 1434 0 0 0 49 0 0 0 16 0 12 0 183137764 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18074] ppid=18062 vsize=909728 CPUtime=0.6
/proc/18064/task/18074/stat : 18074 (java) S 18062 18064 17740 0 -1 64 1283 0 0 0 60 0 0 0 17 0 12 0 183137764 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18075] ppid=18062 vsize=909728 CPUtime=0
/proc/18064/task/18075/stat : 18075 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183137764 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18076] ppid=18062 vsize=909728 CPUtime=0
/proc/18064/task/18076/stat : 18076 (java) S 18062 18064 17740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183137764 931561472 26821 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 909728

[startup+6.27421 s]
/proc/loadavg: 2.12 2.22 2.20 3/105 18076
/proc/meminfo: memFree=1414208/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=909368 CPUtime=6.34
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 36146 0 1 0 618 16 0 0 25 0 12 0 183137754 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054371984 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18064/statm: 227342 33717 2478 14 0 213779 0
[pid=18064/tid=18066] ppid=18062 vsize=909368 CPUtime=0.28
/proc/18064/task/18066/stat : 18066 (java) S 18062 18064 17740 0 -1 64 4538 0 0 0 27 1 0 0 16 0 12 0 183137757 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18067] ppid=18062 vsize=909368 CPUtime=0.3
/proc/18064/task/18067/stat : 18067 (java) S 18062 18064 17740 0 -1 64 8695 0 0 0 26 4 0 0 16 0 12 0 183137757 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18068] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18068/stat : 18068 (java) S 18062 18064 17740 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18069] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18069/stat : 18069 (java) S 18062 18064 17740 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18070] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18070/stat : 18070 (java) S 18062 18064 17740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18071] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18071/stat : 18071 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 183137764 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18072] ppid=18062 vsize=909368 CPUtime=0.01
/proc/18064/task/18072/stat : 18072 (java) S 18062 18064 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183137764 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18073] ppid=18062 vsize=909368 CPUtime=0.49
/proc/18064/task/18073/stat : 18073 (java) S 18062 18064 17740 0 -1 64 1434 0 0 0 49 0 0 0 16 0 12 0 183137764 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18074] ppid=18062 vsize=909368 CPUtime=0.6
/proc/18064/task/18074/stat : 18074 (java) S 18062 18064 17740 0 -1 64 1283 0 0 0 60 0 0 0 17 0 12 0 183137764 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18075] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18075/stat : 18075 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183137764 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18076] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18076/stat : 18076 (java) S 18062 18064 17740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183137764 931192832 33717 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 909368

[startup+12.77 s]
/proc/loadavg: 2.11 2.22 2.20 5/105 18076
/proc/meminfo: memFree=1353088/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=909368 CPUtime=12.83
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 51963 0 1 0 1260 23 0 0 24 0 12 0 183137754 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054019639 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18064/statm: 227342 49033 2478 14 0 213779 0
[pid=18064/tid=18066] ppid=18062 vsize=909368 CPUtime=0.38
/proc/18064/task/18066/stat : 18066 (java) S 18062 18064 17740 0 -1 64 10235 0 0 0 34 4 0 0 15 0 12 0 183137757 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18067] ppid=18062 vsize=909368 CPUtime=0.41
/proc/18064/task/18067/stat : 18067 (java) S 18062 18064 17740 0 -1 64 18794 0 0 0 34 7 0 0 16 0 12 0 183137757 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18068] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18068/stat : 18068 (java) S 18062 18064 17740 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18069] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18069/stat : 18069 (java) S 18062 18064 17740 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18070] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18070/stat : 18070 (java) S 18062 18064 17740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18071] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18071/stat : 18071 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 183137764 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18072] ppid=18062 vsize=909368 CPUtime=0.01
/proc/18064/task/18072/stat : 18072 (java) S 18062 18064 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183137764 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18073] ppid=18062 vsize=909368 CPUtime=0.49
/proc/18064/task/18073/stat : 18073 (java) S 18062 18064 17740 0 -1 64 1434 0 0 0 49 0 0 0 16 0 12 0 183137764 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18074] ppid=18062 vsize=909368 CPUtime=0.6
/proc/18064/task/18074/stat : 18074 (java) S 18062 18064 17740 0 -1 64 1283 0 0 0 60 0 0 0 17 0 12 0 183137764 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18075] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18075/stat : 18075 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183137764 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18076] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18076/stat : 18076 (java) S 18062 18064 17740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183137764 931192832 49033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 909368

[startup+25.5894 s]
/proc/loadavg: 2.09 2.21 2.20 3/105 18076
/proc/meminfo: memFree=1284416/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=909368 CPUtime=25.54
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 70309 0 1 0 2522 32 0 0 25 0 12 0 183137754 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054251303 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18064/statm: 227342 67068 2478 14 0 213779 0
[pid=18064/tid=18066] ppid=18062 vsize=909368 CPUtime=0.52
/proc/18064/task/18066/stat : 18066 (java) S 18062 18064 17740 0 -1 64 18597 0 0 0 45 7 0 0 16 0 12 0 183137757 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18067] ppid=18062 vsize=909368 CPUtime=0.58
/proc/18064/task/18067/stat : 18067 (java) S 18062 18064 17740 0 -1 64 28750 0 0 0 47 11 0 0 16 0 12 0 183137757 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18068] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18068/stat : 18068 (java) S 18062 18064 17740 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 183137760 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18069] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18069/stat : 18069 (java) S 18062 18064 17740 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18070] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18070/stat : 18070 (java) S 18062 18064 17740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18071] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18071/stat : 18071 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 183137764 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18072] ppid=18062 vsize=909368 CPUtime=0.01
/proc/18064/task/18072/stat : 18072 (java) S 18062 18064 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183137764 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18073] ppid=18062 vsize=909368 CPUtime=0.5
/proc/18064/task/18073/stat : 18073 (java) S 18062 18064 17740 0 -1 64 1434 0 0 0 50 0 0 0 17 0 12 0 183137764 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18074] ppid=18062 vsize=909368 CPUtime=0.62
/proc/18064/task/18074/stat : 18074 (java) S 18062 18064 17740 0 -1 64 1284 0 0 0 62 0 0 0 17 0 12 0 183137764 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18075] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18075/stat : 18075 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183137764 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18076] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18076/stat : 18076 (java) S 18062 18064 17740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183137764 931192832 67068 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 909368

[startup+51.2913 s]
/proc/loadavg: 2.06 2.19 2.19 3/105 18076
/proc/meminfo: memFree=1118016/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=909368 CPUtime=50.92
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 111475 0 1 0 5046 46 0 0 25 0 12 0 183137754 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054269110 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18064/statm: 227342 107366 2478 14 0 213779 0
[pid=18064/tid=18066] ppid=18062 vsize=909368 CPUtime=0.89
/proc/18064/task/18066/stat : 18066 (java) S 18062 18064 17740 0 -1 64 38187 0 0 0 75 14 0 0 16 0 12 0 183137757 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18067] ppid=18062 vsize=909368 CPUtime=0.95
/proc/18064/task/18067/stat : 18067 (java) S 18062 18064 17740 0 -1 64 50278 0 0 0 76 19 0 0 16 0 12 0 183137757 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18068] ppid=18062 vsize=909368 CPUtime=0.02
/proc/18064/task/18068/stat : 18068 (java) S 18062 18064 17740 0 -1 64 15 0 0 0 1 1 0 0 15 0 12 0 183137760 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18069] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18069/stat : 18069 (java) S 18062 18064 17740 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18070] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18070/stat : 18070 (java) S 18062 18064 17740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18071] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18071/stat : 18071 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 183137764 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18072] ppid=18062 vsize=909368 CPUtime=0.01
/proc/18064/task/18072/stat : 18072 (java) S 18062 18064 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183137764 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18073] ppid=18062 vsize=909368 CPUtime=0.5
/proc/18064/task/18073/stat : 18073 (java) S 18062 18064 17740 0 -1 64 1434 0 0 0 50 0 0 0 17 0 12 0 183137764 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18074] ppid=18062 vsize=909368 CPUtime=0.62
/proc/18064/task/18074/stat : 18074 (java) S 18062 18064 17740 0 -1 64 1284 0 0 0 62 0 0 0 17 0 12 0 183137764 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18075] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18075/stat : 18075 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183137764 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18076] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18076/stat : 18076 (java) S 18062 18064 17740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183137764 931192832 107366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 909368

[startup+102.5 s]
/proc/loadavg: 2.02 2.16 2.18 3/105 18076
/proc/meminfo: memFree=810624/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=909368 CPUtime=101.77
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 189971 0 1 0 10101 76 0 0 25 0 12 0 183137754 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054251261 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18064/statm: 227342 183919 2479 14 0 213779 0
[pid=18064/tid=18066] ppid=18062 vsize=909368 CPUtime=1.82
/proc/18064/task/18066/stat : 18066 (java) S 18062 18064 17740 0 -1 64 85125 0 0 0 151 31 0 0 16 0 12 0 183137757 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18067] ppid=18062 vsize=909368 CPUtime=1.82
/proc/18064/task/18067/stat : 18067 (java) S 18062 18064 17740 0 -1 64 81526 0 0 0 152 30 0 0 16 0 12 0 183137757 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18068] ppid=18062 vsize=909368 CPUtime=0.39
/proc/18064/task/18068/stat : 18068 (java) S 18062 18064 17740 0 -1 64 231 0 0 0 37 2 0 0 15 0 12 0 183137760 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18069] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18069/stat : 18069 (java) S 18062 18064 17740 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18070] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18070/stat : 18070 (java) S 18062 18064 17740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18071] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18071/stat : 18071 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 183137764 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18072] ppid=18062 vsize=909368 CPUtime=0.01
/proc/18064/task/18072/stat : 18072 (java) S 18062 18064 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183137764 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18073] ppid=18062 vsize=909368 CPUtime=0.5
/proc/18064/task/18073/stat : 18073 (java) S 18062 18064 17740 0 -1 64 1434 0 0 0 50 0 0 0 17 0 12 0 183137764 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18074] ppid=18062 vsize=909368 CPUtime=0.62
/proc/18064/task/18074/stat : 18074 (java) S 18062 18064 17740 0 -1 64 1284 0 0 0 62 0 0 0 17 0 12 0 183137764 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18075] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18075/stat : 18075 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183137764 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18076] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18076/stat : 18076 (java) S 18062 18064 17740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183137764 931192832 183919 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 909368

[startup+162.542 s]
/proc/loadavg: 2.09 2.14 2.17 3/105 18076
/proc/meminfo: memFree=789504/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=909368 CPUtime=161.62
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 191292 0 1 0 16083 79 0 0 25 0 12 0 183137754 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054192803 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18064/statm: 227342 184098 2480 14 0 213779 0
[pid=18064/tid=18066] ppid=18062 vsize=909368 CPUtime=2.62
/proc/18064/task/18066/stat : 18066 (java) S 18062 18064 17740 0 -1 64 86301 0 0 0 231 31 0 0 15 0 12 0 183137757 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18067] ppid=18062 vsize=909368 CPUtime=2.74
/proc/18064/task/18067/stat : 18067 (java) S 18062 18064 17740 0 -1 64 81558 0 0 0 243 31 0 0 16 0 12 0 183137757 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18068] ppid=18062 vsize=909368 CPUtime=0.42
/proc/18064/task/18068/stat : 18068 (java) S 18062 18064 17740 0 -1 64 232 0 0 0 39 3 0 0 15 0 12 0 183137760 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18069] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18069/stat : 18069 (java) S 18062 18064 17740 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18070] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18070/stat : 18070 (java) S 18062 18064 17740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18071] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18071/stat : 18071 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 183137764 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18072] ppid=18062 vsize=909368 CPUtime=0.01
/proc/18064/task/18072/stat : 18072 (java) S 18062 18064 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183137764 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18073] ppid=18062 vsize=909368 CPUtime=0.5
/proc/18064/task/18073/stat : 18073 (java) S 18062 18064 17740 0 -1 64 1434 0 0 0 50 0 0 0 17 0 12 0 183137764 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18074] ppid=18062 vsize=909368 CPUtime=0.62
/proc/18064/task/18074/stat : 18074 (java) S 18062 18064 17740 0 -1 64 1284 0 0 0 62 0 0 0 17 0 12 0 183137764 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18075] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18075/stat : 18075 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183137764 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18076] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18076/stat : 18076 (java) S 18062 18064 17740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183137764 931192832 184098 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 909368

[startup+222.569 s]
/proc/loadavg: 2.20 2.16 2.18 3/105 18076
/proc/meminfo: memFree=781632/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=909368 CPUtime=221.42
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 193646 0 1 0 22060 82 0 0 25 0 12 0 183137754 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054129941 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18064/statm: 227342 184554 2480 14 0 213779 0
[pid=18064/tid=18066] ppid=18062 vsize=909368 CPUtime=3.63
/proc/18064/task/18066/stat : 18066 (java) S 18062 18064 17740 0 -1 64 87592 0 0 0 331 32 0 0 16 0 12 0 183137757 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18067] ppid=18062 vsize=909368 CPUtime=3.77
/proc/18064/task/18067/stat : 18067 (java) S 18062 18064 17740 0 -1 64 82079 0 0 0 346 31 0 0 16 0 12 0 183137757 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18068] ppid=18062 vsize=909368 CPUtime=1.09
/proc/18064/task/18068/stat : 18068 (java) S 18062 18064 17740 0 -1 64 662 0 0 0 104 5 0 0 15 0 12 0 183137760 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18069] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18069/stat : 18069 (java) S 18062 18064 17740 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18070] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18070/stat : 18070 (java) S 18062 18064 17740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18071] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18071/stat : 18071 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 183137764 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18072] ppid=18062 vsize=909368 CPUtime=0.01
/proc/18064/task/18072/stat : 18072 (java) S 18062 18064 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183137764 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18073] ppid=18062 vsize=909368 CPUtime=0.51
/proc/18064/task/18073/stat : 18073 (java) S 18062 18064 17740 0 -1 64 1434 0 0 0 51 0 0 0 17 0 12 0 183137764 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18074] ppid=18062 vsize=909368 CPUtime=0.62
/proc/18064/task/18074/stat : 18074 (java) S 18062 18064 17740 0 -1 64 1284 0 0 0 62 0 0 0 17 0 12 0 183137764 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18075] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18075/stat : 18075 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183137764 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18076] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18076/stat : 18076 (java) S 18062 18064 17740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183137764 931192832 184554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.42
Current children cumulated vsize (KiB) 909368

[startup+282.628 s]
/proc/loadavg: 2.07 2.13 2.16 3/111 18218
/proc/meminfo: memFree=737728/2055920 swapFree=4191880/4192956
[pid=18064] ppid=18062 vsize=909368 CPUtime=281.31
/proc/18064/stat : 18064 (java) R 18062 18064 17740 0 -1 0 198229 0 1 0 28044 87 0 0 25 0 12 0 183137754 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054251667 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18064/statm: 227342 183266 2480 14 0 213779 0
[pid=18064/tid=18066] ppid=18062 vsize=909368 CPUtime=4.74
/proc/18064/task/18066/stat : 18066 (java) S 18062 18064 17740 0 -1 64 88795 0 0 0 441 33 0 0 16 0 12 0 183137757 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18067] ppid=18062 vsize=909368 CPUtime=4.9
/proc/18064/task/18067/stat : 18067 (java) S 18062 18064 17740 0 -1 64 82958 0 0 0 459 31 0 0 16 0 12 0 183137757 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18068] ppid=18062 vsize=909368 CPUtime=4.52
/proc/18064/task/18068/stat : 18068 (java) S 18062 18064 17740 0 -1 64 3043 0 0 0 445 7 0 0 15 0 12 0 183137760 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18069] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18069/stat : 18069 (java) S 18062 18064 17740 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18070] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18070/stat : 18070 (java) S 18062 18064 17740 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183137760 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18071] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18071/stat : 18071 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 183137764 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18072] ppid=18062 vsize=909368 CPUtime=0.01
/proc/18064/task/18072/stat : 18072 (java) S 18062 18064 17740 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 183137764 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18073] ppid=18062 vsize=909368 CPUtime=0.51
/proc/18064/task/18073/stat : 18073 (java) S 18062 18064 17740 0 -1 64 1434 0 0 0 51 0 0 0 17 0 12 0 183137764 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18064/tid=18074] ppid=18062 vsize=909368 CPUtime=0.62
/proc/18064/task/18074/stat : 18074 (java) S 18062 18064 17740 0 -1 64 1284 0 0 0 62 0 0 0 17 0 12 0 183137764 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18075] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18075/stat : 18075 (java) S 18062 18064 17740 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 183137764 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18064/tid=18076] ppid=18062 vsize=909368 CPUtime=0
/proc/18064/task/18076/stat : 18076 (java) S 18062 18064 17740 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 183137764 931192832 183266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.31
Current children cumulated vsize (KiB) 909368

Child status: 1
Real time (s): 313.823
CPU time (s): 312.278
CPU user time (s): 311.17
CPU system time (s): 1.10783
CPU usage (%): 99.5075
Max. virtual memory (cumulated for all children) (KiB): 910372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 311.17
system time used= 1.10783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213627
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= 14878
involuntary context switches= 14584

runsolver used 0.401938 s user time and 1.04284 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan  9 12:57:06 UTC 2007


IDJOB= 237315
IDBENCH= 6913
FILE ID= node9/237315-1168347426

PBS_JOBID= 3503606

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/os-gp/gp10-01-1093.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237315-1168347426/sat4jCSP-bf3.jar /tmp/evaluation/237315-1168347426/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-237315-1168347426 -o ROOT/results/node9/solver-237315-1168347426 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237315-1168347426/sat4jCSP-bf3.jar /tmp/evaluation/237315-1168347426/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  0da9d135f457ed0a2622be4bd1d9f01f

RANDOM SEED= 74760680

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:       1539448 kB
Buffers:         12956 kB
Cached:          71532 kB
SwapCached:        376 kB
Active:         428320 kB
Inactive:        43124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539448 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2520 kB
Writeback:           0 kB
Mapped:         406456 kB
Slab:            29032 kB
Committed_AS:  5803376 kB
PageTables:       3028 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= 66546 MiB



End job on node9 on Tue Jan  9 13:02:20 UTC 2007