Trace number 192160

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 BF3SAT 184.216 185.785

General information on the benchmark

Namequeens/
queens-100.xml
MD5SUM2298692c2d9aa0ddcbd68522b3128865
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.215966
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables100
Number of constraints4950
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4950
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.25	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.26	c sun.arch.data.model	32
0.26	c java.version	1.5.0_10
0.26	c os.name	Linux
0.26	c os.version	2.6.9-22.EL.rootsmp
0.26	c os.arch	i386
0.26	c Free memory 722620888
0.26	c Max memory 723845120
0.26	c Total memory 723845120
0.26	c Number of processors 2
0.35	c --- Begin Solver configuration ---
0.35	c Stops conflict analysis at the first Unique Implication Point
0.35	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.35	c Learn all clauses as in MiniSAT
0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35	c VSIDS like heuristics from MiniSAT using a heap
0.35	c No reason simplification
0.35	c --- End Solver configuration ---
0.35	c solving /tmp/evaluation/192160-1168096700/unknown.xml
0.35	c reading problem ... 
0.60	c reading problem named ?
0.60	c reading domains done.
0.61	c reading variables
c reading variables (100) done.
0.85	c reading predicates 
c reading relations (2) done.
1.11	c reading constraints
c reading constraints done.
144.88	c ... done. Wall clock time 144.529s.
144.88	c CPU time (experimental) 135.58s.
144.88	c #vars     10000
144.88	c #constraints  990200
185.63	c starts		: 4
185.63	c conflicts		: 763
185.63	c decisions		: 8493
185.63	c propagations		: 82220
185.63	c inspects		: 80277759
185.63	c learnt literals	: 0
185.63	c learnt binary clauses	: 0
185.63	c learnt ternary clauses	: 0
185.63	c learnt clauses	: 763
185.63	c root simplifications	: 0
185.63	c removed literals (reason simplification)	: 0
185.63	c reason swapping (by a shorter reason)	: 0
185.63	c Calls to reduceDB	: 0
185.63	c speed (decisions/second)	: 208.59634041508042
185.63	c non guided choices	7480
185.63	s SATISFIABLE
185.63	v 90 26 80 25 7 3 55 88 49 9 50 53 94 27 87 72 23 41 38 34 30 57 93 15 13 85 45 82 71 12 16 18 64 60 68 19 44 5 54 36 84 22 20 73 97 2 81 65 43 28 78 47 17 79 29 48 33 8 96 58 61 100 42 76 10 77 99 1 91 98 75 40 66 63 46 39 21 86 95 83 4 24 52 11 69 59 92 89 35 62 56 67 74 14 6 31 37 32 51 70 
185.63	c Total wall clock time (in seconds) : 185.28
185.63	c Total CPU time (experimental, in seconds) : 174.79

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-192160-1168096700 -o ROOT/results/node11/solver-192160-1168096700 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/192160-1168096700/sat4jCSP-bf3.jar /tmp/evaluation/192160-1168096700/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.06 1.13 1.39 5/86 2516
/proc/meminfo: memFree=1620824/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=292 CPUtime=0
/proc/2515/stat : 2515 (java) R 2513 2515 2290 0 -1 0 210 0 0 0 0 0 0 0 18 0 1 0 158065892 299008 33 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7934044 0 0 4096 0 0 0 0 17 0 0 0
/proc/2515/statm: 73 35 27 14 0 5 0

[startup+0.107405 s]
/proc/loadavg: 1.06 1.13 1.39 5/86 2516
/proc/meminfo: memFree=1620824/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=50144 CPUtime=0.02
/proc/2515/stat : 2515 (java) D 2513 2515 2290 0 -1 0 1356 0 25 0 0 2 0 0 18 0 1 0 158065892 51347456 1145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/2515/statm: 12536 1145 875 14 0 1707 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 50144

[startup+0.519487 s]
/proc/loadavg: 1.06 1.13 1.39 5/86 2516
/proc/meminfo: memFree=1620824/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=905236 CPUtime=0.41
/proc/2515/stat : 2515 (java) R 2513 2515 2290 0 -1 0 5485 0 28 0 37 4 0 0 25 0 12 0 158065892 926961664 5107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2515/statm: 226309 5107 2135 14 0 212746 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 905236

[startup+1.34165 s]
/proc/loadavg: 1.06 1.13 1.39 3/97 2527
/proc/meminfo: memFree=1594432/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=906940 CPUtime=1.22
/proc/2515/stat : 2515 (java) R 2513 2515 2290 0 -1 0 8518 0 30 0 116 6 0 0 25 0 12 0 158065892 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2515/statm: 226735 7545 2450 14 0 213172 0
[pid=2515/tid=2517] ppid=2513 vsize=906940 CPUtime=0
/proc/2515/task/2517/stat : 2517 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 158065905 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2518] ppid=2513 vsize=906940 CPUtime=0
/proc/2515/task/2518/stat : 2518 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 158065905 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2519] ppid=2513 vsize=906940 CPUtime=0
/proc/2515/task/2519/stat : 2519 (java) S 2513 2515 2290 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 158065908 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2520] ppid=2513 vsize=906940 CPUtime=0
/proc/2515/task/2520/stat : 2520 (java) S 2513 2515 2290 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 158065908 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2521] ppid=2513 vsize=906940 CPUtime=0
/proc/2515/task/2521/stat : 2521 (java) S 2513 2515 2290 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158065908 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2522] ppid=2513 vsize=906940 CPUtime=0
/proc/2515/task/2522/stat : 2522 (java) S 2513 2515 2290 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158065912 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2523] ppid=2513 vsize=906940 CPUtime=0
/proc/2515/task/2523/stat : 2523 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158065912 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2524] ppid=2513 vsize=906940 CPUtime=0.19
/proc/2515/task/2524/stat : 2524 (java) S 2513 2515 2290 0 -1 64 326 0 0 0 19 0 0 0 16 0 12 0 158065912 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2525] ppid=2513 vsize=906940 CPUtime=0.32
/proc/2515/task/2525/stat : 2525 (java) R 2513 2515 2290 0 -1 64 1379 0 0 0 32 0 0 0 16 0 12 0 158065912 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152642395 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2526] ppid=2513 vsize=906940 CPUtime=0
/proc/2515/task/2526/stat : 2526 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 158065912 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2527] ppid=2513 vsize=906940 CPUtime=0
/proc/2515/task/2527/stat : 2527 (java) S 2513 2515 2290 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158065912 928706560 7545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 906940

[startup+2.98598 s]
/proc/loadavg: 1.06 1.13 1.39 3/97 2527
/proc/meminfo: memFree=1562624/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=907660 CPUtime=2.89
/proc/2515/stat : 2515 (java) R 2513 2515 2290 0 -1 0 23772 0 30 0 276 13 0 0 18 0 12 0 158065892 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054283070 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2515/statm: 226915 22468 2479 14 0 213352 0
[pid=2515/tid=2517] ppid=2513 vsize=907660 CPUtime=0.02
/proc/2515/task/2517/stat : 2517 (java) S 2513 2515 2290 0 -1 64 596 0 0 0 2 0 0 0 16 0 12 0 158065905 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2518] ppid=2513 vsize=907660 CPUtime=0.01
/proc/2515/task/2518/stat : 2518 (java) S 2513 2515 2290 0 -1 64 657 0 0 0 1 0 0 0 16 0 12 0 158065905 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2519] ppid=2513 vsize=907660 CPUtime=0
/proc/2515/task/2519/stat : 2519 (java) S 2513 2515 2290 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 158065908 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2520] ppid=2513 vsize=907660 CPUtime=0
/proc/2515/task/2520/stat : 2520 (java) S 2513 2515 2290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158065908 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2521] ppid=2513 vsize=907660 CPUtime=0
/proc/2515/task/2521/stat : 2521 (java) S 2513 2515 2290 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158065908 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2522] ppid=2513 vsize=907660 CPUtime=0
/proc/2515/task/2522/stat : 2522 (java) S 2513 2515 2290 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158065912 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2523] ppid=2513 vsize=907660 CPUtime=0
/proc/2515/task/2523/stat : 2523 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158065912 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2524] ppid=2513 vsize=907660 CPUtime=0.34
/proc/2515/task/2524/stat : 2524 (java) S 2513 2515 2290 0 -1 64 391 0 0 0 34 0 0 0 16 0 12 0 158065912 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2525] ppid=2513 vsize=907660 CPUtime=0.55
/proc/2515/task/2525/stat : 2525 (java) S 2513 2515 2290 0 -1 64 1973 0 0 0 55 0 0 0 16 0 12 0 158065912 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2526] ppid=2513 vsize=907660 CPUtime=0
/proc/2515/task/2526/stat : 2526 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 158065912 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2527] ppid=2513 vsize=907660 CPUtime=0
/proc/2515/task/2527/stat : 2527 (java) S 2513 2515 2290 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158065912 929443840 22468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 907660

[startup+6.18961 s]
/proc/loadavg: 1.13 1.15 1.39 3/97 2527
/proc/meminfo: memFree=1514688/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=907372 CPUtime=6.06
/proc/2515/stat : 2515 (java) R 2513 2515 2290 0 -1 0 28373 0 30 0 592 14 0 0 25 0 12 0 158065892 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054268901 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2515/statm: 226843 26994 2479 14 0 213280 0
[pid=2515/tid=2517] ppid=2513 vsize=907372 CPUtime=0.06
/proc/2515/task/2517/stat : 2517 (java) S 2513 2515 2290 0 -1 64 1711 0 0 0 6 0 0 0 17 0 12 0 158065905 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2518] ppid=2513 vsize=907372 CPUtime=0.07
/proc/2515/task/2518/stat : 2518 (java) S 2513 2515 2290 0 -1 64 4120 0 0 0 6 1 0 0 17 0 12 0 158065905 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2519] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2519/stat : 2519 (java) S 2513 2515 2290 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 158065908 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2520] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2520/stat : 2520 (java) S 2513 2515 2290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158065908 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2521] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2521/stat : 2521 (java) S 2513 2515 2290 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158065908 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2522] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2522/stat : 2522 (java) S 2513 2515 2290 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158065912 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2523] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2523/stat : 2523 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158065912 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2524] ppid=2513 vsize=907372 CPUtime=0.47
/proc/2515/task/2524/stat : 2524 (java) S 2513 2515 2290 0 -1 64 397 0 0 0 47 0 0 0 17 0 12 0 158065912 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2525] ppid=2513 vsize=907372 CPUtime=0.61
/proc/2515/task/2525/stat : 2525 (java) S 2513 2515 2290 0 -1 64 1976 0 0 0 61 0 0 0 16 0 12 0 158065912 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2526] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2526/stat : 2526 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 158065912 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2527] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2527/stat : 2527 (java) S 2513 2515 2290 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158065912 929148928 26994 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 907372

[startup+12.6919 s]
/proc/loadavg: 1.20 1.16 1.40 3/97 2527
/proc/meminfo: memFree=1486912/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=907372 CPUtime=12.52
/proc/2515/stat : 2515 (java) R 2513 2515 2290 0 -1 0 35464 0 30 0 1234 18 0 0 25 0 12 0 158065892 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054261708 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2515/statm: 226843 33630 2479 14 0 213280 0
[pid=2515/tid=2517] ppid=2513 vsize=907372 CPUtime=0.2
/proc/2515/task/2517/stat : 2517 (java) S 2513 2515 2290 0 -1 64 5165 0 0 0 18 2 0 0 16 0 12 0 158065905 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2518] ppid=2513 vsize=907372 CPUtime=0.18
/proc/2515/task/2518/stat : 2518 (java) S 2513 2515 2290 0 -1 64 7731 0 0 0 16 2 0 0 16 0 12 0 158065905 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2519] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2519/stat : 2519 (java) S 2513 2515 2290 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 158065908 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2520] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2520/stat : 2520 (java) S 2513 2515 2290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158065908 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2521] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2521/stat : 2521 (java) S 2513 2515 2290 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158065908 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2522] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2522/stat : 2522 (java) S 2513 2515 2290 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158065912 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2523] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2523/stat : 2523 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158065912 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2524] ppid=2513 vsize=907372 CPUtime=0.51
/proc/2515/task/2524/stat : 2524 (java) S 2513 2515 2290 0 -1 64 400 0 0 0 51 0 0 0 16 0 12 0 158065912 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2525] ppid=2513 vsize=907372 CPUtime=0.67
/proc/2515/task/2525/stat : 2525 (java) S 2513 2515 2290 0 -1 64 1986 0 0 0 67 0 0 0 16 0 12 0 158065912 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2526] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2526/stat : 2526 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 158065912 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2527] ppid=2513 vsize=907372 CPUtime=0
/proc/2515/task/2527/stat : 2527 (java) S 2513 2515 2290 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158065912 929148928 33630 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 907372

[startup+25.5915 s]
/proc/loadavg: 1.38 1.20 1.41 3/97 2527
/proc/meminfo: memFree=1446464/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=908908 CPUtime=25.31
/proc/2515/stat : 2515 (java) R 2513 2515 2290 0 -1 0 47119 0 30 0 2506 25 0 0 25 0 12 0 158065892 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054221895 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2515/statm: 227227 43875 2479 14 0 213664 0
[pid=2515/tid=2517] ppid=2513 vsize=908908 CPUtime=0.32
/proc/2515/task/2517/stat : 2517 (java) S 2513 2515 2290 0 -1 64 9611 0 0 0 28 4 0 0 16 0 12 0 158065905 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2518] ppid=2513 vsize=908908 CPUtime=0.31
/proc/2515/task/2518/stat : 2518 (java) S 2513 2515 2290 0 -1 64 13191 0 0 0 26 5 0 0 16 0 12 0 158065905 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2519] ppid=2513 vsize=908908 CPUtime=0
/proc/2515/task/2519/stat : 2519 (java) S 2513 2515 2290 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 158065908 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2520] ppid=2513 vsize=908908 CPUtime=0
/proc/2515/task/2520/stat : 2520 (java) S 2513 2515 2290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158065908 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2521] ppid=2513 vsize=908908 CPUtime=0
/proc/2515/task/2521/stat : 2521 (java) S 2513 2515 2290 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158065908 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2522] ppid=2513 vsize=908908 CPUtime=0
/proc/2515/task/2522/stat : 2522 (java) S 2513 2515 2290 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158065912 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2523] ppid=2513 vsize=908908 CPUtime=0
/proc/2515/task/2523/stat : 2523 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158065912 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2524] ppid=2513 vsize=908908 CPUtime=1.04
/proc/2515/task/2524/stat : 2524 (java) S 2513 2515 2290 0 -1 64 1639 0 0 0 103 1 0 0 17 0 12 0 158065912 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2525] ppid=2513 vsize=908908 CPUtime=1.02
/proc/2515/task/2525/stat : 2525 (java) S 2513 2515 2290 0 -1 64 2472 0 0 0 101 1 0 0 17 0 12 0 158065912 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2526] ppid=2513 vsize=908908 CPUtime=0
/proc/2515/task/2526/stat : 2526 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 158065912 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2527] ppid=2513 vsize=908908 CPUtime=0
/proc/2515/task/2527/stat : 2527 (java) S 2513 2515 2290 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158065912 930721792 43875 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 908908

[startup+51.2836 s]
/proc/loadavg: 1.59 1.26 1.42 3/97 2529
/proc/meminfo: memFree=1359040/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=908396 CPUtime=50.79
/proc/2515/stat : 2515 (java) R 2513 2515 2290 0 -1 0 68403 0 30 0 5045 34 0 0 25 0 12 0 158065892 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054222318 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2515/statm: 227099 64698 2479 14 0 213536 0
[pid=2515/tid=2517] ppid=2513 vsize=908396 CPUtime=0.62
/proc/2515/task/2517/stat : 2517 (java) S 2513 2515 2290 0 -1 64 21535 0 0 0 53 9 0 0 16 0 12 0 158065905 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2518] ppid=2513 vsize=908396 CPUtime=0.59
/proc/2515/task/2518/stat : 2518 (java) S 2513 2515 2290 0 -1 64 22499 0 0 0 51 8 0 0 17 0 12 0 158065905 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2519] ppid=2513 vsize=908396 CPUtime=0.01
/proc/2515/task/2519/stat : 2519 (java) S 2513 2515 2290 0 -1 64 21 0 0 0 1 0 0 0 17 0 12 0 158065908 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2520] ppid=2513 vsize=908396 CPUtime=0
/proc/2515/task/2520/stat : 2520 (java) S 2513 2515 2290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158065908 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2521] ppid=2513 vsize=908396 CPUtime=0
/proc/2515/task/2521/stat : 2521 (java) S 2513 2515 2290 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158065908 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2522] ppid=2513 vsize=908396 CPUtime=0
/proc/2515/task/2522/stat : 2522 (java) S 2513 2515 2290 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158065912 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2523] ppid=2513 vsize=908396 CPUtime=0
/proc/2515/task/2523/stat : 2523 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158065912 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2524] ppid=2513 vsize=908396 CPUtime=1.21
/proc/2515/task/2524/stat : 2524 (java) S 2513 2515 2290 0 -1 64 1645 0 0 0 120 1 0 0 17 0 12 0 158065912 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2525] ppid=2513 vsize=908396 CPUtime=1.27
/proc/2515/task/2525/stat : 2525 (java) S 2513 2515 2290 0 -1 64 2487 0 0 0 126 1 0 0 16 0 12 0 158065912 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2526] ppid=2513 vsize=908396 CPUtime=0
/proc/2515/task/2526/stat : 2526 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 158065912 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2527] ppid=2513 vsize=908396 CPUtime=0
/proc/2515/task/2527/stat : 2527 (java) S 2513 2515 2290 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158065912 930197504 64698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 908396

[startup+102.546 s]
/proc/loadavg: 1.87 1.39 1.46 3/97 2529
/proc/meminfo: memFree=1187520/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=909852 CPUtime=101.64
/proc/2515/stat : 2515 (java) R 2513 2515 2290 0 -1 0 112479 0 30 0 10112 52 0 0 25 0 12 0 158065892 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054200221 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2515/statm: 227463 105963 2479 14 0 213900 0
[pid=2515/tid=2517] ppid=2513 vsize=909852 CPUtime=1.34
/proc/2515/task/2517/stat : 2517 (java) S 2513 2515 2290 0 -1 64 40665 0 0 0 118 16 0 0 17 0 12 0 158065905 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2518] ppid=2513 vsize=909852 CPUtime=1.29
/proc/2515/task/2518/stat : 2518 (java) S 2513 2515 2290 0 -1 64 44364 0 0 0 112 17 0 0 17 0 12 0 158065905 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2519] ppid=2513 vsize=909852 CPUtime=0.02
/proc/2515/task/2519/stat : 2519 (java) S 2513 2515 2290 0 -1 64 21 0 0 0 2 0 0 0 16 0 12 0 158065908 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2520] ppid=2513 vsize=909852 CPUtime=0
/proc/2515/task/2520/stat : 2520 (java) S 2513 2515 2290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 158065908 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2521] ppid=2513 vsize=909852 CPUtime=0
/proc/2515/task/2521/stat : 2521 (java) S 2513 2515 2290 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158065908 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2522] ppid=2513 vsize=909852 CPUtime=0
/proc/2515/task/2522/stat : 2522 (java) S 2513 2515 2290 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158065912 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2523] ppid=2513 vsize=909852 CPUtime=0
/proc/2515/task/2523/stat : 2523 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 158065912 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2524] ppid=2513 vsize=909852 CPUtime=1.6
/proc/2515/task/2524/stat : 2524 (java) S 2513 2515 2290 0 -1 64 1673 0 0 0 159 1 0 0 17 0 12 0 158065912 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2525] ppid=2513 vsize=909852 CPUtime=2.09
/proc/2515/task/2525/stat : 2525 (java) S 2513 2515 2290 0 -1 64 5484 0 0 0 207 2 0 0 16 0 12 0 158065912 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2526] ppid=2513 vsize=909852 CPUtime=0
/proc/2515/task/2526/stat : 2526 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 158065912 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2527] ppid=2513 vsize=909852 CPUtime=0
/proc/2515/task/2527/stat : 2527 (java) S 2513 2515 2290 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 158065912 931688448 105963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 909852

[startup+162.583 s]
/proc/loadavg: 2.03 1.52 1.49 3/98 2530
/proc/meminfo: memFree=952512/2055920 swapFree=4192812/4192956
[pid=2515] ppid=2513 vsize=910368 CPUtime=161.21
/proc/2515/stat : 2515 (java) R 2513 2515 2290 0 -1 0 169719 0 30 0 16043 78 0 0 25 0 13 0 158065892 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054976015 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2515/statm: 227592 162855 2487 14 0 214029 0
[pid=2515/tid=2517] ppid=2513 vsize=910368 CPUtime=2.33
/proc/2515/task/2517/stat : 2517 (java) S 2513 2515 2290 0 -1 64 68732 0 0 0 205 28 0 0 16 0 13 0 158065905 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2518] ppid=2513 vsize=910368 CPUtime=2.32
/proc/2515/task/2518/stat : 2518 (java) S 2513 2515 2290 0 -1 64 73427 0 0 0 202 30 0 0 16 0 13 0 158065905 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2519] ppid=2513 vsize=910368 CPUtime=0.05
/proc/2515/task/2519/stat : 2519 (java) S 2513 2515 2290 0 -1 64 23 0 0 0 4 1 0 0 16 0 13 0 158065908 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2520] ppid=2513 vsize=910368 CPUtime=0
/proc/2515/task/2520/stat : 2520 (java) S 2513 2515 2290 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158065908 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2521] ppid=2513 vsize=910368 CPUtime=0
/proc/2515/task/2521/stat : 2521 (java) S 2513 2515 2290 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158065908 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2522] ppid=2513 vsize=910368 CPUtime=0
/proc/2515/task/2522/stat : 2522 (java) S 2513 2515 2290 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158065912 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2523] ppid=2513 vsize=910368 CPUtime=0
/proc/2515/task/2523/stat : 2523 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158065912 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2524] ppid=2513 vsize=910368 CPUtime=1.83
/proc/2515/task/2524/stat : 2524 (java) S 2513 2515 2290 0 -1 64 1680 0 0 0 182 1 0 0 15 0 13 0 158065912 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2525] ppid=2513 vsize=910368 CPUtime=2.44
/proc/2515/task/2525/stat : 2525 (java) S 2513 2515 2290 0 -1 64 5510 0 0 0 242 2 0 0 16 0 13 0 158065912 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2515/tid=2526] ppid=2513 vsize=910368 CPUtime=0
/proc/2515/task/2526/stat : 2526 (java) S 2513 2515 2290 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 158065912 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2527] ppid=2513 vsize=910368 CPUtime=0
/proc/2515/task/2527/stat : 2527 (java) S 2513 2515 2290 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158065912 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2515/tid=2530] ppid=2513 vsize=910368 CPUtime=0
/proc/2515/task/2530/stat : 2530 (java) S 2513 2515 2290 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 158080384 932216832 162855 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.21
Current children cumulated vsize (KiB) 910368

Child status: 0
Real time (s): 185.785
CPU time (s): 184.216
CPU user time (s): 183.298
CPU system time (s): 0.91786
CPU usage (%): 99.1552
Max. virtual memory (cumulated for all children) (KiB): 913280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.298
system time used= 0.91786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176600
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6837
involuntary context switches= 8357

runsolver used 0.245962 s user time and 0.58591 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Jan  6 15:18:24 UTC 2007


IDJOB= 192160
IDBENCH= 3094
FILE ID= node11/192160-1168096700

PBS_JOBID= 3476491

Free space on /tmp= 66318 MiB

BENCH NAME= HOME/pub/bench/CPAI06/queens/queens-100.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/192160-1168096700/sat4jCSP-bf3.jar /tmp/evaluation/192160-1168096700/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-192160-1168096700 -o ROOT/results/node11/solver-192160-1168096700 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/192160-1168096700/sat4jCSP-bf3.jar /tmp/evaluation/192160-1168096700/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  2298692c2d9aa0ddcbd68522b3128865

RANDOM SEED= 407073921

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1621304 kB
Buffers:         35264 kB
Cached:         133580 kB
SwapCached:          0 kB
Active:         246844 kB
Inactive:       108948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3188 kB
Writeback:           0 kB
Mapped:         207564 kB
Slab:            63440 kB
Committed_AS:  4548488 kB
PageTables:       2580 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66318 MiB



End job on node11 on Sat Jan  6 15:21:37 UTC 2007