Trace number 358198

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
sat4jPseudoCP 2007-03-23? (TO) 1800.13 1795.9

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111219799.opb
MD5SUMcba3382bbee77fcf135813784b93f366
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.303953
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1258
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15/0.50	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15/0.50	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15/0.50	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.51	c no version file found!!!
0.15/0.51	c sun.arch.data.model	32
0.15/0.51	c java.version	1.6.0
0.15/0.51	c os.name	Linux
0.15/0.51	c os.version	2.6.9-22.EL.rootsmp
0.15/0.51	c os.arch	i386
0.15/0.51	c Free memory 1651659224
0.15/0.51	c Max memory 1654456320
0.15/0.51	c Total memory 1654456320
0.15/0.51	c Number of processors 2
0.15/0.57	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.15/0.57	--- Begin Solver configuration ---
0.15/0.57	c Stops conflict analysis at the first Unique Implication Point
0.15/0.57	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.57	c Learn all clauses as in MiniSAT
0.15/0.57	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.57	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.57	c No reason simplification
0.15/0.57	c --- End Solver configuration ---
0.15/0.57	c solving /tmp/evaluation/358198-1176914016/instance-358198-1176914016.opb
0.15/0.57	c reading problem ... 
0.39/0.71	c ... done. Wall clock time 0.136s.
0.39/0.71	c CPU time (experimental) 0.3s.
0.39/0.71	c #vars     169
0.39/0.71	c #constraints  101
1800.03/1795.81	c starts		: 2
1800.03/1795.81	c conflicts		: 2750
1800.03/1795.81	c decisions		: 12029
1800.03/1795.81	c propagations		: 78177
1800.03/1795.81	c inspects		: 7005499
1800.03/1795.81	c learnt literals	: 0
1800.03/1795.81	c learnt binary clauses	: 0
1800.03/1795.81	c learnt ternary clauses	: 0
1800.03/1795.81	c learnt clauses	: 2749
1800.03/1795.81	c root simplifications	: 0
1800.03/1795.81	c removed literals (reason simplification)	: 0
1800.03/1795.81	c reason swapping (by a shorter reason)	: 0
1800.03/1795.81	c Calls to reduceDB	: 0
1800.03/1795.81	c speed (decisions/second)	: 6.701008242981043
1800.03/1795.81	c non guided choices	44
1800.03/1795.81	s UNKNOWN
1800.03/1795.81	c Total wall clock time (ms): 1795.241

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node67/watcher-358198-1176914016 -o ROOT/results/node67/solver-358198-1176914016 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358198-1176914016/sat4jPseudoCP.jar /tmp/evaluation/358198-1176914016/instance-358198-1176914016.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.72 0.93 0.98 2/64 2086
/proc/meminfo: memFree=1973048/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=18568 CPUtime=0
/proc/2086/stat : 2086 (runsolver) D 2083 2086 2017 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 167391137 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 271638392103 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2086/statm: 4642 292 257 24 0 2626 0

[startup+0.0669839 s]
/proc/loadavg: 0.72 0.93 0.98 2/64 2086
/proc/meminfo: memFree=1973048/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1472 CPUtime=0
/proc/2086/stat : 2086 (java) D 2083 2086 2017 0 -1 0 92 0 4 0 0 0 0 0 18 0 1 0 167391137 1507328 68 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7356064 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/2086/statm: 368 68 48 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.101988 s]
/proc/loadavg: 0.72 0.93 0.98 2/64 2086
/proc/meminfo: memFree=1973048/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1472 CPUtime=0
/proc/2086/stat : 2086 (java) D 2083 2086 2017 0 -1 0 95 0 9 0 0 0 0 0 18 0 1 0 167391137 1507328 76 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7970446 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/2086/statm: 368 76 56 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.303044 s]
/proc/loadavg: 0.72 0.93 0.98 2/64 2086
/proc/meminfo: memFree=1973048/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1772952 CPUtime=0.03
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 2227 0 45 0 0 3 0 0 18 0 2 0 167391137 1815502848 2020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 443238 2020 381 9 0 441252 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1772952

[startup+0.702103 s]
/proc/loadavg: 0.72 0.93 0.98 2/64 2086
/proc/meminfo: memFree=1973048/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1782560 CPUtime=0.39
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 5186 0 52 0 32 7 0 0 18 0 12 0 167391137 1825341440 4964 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 445640 4964 1265 9 0 443252 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1782560

[startup+1.50125 s]
/proc/loadavg: 0.72 0.93 0.98 2/77 2100
/proc/meminfo: memFree=1935568/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1795044 CPUtime=1.85
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 20786 0 52 0 171 14 0 0 18 0 13 0 167391137 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 448761 18772 1314 9 0 446373 0
[pid=2086/tid=2088] ppid=2083 vsize=1795044 CPUtime=0.81
/proc/2086/task/2088/stat : 2088 (java) R 2083 2086 2017 0 -1 64 14912 0 12 0 72 9 0 0 18 0 13 0 167391159 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109510139 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2089] ppid=2083 vsize=1795044 CPUtime=0
/proc/2086/task/2089/stat : 2089 (java) S 2083 2086 2017 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 167391168 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2090] ppid=2083 vsize=1795044 CPUtime=0
/proc/2086/task/2090/stat : 2090 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 167391168 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2092] ppid=2083 vsize=1795044 CPUtime=0
/proc/2086/task/2092/stat : 2092 (java) S 2083 2086 2017 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 167391172 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2093] ppid=2083 vsize=1795044 CPUtime=0
/proc/2086/task/2093/stat : 2093 (java) S 2083 2086 2017 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 167391172 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2094] ppid=2083 vsize=1795044 CPUtime=0
/proc/2086/task/2094/stat : 2094 (java) S 2083 2086 2017 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 167391172 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2095] ppid=2083 vsize=1795044 CPUtime=0
/proc/2086/task/2095/stat : 2095 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 167391180 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2096] ppid=2083 vsize=1795044 CPUtime=0.48
/proc/2086/task/2096/stat : 2096 (java) R 2083 2086 2017 0 -1 64 2260 0 0 0 47 1 0 0 17 0 13 0 167391180 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105057900 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2097] ppid=2083 vsize=1795044 CPUtime=0.52
/proc/2086/task/2097/stat : 2097 (java) R 2083 2086 2017 0 -1 64 2927 0 0 0 51 1 0 0 18 0 13 0 167391180 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103317963 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2098] ppid=2083 vsize=1795044 CPUtime=0
/proc/2086/task/2098/stat : 2098 (java) S 2083 2086 2017 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 167391180 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2099] ppid=2083 vsize=1795044 CPUtime=0
/proc/2086/task/2099/stat : 2099 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167391180 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2100] ppid=2083 vsize=1795044 CPUtime=0
/proc/2086/task/2100/stat : 2100 (java) S 2083 2086 2017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167391209 1838125056 18772 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 1795044

[startup+3.10255 s]
/proc/loadavg: 0.82 0.95 0.98 4/77 2100
/proc/meminfo: memFree=1858896/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1795004 CPUtime=4.57
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 51690 0 52 0 431 26 0 0 18 0 13 0 167391137 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 448751 42185 1331 9 0 446363 0
[pid=2086/tid=2088] ppid=2083 vsize=1795004 CPUtime=1.72
/proc/2086/task/2088/stat : 2088 (java) R 2083 2086 2017 0 -1 64 37738 0 12 0 155 17 0 0 22 0 13 0 167391159 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501596 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2089] ppid=2083 vsize=1795004 CPUtime=0
/proc/2086/task/2089/stat : 2089 (java) S 2083 2086 2017 0 -1 64 121 0 0 0 0 0 0 0 16 0 13 0 167391168 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2090] ppid=2083 vsize=1795004 CPUtime=0
/proc/2086/task/2090/stat : 2090 (java) S 2083 2086 2017 0 -1 64 185 0 0 0 0 0 0 0 16 0 13 0 167391168 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2092] ppid=2083 vsize=1795004 CPUtime=0
/proc/2086/task/2092/stat : 2092 (java) S 2083 2086 2017 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 167391172 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2093] ppid=2083 vsize=1795004 CPUtime=0
/proc/2086/task/2093/stat : 2093 (java) S 2083 2086 2017 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 167391172 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2094] ppid=2083 vsize=1795004 CPUtime=0
/proc/2086/task/2094/stat : 2094 (java) S 2083 2086 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167391172 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2095] ppid=2083 vsize=1795004 CPUtime=0
/proc/2086/task/2095/stat : 2095 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 167391180 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2096] ppid=2083 vsize=1795004 CPUtime=1.38
/proc/2086/task/2096/stat : 2096 (java) S 2083 2086 2017 0 -1 64 4918 0 0 0 136 2 0 0 16 0 13 0 167391180 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2097] ppid=2083 vsize=1795004 CPUtime=1.42
/proc/2086/task/2097/stat : 2097 (java) S 2083 2086 2017 0 -1 64 8037 0 0 0 138 4 0 0 16 0 13 0 167391180 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2098] ppid=2083 vsize=1795004 CPUtime=0
/proc/2086/task/2098/stat : 2098 (java) S 2083 2086 2017 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 167391180 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2099] ppid=2083 vsize=1795004 CPUtime=0
/proc/2086/task/2099/stat : 2099 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167391180 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2100] ppid=2083 vsize=1795004 CPUtime=0
/proc/2086/task/2100/stat : 2100 (java) S 2083 2086 2017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167391209 1838084096 42185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 1795004

[startup+6.30214 s]
/proc/loadavg: 0.82 0.95 0.98 2/77 2100
/proc/meminfo: memFree=1794448/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1793948 CPUtime=8.19
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 56642 0 52 0 788 31 0 0 18 0 13 0 167391137 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 448487 43967 1331 9 0 446099 0
[pid=2086/tid=2088] ppid=2083 vsize=1793948 CPUtime=4.76
/proc/2086/task/2088/stat : 2088 (java) R 2083 2086 2017 0 -1 64 37745 0 12 0 458 18 0 0 25 0 13 0 167391159 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109520269 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2089] ppid=2083 vsize=1793948 CPUtime=0.06
/proc/2086/task/2089/stat : 2089 (java) S 2083 2086 2017 0 -1 64 1664 0 0 0 6 0 0 0 17 0 13 0 167391168 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2090] ppid=2083 vsize=1793948 CPUtime=0.06
/proc/2086/task/2090/stat : 2090 (java) S 2083 2086 2017 0 -1 64 1604 0 0 0 5 1 0 0 16 0 13 0 167391168 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2092] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2092/stat : 2092 (java) S 2083 2086 2017 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167391172 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2093] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2093/stat : 2093 (java) S 2083 2086 2017 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 167391172 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2094] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2094/stat : 2094 (java) S 2083 2086 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167391172 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2095] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2095/stat : 2095 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 167391180 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2096] ppid=2083 vsize=1793948 CPUtime=1.69
/proc/2086/task/2096/stat : 2096 (java) S 2083 2086 2017 0 -1 64 6876 0 0 0 165 4 0 0 16 0 13 0 167391180 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2097] ppid=2083 vsize=1793948 CPUtime=1.54
/proc/2086/task/2097/stat : 2097 (java) S 2083 2086 2017 0 -1 64 8041 0 0 0 150 4 0 0 16 0 13 0 167391180 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2098] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2098/stat : 2098 (java) S 2083 2086 2017 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 167391180 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2099] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2099/stat : 2099 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167391180 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2100] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2100/stat : 2100 (java) S 2083 2086 2017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167391209 1837002752 43967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1793948

[startup+12.7013 s]
/proc/loadavg: 0.85 0.95 0.98 2/77 2100
/proc/meminfo: memFree=1752536/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1793948 CPUtime=14.67
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 66652 0 52 0 1432 35 0 0 18 0 13 0 167391137 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 448487 53528 1332 9 0 446099 0
[pid=2086/tid=2088] ppid=2083 vsize=1793948 CPUtime=11.06
/proc/2086/task/2088/stat : 2088 (java) R 2083 2086 2017 0 -1 64 42765 0 12 0 1086 20 0 0 24 0 13 0 167391159 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501703 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2089] ppid=2083 vsize=1793948 CPUtime=0.14
/proc/2086/task/2089/stat : 2089 (java) S 2083 2086 2017 0 -1 64 4006 0 0 0 13 1 0 0 16 0 13 0 167391168 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2090] ppid=2083 vsize=1793948 CPUtime=0.14
/proc/2086/task/2090/stat : 2090 (java) S 2083 2086 2017 0 -1 64 4251 0 0 0 12 2 0 0 16 0 13 0 167391168 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2092] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2092/stat : 2092 (java) S 2083 2086 2017 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 167391172 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2093] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2093/stat : 2093 (java) S 2083 2086 2017 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 167391172 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2094] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2094/stat : 2094 (java) S 2083 2086 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167391172 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2095] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2095/stat : 2095 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 167391180 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2096] ppid=2083 vsize=1793948 CPUtime=1.71
/proc/2086/task/2096/stat : 2096 (java) S 2083 2086 2017 0 -1 64 6876 0 0 0 167 4 0 0 16 0 13 0 167391180 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2097] ppid=2083 vsize=1793948 CPUtime=1.55
/proc/2086/task/2097/stat : 2097 (java) S 2083 2086 2017 0 -1 64 8042 0 0 0 151 4 0 0 16 0 13 0 167391180 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2098] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2098/stat : 2098 (java) S 2083 2086 2017 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 167391180 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2099] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2099/stat : 2099 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167391180 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2100] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2100/stat : 2100 (java) S 2083 2086 2017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167391209 1837002752 53528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 1793948

[startup+25.5027 s]
/proc/loadavg: 0.87 0.95 0.98 2/77 2100
/proc/meminfo: memFree=1762072/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1793948 CPUtime=27.54
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 68052 0 52 0 2718 36 0 0 18 0 13 0 167391137 1837002752 51141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 448487 51141 1332 9 0 446099 0
[pid=2086/tid=2088] ppid=2083 vsize=1793948 CPUtime=23.81
/proc/2086/task/2088/stat : 2088 (java) R 2083 2086 2017 0 -1 64 42773 0 12 0 2361 20 0 0 25 0 13 0 167391159 1837002752 51141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501724 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2089] ppid=2083 vsize=1793948 CPUtime=0.19
/proc/2086/task/2089/stat : 2089 (java) S 2083 2086 2017 0 -1 64 4614 0 0 0 17 2 0 0 16 0 13 0 167391168 1837002752 51141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2090] ppid=2083 vsize=1793948 CPUtime=0.18
/proc/2086/task/2090/stat : 2090 (java) S 2083 2086 2017 0 -1 64 5035 0 0 0 15 3 0 0 16 0 13 0 167391168 1837002752 51141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2086] ppid=2083 vsize=1793948 CPUtime=1606.48
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 232989 0 52 0 160518 130 0 0 18 0 13 0 167391137 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 448487 102965 1332 9 0 446099 0
[pid=2086/tid=2088] ppid=2083 vsize=1793948 CPUtime=1596.43
/proc/2086/task/2088/stat : 2088 (java) R 2083 2086 2017 0 -1 64 100616 0 12 0 159595 48 0 0 25 0 13 0 167391159 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109684003 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2089] ppid=2083 vsize=1793948 CPUtime=3.22
/proc/2086/task/2089/stat : 2089 (java) S 2083 2086 2017 0 -1 64 59754 0 0 0 294 28 0 0 16 0 13 0 167391168 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2090] ppid=2083 vsize=1793948 CPUtime=3.2
/proc/2086/task/2090/stat : 2090 (java) S 2083 2086 2017 0 -1 64 56776 0 0 0 291 29 0 0 16 0 13 0 167391168 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2092] ppid=2083 vsize=1793948 CPUtime=0.21
/proc/2086/task/2092/stat : 2092 (java) S 2083 2086 2017 0 -1 64 239 0 0 0 8 13 0 0 16 0 13 0 167391172 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2093] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2093/stat : 2093 (java) S 2083 2086 2017 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 167391172 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2094] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2094/stat : 2094 (java) S 2083 2086 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167391172 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2095] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2095/stat : 2095 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 167391180 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2096] ppid=2083 vsize=1793948 CPUtime=1.75
/proc/2086/task/2096/stat : 2096 (java) S 2083 2086 2017 0 -1 64 6878 0 0 0 171 4 0 0 17 0 13 0 167391180 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2097] ppid=2083 vsize=1793948 CPUtime=1.6
/proc/2086/task/2097/stat : 2097 (java) S 2083 2086 2017 0 -1 64 8042 0 0 0 156 4 0 0 17 0 13 0 167391180 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2098] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2098/stat : 2098 (java) S 2083 2086 2017 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 167391180 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2099] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2099/stat : 2099 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167391180 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2100] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2100/stat : 2100 (java) S 2083 2086 2017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167391209 1837002752 102965 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.48
Current children cumulated vsize (KiB) 1793948

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/83 2217
/proc/meminfo: memFree=1555680/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1793948 CPUtime=1666.46
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 234666 0 52 0 166512 134 0 0 18 0 13 0 167391137 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 448487 102105 1332 9 0 446099 0
[pid=2086/tid=2088] ppid=2083 vsize=1793948 CPUtime=1656.36
/proc/2086/task/2088/stat : 2088 (java) R 2083 2086 2017 0 -1 64 100623 0 12 0 165585 51 0 0 25 0 13 0 167391159 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109850539 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2089] ppid=2083 vsize=1793948 CPUtime=3.25
/proc/2086/task/2089/stat : 2089 (java) S 2083 2086 2017 0 -1 64 60627 0 0 0 297 28 0 0 16 0 13 0 167391168 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2090] ppid=2083 vsize=1793948 CPUtime=3.23
/proc/2086/task/2090/stat : 2090 (java) S 2083 2086 2017 0 -1 64 57573 0 0 0 293 30 0 0 16 0 13 0 167391168 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2092] ppid=2083 vsize=1793948 CPUtime=0.21
/proc/2086/task/2092/stat : 2092 (java) S 2083 2086 2017 0 -1 64 239 0 0 0 8 13 0 0 16 0 13 0 167391172 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2093] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2093/stat : 2093 (java) S 2083 2086 2017 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 167391172 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2094] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2094/stat : 2094 (java) S 2083 2086 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167391172 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2095] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2095/stat : 2095 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 167391180 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2096] ppid=2083 vsize=1793948 CPUtime=1.75
/proc/2086/task/2096/stat : 2096 (java) S 2083 2086 2017 0 -1 64 6878 0 0 0 171 4 0 0 17 0 13 0 167391180 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2097] ppid=2083 vsize=1793948 CPUtime=1.6
/proc/2086/task/2097/stat : 2097 (java) S 2083 2086 2017 0 -1 64 8042 0 0 0 156 4 0 0 17 0 13 0 167391180 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2098] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2098/stat : 2098 (java) S 2083 2086 2017 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 167391180 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2099] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2099/stat : 2099 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167391180 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2100] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2100/stat : 2100 (java) S 2083 2086 2017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167391209 1837002752 102105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.46
Current children cumulated vsize (KiB) 1793948

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 2307
/proc/meminfo: memFree=1567448/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1793948 CPUtime=1726.46
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 235963 0 52 0 172507 139 0 0 18 0 13 0 167391137 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 448487 99367 1332 9 0 446099 0
[pid=2086/tid=2088] ppid=2083 vsize=1793948 CPUtime=1716.27
/proc/2086/task/2088/stat : 2088 (java) R 2083 2086 2017 0 -1 64 100633 0 12 0 171571 56 0 0 25 0 13 0 167391159 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109575909 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2089] ppid=2083 vsize=1793948 CPUtime=3.29
/proc/2086/task/2089/stat : 2089 (java) S 2083 2086 2017 0 -1 64 61258 0 0 0 301 28 0 0 16 0 13 0 167391168 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2090] ppid=2083 vsize=1793948 CPUtime=3.27
/proc/2086/task/2090/stat : 2090 (java) S 2083 2086 2017 0 -1 64 58229 0 0 0 297 30 0 0 16 0 13 0 167391168 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2092] ppid=2083 vsize=1793948 CPUtime=0.21
/proc/2086/task/2092/stat : 2092 (java) S 2083 2086 2017 0 -1 64 239 0 0 0 8 13 0 0 16 0 13 0 167391172 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2093] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2093/stat : 2093 (java) S 2083 2086 2017 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 167391172 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2094] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2094/stat : 2094 (java) S 2083 2086 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167391172 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2095] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2095/stat : 2095 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 167391180 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2096] ppid=2083 vsize=1793948 CPUtime=1.75
/proc/2086/task/2096/stat : 2096 (java) S 2083 2086 2017 0 -1 64 6878 0 0 0 171 4 0 0 17 0 13 0 167391180 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2097] ppid=2083 vsize=1793948 CPUtime=1.6
/proc/2086/task/2097/stat : 2097 (java) S 2083 2086 2017 0 -1 64 8042 0 0 0 156 4 0 0 17 0 13 0 167391180 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2098] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2098/stat : 2098 (java) S 2083 2086 2017 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 167391180 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2099] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2099/stat : 2099 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167391180 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2100] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2100/stat : 2100 (java) S 2083 2086 2017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167391209 1837002752 99367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.46
Current children cumulated vsize (KiB) 1793948

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 2307
/proc/meminfo: memFree=1560344/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1793948 CPUtime=1786.52
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 241037 0 52 0 178510 142 0 0 18 0 13 0 167391137 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 448487 101155 1332 9 0 446099 0
[pid=2086/tid=2088] ppid=2083 vsize=1793948 CPUtime=1776.14
/proc/2086/task/2088/stat : 2088 (java) R 2083 2086 2017 0 -1 64 102502 0 12 0 177557 57 0 0 25 0 13 0 167391159 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109683950 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2089] ppid=2083 vsize=1793948 CPUtime=3.39
/proc/2086/task/2089/stat : 2089 (java) S 2083 2086 2017 0 -1 64 62890 0 0 0 310 29 0 0 16 0 13 0 167391168 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2090] ppid=2083 vsize=1793948 CPUtime=3.35
/proc/2086/task/2090/stat : 2090 (java) S 2083 2086 2017 0 -1 64 59795 0 0 0 305 30 0 0 16 0 13 0 167391168 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2092] ppid=2083 vsize=1793948 CPUtime=0.22
/proc/2086/task/2092/stat : 2092 (java) S 2083 2086 2017 0 -1 64 246 0 0 0 8 14 0 0 16 0 13 0 167391172 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2093] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2093/stat : 2093 (java) S 2083 2086 2017 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 167391172 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2094] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2094/stat : 2094 (java) S 2083 2086 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167391172 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2095] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2095/stat : 2095 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 167391180 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2096] ppid=2083 vsize=1793948 CPUtime=1.75
/proc/2086/task/2096/stat : 2096 (java) S 2083 2086 2017 0 -1 64 6878 0 0 0 171 4 0 0 17 0 13 0 167391180 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2097] ppid=2083 vsize=1793948 CPUtime=1.6
/proc/2086/task/2097/stat : 2097 (java) S 2083 2086 2017 0 -1 64 8042 0 0 0 156 4 0 0 17 0 13 0 167391180 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2098] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2098/stat : 2098 (java) S 2083 2086 2017 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 167391180 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2099] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2099/stat : 2099 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167391180 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2100] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2100/stat : 2100 (java) S 2083 2086 2017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167391209 1837002752 101155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (KiB) 1793948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 2307
/proc/meminfo: memFree=1564504/2055920 swapFree=4179676/4192956
[pid=2086] ppid=2083 vsize=1793948 CPUtime=1800.03
/proc/2086/stat : 2086 (java) S 2083 2086 2017 0 -1 0 241803 0 52 0 179860 143 0 0 18 0 13 0 167391137 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2086/statm: 448487 100113 1332 9 0 446099 0
[pid=2086/tid=2088] ppid=2083 vsize=1793948 CPUtime=1789.61
/proc/2086/task/2088/stat : 2088 (java) R 2083 2086 2017 0 -1 64 102506 0 12 0 178904 57 0 0 25 0 13 0 167391159 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109575852 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2089] ppid=2083 vsize=1793948 CPUtime=3.4
/proc/2086/task/2089/stat : 2089 (java) S 2083 2086 2017 0 -1 64 63196 0 0 0 311 29 0 0 16 0 13 0 167391168 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2090] ppid=2083 vsize=1793948 CPUtime=3.38
/proc/2086/task/2090/stat : 2090 (java) S 2083 2086 2017 0 -1 64 60251 0 0 0 307 31 0 0 16 0 13 0 167391168 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2092] ppid=2083 vsize=1793948 CPUtime=0.22
/proc/2086/task/2092/stat : 2092 (java) S 2083 2086 2017 0 -1 64 246 0 0 0 8 14 0 0 16 0 13 0 167391172 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2093] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2093/stat : 2093 (java) S 2083 2086 2017 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 167391172 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2094] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2094/stat : 2094 (java) S 2083 2086 2017 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 167391172 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2095] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2095/stat : 2095 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 167391180 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2096] ppid=2083 vsize=1793948 CPUtime=1.75
/proc/2086/task/2096/stat : 2096 (java) S 2083 2086 2017 0 -1 64 6878 0 0 0 171 4 0 0 17 0 13 0 167391180 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2086/tid=2097] ppid=2083 vsize=1793948 CPUtime=1.6
/proc/2086/task/2097/stat : 2097 (java) S 2083 2086 2017 0 -1 64 8042 0 0 0 156 4 0 0 17 0 13 0 167391180 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2098] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2098/stat : 2098 (java) S 2083 2086 2017 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 167391180 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2099] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2099/stat : 2099 (java) S 2083 2086 2017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 167391180 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2086/tid=2100] ppid=2083 vsize=1793948 CPUtime=0
/proc/2086/task/2100/stat : 2100 (java) S 2083 2086 2017 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 167391209 1837002752 100113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1793948

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.9
CPU time (s): 1800.13
CPU user time (s): 1798.63
CPU system time (s): 1.49777
CPU usage (%): 100.236
Max. virtual memory (cumulated for all children) (KiB): 1799992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.49777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241823
page faults= 52
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43244
involuntary context switches= 34033

runsolver used 2.19167 second user time and 4.53131 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Wed Apr 18 16:33:36 UTC 2007

IDJOB= 358198
IDBENCH= 1197
IDSOLVER= 160
FILE ID= node67/358198-1176914016

PBS_JOBID= 4595247

Free space on /tmp= 66453 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219799.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358198-1176914016/sat4jPseudoCP.jar /tmp/evaluation/358198-1176914016/instance-358198-1176914016.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-358198-1176914016 -o ROOT/results/node67/solver-358198-1176914016 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358198-1176914016/sat4jPseudoCP.jar /tmp/evaluation/358198-1176914016/instance-358198-1176914016.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cba3382bbee77fcf135813784b93f366

RANDOM SEED= 395693164

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.263
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.263
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:       1973392 kB
Buffers:          5172 kB
Cached:          25832 kB
SwapCached:       7008 kB
Active:          25192 kB
Inactive:        18324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1973392 kB
SwapTotal:     4192956 kB
SwapFree:      4179676 kB
Dirty:            3780 kB
Writeback:           0 kB
Mapped:          15188 kB
Slab:            24960 kB
Committed_AS:   240212 kB
PageTables:       1452 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= 66453 MiB

End job on node67 on Wed Apr 18 17:03:34 UTC 2007