Trace number 207659

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 BF3UNSAT 202.072 201.94

General information on the benchmark

Namefapp/test01-04/test01/
test01-0150-1.xml
MD5SUM09200921f8599e5490ce9322a81494b3
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 benchmark0.638902
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables150
Number of constraints1460
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1460
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14	c version CSP COMPETITION BUGFIX 3
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_10
0.14	c os.name	Linux
0.14	c os.version	2.6.9-22.EL.rootsmp
0.14	c os.arch	i386
0.14	c Free memory 722620888
0.14	c Max memory 723845120
0.14	c Total memory 723845120
0.15	c Number of processors 2
0.20	c --- Begin Solver configuration ---
0.20	c Stops conflict analysis at the first Unique Implication Point
0.20	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.20	c Learn all clauses as in MiniSAT
0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving /tmp/evaluation/207659-1168182670/unknown.xml
0.20	c reading problem ... 
0.37	c reading problem named ?
0.37	c reading domains done.
0.51	c reading variables
c reading variables (150) done.
0.71	c reading predicates 
c reading relations (9) done.
0.91	c reading constraints
c reading constraints done.
187.09	c ... done. Wall clock time 186.882s.
187.09	c CPU time (experimental) 179.48s.
187.09	c #vars     29140
187.09	c #constraints  561304
201.82	c starts		: 9
201.82	c conflicts		: 5614
201.82	c decisions		: 14888
201.82	c propagations		: 1763079
201.82	c inspects		: 35652881
201.82	c learnt literals	: 12
201.82	c learnt binary clauses	: 0
201.82	c learnt ternary clauses	: 6
201.82	c learnt clauses	: 5596
201.82	c root simplifications	: 0
201.82	c removed literals (reason simplification)	: 0
201.82	c reason swapping (by a shorter reason)	: 0
201.82	c Calls to reduceDB	: 0
201.82	c speed (decisions/second)	: 1014.3762349253935
201.82	c non guided choices	999
201.82	s UNSATISFIABLE
201.82	c Total wall clock time (in seconds) : 201.614
201.82	c Total CPU time (experimental, in seconds) : 193.32

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.32 1.76 1.87 4/69 23901
/proc/meminfo: memFree=1800616/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=12040 CPUtime=0
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 360 0 0 0 0 0 0 0 18 0 1 0 166666357 12328960 167 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 6893508 0 0 4096 0 0 0 0 17 0 0 0
/proc/23900/statm: 3010 171 132 14 0 1138 0

[startup+0.105192 s]
/proc/loadavg: 1.32 1.76 1.87 4/69 23901
/proc/meminfo: memFree=1800616/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=902816 CPUtime=0.09
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 3426 0 1 0 7 2 0 0 24 0 12 0 166666357 924483584 3186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154525844 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23900/statm: 225704 3186 1590 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.513248 s]
/proc/loadavg: 1.32 1.76 1.87 4/69 23901
/proc/meminfo: memFree=1800616/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=908308 CPUtime=0.72
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 7012 0 1 0 68 4 0 0 25 0 12 0 166666357 930107392 6274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053842552 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23900/statm: 227077 6275 2297 14 0 213514 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 908308

[startup+1.33735 s]
/proc/loadavg: 1.32 1.76 1.87 4/79 23913
/proc/meminfo: memFree=1771544/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=913328 CPUtime=1.98
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 13151 0 1 0 192 6 0 0 25 0 12 0 166666357 935247872 10998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23900/statm: 228332 10999 2471 14 0 214769 0
[pid=23900/tid=23902] ppid=23898 vsize=913328 CPUtime=0
/proc/23900/task/23902/stat : 23902 (java) S 23898 23900 23670 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166666359 935247872 10999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23903] ppid=23898 vsize=913328 CPUtime=0
/proc/23900/task/23903/stat : 23903 (java) S 23898 23900 23670 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166666359 935247872 10999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23905] ppid=23898 vsize=913328 CPUtime=0
/proc/23900/task/23905/stat : 23905 (java) S 23898 23900 23670 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166666362 935247872 10999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23906] ppid=23898 vsize=913328 CPUtime=0
/proc/23900/task/23906/stat : 23906 (java) S 23898 23900 23670 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 166666363 935247872 10999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23907] ppid=23898 vsize=913328 CPUtime=0
/proc/23900/task/23907/stat : 23907 (java) S 23898 23900 23670 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 166666363 935247872 11000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23908] ppid=23898 vsize=913328 CPUtime=0
/proc/23900/task/23908/stat : 23908 (java) S 23898 23900 23670 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 166666366 935247872 11001 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23909] ppid=23898 vsize=913328 CPUtime=0
/proc/23900/task/23909/stat : 23909 (java) S 23898 23900 23670 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 166666366 935247872 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23910] ppid=23898 vsize=913328 CPUtime=0.55
/proc/23900/task/23910/stat : 23910 (java) R 23898 23900 23670 0 -1 64 2339 0 0 0 54 1 0 0 17 0 12 0 166666366 935247872 11002 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154617763 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23911] ppid=23898 vsize=913328 CPUtime=0.56
/proc/23900/task/23911/stat : 23911 (java) S 23898 23900 23670 0 -1 64 2179 0 0 0 55 1 0 0 16 0 12 0 166666366 935247872 11003 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23912] ppid=23898 vsize=913328 CPUtime=0
/proc/23900/task/23912/stat : 23912 (java) S 23898 23900 23670 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166666366 935247872 11004 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23913] ppid=23898 vsize=913328 CPUtime=0
/proc/23900/task/23913/stat : 23913 (java) S 23898 23900 23670 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166666366 935247872 11005 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 913328

[startup+2.98757 s]
/proc/loadavg: 1.46 1.78 1.88 4/79 24123
/proc/meminfo: memFree=1716560/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=913976 CPUtime=4
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 29880 0 1 0 384 16 0 0 25 0 12 0 166666357 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835934 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23900/statm: 228494 26459 2479 14 0 214931 0
[pid=23900/tid=23902] ppid=23898 vsize=913976 CPUtime=0.06
/proc/23900/task/23902/stat : 23902 (java) S 23898 23900 23670 0 -1 64 2557 0 0 0 6 0 0 0 16 0 12 0 166666359 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23903] ppid=23898 vsize=913976 CPUtime=0.03
/proc/23900/task/23903/stat : 23903 (java) S 23898 23900 23670 0 -1 64 1383 0 0 0 3 0 0 0 17 0 12 0 166666359 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23905] ppid=23898 vsize=913976 CPUtime=0
/proc/23900/task/23905/stat : 23905 (java) S 23898 23900 23670 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 166666362 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23906] ppid=23898 vsize=913976 CPUtime=0
/proc/23900/task/23906/stat : 23906 (java) S 23898 23900 23670 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166666363 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23907] ppid=23898 vsize=913976 CPUtime=0
/proc/23900/task/23907/stat : 23907 (java) S 23898 23900 23670 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166666363 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23908] ppid=23898 vsize=913976 CPUtime=0
/proc/23900/task/23908/stat : 23908 (java) S 23898 23900 23670 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 166666366 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23909] ppid=23898 vsize=913976 CPUtime=0
/proc/23900/task/23909/stat : 23909 (java) S 23898 23900 23670 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 166666366 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23910] ppid=23898 vsize=913976 CPUtime=0.61
/proc/23900/task/23910/stat : 23910 (java) S 23898 23900 23670 0 -1 64 2348 0 0 0 60 1 0 0 16 0 12 0 166666366 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23911] ppid=23898 vsize=913976 CPUtime=0.94
/proc/23900/task/23911/stat : 23911 (java) S 23898 23900 23670 0 -1 64 3455 0 0 0 92 2 0 0 16 0 12 0 166666366 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23912] ppid=23898 vsize=913976 CPUtime=0
/proc/23900/task/23912/stat : 23912 (java) S 23898 23900 23670 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166666366 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23913] ppid=23898 vsize=913976 CPUtime=0
/proc/23900/task/23913/stat : 23913 (java) S 23898 23900 23670 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166666366 935911424 26459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 913976

[startup+6.28999 s]
/proc/loadavg: 1.46 1.78 1.88 3/84 24128
/proc/meminfo: memFree=1689832/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=917152 CPUtime=7.29
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 34615 0 1 0 711 18 0 0 25 0 12 0 166666357 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054317295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23900/statm: 229288 28751 2480 14 0 215725 0
[pid=23900/tid=23902] ppid=23898 vsize=917152 CPUtime=0.13
/proc/23900/task/23902/stat : 23902 (java) S 23898 23900 23670 0 -1 64 3497 0 0 0 13 0 0 0 16 0 12 0 166666359 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23903] ppid=23898 vsize=917152 CPUtime=0.09
/proc/23900/task/23903/stat : 23903 (java) S 23898 23900 23670 0 -1 64 2016 0 0 0 8 1 0 0 16 0 12 0 166666359 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23905] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23905/stat : 23905 (java) S 23898 23900 23670 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 166666362 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23906] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23906/stat : 23906 (java) S 23898 23900 23670 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23907] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23907/stat : 23907 (java) S 23898 23900 23670 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23908] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23908/stat : 23908 (java) S 23898 23900 23670 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 166666366 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23909] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23909/stat : 23909 (java) S 23898 23900 23670 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 166666366 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23910] ppid=23898 vsize=917152 CPUtime=0.81
/proc/23900/task/23910/stat : 23910 (java) S 23898 23900 23670 0 -1 64 2709 0 0 0 80 1 0 0 17 0 12 0 166666366 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23911] ppid=23898 vsize=917152 CPUtime=1.62
/proc/23900/task/23911/stat : 23911 (java) S 23898 23900 23670 0 -1 64 6239 0 0 0 159 3 0 0 17 0 12 0 166666366 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23912] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23912/stat : 23912 (java) S 23898 23900 23670 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166666366 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23913] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23913/stat : 23913 (java) S 23898 23900 23670 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166666366 939163648 28751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 917152

[startup+12.6928 s]
/proc/loadavg: 1.54 1.79 1.88 3/84 24128
/proc/meminfo: memFree=1666808/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=917152 CPUtime=13.65
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 40433 0 1 0 1345 20 0 0 25 0 12 0 166666357 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054317142 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23900/statm: 229288 34220 2480 14 0 215725 0
[pid=23900/tid=23902] ppid=23898 vsize=917152 CPUtime=0.22
/proc/23900/task/23902/stat : 23902 (java) S 23898 23900 23670 0 -1 64 6423 0 0 0 21 1 0 0 16 0 12 0 166666359 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23903] ppid=23898 vsize=917152 CPUtime=0.16
/proc/23900/task/23903/stat : 23903 (java) S 23898 23900 23670 0 -1 64 4892 0 0 0 14 2 0 0 16 0 12 0 166666359 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23905] ppid=23898 vsize=917152 CPUtime=0.02
/proc/23900/task/23905/stat : 23905 (java) S 23898 23900 23670 0 -1 64 26 0 0 0 2 0 0 0 16 0 12 0 166666362 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23906] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23906/stat : 23906 (java) S 23898 23900 23670 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23907] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23907/stat : 23907 (java) S 23898 23900 23670 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23908] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23908/stat : 23908 (java) S 23898 23900 23670 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 166666366 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23909] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23909/stat : 23909 (java) S 23898 23900 23670 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 166666366 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23910] ppid=23898 vsize=917152 CPUtime=0.88
/proc/23900/task/23910/stat : 23910 (java) S 23898 23900 23670 0 -1 64 2710 0 0 0 87 1 0 0 17 0 12 0 166666366 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23911] ppid=23898 vsize=917152 CPUtime=1.64
/proc/23900/task/23911/stat : 23911 (java) S 23898 23900 23670 0 -1 64 6240 0 0 0 161 3 0 0 17 0 12 0 166666366 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23912] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23912/stat : 23912 (java) S 23898 23900 23670 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166666366 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23913] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23913/stat : 23913 (java) S 23898 23900 23670 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166666366 939163648 34220 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.65
Current children cumulated vsize (KiB) 917152

[startup+25.5805 s]
/proc/loadavg: 1.61 1.80 1.88 3/84 24128
/proc/meminfo: memFree=1641848/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=917152 CPUtime=26.49
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 46780 0 1 0 2625 24 0 0 25 0 12 0 166666357 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054261945 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23900/statm: 229288 40482 2480 14 0 215725 0
[pid=23900/tid=23902] ppid=23898 vsize=917152 CPUtime=0.3
/proc/23900/task/23902/stat : 23902 (java) S 23898 23900 23670 0 -1 64 9741 0 0 0 27 3 0 0 16 0 12 0 166666359 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23903] ppid=23898 vsize=917152 CPUtime=0.23
/proc/23900/task/23903/stat : 23903 (java) S 23898 23900 23670 0 -1 64 7886 0 0 0 20 3 0 0 16 0 12 0 166666359 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23905] ppid=23898 vsize=917152 CPUtime=0.03
/proc/23900/task/23905/stat : 23905 (java) S 23898 23900 23670 0 -1 64 26 0 0 0 3 0 0 0 16 0 12 0 166666362 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23906] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23906/stat : 23906 (java) S 23898 23900 23670 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23907] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23907/stat : 23907 (java) S 23898 23900 23670 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23908] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23908/stat : 23908 (java) S 23898 23900 23670 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 166666366 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23909] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23909/stat : 23909 (java) S 23898 23900 23670 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 166666366 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23910] ppid=23898 vsize=917152 CPUtime=0.96
/proc/23900/task/23910/stat : 23910 (java) S 23898 23900 23670 0 -1 64 2715 0 0 0 95 1 0 0 17 0 12 0 166666366 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23911] ppid=23898 vsize=917152 CPUtime=1.71
/proc/23900/task/23911/stat : 23911 (java) S 23898 23900 23670 0 -1 64 6245 0 0 0 168 3 0 0 16 0 12 0 166666366 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23912] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23912/stat : 23912 (java) S 23898 23900 23670 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166666366 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23913] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23913/stat : 23913 (java) S 23898 23900 23670 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166666366 939163648 40482 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.49
Current children cumulated vsize (KiB) 917152

[startup+51.2718 s]
/proc/loadavg: 1.80 1.83 1.89 3/84 24128
/proc/meminfo: memFree=1584632/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=917152 CPUtime=52.05
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 60859 0 1 0 5175 30 0 0 25 0 12 0 166666357 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054471862 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23900/statm: 229288 54525 2480 14 0 215725 0
[pid=23900/tid=23902] ppid=23898 vsize=917152 CPUtime=0.49
/proc/23900/task/23902/stat : 23902 (java) S 23898 23900 23670 0 -1 64 16545 0 0 0 43 6 0 0 16 0 12 0 166666359 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23903] ppid=23898 vsize=917152 CPUtime=0.4
/proc/23900/task/23903/stat : 23903 (java) S 23898 23900 23670 0 -1 64 15112 0 0 0 34 6 0 0 16 0 12 0 166666359 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23905] ppid=23898 vsize=917152 CPUtime=0.05
/proc/23900/task/23905/stat : 23905 (java) S 23898 23900 23670 0 -1 64 27 0 0 0 5 0 0 0 15 0 12 0 166666362 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23906] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23906/stat : 23906 (java) S 23898 23900 23670 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23907] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23907/stat : 23907 (java) S 23898 23900 23670 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23908] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23908/stat : 23908 (java) S 23898 23900 23670 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 166666366 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23909] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23909/stat : 23909 (java) S 23898 23900 23670 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 166666366 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23910] ppid=23898 vsize=917152 CPUtime=0.99
/proc/23900/task/23910/stat : 23910 (java) S 23898 23900 23670 0 -1 64 2715 0 0 0 98 1 0 0 17 0 12 0 166666366 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23911] ppid=23898 vsize=917152 CPUtime=1.8
/proc/23900/task/23911/stat : 23911 (java) S 23898 23900 23670 0 -1 64 6253 0 0 0 177 3 0 0 17 0 12 0 166666366 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23912] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23912/stat : 23912 (java) S 23898 23900 23670 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166666366 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23913] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23913/stat : 23913 (java) S 23898 23900 23670 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166666366 939163648 54525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.05
Current children cumulated vsize (KiB) 917152

[startup+102.565 s]
/proc/loadavg: 2.03 1.88 1.91 3/84 24128
/proc/meminfo: memFree=1472312/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=917152 CPUtime=103.09
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 89457 0 1 0 10267 42 0 0 25 0 12 0 166666357 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054466230 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23900/statm: 229288 82969 2480 14 0 215725 0
[pid=23900/tid=23902] ppid=23898 vsize=917152 CPUtime=0.98
/proc/23900/task/23902/stat : 23902 (java) S 23898 23900 23670 0 -1 64 32188 0 0 0 85 13 0 0 16 0 12 0 166666359 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23903] ppid=23898 vsize=917152 CPUtime=0.83
/proc/23900/task/23903/stat : 23903 (java) S 23898 23900 23670 0 -1 64 27984 0 0 0 73 10 0 0 16 0 12 0 166666359 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23905] ppid=23898 vsize=917152 CPUtime=0.07
/proc/23900/task/23905/stat : 23905 (java) S 23898 23900 23670 0 -1 64 27 0 0 0 6 1 0 0 15 0 12 0 166666362 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23906] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23906/stat : 23906 (java) S 23898 23900 23670 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23907] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23907/stat : 23907 (java) S 23898 23900 23670 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23908] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23908/stat : 23908 (java) S 23898 23900 23670 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 166666366 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23909] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23909/stat : 23909 (java) S 23898 23900 23670 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 166666366 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23910] ppid=23898 vsize=917152 CPUtime=1.16
/proc/23900/task/23910/stat : 23910 (java) S 23898 23900 23670 0 -1 64 2723 0 0 0 115 1 0 0 16 0 12 0 166666366 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23911] ppid=23898 vsize=917152 CPUtime=1.92
/proc/23900/task/23911/stat : 23911 (java) S 23898 23900 23670 0 -1 64 6253 0 0 0 189 3 0 0 17 0 12 0 166666366 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23912] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23912/stat : 23912 (java) S 23898 23900 23670 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166666366 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23913] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23913/stat : 23913 (java) S 23898 23900 23670 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166666366 939163648 82969 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.09
Current children cumulated vsize (KiB) 917152

[startup+162.635 s]
/proc/loadavg: 2.19 1.96 1.93 6/84 24128
/proc/meminfo: memFree=1344568/2055920 swapFree=4192812/4192956
[pid=23900] ppid=23898 vsize=917152 CPUtime=162.9
/proc/23900/stat : 23900 (java) R 23898 23900 23670 0 -1 0 122029 0 1 0 16234 56 0 0 25 0 12 0 166666357 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054152681 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23900/statm: 229288 114809 2480 14 0 215725 0
[pid=23900/tid=23902] ppid=23898 vsize=917152 CPUtime=1.71
/proc/23900/task/23902/stat : 23902 (java) S 23898 23900 23670 0 -1 64 48932 0 0 0 152 19 0 0 16 0 12 0 166666359 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23903] ppid=23898 vsize=917152 CPUtime=1.53
/proc/23900/task/23903/stat : 23903 (java) S 23898 23900 23670 0 -1 64 43516 0 0 0 137 16 0 0 16 0 12 0 166666359 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23905] ppid=23898 vsize=917152 CPUtime=0.1
/proc/23900/task/23905/stat : 23905 (java) S 23898 23900 23670 0 -1 64 27 0 0 0 8 2 0 0 15 0 12 0 166666362 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23906] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23906/stat : 23906 (java) S 23898 23900 23670 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23907] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23907/stat : 23907 (java) S 23898 23900 23670 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166666363 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23908] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23908/stat : 23908 (java) S 23898 23900 23670 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 166666366 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23909] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23909/stat : 23909 (java) S 23898 23900 23670 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 166666366 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23910] ppid=23898 vsize=917152 CPUtime=1.41
/proc/23900/task/23910/stat : 23910 (java) S 23898 23900 23670 0 -1 64 2907 0 0 0 140 1 0 0 17 0 12 0 166666366 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23900/tid=23911] ppid=23898 vsize=917152 CPUtime=2.2
/proc/23900/task/23911/stat : 23911 (java) S 23898 23900 23670 0 -1 64 6280 0 0 0 217 3 0 0 17 0 12 0 166666366 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23912] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23912/stat : 23912 (java) S 23898 23900 23670 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 166666366 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23900/tid=23913] ppid=23898 vsize=917152 CPUtime=0
/proc/23900/task/23913/stat : 23913 (java) S 23898 23900 23670 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166666366 939163648 114809 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.9
Current children cumulated vsize (KiB) 917152

Child status: 0
Real time (s): 201.94
CPU time (s): 202.072
CPU user time (s): 201.315
CPU system time (s): 0.756884
CPU usage (%): 100.066
Max. virtual memory (cumulated for all children) (KiB): 918860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.315
system time used= 0.756884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150109
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= 8508
involuntary context switches= 7520

runsolver used 0.246962 s user time and 0.661899 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 15:11:10 UTC 2007


IDJOB= 207659
IDBENCH= 4304
FILE ID= node40/207659-1168182670

PBS_JOBID= 3479188

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test01/test01-0150-1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207659-1168182670/sat4jCSP-bf3.jar /tmp/evaluation/207659-1168182670/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-207659-1168182670 -o ROOT/results/node40/solver-207659-1168182670 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207659-1168182670/sat4jCSP-bf3.jar /tmp/evaluation/207659-1168182670/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  09200921f8599e5490ce9322a81494b3

RANDOM SEED= 91207143

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1801416 kB
Buffers:         14344 kB
Cached:         166672 kB
SwapCached:          0 kB
Active:          82812 kB
Inactive:       118424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:          30548 kB
Slab:            38884 kB
Committed_AS:  3315452 kB
PageTables:       1652 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66549 MiB



End job on node40 on Sun Jan  7 15:14:33 UTC 2007